· 7 years ago · Oct 26, 2018, 05:24 AM
1--[[ {"Why i have released it"}
2
3Well if you don't know why, i can release things if they are completed or not and also for a different reason.
4 ^
5 |
6 v
7Like if someone want's to showcase scripts or if someone is a good editor and want's to edit scripts like this.
8 |
9So, this is the answer to the question ^ this
10
11
12]]
13
14
15
16print("Note : This was pretty much made by anime accept for the FE Converter below the {'2 --'} things and this is made in beta, also spawn killing is not allowed, but the keys are k for kill, v for another pose, r for another pose, t for no pose, future keys : {'y for another pose'} ok and if you don't know what specimen is then ima put the link for the model over here, https://web.roblox.com/library/573606602/Spookys-Jumpscare-Mansion-Specimen; ok next note, k is kinda op and also you can edit this script just do not steal scripts from pastebin as stealing could make you a skid or a script kiddy since you can't script at all then you just steal scripts or recolor the scripts.")
17
18
19print("Specimen")
20print("This script has been converted to FE by iPxter")
21
22
23if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
24local Player,Mouse,mouse,UserInputService,ContextActionService = owner
25do
26 print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
27 script.Parent = Player.Character
28
29 --RemoteEvent for communicating
30 local Event = Instance.new("RemoteEvent")
31 Event.Name = "UserInput_Event"
32
33 --Fake event to make stuff like Mouse.KeyDown work
34 local function fakeEvent()
35 local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
36 t.connect = t.Connect
37 return t
38 end
39
40 --Creating fake input objects with fake variables
41 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
42 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
43 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
44 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
45 end}
46 --Merged 2 functions into one by checking amount of arguments
47 CAS.UnbindAction = CAS.BindAction
48
49 --This function will trigger the events that have been :Connect()'ed
50 local function te(self,ev,...)
51 local t = m[ev]
52 if t and t._fakeEvent and t.Function then
53 t.Function(...)
54 end
55 end
56 m.TrigEvent = te
57 UIS.TrigEvent = te
58
59 Event.OnServerEvent:Connect(function(plr,io)
60 if plr~=Player then return end
61 if io.isMouse then
62 m.Target = io.Target
63 m.Hit = io.Hit
64 else
65 local b = io.UserInputState == Enum.UserInputState.Begin
66 if io.UserInputType == Enum.UserInputType.MouseButton1 then
67 return m:TrigEvent(b and "Button1Down" or "Button1Up")
68 end
69 for _,t in pairs(CAS.Actions) do
70 for _,k in pairs(t.Keys) do
71 if k==io.KeyCode then
72 t.Function(t.Name,io.UserInputState,io)
73 end
74 end
75 end
76 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
77 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
78 end
79 end)
80 Event.Parent = NLS([==[
81 local Player = game:GetService("Players").LocalPlayer
82 local Event = script:WaitForChild("UserInput_Event")
83
84 local UIS = game:GetService("UserInputService")
85 local input = function(io,a)
86 if a then return end
87 --Since InputObject is a client-side instance, we create and pass table instead
88 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
89 end
90 UIS.InputBegan:Connect(input)
91 UIS.InputEnded:Connect(input)
92
93 local Mouse = Player:GetMouse()
94 local h,t
95 --Give the server mouse data 30 times every second, but only if the values changed
96 --If player is not moving their mouse, client won't fire events
97 while wait(1/30) do
98 if h~=Mouse.Hit or t~=Mouse.Target then
99 h,t=Mouse.Hit,Mouse.Target
100 Event:FireServer({isMouse=true,Target=t,Hit=h})
101 end
102 end]==],Player.Character)
103 Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
104end
105
106--Specimen 4
107
108player = owner
109
110parts = {} -- < A Table for parts so when it gets the parts which is for a anti-death thing
111motor6D = {} -- < If you wan't to get the parts motor3D which can be useful for the anti-death
112char= player.Character
113rigtype = ""
114Sound0 = Instance.new("Sound")
115Sound0.Parent = char
116Sound0.Looped = true
117Sound0.SoundId = "rbxassetid://493019769"
118Sound0.Volume = 2
119Sound0:Play()
120cam = workspace.CurrentCamera
121welds1 = {} -- Gets the first weld
122welds2 = {} -- Gets the second weld
123wait(0.1) -- Wait to make sure the humanoid instance appears before the script starts to function
124humanoid = char:FindFirstChild("Humanoid")
125animation = char:FindFirstChild("Animate")
126rigtype = humanoid.RigType
127animation:Destroy()
128for _,c in pairs(char:GetChildren()) do
129if c == "Part" then
130table.insert(parts,c)
131end
132end
133
134for _,m in pairs(parts) do
135if m.ClassName == "Motor" or m.ClassName == "Motor6D" then
136table.insert(motor6D,m)
137end
138end
139
140--Since they both got motor and now parts, we should make a humanoid death after the spooky stuff which is the scripts name
141
142function clonemotors(motor,Part) -- Clones Motors Function with the args
143wait(0.1) -- Another wait so that the instance exists before the script functions
144
145if motor:IsA("Motor6D") or motor:IsA("Motor") then -- To make sure it is motor or motor6D
146mot =motor:Clone()
147mot.Parent = Part
148end
149end
150Model0 = Instance.new("Model")
151Part1 = Instance.new("Part")
152SpecialMesh2 = Instance.new("SpecialMesh")
153ManualWeld3 = Instance.new("ManualWeld")
154Part4 = Instance.new("Part")
155ManualWeld5 = Instance.new("ManualWeld")
156Part6 = Instance.new("Part")
157SpotLight7 = Instance.new("SpotLight")
158ManualWeld8 = Instance.new("ManualWeld")
159Part9 = Instance.new("Part")
160ManualWeld10 = Instance.new("ManualWeld")
161Part11 = Instance.new("Part")
162ManualWeld12 = Instance.new("ManualWeld")
163Part13 = Instance.new("Part")
164ManualWeld14 = Instance.new("ManualWeld")
165Part15 = Instance.new("Part")
166ManualWeld16 = Instance.new("ManualWeld")
167Part17 = Instance.new("Part")
168ManualWeld18 = Instance.new("ManualWeld")
169Part19 = Instance.new("Part")
170SpecialMesh20 = Instance.new("SpecialMesh")
171ManualWeld21 = Instance.new("ManualWeld")
172Part22 = Instance.new("Part")
173SpecialMesh23 = Instance.new("SpecialMesh")
174Part24 = Instance.new("Part")
175ManualWeld25 = Instance.new("ManualWeld")
176Part26 = Instance.new("Part")
177SpecialMesh27 = Instance.new("SpecialMesh")
178ManualWeld28 = Instance.new("ManualWeld")
179Part29 = Instance.new("Part")
180SpecialMesh30 = Instance.new("SpecialMesh")
181ManualWeld31 = Instance.new("ManualWeld")
182Part32 = Instance.new("Part")
183ManualWeld33 = Instance.new("ManualWeld")
184Part34 = Instance.new("Part")
185ManualWeld35 = Instance.new("ManualWeld")
186Part36 = Instance.new("Part")
187ManualWeld37 = Instance.new("ManualWeld")
188Part38 = Instance.new("Part")
189ManualWeld39 = Instance.new("ManualWeld")
190Part40 = Instance.new("Part")
191SpecialMesh41 = Instance.new("SpecialMesh")
192ParticleEmitter42 = Instance.new("ParticleEmitter")
193ManualWeld43 = Instance.new("ManualWeld")
194Part44 = Instance.new("Part")
195ManualWeld45 = Instance.new("ManualWeld")
196Part46 = Instance.new("Part")
197ManualWeld47 = Instance.new("ManualWeld")
198Part48 = Instance.new("Part")
199SpecialMesh49 = Instance.new("SpecialMesh")
200ManualWeld50 = Instance.new("ManualWeld")
201Part51 = Instance.new("Part")
202ManualWeld52 = Instance.new("ManualWeld")
203Part53 = Instance.new("Part")
204ManualWeld54 = Instance.new("ManualWeld")
205Part55 = Instance.new("Part")
206ManualWeld56 = Instance.new("ManualWeld")
207Part57 = Instance.new("Part")
208ManualWeld58 = Instance.new("ManualWeld")
209Part59 = Instance.new("Part")
210ManualWeld60 = Instance.new("ManualWeld")
211Part61 = Instance.new("Part")
212ManualWeld62 = Instance.new("ManualWeld")
213Part63 = Instance.new("Part")
214ManualWeld64 = Instance.new("ManualWeld")
215Part65 = Instance.new("Part")
216SpecialMesh66 = Instance.new("SpecialMesh")
217Part67 = Instance.new("Part")
218ManualWeld68 = Instance.new("ManualWeld")
219Model0.Name = "Spooky Knife"
220Model0.Parent = char
221Part1.Name = "ww"
222Part1.Parent = Model0
223Part1.CFrame = CFrame.new(14.8114786, 2.05818295, 14.8772011, 1.00000048, 0, 0, 0, -1, -8.74227766e-08, 0, 8.74228192e-08, -1.00000048)
224Part1.Orientation = Vector3.new(0, 180, 180)
225Part1.Position = Vector3.new(14.8114786, 2.05818295, 14.8772011)
226Part1.Rotation = Vector3.new(180, 0, 0)
227Part1.Color = Color3.new(0.458824, 0, 0)
228Part1.Size = Vector3.new(0.0500000007, 0.127000004, 0.150000006)
229Part1.BottomSurface = Enum.SurfaceType.Smooth
230Part1.BrickColor = BrickColor.new("Maroon")
231Part1.Material = Enum.Material.Glass
232Part1.TopSurface = Enum.SurfaceType.Smooth
233Part1.brickColor = BrickColor.new("Maroon")
234SpecialMesh2.Parent = Part1
235SpecialMesh2.Scale = Vector3.new(0.699999988, 1, 1)
236SpecialMesh2.MeshType = Enum.MeshType.Wedge
237ManualWeld3.Name = "Weld"
238ManualWeld3.Parent = Part1
239ManualWeld3.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1)
240ManualWeld3.C1 = CFrame.new(0.000277519226, -0.0335476398, 1.26708651, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
241ManualWeld3.Part0 = Part1
242ManualWeld3.Part1 = Part46
243ManualWeld3.part1 = Part46
244Part4.Parent = Model0
245Part4.CFrame = CFrame.new(14.8113394, 2.07901788, 14.6925001, 1.00000024, 0, 0, 0, 0.866025388, -0.5, 0, 0.500000119, 0.866025567)
246Part4.Orientation = Vector3.new(30, 0, 0)
247Part4.Position = Vector3.new(14.8113394, 2.07901788, 14.6925001)
248Part4.Rotation = Vector3.new(30, 0, 0)
249Part4.Size = Vector3.new(0.0500000007, 0.120000064, 0.0900000036)
250Part4.BottomSurface = Enum.SurfaceType.Smooth
251Part4.Material = Enum.Material.Metal
252Part4.TopSurface = Enum.SurfaceType.Smooth
253ManualWeld5.Name = "Weld"
254ManualWeld5.Parent = Part4
255ManualWeld5.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866025388, 0.5, 0, -0.5, 0.866025388)
256ManualWeld5.C1 = CFrame.new(0.000138282776, -0.0127127171, 1.08238602, 1, 0, 0, 0, 1, 0, 0, 0, 1)
257ManualWeld5.Part0 = Part4
258ManualWeld5.Part1 = Part46
259ManualWeld5.part1 = Part46
260Part6.Parent = Model0
261Part6.CFrame = CFrame.new(14.9206829, 2.0998528, 14.4531679, -1.19209318e-07, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, -1.19209318e-07)
262Part6.Orientation = Vector3.new(0, 90, 0)
263Part6.Position = Vector3.new(14.9206829, 2.0998528, 14.4531679)
264Part6.Rotation = Vector3.new(0, 90, 0)
265Part6.Color = Color3.new(0.803922, 0.803922, 0.803922)
266Part6.Size = Vector3.new(0.0500000007, 0.109999992, 0.0500000007)
267Part6.BottomSurface = Enum.SurfaceType.Smooth
268Part6.BrickColor = BrickColor.new("Mid gray")
269Part6.Material = Enum.Material.Neon
270Part6.TopSurface = Enum.SurfaceType.Smooth
271Part6.brickColor = BrickColor.new("Mid gray")
272Part6.Shape = Enum.PartType.Cylinder
273SpotLight7.Parent = Part6
274SpotLight7.Face = Enum.NormalId.Left
275SpotLight7.Brightness = 32
276ManualWeld8.Name = "Weld"
277ManualWeld8.Parent = Part6
278ManualWeld8.C0 = CFrame.new(0, 0, 0, -1.1920929e-07, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.1920929e-07)
279ManualWeld8.C1 = CFrame.new(0.109481812, 0.00812220573, 0.843053818, 1, 0, 0, 0, 1, 0, 0, 0, 1)
280ManualWeld8.Part0 = Part6
281ManualWeld8.Part1 = Part46
282ManualWeld8.part1 = Part46
283Part9.Parent = Model0
284Part9.CFrame = CFrame.new(14.9206829, 2.0998528, 14.4631681, -1.19209318e-07, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, -1.19209318e-07)
285Part9.Orientation = Vector3.new(0, 90, 0)
286Part9.Position = Vector3.new(14.9206829, 2.0998528, 14.4631681)
287Part9.Rotation = Vector3.new(0, 90, 0)
288Part9.Color = Color3.new(0.388235, 0.372549, 0.384314)
289Part9.Transparency = 0.60000002384186
290Part9.Size = Vector3.new(0.0700000003, 0.109999992, 0.0700000003)
291Part9.BottomSurface = Enum.SurfaceType.Smooth
292Part9.BrickColor = BrickColor.new("Dark stone grey")
293Part9.Material = Enum.Material.Glass
294Part9.TopSurface = Enum.SurfaceType.Smooth
295Part9.brickColor = BrickColor.new("Dark stone grey")
296Part9.Shape = Enum.PartType.Cylinder
297ManualWeld10.Name = "Weld"
298ManualWeld10.Parent = Part9
299ManualWeld10.C0 = CFrame.new(0, 0, 0, -1.1920929e-07, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.1920929e-07)
300ManualWeld10.C1 = CFrame.new(0.109481812, 0.00812220573, 0.853054047, 1, 0, 0, 0, 1, 0, 0, 0, 1)
301ManualWeld10.Part0 = Part9
302ManualWeld10.Part1 = Part46
303ManualWeld10.part1 = Part46
304Part11.Parent = Model0
305Part11.CFrame = CFrame.new(14.926342, 2.09847951, 14.1035299, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
306Part11.Position = Vector3.new(14.926342, 2.09847951, 14.1035299)
307Part11.Size = Vector3.new(0.140000015, 0.129999995, 0.279999882)
308Part11.BottomSurface = Enum.SurfaceType.Smooth
309Part11.Material = Enum.Material.Metal
310Part11.TopSurface = Enum.SurfaceType.Smooth
311ManualWeld12.Name = "Weld"
312ManualWeld12.Parent = Part11
313ManualWeld12.C1 = CFrame.new(0.115140915, 0.00674885511, 0.493415833, 1, 0, 0, 0, 1, 0, 0, 0, 1)
314ManualWeld12.Part0 = Part11
315ManualWeld12.Part1 = Part46
316ManualWeld12.part1 = Part46
317Part13.Parent = Model0
318Part13.CFrame = CFrame.new(14.8113394, 2.09347939, 14.14853, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
319Part13.Position = Vector3.new(14.8113394, 2.09347939, 14.14853)
320Part13.Size = Vector3.new(0.0700000077, 0.14000006, 0.49000001)
321Part13.BottomSurface = Enum.SurfaceType.Smooth
322Part13.Material = Enum.Material.Metal
323Part13.TopSurface = Enum.SurfaceType.Smooth
324ManualWeld14.Name = "Weld"
325ManualWeld14.Parent = Part13
326ManualWeld14.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.538415432, 1, 0, 0, 0, 1, 0, 0, 0, 1)
327ManualWeld14.Part0 = Part13
328ManualWeld14.Part1 = Part46
329ManualWeld14.part1 = Part46
330Part15.Parent = Model0
331Part15.CFrame = CFrame.new(14.8113394, 2.09347939, 14.5135298, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
332Part15.Position = Vector3.new(14.8113394, 2.09347939, 14.5135298)
333Part15.Size = Vector3.new(0.0500000007, 0.120000064, 0.339999974)
334Part15.BottomSurface = Enum.SurfaceType.Smooth
335Part15.Material = Enum.Material.Metal
336Part15.TopSurface = Enum.SurfaceType.Smooth
337ManualWeld16.Name = "Weld"
338ManualWeld16.Parent = Part15
339ManualWeld16.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.90341568, 1, 0, 0, 0, 1, 0, 0, 0, 1)
340ManualWeld16.Part0 = Part15
341ManualWeld16.Part1 = Part46
342ManualWeld16.part1 = Part46
343Part17.Parent = Model0
344Part17.CFrame = CFrame.new(14.8113394, 2.09347939, 14.0885286, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
345Part17.Position = Vector3.new(14.8113394, 2.09347939, 14.0885286)
346Part17.Color = Color3.new(0.588235, 0.403922, 0.4)
347Part17.Size = Vector3.new(0.158999994, 0.273999989, 0.0500000007)
348Part17.BottomSurface = Enum.SurfaceType.Smooth
349Part17.BrickColor = BrickColor.new("Copper")
350Part17.Material = Enum.Material.Metal
351Part17.TopSurface = Enum.SurfaceType.Smooth
352Part17.brickColor = BrickColor.new("Copper")
353ManualWeld18.Name = "Weld"
354ManualWeld18.Parent = Part17
355ManualWeld18.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.478414536, 1, 0, 0, 0, 1, 0, 0, 0, 1)
356ManualWeld18.Part0 = Part17
357ManualWeld18.Part1 = Part46
358ManualWeld18.part1 = Part46
359Part19.Parent = Model0
360Part19.CFrame = CFrame.new(14.8113394, 2.10955644, 14.7214718, 1.00000072, 0, 0, 0, 1, 0, 0, 0, 1.00000072)
361Part19.Position = Vector3.new(14.8113394, 2.10955644, 14.7214718)
362Part19.Color = Color3.new(0.458824, 0, 0)
363Part19.Size = Vector3.new(0.0799999982, 0.0700000003, 0.290000051)
364Part19.BottomSurface = Enum.SurfaceType.Smooth
365Part19.BrickColor = BrickColor.new("Maroon")
366Part19.Material = Enum.Material.Glass
367Part19.TopSurface = Enum.SurfaceType.Smooth
368Part19.brickColor = BrickColor.new("Maroon")
369SpecialMesh20.Parent = Part19
370SpecialMesh20.Scale = Vector3.new(0.5, 0.839999974, 1)
371SpecialMesh20.MeshType = Enum.MeshType.Brick
372ManualWeld21.Name = "Weld"
373ManualWeld21.Parent = Part19
374ManualWeld21.C0 = CFrame.new(0, 0, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
375ManualWeld21.C1 = CFrame.new(0.000138282776, 0.0178257823, 1.11135721, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
376ManualWeld21.Part0 = Part19
377ManualWeld21.Part1 = Part46
378ManualWeld21.part1 = Part46
379Part22.Parent = Model0
380Part22.CFrame = CFrame.new(14.8113394, 2.09347939, 14.901824, 1, 0, 0, 0, -1, 0, 0, 0, -1)
381Part22.Orientation = Vector3.new(0, 180, 180)
382Part22.Position = Vector3.new(14.8113394, 2.09347939, 14.901824)
383Part22.Rotation = Vector3.new(-180, 0, 0)
384Part22.Color = Color3.new(0.458824, 0, 0)
385Part22.Size = Vector3.new(0.0799999982, 0.0600000024, 0.0799999982)
386Part22.BottomSurface = Enum.SurfaceType.Smooth
387Part22.BrickColor = BrickColor.new("Maroon")
388Part22.Material = Enum.Material.Glass
389Part22.TopSurface = Enum.SurfaceType.Smooth
390Part22.brickColor = BrickColor.new("Maroon")
391SpecialMesh23.Parent = Part22
392SpecialMesh23.MeshType = Enum.MeshType.Wedge
393Part24.Parent = Model0
394Part24.CFrame = CFrame.new(14.8113394, 2.06455636, 14.7664719, 1.00000072, 0, 0, 0, 1, 0, 0, 0, 1.00000072)
395Part24.Position = Vector3.new(14.8113394, 2.06455636, 14.7664719)
396Part24.Size = Vector3.new(0.0500000007, 0.120000064, 0.13000001)
397Part24.BottomSurface = Enum.SurfaceType.Smooth
398Part24.Material = Enum.Material.Metal
399Part24.TopSurface = Enum.SurfaceType.Smooth
400ManualWeld25.Name = "Weld"
401ManualWeld25.Parent = Part24
402ManualWeld25.C0 = CFrame.new(0, 0, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
403ManualWeld25.C1 = CFrame.new(0.000138282776, -0.0271742344, 1.15635729, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
404ManualWeld25.Part0 = Part24
405ManualWeld25.Part1 = Part46
406ManualWeld25.part1 = Part46
407Part26.Name = "ww"
408Part26.Parent = Model0
409Part26.CFrame = CFrame.new(14.8114786, 2.09668303, 14.8772011, 1.00000048, 0, 0, 0, -1, -8.74227766e-08, 0, 8.74228192e-08, -1.00000048)
410Part26.Orientation = Vector3.new(0, 180, 180)
411Part26.Position = Vector3.new(14.8114786, 2.09668303, 14.8772011)
412Part26.Rotation = Vector3.new(180, 0, 0)
413Part26.Color = Color3.new(0.458824, 0, 0)
414Part26.Size = Vector3.new(0.0500000007, 0.0500000007, 0.150000006)
415Part26.BottomSurface = Enum.SurfaceType.Smooth
416Part26.BrickColor = BrickColor.new("Maroon")
417Part26.Material = Enum.Material.Glass
418Part26.TopSurface = Enum.SurfaceType.Smooth
419Part26.brickColor = BrickColor.new("Maroon")
420SpecialMesh27.Parent = Part26
421SpecialMesh27.Scale = Vector3.new(0.699999988, 1, 1)
422SpecialMesh27.MeshType = Enum.MeshType.Wedge
423ManualWeld28.Name = "Weld"
424ManualWeld28.Parent = Part26
425ManualWeld28.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1)
426ManualWeld28.C1 = CFrame.new(0.000277519226, 0.00495237112, 1.26708651, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
427ManualWeld28.Part0 = Part26
428ManualWeld28.Part1 = Part46
429ManualWeld28.part1 = Part46
430Part29.Parent = Model0
431Part29.CFrame = CFrame.new(14.8063402, 2.1330564, 14.8614702, 1.00000024, 0, 0, 0, -1, -8.74227766e-08, 0, 8.74227979e-08, -1.00000024)
432Part29.Orientation = Vector3.new(0, 180, 180)
433Part29.Position = Vector3.new(14.8063402, 2.1330564, 14.8614702)
434Part29.Rotation = Vector3.new(180, 0, 0)
435Part29.Color = Color3.new(0.458824, 0, 0)
436Part29.Size = Vector3.new(0.11999999, 0.0545454547, 0.185454547)
437Part29.BottomSurface = Enum.SurfaceType.Smooth
438Part29.BrickColor = BrickColor.new("Maroon")
439Part29.Material = Enum.Material.Glass
440Part29.TopSurface = Enum.SurfaceType.Smooth
441Part29.brickColor = BrickColor.new("Maroon")
442SpecialMesh30.Parent = Part29
443SpecialMesh30.MeshType = Enum.MeshType.Sphere
444ManualWeld31.Name = "Weld"
445ManualWeld31.Parent = Part29
446ManualWeld31.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1)
447ManualWeld31.C1 = CFrame.new(-0.00486087799, 0.0413258076, 1.25135565, 1, 0, 0, 0, 1, 0, 0, 0, 1)
448ManualWeld31.Part0 = Part29
449ManualWeld31.Part1 = Part46
450ManualWeld31.part1 = Part46
451Part32.Parent = Model0
452Part32.CFrame = CFrame.new(14.9206829, 2.0998528, 14.2498446, -1.19209318e-07, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, -1.19209318e-07)
453Part32.Orientation = Vector3.new(0, 90, 0)
454Part32.Position = Vector3.new(14.9206829, 2.0998528, 14.2498446)
455Part32.Rotation = Vector3.new(0, 90, 0)
456Part32.Color = Color3.new(0.388235, 0.372549, 0.384314)
457Part32.Size = Vector3.new(0.450000465, 0.109999992, 0.180000335)
458Part32.BottomSurface = Enum.SurfaceType.Smooth
459Part32.BrickColor = BrickColor.new("Dark stone grey")
460Part32.Material = Enum.Material.Metal
461Part32.TopSurface = Enum.SurfaceType.Smooth
462Part32.brickColor = BrickColor.new("Dark stone grey")
463Part32.Shape = Enum.PartType.Cylinder
464ManualWeld33.Name = "Weld"
465ManualWeld33.Parent = Part32
466ManualWeld33.C0 = CFrame.new(0, 0, 0, -1.1920929e-07, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.1920929e-07)
467ManualWeld33.C1 = CFrame.new(0.109481812, 0.00812220573, 0.639729977, 1, 0, 0, 0, 1, 0, 0, 0, 1)
468ManualWeld33.Part0 = Part32
469ManualWeld33.Part1 = Part46
470ManualWeld33.part1 = Part46
471Part34.Parent = Model0
472Part34.CFrame = CFrame.new(14.8113394, 2.09347939, 14.3341732, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
473Part34.Position = Vector3.new(14.8113394, 2.09347939, 14.3341732)
474Part34.Color = Color3.new(0.588235, 0.403922, 0.4)
475Part34.Size = Vector3.new(0.159400031, 0.273600101, 0.0500000007)
476Part34.BottomSurface = Enum.SurfaceType.Smooth
477Part34.BrickColor = BrickColor.new("Copper")
478Part34.Material = Enum.Material.Metal
479Part34.TopSurface = Enum.SurfaceType.Smooth
480Part34.brickColor = BrickColor.new("Copper")
481ManualWeld35.Name = "Weld"
482ManualWeld35.Parent = Part34
483ManualWeld35.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.724058628, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
484ManualWeld35.Part0 = Part34
485ManualWeld35.Part1 = Part46
486ManualWeld35.part1 = Part46
487Part36.Parent = Model0
488Part36.CFrame = CFrame.new(14.8113403, 2.09347939, 14.529171, 1.00000048, 0, 0, 0, 0.987941027, 0.154830992, 0, -0.154831052, 0.987941504)
489Part36.Orientation = Vector3.new(-8.90999985, 0, 0)
490Part36.Position = Vector3.new(14.8113403, 2.09347939, 14.529171)
491Part36.Rotation = Vector3.new(-8.90999985, 0, 0)
492Part36.Color = Color3.new(0.588235, 0.403922, 0.4)
493Part36.Size = Vector3.new(0.0700000003, 0.140000001, 0.0700000003)
494Part36.BottomSurface = Enum.SurfaceType.Smooth
495Part36.BrickColor = BrickColor.new("Copper")
496Part36.Material = Enum.Material.Fabric
497Part36.TopSurface = Enum.SurfaceType.Smooth
498Part36.brickColor = BrickColor.new("Copper")
499ManualWeld37.Name = "Weld"
500ManualWeld37.Parent = Part36
501ManualWeld37.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.987941027, -0.154830992, 0, 0.154830992, 0.987941027)
502ManualWeld37.C1 = CFrame.new(0.00013923645, 0.00174880028, 0.919056416, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
503ManualWeld37.Part0 = Part36
504ManualWeld37.Part1 = Part46
505ManualWeld37.part1 = Part46
506Part38.Parent = Model0
507Part38.CFrame = CFrame.new(14.8113394, 2.09347939, 13.399169, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
508Part38.Position = Vector3.new(14.8113394, 2.09347939, 13.399169)
509Part38.Color = Color3.new(0.588235, 0.403922, 0.4)
510Part38.Size = Vector3.new(0.109999999, 0.194000036, 0.100000001)
511Part38.BottomSurface = Enum.SurfaceType.Smooth
512Part38.BrickColor = BrickColor.new("Copper")
513Part38.Material = Enum.Material.Metal
514Part38.TopSurface = Enum.SurfaceType.Smooth
515Part38.brickColor = BrickColor.new("Copper")
516ManualWeld39.Name = "Weld"
517ManualWeld39.Parent = Part38
518ManualWeld39.C1 = CFrame.new(0.000138282776, 0.00174880028, -0.210944653, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
519ManualWeld39.Part0 = Part38
520ManualWeld39.Part1 = Part46
521ManualWeld39.part1 = Part46
522Part40.Name = "2"
523Part40.Parent = Model0
524Part40.CFrame = CFrame.new(14.8112011, 2.06780767, 14.7430563, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
525Part40.Position = Vector3.new(14.8112011, 2.06780767, 14.7430563)
526Part40.Color = Color3.new(0.458824, 0, 0)
527Part40.Transparency = 1
528Part40.Size = Vector3.new(0.0799999982, 0.0700000003, 0.26000005)
529Part40.BottomSurface = Enum.SurfaceType.Smooth
530Part40.BrickColor = BrickColor.new("Maroon")
531Part40.Material = Enum.Material.Glass
532Part40.TopSurface = Enum.SurfaceType.Smooth
533Part40.brickColor = BrickColor.new("Maroon")
534SpecialMesh41.Parent = Part40
535SpecialMesh41.Scale = Vector3.new(0.5, 0.839999974, 1)
536SpecialMesh41.MeshType = Enum.MeshType.Brick
537ParticleEmitter42.Parent = Part40
538ParticleEmitter42.Rotation = NumberRange.new(1, 1)
539ParticleEmitter42.Color = ColorSequence.new(Color3.new(0.803922, 0.976471, 1),Color3.new(1, 1, 1))
540ParticleEmitter42.LightEmission = 0.10000000149012
541ParticleEmitter42.Texture = "http://www.roblox.com/asset/?id=154750284"
542ParticleEmitter42.Transparency = NumberSequence.new(0,0.2677595615387,0)
543ParticleEmitter42.ZOffset = 0.20000000298023
544ParticleEmitter42.Size = NumberSequence.new(0.05464494228363,0,0,0,0,0,0,0,0,0)
545ParticleEmitter42.Acceleration = Vector3.new(0, -1, 0)
546ParticleEmitter42.EmissionDirection = Enum.NormalId.Bottom
547ParticleEmitter42.Lifetime = NumberRange.new(1000, 1000)
548ParticleEmitter42.Rate = 12
549ParticleEmitter42.RotSpeed = NumberRange.new(60, 60)
550ParticleEmitter42.SpreadAngle = Vector2.new(5, 5)
551ParticleEmitter42.VelocitySpread = 5
552ManualWeld43.Name = "Weld"
553ManualWeld43.Parent = Part40
554ManualWeld43.C1 = CFrame.new(0, -0.0239230394, 1.13294172, 1, 0, 0, 0, 1, 0, 0, 0, 1)
555ManualWeld43.Part0 = Part40
556ManualWeld43.Part1 = Part46
557ManualWeld43.part1 = Part46
558Part44.Parent = Model0
559Part44.CFrame = CFrame.new(14.8113394, 2.09347939, 14.1041698, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
560Part44.Position = Vector3.new(14.8113394, 2.09347939, 14.1041698)
561Part44.Color = Color3.new(0.388235, 0.372549, 0.384314)
562Part44.Size = Vector3.new(0.0900000036, 0.240000054, 0.529999912)
563Part44.BottomSurface = Enum.SurfaceType.Smooth
564Part44.BrickColor = BrickColor.new("Dark stone grey")
565Part44.Material = Enum.Material.Fabric
566Part44.TopSurface = Enum.SurfaceType.Smooth
567Part44.brickColor = BrickColor.new("Dark stone grey")
568ManualWeld45.Name = "Weld"
569ManualWeld45.Parent = Part44
570ManualWeld45.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.494055748, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
571ManualWeld45.Part0 = Part44
572ManualWeld45.Part1 = Part46
573ManualWeld45.part1 = Part46
574Part46.Name = "Handle"
575Part46.Parent = Model0
576Part46.CFrame = CFrame.new(14.8112011, 2.09173059, 13.6101141, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
577Part46.Position = Vector3.new(14.8112011, 2.09173059, 13.6101141)
578Part46.Size = Vector3.new(0.0700000003, 0.17400001, 0.439999938)
579Part46.BottomSurface = Enum.SurfaceType.Smooth
580Part46.Material = Enum.Material.Metal
581Part46.TopSurface = Enum.SurfaceType.Smooth
582ManualWeld47.Name = "Weld"
583ManualWeld47.Parent = Part46
584ManualWeld47.C0 = CFrame.new(0, 0, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
585ManualWeld47.C1 = CFrame.new(0.0560150146, -0.908272505, -0.356087685, -1, 0, 0, 0, 1, 0, 0, 0, -1)
586ManualWeld47.Part0 = Part46
587ManualWeld47.Part1 = char["Right Arm"]
588ManualWeld47.part1 = char["Right Arm"]
589Part48.Parent = Model0
590Part48.CFrame = CFrame.new(14.8114786, 2.05818295, 14.872201, 1.00000048, 0, 0, 0, -1, -8.74227766e-08, 0, 8.74228192e-08, -1.00000048)
591Part48.Orientation = Vector3.new(0, 180, 180)
592Part48.Position = Vector3.new(14.8114786, 2.05818295, 14.872201)
593Part48.Rotation = Vector3.new(180, 0, 0)
594Part48.Size = Vector3.new(0.0500000007, 0.127000004, 0.140000001)
595Part48.BottomSurface = Enum.SurfaceType.Smooth
596Part48.Material = Enum.Material.Metal
597Part48.TopSurface = Enum.SurfaceType.Smooth
598SpecialMesh49.Parent = Part48
599SpecialMesh49.MeshType = Enum.MeshType.Wedge
600ManualWeld50.Name = "Weld"
601ManualWeld50.Parent = Part48
602ManualWeld50.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1)
603ManualWeld50.C1 = CFrame.new(0.000277519226, -0.0335476398, 1.26208639, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
604ManualWeld50.Part0 = Part48
605ManualWeld50.Part1 = Part46
606ManualWeld50.part1 = Part46
607Part51.Parent = Model0
608Part51.CFrame = CFrame.new(14.9414806, 2.0921061, 14.0992584, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
609Part51.Position = Vector3.new(14.9414806, 2.0921061, 14.0992584)
610Part51.Size = Vector3.new(0.170000017, 0.0500000007, 0.249999896)
611Part51.BottomSurface = Enum.SurfaceType.Smooth
612Part51.Material = Enum.Material.Metal
613Part51.TopSurface = Enum.SurfaceType.Smooth
614ManualWeld52.Name = "Weld"
615ManualWeld52.Parent = Part51
616ManualWeld52.C1 = CFrame.new(0.130279541, 0.000375449657, 0.489143848, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
617ManualWeld52.Part0 = Part51
618ManualWeld52.Part1 = Part46
619ManualWeld52.part1 = Part46
620Part53.Parent = Model0
621Part53.CFrame = CFrame.new(14.8114777, 2.08710599, 13.879261, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
622Part53.Position = Vector3.new(14.8114777, 2.08710599, 13.879261)
623Part53.Color = Color3.new(0.588235, 0.403922, 0.4)
624Part53.Size = Vector3.new(0.158999994, 0.273999989, 0.0500000007)
625Part53.BottomSurface = Enum.SurfaceType.Smooth
626Part53.BrickColor = BrickColor.new("Copper")
627Part53.Material = Enum.Material.Metal
628Part53.TopSurface = Enum.SurfaceType.Smooth
629Part53.brickColor = BrickColor.new("Copper")
630ManualWeld54.Name = "Weld"
631ManualWeld54.Parent = Part53
632ManualWeld54.C1 = CFrame.new(0.000276565552, -0.00462460518, 0.269146442, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
633ManualWeld54.Part0 = Part53
634ManualWeld54.Part1 = Part46
635ManualWeld54.part1 = Part46
636Part55.Parent = Model0
637Part55.CFrame = CFrame.new(14.8114777, 1.99938798, 14.2285452, 1.00000048, 0, 0, 0, 0.866025388, 0.5, 0, -0.500000238, 0.866025746)
638Part55.Orientation = Vector3.new(-30, 0, 0)
639Part55.Position = Vector3.new(14.8114777, 1.99938798, 14.2285452)
640Part55.Rotation = Vector3.new(-30, 0, 0)
641Part55.Size = Vector3.new(0.0500000007, 0.159999996, 0.159999847)
642Part55.BottomSurface = Enum.SurfaceType.Smooth
643Part55.Material = Enum.Material.Metal
644Part55.TopSurface = Enum.SurfaceType.Smooth
645ManualWeld56.Name = "Weld"
646ManualWeld56.Parent = Part55
647ManualWeld56.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388)
648ManualWeld56.C1 = CFrame.new(0.000276565552, -0.0923425555, 0.618430614, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
649ManualWeld56.Part0 = Part55
650ManualWeld56.Part1 = Part46
651ManualWeld56.part1 = Part46
652Part57.Parent = Model0
653Part57.CFrame = CFrame.new(14.8114777, 2.01938796, 13.5253372, 1.00000048, 0, 0, 0, 0.866025388, -0.5, 0, 0.500000238, 0.866025746)
654Part57.Orientation = Vector3.new(30, 0, 0)
655Part57.Position = Vector3.new(14.8114777, 2.01938796, 13.5253372)
656Part57.Rotation = Vector3.new(30, 0, 0)
657Part57.Size = Vector3.new(0.0500000007, 0.159999996, 0.24000001)
658Part57.BottomSurface = Enum.SurfaceType.Smooth
659Part57.Material = Enum.Material.Metal
660Part57.TopSurface = Enum.SurfaceType.Smooth
661ManualWeld58.Name = "Weld"
662ManualWeld58.Parent = Part57
663ManualWeld58.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866025388, 0.5, 0, -0.5, 0.866025388)
664ManualWeld58.C1 = CFrame.new(0.000276565552, -0.0723425746, -0.0847764015, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
665ManualWeld58.Part0 = Part57
666ManualWeld58.Part1 = Part46
667ManualWeld58.part1 = Part46
668Part59.Parent = Model0
669Part59.CFrame = CFrame.new(14.8864794, 2.0921061, 14.1542616, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
670Part59.Position = Vector3.new(14.8864794, 2.0921061, 14.1542616)
671Part59.Size = Vector3.new(0.0599999987, 0.0900000259, 0.639999747)
672Part59.BottomSurface = Enum.SurfaceType.Smooth
673Part59.Material = Enum.Material.Metal
674Part59.TopSurface = Enum.SurfaceType.Smooth
675ManualWeld60.Name = "Weld"
676ManualWeld60.Parent = Part59
677ManualWeld60.C1 = CFrame.new(0.0752782822, 0.000375449657, 0.544147491, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
678ManualWeld60.Part0 = Part59
679ManualWeld60.Part1 = Part46
680ManualWeld60.part1 = Part46
681Part61.Parent = Model0
682Part61.CFrame = CFrame.new(14.8814793, 2.0921061, 14.0992584, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
683Part61.Position = Vector3.new(14.8814793, 2.0921061, 14.0992584)
684Part61.Size = Vector3.new(0.0500000007, 0.170000032, 0.409999907)
685Part61.BottomSurface = Enum.SurfaceType.Smooth
686Part61.Material = Enum.Material.Metal
687Part61.TopSurface = Enum.SurfaceType.Smooth
688ManualWeld62.Name = "Weld"
689ManualWeld62.Parent = Part61
690ManualWeld62.C1 = CFrame.new(0.0702781677, 0.000375449657, 0.489143848, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
691ManualWeld62.Part0 = Part61
692ManualWeld62.Part1 = Part46
693ManualWeld62.part1 = Part46
694Part63.Parent = Model0
695Part63.CFrame = CFrame.new(14.8112011, 1.97473061, 13.8901186, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
696Part63.Position = Vector3.new(14.8112011, 1.97473061, 13.8901186)
697Part63.Size = Vector3.new(0.0500000007, 0.159999996, 0.609999895)
698Part63.BottomSurface = Enum.SurfaceType.Smooth
699Part63.Material = Enum.Material.Metal
700Part63.TopSurface = Enum.SurfaceType.Smooth
701ManualWeld64.Name = "Weld"
702ManualWeld64.Parent = Part63
703ManualWeld64.C1 = CFrame.new(0, -0.116999984, 0.280004025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
704ManualWeld64.Part0 = Part63
705ManualWeld64.Part1 = Part46
706ManualWeld64.part1 = Part46
707Part65.Parent = Model0
708Part65.CFrame = CFrame.new(14.8113394, 2.09347939, 14.901824, 1, 0, 0, 0, -0.902408123, -0.430882335, 0, 0.430882335, -0.902408123)
709Part65.Orientation = Vector3.new(25.5199986, 180, 180)
710Part65.Position = Vector3.new(14.8113394, 2.09347939, 14.901824)
711Part65.Rotation = Vector3.new(154.479996, 0, 0)
712Part65.Color = Color3.new(0.458824, 0, 0)
713Part65.Size = Vector3.new(0.120000005, 0.0600000024, 0.0600000024)
714Part65.BottomSurface = Enum.SurfaceType.Smooth
715Part65.BrickColor = BrickColor.new("Maroon")
716Part65.Material = Enum.Material.Glass
717Part65.TopSurface = Enum.SurfaceType.Smooth
718Part65.brickColor = BrickColor.new("Maroon")
719SpecialMesh66.Parent = Part65
720SpecialMesh66.MeshType = Enum.MeshType.Sphere
721Part67.Parent = Model0
722Part67.CFrame = CFrame.new(14.8113394, 2.09347939, 13.818532, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024)
723Part67.Position = Vector3.new(14.8113394, 2.09347939, 13.818532)
724Part67.Color = Color3.new(0.588235, 0.403922, 0.4)
725Part67.Size = Vector3.new(0.119000003, 0.254000008, 0.0899999961)
726Part67.BottomSurface = Enum.SurfaceType.Smooth
727Part67.BrickColor = BrickColor.new("Copper")
728Part67.Material = Enum.Material.Metal
729Part67.TopSurface = Enum.SurfaceType.Smooth
730Part67.brickColor = BrickColor.new("Copper")
731ManualWeld68.Name = "Weld"
732ManualWeld68.Parent = Part67
733ManualWeld68.C1 = CFrame.new(0.000138282776, 0.00174880028, 0.208417892, 1, 0, 0, 0, 1, 0, 0, 0, 1)
734ManualWeld68.Part0 = Part67
735ManualWeld68.Part1 = Part46
736ManualWeld68.part1 = Part46
737
738
739humanoid.MaxHealth = "inf"
740humanoid.Health = "inf"
741humanoid.WalkSpeed = 0
742animation:Destroy()
743local ManualWeld5 = Instance.new("ManualWeld")
744local ManualWeld6 = Instance.new("ManualWeld")
745local ManualWeld2 = Instance.new("ManualWeld")
746local ManualWeld4 = Instance.new("ManualWeld")
747
748mouse.KeyUp:Connect(function(k)
749if k == "v" then
750ManualWeld4.Name = "Weld"
751ManualWeld4.Parent = char["Right Arm"]
752ManualWeld4.C0 = CFrame.new(0, 0, 0, -0.963871837, -0.258573949, -0.0639576539, -0.26527071, 0.910068691, 0.318443567, -0.0241353493, 0.323904902, -0.945781708)
753ManualWeld4.C1 = CFrame.new(1.34930038, -0.0854098797, 0.158224106, -1, 0, 0, 0, 1, 0, 0, 0, -1)
754ManualWeld4.Part0 = char["Right Arm"]
755ManualWeld4.Part1 = char.HumanoidRootPart
756ManualWeld4.part1 = char.HumanoidRootPart
757
758ManualWeld2.Name = "Weld"
759ManualWeld2.Parent = char["Left Arm"]
760ManualWeld2.C0 = CFrame.new(0, 0, 0, -0.986418366, -0.0108327856, 0.163894728, 0, 0.997822762, 0.0659520924, -0.164252341, 0.0650563538, -0.984270692)
761ManualWeld2.C1 = CFrame.new(-1.49320984, 0.00541639328, 0.0819473267, -1, 0, 0, 0, 1, 0, 0, 0, -1)
762ManualWeld2.Part0 = char["Left Arm"]
763ManualWeld2.Part1 = char.HumanoidRootPart
764ManualWeld2.part1 = char.HumanoidRootPart
765
766
767ManualWeld5.Part1 = nil
768ManualWeld6.Part1 = nil
769ManualWeld5.Part0 = nil
770ManualWeld6.Part0 = nil
771
772elseif k == "r" then
773ManualWeld2.Part1 = nil
774ManualWeld4.Part1 = nil
775ManualWeld2.Part0 = nil
776ManualWeld4.Part0 = nil
777
778ManualWeld5.Name = "Weld"
779ManualWeld5.Parent = char["Right Arm"]
780ManualWeld5.C0 = CFrame.new(0, 0, 0, -0.898753166, -0.373142391, -0.230233714, -0.214851215, 0.832540631, -0.510602772, 0.38220644, -0.409439832, -0.828418553)
781ManualWeld5.C1 = CFrame.new(-1.55680275, 0.270300865, -0.370418549, -1, 0, 0, 0, 1, 0, 0, 0, -1)
782ManualWeld5.Part0 = char["Right Arm"]
783ManualWeld5.Part1 = char.HumanoidRootPart
784ManualWeld5.part1 = char.HumanoidRootPart
785ManualWeld6.Name = "Weld"
786ManualWeld6.Parent = char["Left Arm"]
787ManualWeld6.C0 = CFrame.new(0, 0, 0, -0.573177695, 0.316111892, 0.756003082, 0.482932031, 0.875657856, 0, -0.66200006, 0.365098089, -0.654568076)
788ManualWeld6.C1 = CFrame.new(1.52805519, 0.220227003, -0.378001213, -1, 0, 0, 0, 1, 0, 0, 0, -1)
789ManualWeld6.Part0 = char["Left Arm"]
790ManualWeld6.Part1 = char.HumanoidRootPart
791ManualWeld6.part1 = char.HumanoidRootPart
792
793elseif k == "t" then
794ManualWeld5.Part1 = nil
795ManualWeld6.Part1 = nil
796ManualWeld5.Part0 = nil
797ManualWeld6.Part0 = nil
798ManualWeld2.Part1 = nil
799ManualWeld4.Part1 = nil
800ManualWeld2.Part0 = nil
801ManualWeld4.Part0 = nil
802elseif k == "k" then
803
804
805attack = true
806function findNearestTorso(pos)
807 local list = game.Workspace:children()
808 local torso = nil
809 local dist = 12
810 local temp = nil
811 local human = nil
812 local temp2 = nil
813 for x = 1, #list do
814 temp2 = list[x]
815 if (temp2.className == "Model") and (temp2 ~= script.Parent) then
816 temp = temp2:findFirstChild("Torso")
817 human = temp2:findFirstChild("Humanoid")
818 if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
819 if (temp.Position - pos).magnitude < dist then
820 torso = temp
821 dist = (temp.Position - pos).magnitude
822 end
823 end
824 end
825 end
826 return torso
827end
828a = 21
829
830
831
832 local target = findNearestTorso(script.Parent.Torso.Position,a)
833 if target ~= nil then
834Sound0 = Instance.new("Sound")
835Sound0.Name = "DeathSound"
836Sound0.Parent = char
837Sound0.SoundId = "rbxassetid://456539140"
838Sound0.Volume = 3
839Sound0:Play()
840 hum = target.Parent.Humanoid
841 hum:TakeDamage(9999e9999)
842 a = hum.Parent.Head
843 a:BreakJoints()
844
845end
846
847
848
849 end
850end
851end)
852mouse.Button1Down:Connect(function()
853char:MoveTo(mouse.Hit.Position)
854
855
856wait(0.0001)
857
858end)
859
860humanoid.Died:Connect(function()
861local p = nil
862
863a = humanoid:Clone()
864a.Parent = char
865humanoid:Destroy()
866
867
868a.Parent = char
869
870for _,c2 in pairs(parts) do
871c2:Destroy()
872wait(0.1)
873p = c2:Clone()
874p.Parent = char
875char:MakeJoints(p)
876return p
877end
878
879
880
881
882
883
884
885
886
887
888
889
890
891end)
892
893
894while wait() do
895humanoid.WalkSpeed = 0
896cam.CFrame = CFrame.new(char.HumanoidRootPart.CFrame.p)
897end