Advertisement
wamandnj

Untitled

Oct 19th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. wait(1)
  88.  
  89. Player=owner
  90. Character=Player.Character
  91. m=Instance.new('Model',Character)
  92.  
  93.  
  94. local function weldBetween(a, b)
  95. local weldd = Instance.new("ManualWeld")
  96. weldd.Part0 = a
  97. weldd.Part1 = b
  98. weldd.C0 = CFrame.new()
  99. weldd.C1 = b.CFrame:inverse() * a.CFrame
  100. weldd.Parent = a
  101. return weldd
  102. end
  103.  
  104. it=Instance.new
  105.  
  106. function nooutline(part)
  107. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  108. end
  109.  
  110. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  111. local fp=it("Part")
  112. fp.formFactor=formfactor
  113. fp.Parent=parent
  114. fp.Reflectance=reflectance
  115. fp.Transparency=transparency
  116. fp.CanCollide=false
  117. fp.Locked=true
  118. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  119. fp.Name=name
  120. fp.Size=size
  121. fp.Position=Character.Torso.Position
  122. nooutline(fp)
  123. fp.Material=material
  124. fp:BreakJoints()
  125. return fp
  126. end
  127.  
  128. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  129. local mesh=it(Mesh)
  130. mesh.Parent=part
  131. if Mesh=="SpecialMesh" then
  132. mesh.MeshType=meshtype
  133. mesh.MeshId=meshid
  134. end
  135. mesh.Offset=offset
  136. mesh.Scale=scale
  137. return mesh
  138. end
  139.  
  140. function weld(parent,part0,part1,c0,c1)
  141. local weld=it("Weld")
  142. weld.Parent=parent
  143. weld.Part0=part0
  144. weld.Part1=part1
  145. weld.C0=c0
  146. weld.C1=c1
  147. return weld
  148. end
  149.  
  150. RightA=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really black","Handle",Vector3.new(1.31421626, 2.62842989, 1.31421471))
  151. RightAweld=weld(m,Character["Left Arm"],RightA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0754652023, 0.127724171, -0.169014931, 0.999724269, 0.01186, 0.0202710405, -0.0117467064, 0.999914646, -0.00569900358, -0.0203369036, 0.00545931328, 0.99977833))
  152. Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,1,"Really black","Thingy",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  153. Thingyweld=weld(m,RightA,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  154. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  155. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765886307, -1.98301792, 1.04837799, 1.00000012, 8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, 0.707113862, -0.707099795))
  156. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  157. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  158. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887346268, -0.777343035, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  159. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  160. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  161. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853806138, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  162. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
  163. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  164. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765743256, 1.46370363, -0.580066919, 1.00000012, -1.5963451e-008, 2.99885869e-006, -2.94670463e-006, 0.173635423, 0.984810054, -5.35976142e-007, -0.984809995, 0.173635408))
  165. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  166. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  167. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765705109, 1.31746244, -0.249498844, 1.00000012, 8.73114914e-011, 0, 0, -0.173656225, 0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
  168. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  169. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.44675899, 0.425516993, 1.44675708))
  170. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853808045, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  171. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  172. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  173. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853799224, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  174. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  175. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  176. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765781403, -1.93325758, 1.09814215, -1.00000012, -8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, 0.707102895, 0.707110584))
  177. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  178. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  179. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765657425, 1.39436722, -0.592307091, -1.00000012, -8.73114914e-011, 0, 0, 0.173656225, -0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
  180. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  181. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  182. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352058411, 1.35817862, -0.256694794, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984807432, -0.173650503, -1.12168491e-005, -0.173650503, -0.984807432, -7.59679824e-006))
  183. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  184. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  185. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351982117, 1.76633024, -0.834147453, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.866034389, 0.499984711, -3.70666385e-006, 0.499984741, -0.866034329, -1.30273402e-005))
  186. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  187. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  188. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765447617, 1.13482475, -0.218839645, 1.00000012, 8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, -0.707102895, -0.707110584))
  189. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  190. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  191. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351867676, -2.01229572, 1.01912785, -1.06878579e-005, 1.24396756e-005, -1, -0.707121968, -0.70709157, -1.23679638e-006, -0.707091689, 0.707122087, 1.63540244e-005))
  192. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  193. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  194. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887155533, -0.990084648, 0.0351953506, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  195. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  196. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  197. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765752792, 1.66953611, -0.890017033, -1.00000012, -8.73114914e-011, 0, 0, 0.500011563, -0.866018832, 0, -0.866018772, -0.500011504))
  198. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  199. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  200. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765457153, 1.08501911, -0.169064522, -1.00000012, -8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, -0.707113862, 0.707099795))
  201. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  202. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  203. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887441635, -0.351821661, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  204. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  205. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  206. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887460709, 0.0736956596, 0.0351963043, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  207. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  208. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  209. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352067947, 1.16405034, -0.248080254, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.707110286, -0.707103312, -1.35414302e-005, -0.707103431, -0.707110167, 2.10478902e-007))
  210. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  211. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  212. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887374878, 0.499208927, 0.0352153778, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  213. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  214. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  215. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352153778, 1.50446987, -0.572892904, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984808922, 0.173642009, -7.93859363e-006, 0.173642024, -0.984808922, -1.09724933e-005))
  216. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  217. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.43257511, 0.56735605, 1.4325732))
  218. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853806853, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  219. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  221. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0766086578, 1.73053312, -0.854819059, 1.00000012, 8.73114914e-011, 0, 1.86264515e-009, 0.499992609, 0.86602962, 1.86264515e-009, -0.866029739, 0.499992639))
  222. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  223. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  224. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  225. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.496436507, 1.41838956))
  227. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887174606, -1.20285392, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  228. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
  229. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  230. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765504837, 1.2480793, -0.237279296, -1.00000012, -8.73114914e-011, 0, 0, -0.173634395, -0.984810174, -9.31322575e-010, -0.984810233, 0.173634395))
  231. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  232. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  233. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  234. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  235. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  236. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  237. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  239. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  240. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  241. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  242. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  243. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  245. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  246. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  247. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  248. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  249. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  251. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  252. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  253. LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","LeftArmPlate",Vector3.new(1.41839123, 2.83677983, 1.41838956))
  254. LeftArmPlateweld=weld(m,RightA,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  255. mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  256.  
  257.  
  258. Player=owner
  259. Character=Player.Character
  260. m=Instance.new('Model',Character)
  261.  
  262.  
  263. local function weldBetween(a, b)
  264. local weldd = Instance.new("ManualWeld")
  265. weldd.Part0 = a
  266. weldd.Part1 = b
  267. weldd.C0 = CFrame.new()
  268. weldd.C1 = b.CFrame:inverse() * a.CFrame
  269. weldd.Parent = a
  270. return weldd
  271. end
  272.  
  273. it=Instance.new
  274.  
  275. function nooutline(part)
  276. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  277. end
  278.  
  279. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  280. local fp=it("Part")
  281. fp.formFactor=formfactor
  282. fp.Parent=parent
  283. fp.Reflectance=reflectance
  284. fp.Transparency=transparency
  285. fp.CanCollide=false
  286. fp.Locked=true
  287. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  288. fp.Name=name
  289. fp.Size=size
  290. fp.Position=Character.Torso.Position
  291. nooutline(fp)
  292. fp.Material=material
  293. fp:BreakJoints()
  294. return fp
  295. end
  296.  
  297. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  298. local mesh=it(Mesh)
  299. mesh.Parent=part
  300. if Mesh=="SpecialMesh" then
  301. mesh.MeshType=meshtype
  302. mesh.MeshId=meshid
  303. end
  304. mesh.Offset=offset
  305. mesh.Scale=scale
  306. return mesh
  307. end
  308.  
  309. function weld(parent,part0,part1,c0,c1)
  310. local weld=it("Weld")
  311. weld.Parent=parent
  312. weld.Part0=part0
  313. weld.Part1=part1
  314. weld.C0=c0
  315. weld.C1=c1
  316. return weld
  317. end
  318.  
  319. Orb2=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563))
  320. Orb2weld=weld(m,Character["Left Arm"],Orb2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.502059937, 0.355368137, 1.71773267, -0.44424206, 0.232894972, -0.865106404, 0.628215313, 0.769424856, -0.115459129, 0.638744593, -0.594764709, -0.488119096))
  321. mesh("SpecialMesh",Orb2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
  322. Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Institutional white","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824))
  323. Orb.Shape = "Ball"
  324. Orbweld=weld(m,Orb2,Orb,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 1, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 0.99999994))
  325. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  326. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -1.25859022, 0.329596519, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923937678, -0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
  327. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169))
  328. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  329. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142879486, -0.777062893, -1.45312595, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923902035, -0.382629365, 0, 0.382629424, 0.923901975))
  330. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417))
  331. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566))
  332. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143518448, 1.01072788, 0.321725368, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923871815, -0.382702261, 2.98023224e-008, 0.382702231, 0.923871756))
  333. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  334. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  335. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143795013, -0.705126762, -0.734368324, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923846126, -0.38276419, 0, 0.382764339, 0.923846006))
  336. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268))
  337. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  338. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144195557, -0.138575554, 1.73011065, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923765123, -0.382959813, 2.98023224e-008, 0.382959902, 0.923765063))
  339. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278))
  340. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  341. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014383316, -0.769768238, 0.57397604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  342. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  343. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  344. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143966675, -0.733929157, 0.825384617, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923918545, -0.3825894, 0, 0.382589459, 0.923918486))
  345. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902))
  346. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  347. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144147873, -1.38066387, -0.353047848, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  348. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833))
  349. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  350. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014339447, -1.12845087, -0.970898151, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.49011612e-008, 0.923991561, -0.38241303, -2.98023224e-008, 0.382413089, 0.923991442))
  351. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902))
  352. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493))
  353. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, 1.1401, 2.09678173, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
  354. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1))
  355. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  356. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, -0.583045006, -1.08001328, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923855543, -0.382741481, 0, 0.38274157, 0.923855543))
  357. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207))
  358. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  359. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144405365, 0.82538271, 0.82533884, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923936188, -0.382546633, -2.98023224e-008, 0.382546723, 0.923936188))
  360. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902))
  361. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  362. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143356323, 0.867033958, 0.573077679, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923900545, -0.382632852, -2.98023224e-008, 0.382632971, 0.923900485))
  363. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  364. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  365. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144271851, 0.400120258, 1.79469538, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923717797, -0.383073896, -2.98023224e-008, 0.383073926, 0.923717678))
  366. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642))
  367. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133))
  368. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143842697, -0.913496971, -0.324445724, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  369. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  370. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  371. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -0.541174889, 1.62945747, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.86264515e-008, 0.923819423, -0.382828385, -5.96046448e-008, 0.382828504, 0.923819482))
  372. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255))
  373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563))
  374. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143985748, 0.0481734276, 1.21983814, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.92387718, -0.382689148, -2.98023224e-008, 0.382689238, 0.92387712))
  375. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087))
  376. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  377. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142784119, -1.2364316, -0.755404949, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923943341, -0.382529408, -2.98023224e-008, 0.382529497, 0.923943341))
  378. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451))
  379. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  380. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143661499, -0.769869804, -0.475550175, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923884392, -0.382671893, 0, 0.382671893, 0.923884332))
  381. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477))
  382. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563))
  383. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143489838, 0.0422496796, 0.896978855, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923894286, -0.382647961, 2.98023224e-008, 0.382647932, 0.923894167))
  384. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451))
  385. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  386. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143232346, 1.78682709, 2.95177078, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
  387. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624))
  388. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  389. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143451691, -0.970619202, 1.3801322, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382422388, 0.923987627, 1.49011612e-008, -0.923987687, 0.382422358))
  390. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229))
  391. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  392. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143575668, 0.867223263, -0.314217091, -1.00000012, -2.98023224e-008, -2.98023224e-008, 7.4505806e-009, 0.923972368, -0.382459223, 2.98023224e-008, -0.382459283, -0.923972309))
  393. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064))
  394. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  395. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142812729, 0.769894123, -0.315297604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.923946202, 0.382522434, 2.98023224e-008, -0.382522523, -0.923946202))
  396. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064))
  397. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  398. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014169693, -0.540971756, 1.88808012, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.923836112, -0.38278845, 0, 0.38278845, 0.923835993))
  399. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053))
  400. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  401. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142345428, 0.769889832, -0.0939731598, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.49011612e-008, -0.923993051, 0.382409662, 0, 0.382409692, 0.923992991))
  402. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278))
  403. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  404. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143318176, -1.25844002, 1.07650661, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  405. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138))
  406. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  407. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143594742, -1.65409946, 0.329646587, 1, -1.38580799e-006, -3.48687172e-006, -3.35276127e-008, 0.92394191, -0.382532895, 3.78489494e-006, 0.382532895, 0.92394191))
  408. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169))
  409. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  410. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144309998, 0.633481979, -0.47542429, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.11758709e-008, -0.923920572, 0.382584453, 2.98023224e-008, 0.382584512, 0.923920512))
  411. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477))
  412. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  413. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142469406, 0.446671486, -0.734605312, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923937678, 0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
  414. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268))
  415. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563))
  416. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143251419, 0.573383808, 1.31253004, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
  417. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632))
  418. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  419. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146627426, -1.36505795, 1.12887478, 1.00000012, 2.98023224e-008, 2.98023224e-008, -2.98023224e-008, 0.38210234, 0.924120009, -3.7252903e-009, -0.924120188, 0.38210237))
  420. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902))
  421. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  422. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144557953, 0.467606068, -0.753456116, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.60770321e-008, -0.923965275, 0.382476479, 0, -0.382476568, -0.923965216))
  423. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451))
  424. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  425. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014333725, -2.05626631, -0.353295326, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.92394191, -0.382532805, 0, 0.382532895, 0.92394197))
  426. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833))
  427. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  428. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143194199, 0.552689552, -0.753513813, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.86264515e-008, 0.923968136, -0.382469654, 0, -0.382469654, -0.923968077))
  429. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451))
  430. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  431. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142192841, 0.399952888, 2.41989946, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
  432. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068))
  433. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  434. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143661499, -0.935334206, -2.05619001, -1.00000012, -2.98023224e-008, -2.98023224e-008, -2.98023224e-008, 0.382503301, 0.923954129, 3.7252903e-009, 0.923954248, -0.382503211))
  435. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613))
  436. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  437. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142612457, -0.755482197, 1.63165283, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382535756, 0.923940659, 3.7252903e-009, -0.923940778, 0.382535726))
  438. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902))
  439. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  440. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142774582, 0.573737621, -0.662068844, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.382720828, 0.923864007, 3.7252903e-009, 0.923864126, -0.382720768))
  441. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107))
  442. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265))
  443. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142974854, 2.95166492, 3.10171676, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
  444. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1))
  445. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  446. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144081116, 0.752276421, -0.573189259, -1.00000012, -2.98023224e-008, -2.98023224e-008, -3.7252903e-009, 0.923968792, -0.382468104, 2.98023224e-008, -0.382468164, -0.923968673))
  447. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229))
  448. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  449. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143461227, -0.864406586, 1.62925768, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923863828, -0.382721543, 2.98023224e-008, 0.382721603, 0.923863888))
  450. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255))
  451. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  452. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142230988, -1.01077271, 0.396942616, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.92387718, 0.382689148, 2.98023224e-008, -0.382689238, -0.92387712))
  453. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451))
  454. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  455. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142660141, -0.139053822, 2.05354023, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923669994, -0.383188933, 0, 0.383188993, 0.923670053))
  456. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319))
  457. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  458. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143957138, 0.0443892479, -1.0795331, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923923314, 0.382577747, 0, 0.382577837, 0.923923254))
  459. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356))
  460. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183))
  461. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143852234, -1.78688002, -2.02518988, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, -0.923716426, 0.383077323, -2.98023224e-008, -0.383077323, -0.923716307))
  462. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1))
  463. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  464. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142145157, 1.14002323, 3.02335072, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
  465. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068))
  466.  
  467.  
  468.  
  469. Player=owner
  470. Character=Player.Character
  471. m=Instance.new('Model',Character)
  472.  
  473.  
  474. local function weldBetween(a, b)
  475. local weldd = Instance.new("ManualWeld")
  476. weldd.Part0 = a
  477. weldd.Part1 = b
  478. weldd.C0 = CFrame.new()
  479. weldd.C1 = b.CFrame:inverse() * a.CFrame
  480. weldd.Parent = a
  481. return weldd
  482. end
  483.  
  484. it=Instance.new
  485.  
  486. function nooutline(part)
  487. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  488. end
  489.  
  490. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  491. local fp=it("Part")
  492. fp.formFactor=formfactor
  493. fp.Parent=parent
  494. fp.Reflectance=reflectance
  495. fp.Transparency=transparency
  496. fp.CanCollide=false
  497. fp.Locked=true
  498. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  499. fp.Name=name
  500. fp.Size=size
  501. fp.Position=Character.Torso.Position
  502. nooutline(fp)
  503. fp.Material=material
  504. fp:BreakJoints()
  505. return fp
  506. end
  507.  
  508. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  509. local mesh=it(Mesh)
  510. mesh.Parent=part
  511. if Mesh=="SpecialMesh" then
  512. mesh.MeshType=meshtype
  513. mesh.MeshId=meshid
  514. end
  515. mesh.Offset=offset
  516. mesh.Scale=scale
  517. return mesh
  518. end
  519.  
  520. function weld(parent,part0,part1,c0,c1)
  521. local weld=it("Weld")
  522. weld.Parent=parent
  523. weld.Part0=part0
  524. weld.Part1=part1
  525. weld.C0=c0
  526. weld.C1=c1
  527. return weld
  528. end
  529.  
  530. Player=owner
  531. Character=Player.Character
  532. m=Instance.new('Model',Character)
  533.  
  534.  
  535. local function weldBetween(a, b)
  536. local weldd = Instance.new("ManualWeld")
  537. weldd.Part0 = a
  538. weldd.Part1 = b
  539. weldd.C0 = CFrame.new()
  540. weldd.C1 = b.CFrame:inverse() * a.CFrame
  541. weldd.Parent = a
  542. return weldd
  543. end
  544.  
  545. it=Instance.new
  546.  
  547. function nooutline(part)
  548. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  549. end
  550.  
  551. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  552. local fp=it("Part")
  553. fp.formFactor=formfactor
  554. fp.Parent=parent
  555. fp.Reflectance=reflectance
  556. fp.Transparency=transparency
  557. fp.CanCollide=false
  558. fp.Locked=true
  559. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  560. fp.Name=name
  561. fp.Size=size
  562. fp.Position=Character.Torso.Position
  563. nooutline(fp)
  564. fp.Material=material
  565. fp:BreakJoints()
  566. return fp
  567. end
  568.  
  569. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  570. local mesh=it(Mesh)
  571. mesh.Parent=part
  572. if Mesh=="SpecialMesh" then
  573. mesh.MeshType=meshtype
  574. mesh.MeshId=meshid
  575. end
  576. mesh.Offset=offset
  577. mesh.Scale=scale
  578. return mesh
  579. end
  580.  
  581. function weld(parent,part0,part1,c0,c1)
  582. local weld=it("Weld")
  583. weld.Parent=parent
  584. weld.Part0=part0
  585. weld.Part1=part1
  586. weld.C0=c0
  587. weld.C1=c1
  588. return weld
  589. end
  590.  
  591. Player=owner
  592. Character=Player.Character
  593. m=Instance.new('Model',Character)
  594.  
  595.  
  596. local function weldBetween(a, b)
  597. local weldd = Instance.new("ManualWeld")
  598. weldd.Part0 = a
  599. weldd.Part1 = b
  600. weldd.C0 = CFrame.new()
  601. weldd.C1 = b.CFrame:inverse() * a.CFrame
  602. weldd.Parent = a
  603. return weldd
  604. end
  605.  
  606. it=Instance.new
  607.  
  608. function nooutline(part)
  609. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  610. end
  611.  
  612. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  613. local fp=it("Part")
  614. fp.formFactor=formfactor
  615. fp.Parent=parent
  616. fp.Reflectance=reflectance
  617. fp.Transparency=transparency
  618. fp.CanCollide=false
  619. fp.Locked=true
  620. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  621. fp.Name=name
  622. fp.Size=size
  623. fp.Position=Character.Torso.Position
  624. nooutline(fp)
  625. fp.Material=material
  626. fp:BreakJoints()
  627. return fp
  628. end
  629.  
  630. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  631. local mesh=it(Mesh)
  632. mesh.Parent=part
  633. if Mesh=="SpecialMesh" then
  634. mesh.MeshType=meshtype
  635. mesh.MeshId=meshid
  636. end
  637. mesh.Offset=offset
  638. mesh.Scale=scale
  639. return mesh
  640. end
  641.  
  642. function weld(parent,part0,part1,c0,c1)
  643. local weld=it("Weld")
  644. weld.Parent=parent
  645. weld.Part0=part0
  646. weld.Part1=part1
  647. weld.C0=c0
  648. weld.C1=c1
  649. return weld
  650. end
  651.  
  652. mesh("BlockMesh",Block,"","",Vector3.new(0, 0, 0),Vector3.new(0.334640861, 0.133856371, 0.669281721))
  653. Player=owner
  654. Character=Player.Character
  655. m=Instance.new('Model',Character)
  656.  
  657.  
  658. local function weldBetween(a, b)
  659. local weldd = Instance.new("ManualWeld")
  660. weldd.Part0 = a
  661. weldd.Part1 = b
  662. weldd.C0 = CFrame.new()
  663. weldd.C1 = b.CFrame:inverse() * a.CFrame
  664. weldd.Parent = a
  665. return weldd
  666. end
  667.  
  668. it=Instance.new
  669.  
  670. function nooutline(part)
  671. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  672. end
  673.  
  674. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  675. local fp=it("Part")
  676. fp.formFactor=formfactor
  677. fp.Parent=parent
  678. fp.Reflectance=reflectance
  679. fp.Transparency=transparency
  680. fp.CanCollide=false
  681. fp.Locked=true
  682. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  683. fp.Name=name
  684. fp.Size=size
  685. fp.Position=Character.Torso.Position
  686. nooutline(fp)
  687. fp.Material=material
  688. fp:BreakJoints()
  689. return fp
  690. end
  691.  
  692. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  693. local mesh=it(Mesh)
  694. mesh.Parent=part
  695. if Mesh=="SpecialMesh" then
  696. mesh.MeshType=meshtype
  697. mesh.MeshId=meshid
  698. end
  699. mesh.Offset=offset
  700. mesh.Scale=scale
  701. return mesh
  702. end
  703.  
  704. function weld(parent,part0,part1,c0,c1)
  705. local weld=it("Weld")
  706. weld.Parent=parent
  707. weld.Part0=part0
  708. weld.Part1=part1
  709. weld.C0=c0
  710. weld.C1=c1
  711. return weld
  712. end
  713.  
  714. Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Granite,0,0,"Really black","Handle",Vector3.new(2.30105209, 2.30104971, 2.30105209))
  715. Headweld=weld(m,Character["Head"],Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0198020935, -0.246876717, 0.0707855225, 1.00000012, -7.4505806e-009, 1.49011612e-008, -7.4505806e-009, 1, 0, 1.49011612e-008, 0, 1))
  716. mesh("SpecialMesh",Head,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=16952952",Vector3.new(0, 0, 0),Vector3.new(1.20805228, 1.2080512, 1.2080524))
  717. Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Cool yellow","Head",Vector3.new(2.31588483, 1.15794253, 1.15794206))
  718. Headweld=weld(m,Head,Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0198421478, 0.246718407, -0.0708589554, 1.00000525, -1.1920929e-007, -7.37607479e-006, -6.33299351e-007, 1.0000006, -1.02221966e-005, 7.09295273e-006, 6.97374344e-006, 1.00000477))
  719. mesh("SpecialMesh",Head,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25))
  720. Player=owner
  721. Character=Player.Character
  722. m=Instance.new('Model',Character)
  723.  
  724.  
  725. local function weldBetween(a, b)
  726. local weldd = Instance.new("ManualWeld")
  727. weldd.Part0 = a
  728. weldd.Part1 = b
  729. weldd.C0 = CFrame.new()
  730. weldd.C1 = b.CFrame:inverse() * a.CFrame
  731. weldd.Parent = a
  732. return weldd
  733. end
  734.  
  735. it=Instance.new
  736.  
  737. function nooutline(part)
  738. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  739. end
  740.  
  741. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  742. local fp=it("Part")
  743. fp.formFactor=formfactor
  744. fp.Parent=parent
  745. fp.Reflectance=reflectance
  746. fp.Transparency=transparency
  747. fp.CanCollide=false
  748. fp.Locked=true
  749. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  750. fp.Name=name
  751. fp.Size=size
  752. fp.Position=Character.Torso.Position
  753. nooutline(fp)
  754. fp.Material=material
  755. fp:BreakJoints()
  756. return fp
  757. end
  758.  
  759. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  760. local mesh=it(Mesh)
  761. mesh.Parent=part
  762. if Mesh=="SpecialMesh" then
  763. mesh.MeshType=meshtype
  764. mesh.MeshId=meshid
  765. end
  766. mesh.Offset=offset
  767. mesh.Scale=scale
  768. return mesh
  769. end
  770.  
  771. function weld(parent,part0,part1,c0,c1)
  772. local weld=it("Weld")
  773. weld.Parent=parent
  774. weld.Part0=part0
  775. weld.Part1=part1
  776. weld.C0=c0
  777. weld.C1=c1
  778. return weld
  779. end
  780.  
  781. LeftArm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Handle",Vector3.new(1.22597945, 2.45195937, 1.22597885))
  782. LeftArmweld=weld(m,Character["Left Arm"],LeftArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000160217285, 9.48905945e-005, 0.000159263611, 1.00000477, -2.06381083e-006, 1.5348196e-006, 5.11109829e-006, 1.00000083, -3.60608101e-006, -7.74860382e-007, 1.31130219e-006, 1.00000489))
  783. Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,1,"Really black","Thingy",Vector3.new(1.32315993, 1.32316041, 1.32315946))
  784. Thingyweld=weld(m,LeftArm,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  785. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  786. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714149475, -1.84987545, 0.977994084, 1.00000954, 3.00258398e-006, 7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, 1.59442425e-006, 0.707110643, -0.707114458))
  787. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  788. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  789. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, -0.725151062, 0.0328397751, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  790. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  791. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
  792. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, 0.79648304, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
  793. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
  794. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  795. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714168549, 1.36540222, -0.541126728, 1, -4.20935112e-006, -5.97195537e-008, 7.8975404e-007, 0.173647121, 0.984807968, -4.13503267e-006, -0.984807909, 0.173647135))
  796. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  797. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  798. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714206696, 1.22896242, -0.232741833, 1.00000954, 3.00258398e-006, 7.59959221e-007, 1.78813934e-007, -0.17364943, 0.984818101, -3.13669443e-006, -0.984809339, -0.173646376))
  799. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  800. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.3496232, 0.396948099, 1.34962249))
  801. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.796488285, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
  802. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  803. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
  804. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796480179, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
  805. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  806. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  807. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714168549, -1.80346227, 1.02441311, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, 2.65240669e-006, 0.707105994, 0.70711267))
  808. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  809. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  810. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.30074406, -0.552539349, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.78813934e-007, 0.17364943, -0.984818101, -3.13669443e-006, -0.984809339, -0.173646376))
  811. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  812. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  813. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.26695824, -0.239453316, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984816492, -0.173645645, 5.66244125e-007, -0.173652947, -0.984809995, 2.71201134e-006))
  814. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  815. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  816. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.64771271, -0.778144121, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.866035521, 0.500002861, -1.25169754e-006, 0.500001431, -0.866025805, 2.39908695e-006))
  817. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  818. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  819. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714111328, 1.0586009, -0.204127312, 1.00000954, 3.00258398e-006, 7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, -2.65240669e-006, -0.707105994, -0.70711267))
  820. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  821. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  822. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328321457, -1.87717056, 0.950706959, -6.2584877e-007, 3.24845314e-006, -1.00000978, -0.707116902, -0.707109034, 3.27825546e-007, -0.707110107, 0.707107008, -1.52736902e-006))
  823. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  824. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  825. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.923624516, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  826. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  827. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  828. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.55743456, -0.830267906, -1.00000954, -3.00258398e-006, -7.59959221e-007, 8.34465027e-007, 0.500002623, -0.866035223, -2.97650695e-006, -0.866025925, -0.500002742))
  829. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  830. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  831. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714130402, 1.01217651, -0.157720208, -1.00000954, -3.00258398e-006, -7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, -1.59442425e-006, -0.707110643, 0.707114458))
  832. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  833. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  834. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.328203678, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  835. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  836. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  837. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.0687475204, 0.0328426361, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  838. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  839. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  840. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.032831192, 1.08587694, -0.231422424, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.707112789, -0.707104445, 1.9967556e-006, -0.70711422, -0.707111537, 1.84774399e-006))
  841. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  842. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  843. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827732086, 0.465690613, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  844. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  845. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  846. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328388214, 1.4034214, -0.534433365, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984817863, 0.173650309, -4.17232513e-007, 0.173645705, -0.984809101, 2.69711018e-006))
  847. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  848. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.33639181, 0.529264212, 1.33639085))
  849. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796485424, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
  850. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  851. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  852. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714263916, 1.61432362, -0.797444344, 1.00000954, 3.00258398e-006, 7.59959221e-007, 2.10106373e-006, 0.499999374, 0.866032481, -2.16066837e-006, -0.866027892, 0.500007272))
  853. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  854. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 1.32316041, 1.32315946))
  855. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  856. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  857. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.32315993, 0.463106155, 1.32315946))
  858. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, -1.12209988, 0.0328369141, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  859. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
  860. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  861. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714092255, 1.16429901, -0.221354485, -1, 2.97660995e-006, 7.91533466e-007, -1.29638863e-006, -0.17364727, -0.984808028, -2.79394112e-006, -0.984807909, 0.173647299))
  862. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  863. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  864. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  865. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  866. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  867. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  868. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  869. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  870. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  871. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  872. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  873. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  874. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  875. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  876. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  877. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  878. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  879. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  880. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  881. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  882. Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  883. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  884. LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","LeftArmPlate",Vector3.new(1.32315993, 2.64632082, 1.32315946))
  885. LeftArmPlateweld=weld(m,LeftArm,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
  886. mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  887.  
  888. wait(0.5)
  889.  
  890.  
  891.  
  892. local p = owner
  893. local char = p.Character
  894. local mouse = p:GetMouse()
  895. local larm = char["Left Arm"]
  896. local rarm = char["Right Arm"]
  897. local lleg = char["Left Leg"]
  898. local rleg = char["Right Leg"]
  899. local hed = char.Head
  900. local torso = char.Torso
  901. local hum = char.Humanoid
  902. local cam = game.Workspace.CurrentCamera
  903. local root = char.HumanoidRootPart
  904. local rj = root.RootJoint
  905. local deb = false
  906. local shot = 0
  907. local stanceToggle = "Idle1"
  908. local l = game:GetService("Lighting")
  909. local rs = game:GetService("RunService").RenderStepped
  910. local hb = game:GetService("RunService").Heartbeat
  911. local Stepped = game:GetService("RunService").Stepped
  912. math.randomseed(os.time())
  913. hum.JumpPower = 100
  914. hed.face:Remove()
  915. fat = Instance.new("BindableEvent",script)
  916. fat.Name = "Heartbeat"
  917. script:WaitForChild("Heartbeat")
  918. frame = 1/30
  919. tf = 0
  920. allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
  921. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  922. lastframe = tick()
  923. script.Heartbeat:Fire() --ayy lmao
  924. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  925. tf = tf + s
  926. if tf >= frame then
  927. if allowframeloss then
  928. script.Heartbeat:Fire()
  929. lastframe=tick()
  930. else
  931. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  932. for i=1, math.floor(tf/frame) do
  933. script.Heartbeat:Fire()
  934. end
  935. lastframe=tick()
  936. end
  937. if tossremainder then
  938. tf = 0
  939. else
  940. tf = tf - frame * math.floor(tf/frame)
  941. end
  942. end
  943. end)
  944.  
  945. for i,v in pairs(char:children()) do
  946. if v:IsA("Hat") then
  947. v:Destroy()
  948. end
  949. end
  950. for i,v in pairs (hed:GetChildren()) do
  951. if v:IsA("Sound") then
  952. v:Destroy()
  953. end
  954. end
  955.  
  956. Debounces = {
  957. CanAttack = true;
  958. CanJoke = true;
  959. NoIdl = false;
  960. Slashing = false;
  961. Slashed = false;
  962. ks = false;
  963. }
  964.  
  965. function weld5(part0, part1, c0, c1)
  966. weeld=Instance.new("Weld", part0)
  967. weeld.Part0=part0
  968. weeld.Part1=part1
  969. weeld.C0=c0
  970. weeld.C1=c1
  971. return weeld
  972. end
  973.  
  974. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  975. local prt=Instance.new("Part")
  976. prt.Parent=prnt
  977. prt.Name="Part"
  978. prt.Size=siz
  979. prt.CanCollide=false
  980. prt.Anchored=anc
  981. prt.Locked=true
  982. prt.Transparency = trans
  983. prt.TopSurface=10
  984. prt.BottomSurface=10
  985. prt.FrontSurface=10
  986. prt.BackSurface=10
  987. prt.LeftSurface=10
  988. prt.RightSurface=10
  989. prt:BreakJoints()
  990. prt.CFrame=cf or CFrame.new(30,10,30)
  991. prt.Material=mat
  992. prt.BrickColor=BrickColor.new(col)
  993. m=Instance.new("SpecialMesh",prt)
  994. m.MeshType=6
  995. return prt
  996. end
  997. ----------------------------------------------------
  998. function lerp(a, b, t) -- Linear interpolation
  999. return a + (b - a)*t
  1000. end
  1001.  
  1002. function slerp(a, b, t) --Spherical interpolation
  1003. dot = a:Dot(b)
  1004. if dot > 0.99999 or dot < -0.99999 then
  1005. return t <= 0.5 and a or b
  1006. else
  1007. r = math.acos(dot)
  1008. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  1009. end
  1010. end
  1011.  
  1012. function matrixInterpolate(a, b, t)
  1013. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  1014. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  1015. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  1016. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  1017. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  1018. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  1019. local t = v1:Dot(v2)
  1020. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  1021. return CFrame.new()
  1022. end
  1023. return CFrame.new(
  1024. v0.x, v0.y, v0.z,
  1025. v1.x, v1.y, v1.z,
  1026. v2.x, v2.y, v2.z,
  1027. v3.x, v3.y, v3.z)
  1028. end
  1029. ----------------------------------------------------
  1030. function genWeld(a,b)
  1031. local w = Instance.new("Weld",a)
  1032. w.Part0 = a
  1033. w.Part1 = b
  1034. return w
  1035. end
  1036. function weld(a, b)
  1037. local weld = Instance.new("Weld")
  1038. weld.Name = "W"
  1039. weld.Part0 = a
  1040. weld.Part1 = b
  1041. weld.C0 = a.CFrame:inverse() * b.CFrame
  1042. weld.Parent = a
  1043. return weld;
  1044. end
  1045. ----------------------------------------------------
  1046. function Lerp(c1,c2,al)
  1047. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1048. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1049. for i,v in pairs(com1) do
  1050. com1[i] = v+(com2[i]-v)*al
  1051. end
  1052. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1053. end
  1054. ----------------------------------------------------
  1055. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  1056. local wld = Instance.new("Weld", wp1)
  1057. wld.Part0 = wp0
  1058. wld.Part1 = wp1
  1059. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1060. end
  1061. ----------------------------------------------------
  1062. newWeld(torso, larm, -1.5, 0.5, 0)
  1063. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1064. newWeld(torso, rarm, 1.5, 0.5, 0)
  1065. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1066. newWeld(torso, hed, 0, 1.5, 0)
  1067. newWeld(torso, lleg, -0.5, -1, 0)
  1068. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  1069. newWeld(torso, rleg, 0.5, -1, 0)
  1070. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  1071. newWeld(root, torso, 0, -1, 0)
  1072. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1073. ----------------------------------------------------
  1074. z = Instance.new("Sound",char) --Smile: print("â?º")
  1075. z.SoundId = "rbxassetid://425341748"
  1076. z.Looped = true
  1077. z.Pitch = 1
  1078. z.Volume = 100
  1079. wait(0.1)
  1080. z:Play()
  1081. ----------------------------------------------------
  1082. New = function(Object, Parent, Name, Data)
  1083. local Object = Instance.new(Object)
  1084. for Index, Value in pairs(Data or {}) do
  1085. Object[Index] = Value
  1086. end
  1087. Object.Parent = Parent
  1088. Object.Name = Name
  1089. return Object
  1090. end
  1091. ----------------------------------------------------
  1092. pr = Instance.new("Part",hed)
  1093. pr.BrickColor = BrickColor.new("Black")
  1094. pr.Material = "Metal"
  1095. pr.Reflectance = 0.04
  1096. pr.Anchored = false
  1097. pr.CanCollide = false
  1098. pr.Archivable = false
  1099. pr.Locked = true
  1100. pr.Size = Vector3.new(2,0.8,1)
  1101. prm = Instance.new("SpecialMesh",pr)
  1102. prm.MeshType = "FileMesh"
  1103. prm.MeshId = "rbxassetid://16952952"
  1104. prm.Scale = Vector3.new(1,1,1)
  1105. newWeld(hed, pr, 0, 0.35, 0)
  1106. pr.Weld.C1 = CFrame.new(0,0,0)
  1107. --Left Arm
  1108. m = Instance.new("Model")
  1109. m.Name = "LeftArm"
  1110. p1 = Instance.new("Part", m)
  1111. p1.BrickColor = BrickColor.new("Really black")
  1112. p1.Material = Enum.Material.Granite
  1113. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1114. p1.Size = Vector3.new(1, 0.200000048, 1)
  1115. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. b1 = Instance.new("SpecialMesh", p1)
  1122. b1.MeshType = Enum.MeshType.Brick
  1123. b1.Name = "Mesh"
  1124. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1125. p2 = Instance.new("Part", m)
  1126. p2.BrickColor = BrickColor.new("Really black")
  1127. p2.Material = Enum.Material.Granite
  1128. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1129. p2.Size = Vector3.new(1, 0.200000048, 1)
  1130. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. b2 = Instance.new("SpecialMesh", p2)
  1137. b2.MeshType = Enum.MeshType.Brick
  1138. b2.Name = "Mesh"
  1139. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1140. p3 = Instance.new("Part", m)
  1141. p3.BrickColor = BrickColor.new("Really black")
  1142. p3.Material = Enum.Material.Granite
  1143. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1144. p3.Size = Vector3.new(1, 0.200000048, 1)
  1145. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. b3 = Instance.new("SpecialMesh", p3)
  1152. b3.MeshType = Enum.MeshType.Brick
  1153. b3.Name = "Mesh"
  1154. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1155. p4 = Instance.new("Part", m)
  1156. p4.BrickColor = BrickColor.new("Black")
  1157. p4.Material = Enum.Material.SmoothPlastic
  1158. p4.Name = "LeftArmPlate"
  1159. p4.Size = Vector3.new(1, 2, 1)
  1160. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. b4 = Instance.new("SpecialMesh", p4)
  1167. b4.MeshType = Enum.MeshType.Brick
  1168. b4.Name = "Mesh"
  1169. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1170. p5 = Instance.new("Part", m)
  1171. p5.BrickColor = BrickColor.new("Really black")
  1172. p5.Material = Enum.Material.Granite
  1173. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1174. p5.Size = Vector3.new(1, 0.200000048, 1)
  1175. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. b5 = Instance.new("SpecialMesh", p5)
  1182. b5.MeshType = Enum.MeshType.Brick
  1183. b5.Name = "Mesh"
  1184. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1185. p6 = Instance.new("Part", m)
  1186. p6.BrickColor = BrickColor.new("Really black")
  1187. p6.Material = Enum.Material.Granite
  1188. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1189. p6.Size = Vector3.new(1, 0.200000048, 1)
  1190. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. b6 = Instance.new("SpecialMesh", p6)
  1197. b6.MeshType = Enum.MeshType.Brick
  1198. b6.Name = "Mesh"
  1199. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1200. p7 = Instance.new("Part", m)
  1201. p7.BrickColor = BrickColor.new("Really black")
  1202. p7.Material = Enum.Material.Granite
  1203. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1204. p7.FormFactor = Enum.FormFactor.Custom
  1205. p7.Size = Vector3.new(1, 0.200000048, 1)
  1206. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. b7 = Instance.new("SpecialMesh", p7)
  1213. b7.MeshType = Enum.MeshType.Brick
  1214. b7.Name = "Mesh"
  1215. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1216. p8 = Instance.new("Part", m)
  1217. p8.BrickColor = BrickColor.new("Really black")
  1218. p8.Material = Enum.Material.Granite
  1219. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1220. p8.FormFactor = Enum.FormFactor.Custom
  1221. p8.Size = Vector3.new(1, 0.200000048, 1)
  1222. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. b8 = Instance.new("SpecialMesh", p8)
  1229. b8.MeshType = Enum.MeshType.Brick
  1230. b8.Name = "Mesh"
  1231. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1232. p9 = Instance.new("Part", m)
  1233. p9.BrickColor = BrickColor.new("Really black")
  1234. p9.Material = Enum.Material.Granite
  1235. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1236. p9.FormFactor = Enum.FormFactor.Custom
  1237. p9.Size = Vector3.new(1, 0.200000048, 1)
  1238. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. b9 = Instance.new("SpecialMesh", p9)
  1245. b9.MeshType = Enum.MeshType.Brick
  1246. b9.Name = "Mesh"
  1247. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1248. p10 = Instance.new("Part", m)
  1249. p10.BrickColor = BrickColor.new("Black")
  1250. p10.Material = Enum.Material.SmoothPlastic
  1251. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1252. p10.FormFactor = Enum.FormFactor.Custom
  1253. p10.Size = Vector3.new(1, 0.349999994, 1)
  1254. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. b10 = Instance.new("SpecialMesh", p10)
  1261. b10.MeshType = Enum.MeshType.Brick
  1262. b10.Name = "Mesh"
  1263. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1264. p11 = Instance.new("Part", m)
  1265. p11.BrickColor = BrickColor.new("Black")
  1266. p11.Material = Enum.Material.Metal
  1267. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1268. p11.FormFactor = Enum.FormFactor.Custom
  1269. p11.Size = Vector3.new(1, 0.25, 1)
  1270. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. b11 = Instance.new("SpecialMesh", p11)
  1277. b11.MeshType = Enum.MeshType.Brick
  1278. b11.Name = "Mesh"
  1279. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1280. p12 = Instance.new("Part", m)
  1281. p12.BrickColor = BrickColor.new("Black")
  1282. p12.Material = Enum.Material.Metal
  1283. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1284. p12.FormFactor = Enum.FormFactor.Custom
  1285. p12.Size = Vector3.new(1, 0.25, 1)
  1286. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. b12 = Instance.new("SpecialMesh", p12)
  1293. b12.MeshType = Enum.MeshType.Brick
  1294. b12.Name = "Mesh"
  1295. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1296. p13 = Instance.new("Part", m)
  1297. p13.BrickColor = BrickColor.new("Black")
  1298. p13.Material = Enum.Material.Metal
  1299. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1300. p13.FormFactor = Enum.FormFactor.Custom
  1301. p13.Size = Vector3.new(1, 0.25, 1)
  1302. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. b13 = Instance.new("SpecialMesh", p13)
  1309. b13.MeshType = Enum.MeshType.Brick
  1310. b13.Name = "Mesh"
  1311. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1312. p14 = Instance.new("Part", m)
  1313. p14.BrickColor = BrickColor.new("Black")
  1314. p14.Material = Enum.Material.Metal
  1315. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1316. p14.FormFactor = Enum.FormFactor.Custom
  1317. p14.Size = Vector3.new(1, 0.25, 1)
  1318. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. b14 = Instance.new("SpecialMesh", p14)
  1325. b14.MeshType = Enum.MeshType.Brick
  1326. b14.Name = "Mesh"
  1327. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1328. p15 = Instance.new("Part", m)
  1329. p15.BrickColor = BrickColor.new("Really black")
  1330. p15.Material = Enum.Material.Granite
  1331. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1332. p15.FormFactor = Enum.FormFactor.Custom
  1333. p15.Size = Vector3.new(1, 1, 1)
  1334. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. b15 = Instance.new("SpecialMesh", p15)
  1341. b15.MeshType = Enum.MeshType.Sphere
  1342. b15.Name = "Mesh"
  1343. p16 = Instance.new("Part", m)
  1344. p16.BrickColor = BrickColor.new("Black")
  1345. p16.Material = Enum.Material.Metal
  1346. p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5)
  1347. p16.FormFactor = Enum.FormFactor.Custom
  1348. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1349. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. b16 = Instance.new("SpecialMesh", p16)
  1356. b16.MeshType = Enum.MeshType.Brick
  1357. b16.Name = "Mesh"
  1358. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1359. p17 = Instance.new("Part", m)
  1360. p17.BrickColor = BrickColor.new("Black")
  1361. p17.Material = Enum.Material.SmoothPlastic
  1362. p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881)
  1363. p17.FormFactor = Enum.FormFactor.Custom
  1364. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1365. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. b17 = Instance.new("SpecialMesh", p17)
  1372. b17.MeshType = Enum.MeshType.Brick
  1373. b17.Name = "Mesh"
  1374. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1375. p18 = Instance.new("Part", m)
  1376. p18.BrickColor = BrickColor.new("Black")
  1377. p18.Material = Enum.Material.SmoothPlastic
  1378. p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881)
  1379. p18.FormFactor = Enum.FormFactor.Custom
  1380. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1381. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. b18 = Instance.new("SpecialMesh", p18)
  1388. b18.MeshType = Enum.MeshType.Brick
  1389. b18.Name = "Mesh"
  1390. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1391. p19 = Instance.new("Part", m)
  1392. p19.BrickColor = BrickColor.new("Black")
  1393. p19.Material = Enum.Material.SmoothPlastic
  1394. p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881)
  1395. p19.FormFactor = Enum.FormFactor.Custom
  1396. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1397. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. b19 = Instance.new("SpecialMesh", p19)
  1404. b19.MeshType = Enum.MeshType.Brick
  1405. b19.Name = "Mesh"
  1406. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1407. p20 = Instance.new("Part", m)
  1408. p20.BrickColor = BrickColor.new("Really black")
  1409. p20.Material = Enum.Material.SmoothPlastic
  1410. p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881)
  1411. p20.FormFactor = Enum.FormFactor.Custom
  1412. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1413. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. b20 = Instance.new("SpecialMesh", p20)
  1420. b20.MeshType = Enum.MeshType.Brick
  1421. b20.Name = "Mesh"
  1422. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1423. p21 = Instance.new("Part", m)
  1424. p21.BrickColor = BrickColor.new("Black")
  1425. p21.Material = Enum.Material.Metal
  1426. p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007)
  1427. p21.FormFactor = Enum.FormFactor.Custom
  1428. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1429. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. b21 = Instance.new("SpecialMesh", p21)
  1436. b21.MeshType = Enum.MeshType.Wedge
  1437. b21.Name = "Mesh"
  1438. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1439. p22 = Instance.new("Part", m)
  1440. p22.BrickColor = BrickColor.new("Black")
  1441. p22.Material = Enum.Material.Metal
  1442. p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007)
  1443. p22.FormFactor = Enum.FormFactor.Custom
  1444. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1445. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. b22 = Instance.new("SpecialMesh", p22)
  1452. b22.MeshType = Enum.MeshType.Brick
  1453. b22.Name = "Mesh"
  1454. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1455. p23 = Instance.new("Part", m)
  1456. p23.BrickColor = BrickColor.new("Black")
  1457. p23.Material = Enum.Material.Metal
  1458. p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007)
  1459. p23.FormFactor = Enum.FormFactor.Custom
  1460. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1461. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. b23 = Instance.new("SpecialMesh", p23)
  1468. b23.MeshType = Enum.MeshType.Brick
  1469. b23.Name = "Mesh"
  1470. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1471. p24 = Instance.new("Part", m)
  1472. p24.BrickColor = BrickColor.new("Black")
  1473. p24.Material = Enum.Material.Metal
  1474. p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007)
  1475. p24.FormFactor = Enum.FormFactor.Custom
  1476. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1477. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. b24 = Instance.new("SpecialMesh", p24)
  1484. b24.MeshType = Enum.MeshType.Brick
  1485. b24.Name = "Mesh"
  1486. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1487. p25 = Instance.new("Part", m)
  1488. p25.BrickColor = BrickColor.new("Black")
  1489. p25.Material = Enum.Material.Metal
  1490. p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007)
  1491. p25.FormFactor = Enum.FormFactor.Custom
  1492. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1493. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. b25 = Instance.new("SpecialMesh", p25)
  1500. b25.MeshType = Enum.MeshType.Brick
  1501. b25.Name = "Mesh"
  1502. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1503. p26 = Instance.new("Part", m)
  1504. p26.BrickColor = BrickColor.new("Black")
  1505. p26.Material = Enum.Material.Metal
  1506. p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113)
  1507. p26.FormFactor = Enum.FormFactor.Custom
  1508. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1509. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. b26 = Instance.new("SpecialMesh", p26)
  1516. b26.MeshType = Enum.MeshType.Brick
  1517. b26.Name = "Mesh"
  1518. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1519. p27 = Instance.new("Part", m)
  1520. p27.BrickColor = BrickColor.new("Black")
  1521. p27.Material = Enum.Material.Metal
  1522. p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434)
  1523. p27.FormFactor = Enum.FormFactor.Custom
  1524. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1525. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1531. b27 = Instance.new("SpecialMesh", p27)
  1532. b27.MeshType = Enum.MeshType.Brick
  1533. b27.Name = "Mesh"
  1534. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1535. p28 = Instance.new("Part", m)
  1536. p28.BrickColor = BrickColor.new("Black")
  1537. p28.Material = Enum.Material.Metal
  1538. p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876)
  1539. p28.FormFactor = Enum.FormFactor.Custom
  1540. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1541. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. b28 = Instance.new("SpecialMesh", p28)
  1548. b28.MeshType = Enum.MeshType.Brick
  1549. b28.Name = "Mesh"
  1550. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1551. p29 = Instance.new("Part", m)
  1552. p29.BrickColor = BrickColor.new("Black")
  1553. p29.Material = Enum.Material.Metal
  1554. p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715)
  1555. p29.FormFactor = Enum.FormFactor.Custom
  1556. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1557. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. b29 = Instance.new("SpecialMesh", p29)
  1564. b29.MeshType = Enum.MeshType.Brick
  1565. b29.Name = "Mesh"
  1566. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1567. p30 = Instance.new("Part", m)
  1568. p30.BrickColor = BrickColor.new("Black")
  1569. p30.Material = Enum.Material.Metal
  1570. p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246)
  1571. p30.FormFactor = Enum.FormFactor.Custom
  1572. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1573. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. b30 = Instance.new("SpecialMesh", p30)
  1580. b30.MeshType = Enum.MeshType.Wedge
  1581. b30.Name = "Mesh"
  1582. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1583. p31 = Instance.new("Part", m)
  1584. p31.BrickColor = BrickColor.new("Black")
  1585. p31.Material = Enum.Material.Metal
  1586. p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365)
  1587. p31.FormFactor = Enum.FormFactor.Custom
  1588. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1589. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1590. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. b31 = Instance.new("SpecialMesh", p31)
  1596. b31.MeshType = Enum.MeshType.Brick
  1597. b31.Name = "Mesh"
  1598. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1599. p32 = Instance.new("Part", m)
  1600. p32.BrickColor = BrickColor.new("Black")
  1601. p32.Material = Enum.Material.Metal
  1602. p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637)
  1603. p32.FormFactor = Enum.FormFactor.Custom
  1604. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1605. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. b32 = Instance.new("SpecialMesh", p32)
  1612. b32.MeshType = Enum.MeshType.Wedge
  1613. b32.Name = "Mesh"
  1614. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1615. p33 = Instance.new("Part", m)
  1616. p33.BrickColor = BrickColor.new("Black")
  1617. p33.Material = Enum.Material.Metal
  1618. p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946)
  1619. p33.FormFactor = Enum.FormFactor.Custom
  1620. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1621. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. b33 = Instance.new("SpecialMesh", p33)
  1628. b33.MeshType = Enum.MeshType.Brick
  1629. b33.Name = "Mesh"
  1630. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1631. p34 = Instance.new("Part", m)
  1632. p34.BrickColor = BrickColor.new("Black")
  1633. p34.Material = Enum.Material.Metal
  1634. p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525)
  1635. p34.FormFactor = Enum.FormFactor.Custom
  1636. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1637. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. b34 = Instance.new("SpecialMesh", p34)
  1644. b34.MeshType = Enum.MeshType.Brick
  1645. b34.Name = "Mesh"
  1646. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1647. w1 = Instance.new("Weld", p1)
  1648. w1.Name = "Part_Weld"
  1649. w1.Part0 = p1
  1650. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1651. w1.Part1 = p2
  1652. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1653. w2 = Instance.new("Weld", p2)
  1654. w2.Name = "Part_Weld"
  1655. w2.Part0 = p2
  1656. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1657. w2.Part1 = p3
  1658. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1659. w3 = Instance.new("Weld", p3)
  1660. w3.Name = "LeftArmPlate_Weld"
  1661. w3.Part0 = p3
  1662. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1663. w3.Part1 = p4
  1664. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1665. w4 = Instance.new("Weld", p4)
  1666. w4.Name = "Part_Weld"
  1667. w4.Part0 = p4
  1668. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1669. w4.Part1 = p5
  1670. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1671. w5 = Instance.new("Weld", p5)
  1672. w5.Name = "Part_Weld"
  1673. w5.Part0 = p5
  1674. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1675. w5.Part1 = p6
  1676. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1677. w6 = Instance.new("Weld", p6)
  1678. w6.Name = "Part_Weld"
  1679. w6.Part0 = p6
  1680. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1681. w6.Part1 = p7
  1682. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1683. w7 = Instance.new("Weld", p7)
  1684. w7.Name = "Part_Weld"
  1685. w7.Part0 = p7
  1686. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1687. w7.Part1 = p8
  1688. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1689. w8 = Instance.new("Weld", p8)
  1690. w8.Name = "Part_Weld"
  1691. w8.Part0 = p8
  1692. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1693. w8.Part1 = p9
  1694. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1695. w9 = Instance.new("Weld", p9)
  1696. w9.Name = "Part_Weld"
  1697. w9.Part0 = p9
  1698. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1699. w9.Part1 = p10
  1700. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1701. w10 = Instance.new("Weld", p10)
  1702. w10.Name = "Part_Weld"
  1703. w10.Part0 = p10
  1704. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1705. w10.Part1 = p11
  1706. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1707. w11 = Instance.new("Weld", p11)
  1708. w11.Name = "Part_Weld"
  1709. w11.Part0 = p11
  1710. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1711. w11.Part1 = p12
  1712. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1713. w12 = Instance.new("Weld", p12)
  1714. w12.Name = "Part_Weld"
  1715. w12.Part0 = p12
  1716. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1717. w12.Part1 = p13
  1718. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1719. w13 = Instance.new("Weld", p13)
  1720. w13.Name = "Part_Weld"
  1721. w13.Part0 = p13
  1722. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1723. w13.Part1 = p14
  1724. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1725. w14 = Instance.new("Weld", p14)
  1726. w14.Name = "Part_Weld"
  1727. w14.Part0 = p14
  1728. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1729. w14.Part1 = p15
  1730. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1731. w15 = Instance.new("Weld", p15)
  1732. w15.Name = "Part_Weld"
  1733. w15.Part0 = p15
  1734. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1735. w15.Part1 = p16
  1736. w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  1737. w16 = Instance.new("Weld", p16)
  1738. w16.Name = "Part_Weld"
  1739. w16.Part0 = p16
  1740. w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  1741. w16.Part1 = p17
  1742. w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1743. w17 = Instance.new("Weld", p17)
  1744. w17.Name = "Part_Weld"
  1745. w17.Part0 = p17
  1746. w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1747. w17.Part1 = p18
  1748. w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1749. w18 = Instance.new("Weld", p18)
  1750. w18.Name = "Part_Weld"
  1751. w18.Part0 = p18
  1752. w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1753. w18.Part1 = p19
  1754. w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1755. w19 = Instance.new("Weld", p19)
  1756. w19.Name = "Part_Weld"
  1757. w19.Part0 = p19
  1758. w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1759. w19.Part1 = p20
  1760. w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1761. w20 = Instance.new("Weld", p20)
  1762. w20.Name = "Part_Weld"
  1763. w20.Part0 = p20
  1764. w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1765. w20.Part1 = p21
  1766. w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  1767. w21 = Instance.new("Weld", p21)
  1768. w21.Name = "Part_Weld"
  1769. w21.Part0 = p21
  1770. w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  1771. w21.Part1 = p22
  1772. w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  1773. w22 = Instance.new("Weld", p22)
  1774. w22.Name = "Part_Weld"
  1775. w22.Part0 = p22
  1776. w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  1777. w22.Part1 = p23
  1778. w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  1779. w23 = Instance.new("Weld", p23)
  1780. w23.Name = "Part_Weld"
  1781. w23.Part0 = p23
  1782. w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  1783. w23.Part1 = p24
  1784. w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  1785. w24 = Instance.new("Weld", p24)
  1786. w24.Name = "Part_Weld"
  1787. w24.Part0 = p24
  1788. w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  1789. w24.Part1 = p25
  1790. w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  1791. w25 = Instance.new("Weld", p25)
  1792. w25.Name = "Part_Weld"
  1793. w25.Part0 = p25
  1794. w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  1795. w25.Part1 = p26
  1796. w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  1797. w26 = Instance.new("Weld", p26)
  1798. w26.Name = "Part_Weld"
  1799. w26.Part0 = p26
  1800. w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  1801. w26.Part1 = p27
  1802. w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  1803. w27 = Instance.new("Weld", p27)
  1804. w27.Name = "Part_Weld"
  1805. w27.Part0 = p27
  1806. w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  1807. w27.Part1 = p28
  1808. w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  1809. w28 = Instance.new("Weld", p28)
  1810. w28.Name = "Part_Weld"
  1811. w28.Part0 = p28
  1812. w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  1813. w28.Part1 = p29
  1814. w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  1815. w29 = Instance.new("Weld", p29)
  1816. w29.Name = "Part_Weld"
  1817. w29.Part0 = p29
  1818. w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  1819. w29.Part1 = p30
  1820. w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  1821. w30 = Instance.new("Weld", p30)
  1822. w30.Name = "Part_Weld"
  1823. w30.Part0 = p30
  1824. w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  1825. w30.Part1 = p31
  1826. w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  1827. w31 = Instance.new("Weld", p31)
  1828. w31.Name = "Part_Weld"
  1829. w31.Part0 = p31
  1830. w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  1831. w31.Part1 = p32
  1832. w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  1833. w32 = Instance.new("Weld", p32)
  1834. w32.Name = "Part_Weld"
  1835. w32.Part0 = p32
  1836. w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  1837. w32.Part1 = p33
  1838. w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  1839. w33 = Instance.new("Weld", p33)
  1840. w33.Name = "Part_Weld"
  1841. w33.Part0 = p33
  1842. w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  1843. w33.Part1 = p34
  1844. w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794)
  1845. m.Parent = larm
  1846. m:MakeJoints()
  1847. ----------------------------------------------------
  1848. local cor = Instance.new("Part", larm.LeftArm)
  1849. cor.Name = "Thingy"
  1850. cor.Locked = true
  1851. cor.BottomSurface = 0
  1852. cor.CanCollide = false
  1853. cor.Size = Vector3.new(1, 1, 1)
  1854. cor.Transparency = 1
  1855. cor.TopSurface = 0
  1856. corw = Instance.new("Weld", cor)
  1857. corw.Part0 = larm
  1858. corw.Part1 = cor
  1859. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1860. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1861. weld1 = Instance.new("Weld", larm.LeftArm)
  1862. weld1.Part0 = cor
  1863. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1864. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1865. --Right Arm
  1866. m2 = Instance.new("Model")
  1867. m2.Name = "RightArm"
  1868. p1 = Instance.new("Part", m2)
  1869. p1.BrickColor = BrickColor.new("Really black")
  1870. p1.Material = Enum.Material.Granite
  1871. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1872. p1.FormFactor = Enum.FormFactor.Custom
  1873. p1.Size = Vector3.new(1, 0.200000048, 1)
  1874. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1878. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. b1 = Instance.new("SpecialMesh", p1)
  1881. b1.MeshType = Enum.MeshType.Brick
  1882. b1.Name = "Mesh"
  1883. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1884. p2 = Instance.new("Part", m2)
  1885. p2.BrickColor = BrickColor.new("Really black")
  1886. p2.Material = Enum.Material.Granite
  1887. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1888. p2.FormFactor = Enum.FormFactor.Custom
  1889. p2.Size = Vector3.new(1, 0.200000048, 1)
  1890. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1894. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. b2 = Instance.new("SpecialMesh", p2)
  1897. b2.MeshType = Enum.MeshType.Brick
  1898. b2.Name = "Mesh"
  1899. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1900. p3 = Instance.new("Part", m2)
  1901. p3.BrickColor = BrickColor.new("Really black")
  1902. p3.Material = Enum.Material.Granite
  1903. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1904. p3.FormFactor = Enum.FormFactor.Custom
  1905. p3.Size = Vector3.new(1, 0.200000048, 1)
  1906. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. b3 = Instance.new("SpecialMesh", p3)
  1913. b3.MeshType = Enum.MeshType.Brick
  1914. b3.Name = "Mesh"
  1915. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1916. p4 = Instance.new("Part", m2)
  1917. p4.BrickColor = BrickColor.new("Really black")
  1918. p4.Material = Enum.Material.Granite
  1919. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1920. p4.FormFactor = Enum.FormFactor.Custom
  1921. p4.Size = Vector3.new(1, 0.200000048, 1)
  1922. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. b4 = Instance.new("SpecialMesh", p4)
  1929. b4.MeshType = Enum.MeshType.Brick
  1930. b4.Name = "Mesh"
  1931. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1932. p5 = Instance.new("Part", m2)
  1933. p5.BrickColor = BrickColor.new("Really black")
  1934. p5.Material = Enum.Material.Granite
  1935. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1936. p5.FormFactor = Enum.FormFactor.Custom
  1937. p5.Size = Vector3.new(1, 0.200000048, 1)
  1938. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. b5 = Instance.new("SpecialMesh", p5)
  1945. b5.MeshType = Enum.MeshType.Brick
  1946. b5.Name = "Mesh"
  1947. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1948. p6 = Instance.new("Part", m2)
  1949. p6.BrickColor = BrickColor.new("Really black")
  1950. p6.Material = Enum.Material.Granite
  1951. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1952. p6.FormFactor = Enum.FormFactor.Custom
  1953. p6.Size = Vector3.new(1, 1, 1)
  1954. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. b6 = Instance.new("SpecialMesh", p6)
  1961. b6.MeshType = Enum.MeshType.Sphere
  1962. b6.Name = "Mesh"
  1963. p7 = Instance.new("Part", m2)
  1964. p7.BrickColor = BrickColor.new("Black")
  1965. p7.Material = Enum.Material.SmoothPlastic
  1966. p7.Name = "RightArmPlate"
  1967. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1968. p7.FormFactor = Enum.FormFactor.Symmetric
  1969. p7.Size = Vector3.new(1, 2, 1)
  1970. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. b7 = Instance.new("SpecialMesh", p7)
  1977. b7.MeshType = Enum.MeshType.Brick
  1978. b7.Name = "Mesh"
  1979. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1980. p8 = Instance.new("Part", m2)
  1981. p8.BrickColor = BrickColor.new("Really black")
  1982. p8.Material = Enum.Material.Granite
  1983. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1984. p8.FormFactor = Enum.FormFactor.Custom
  1985. p8.Size = Vector3.new(1, 0.200000048, 1)
  1986. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. b8 = Instance.new("SpecialMesh", p8)
  1993. b8.MeshType = Enum.MeshType.Brick
  1994. b8.Name = "Mesh"
  1995. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1996. p9 = Instance.new("Part", m2)
  1997. p9.BrickColor = BrickColor.new("Black")
  1998. p9.Material = Enum.Material.SmoothPlastic
  1999. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2000. p9.FormFactor = Enum.FormFactor.Custom
  2001. p9.Size = Vector3.new(1, 0.349999994, 1)
  2002. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. b9 = Instance.new("SpecialMesh", p9)
  2009. b9.MeshType = Enum.MeshType.Brick
  2010. b9.Name = "Mesh"
  2011. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  2012. p10 = Instance.new("Part", m2)
  2013. p10.BrickColor = BrickColor.new("Black")
  2014. p10.Material = Enum.Material.Metal
  2015. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2016. p10.FormFactor = Enum.FormFactor.Custom
  2017. p10.Size = Vector3.new(1, 0.25, 1)
  2018. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2019. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2020. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. b10 = Instance.new("SpecialMesh", p10)
  2025. b10.MeshType = Enum.MeshType.Brick
  2026. b10.Name = "Mesh"
  2027. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2028. p11 = Instance.new("Part", m2)
  2029. p11.BrickColor = BrickColor.new("Black")
  2030. p11.Material = Enum.Material.Metal
  2031. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2032. p11.FormFactor = Enum.FormFactor.Custom
  2033. p11.Size = Vector3.new(1, 0.25, 1)
  2034. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2035. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2037. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2038. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2039. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. b11 = Instance.new("SpecialMesh", p11)
  2041. b11.MeshType = Enum.MeshType.Brick
  2042. b11.Name = "Mesh"
  2043. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2044. p12 = Instance.new("Part", m2)
  2045. p12.BrickColor = BrickColor.new("Black")
  2046. p12.Material = Enum.Material.Metal
  2047. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2048. p12.FormFactor = Enum.FormFactor.Custom
  2049. p12.Size = Vector3.new(1, 0.25, 1)
  2050. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2055. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. b12 = Instance.new("SpecialMesh", p12)
  2057. b12.MeshType = Enum.MeshType.Brick
  2058. b12.Name = "Mesh"
  2059. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2060. p13 = Instance.new("Part", m2)
  2061. p13.BrickColor = BrickColor.new("Really black")
  2062. p13.Material = Enum.Material.Granite
  2063. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2064. p13.FormFactor = Enum.FormFactor.Custom
  2065. p13.Size = Vector3.new(1, 0.200000048, 1)
  2066. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. b13 = Instance.new("SpecialMesh", p13)
  2073. b13.MeshType = Enum.MeshType.Brick
  2074. b13.Name = "Mesh"
  2075. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2076. p14 = Instance.new("Part", m2)
  2077. p14.BrickColor = BrickColor.new("Black")
  2078. p14.Material = Enum.Material.Metal
  2079. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2080. p14.FormFactor = Enum.FormFactor.Custom
  2081. p14.Size = Vector3.new(1, 0.25, 1)
  2082. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. b14 = Instance.new("SpecialMesh", p14)
  2089. b14.MeshType = Enum.MeshType.Brick
  2090. b14.Name = "Mesh"
  2091. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2092. p15 = Instance.new("Part", m2)
  2093. p15.BrickColor = BrickColor.new("Really black")
  2094. p15.Material = Enum.Material.Granite
  2095. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2096. p15.FormFactor = Enum.FormFactor.Custom
  2097. p15.Size = Vector3.new(1, 0.200000048, 1)
  2098. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. b15 = Instance.new("SpecialMesh", p15)
  2105. b15.MeshType = Enum.MeshType.Brick
  2106. b15.Name = "Mesh"
  2107. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2108. p16 = Instance.new("Part", m2)
  2109. p16.BrickColor = BrickColor.new("Black")
  2110. p16.Material = Enum.Material.SmoothPlastic
  2111. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2112. p16.FormFactor = Enum.FormFactor.Custom
  2113. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  2114. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. b16 = Instance.new("SpecialMesh", p16)
  2121. b16.MeshType = Enum.MeshType.Brick
  2122. b16.Name = "Mesh"
  2123. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2124. p17 = Instance.new("Part", m2)
  2125. p17.BrickColor = BrickColor.new("Black")
  2126. p17.Material = Enum.Material.SmoothPlastic
  2127. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2128. p17.FormFactor = Enum.FormFactor.Custom
  2129. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  2130. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. b17 = Instance.new("SpecialMesh", p17)
  2137. b17.MeshType = Enum.MeshType.Brick
  2138. b17.Name = "Mesh"
  2139. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2140. p18 = Instance.new("Part", m2)
  2141. p18.BrickColor = BrickColor.new("Really black")
  2142. p18.Material = Enum.Material.SmoothPlastic
  2143. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2144. p18.FormFactor = Enum.FormFactor.Custom
  2145. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  2146. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2147. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. b18 = Instance.new("SpecialMesh", p18)
  2153. b18.MeshType = Enum.MeshType.Brick
  2154. b18.Name = "Mesh"
  2155. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2156. p19 = Instance.new("Part", m2)
  2157. p19.BrickColor = BrickColor.new("Black")
  2158. p19.Material = Enum.Material.SmoothPlastic
  2159. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2160. p19.FormFactor = Enum.FormFactor.Custom
  2161. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  2162. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. b19 = Instance.new("SpecialMesh", p19)
  2169. b19.MeshType = Enum.MeshType.Brick
  2170. b19.Name = "Mesh"
  2171. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  2172. w1 = Instance.new("Weld", p1)
  2173. w1.Name = "Part_Weld"
  2174. w1.Part0 = p1
  2175. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2176. w1.Part1 = p2
  2177. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2178. w2 = Instance.new("Weld", p2)
  2179. w2.Name = "Part_Weld"
  2180. w2.Part0 = p2
  2181. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2182. w2.Part1 = p3
  2183. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2184. w3 = Instance.new("Weld", p3)
  2185. w3.Name = "Part_Weld"
  2186. w3.Part0 = p3
  2187. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2188. w3.Part1 = p4
  2189. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2190. w4 = Instance.new("Weld", p4)
  2191. w4.Name = "Part_Weld"
  2192. w4.Part0 = p4
  2193. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2194. w4.Part1 = p5
  2195. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2196. w5 = Instance.new("Weld", p5)
  2197. w5.Name = "Part_Weld"
  2198. w5.Part0 = p5
  2199. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2200. w5.Part1 = p6
  2201. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2202. w6 = Instance.new("Weld", p6)
  2203. w6.Name = "RightArmPlate_Weld"
  2204. w6.Part0 = p6
  2205. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2206. w6.Part1 = p7
  2207. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2208. w7 = Instance.new("Weld", p7)
  2209. w7.Name = "Part_Weld"
  2210. w7.Part0 = p7
  2211. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2212. w7.Part1 = p8
  2213. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2214. w8 = Instance.new("Weld", p8)
  2215. w8.Name = "Part_Weld"
  2216. w8.Part0 = p8
  2217. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2218. w8.Part1 = p9
  2219. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2220. w9 = Instance.new("Weld", p9)
  2221. w9.Name = "Part_Weld"
  2222. w9.Part0 = p9
  2223. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2224. w9.Part1 = p10
  2225. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2226. w10 = Instance.new("Weld", p10)
  2227. w10.Name = "Part_Weld"
  2228. w10.Part0 = p10
  2229. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2230. w10.Part1 = p11
  2231. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2232. w11 = Instance.new("Weld", p11)
  2233. w11.Name = "Part_Weld"
  2234. w11.Part0 = p11
  2235. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2236. w11.Part1 = p12
  2237. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2238. w12 = Instance.new("Weld", p12)
  2239. w12.Name = "Part_Weld"
  2240. w12.Part0 = p12
  2241. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2242. w12.Part1 = p13
  2243. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2244. w13 = Instance.new("Weld", p13)
  2245. w13.Name = "Part_Weld"
  2246. w13.Part0 = p13
  2247. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2248. w13.Part1 = p14
  2249. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2250. w14 = Instance.new("Weld", p14)
  2251. w14.Name = "Part_Weld"
  2252. w14.Part0 = p14
  2253. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2254. w14.Part1 = p15
  2255. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2256. w15 = Instance.new("Weld", p15)
  2257. w15.Name = "Part_Weld"
  2258. w15.Part0 = p15
  2259. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2260. w15.Part1 = p16
  2261. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2262. w16 = Instance.new("Weld", p16)
  2263. w16.Name = "Part_Weld"
  2264. w16.Part0 = p16
  2265. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2266. w16.Part1 = p17
  2267. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2268. w17 = Instance.new("Weld", p17)
  2269. w17.Name = "Part_Weld"
  2270. w17.Part0 = p17
  2271. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2272. w17.Part1 = p18
  2273. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2274. w18 = Instance.new("Weld", p18)
  2275. w18.Name = "Part_Weld"
  2276. w18.Part0 = p18
  2277. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2278. w18.Part1 = p19
  2279. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2280. m2.Parent = rarm
  2281. m2:MakeJoints()
  2282. ----------------------------------------------------
  2283. local cor2 = Instance.new("Part", rarm.RightArm)
  2284. cor2.Name = "Thingy"
  2285. cor2.Locked = true
  2286. cor2.BottomSurface = 0
  2287. cor2.CanCollide = false
  2288. cor2.Size = Vector3.new(1, 1, 1)
  2289. cor2.Transparency = 1
  2290. cor2.TopSurface = 0
  2291. corw2 = Instance.new("Weld", cor2)
  2292. corw2.Part0 = rarm
  2293. corw2.Part1 = cor2
  2294. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2295. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2296. weld2 = Instance.new("Weld", rarm.RightArm)
  2297. weld2.Part0 = cor2
  2298. weld2.Part1 = rarm.RightArm.RightArmPlate
  2299. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2300. --Torso
  2301. m3 = Instance.new("Model")
  2302. m3.Name = "Torso"
  2303. p1 = Instance.new("Part", m3)
  2304. p1.BrickColor = BrickColor.new("Really black")
  2305. p1.Material = Enum.Material.Metal
  2306. p1.Name = "TorsoPlate"
  2307. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2308. p1.CanCollide = false
  2309. p1.Locked = true
  2310. p1.FormFactor = Enum.FormFactor.Custom
  2311. p1.Size = Vector3.new(2, 2, 1)
  2312. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2314. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2315. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2316. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2317. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2318. b1 = Instance.new("SpecialMesh", p1)
  2319. b1.MeshType = Enum.MeshType.Brick
  2320. b1.Name = "Mesh"
  2321. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2322. p2 = Instance.new("Part", m3)
  2323. p2.BrickColor = BrickColor.new("Really black")
  2324. p2.Material = Enum.Material.Metal
  2325. p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
  2326. p2.CanCollide = false
  2327. p2.Locked = true
  2328. p2.FormFactor = Enum.FormFactor.Custom
  2329. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2330. b2 = Instance.new("SpecialMesh", p2)
  2331. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2332. b2.TextureId = ""
  2333. b2.MeshType = Enum.MeshType.FileMesh
  2334. b2.Name = "Mesh"
  2335. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2336. p3 = Instance.new("Part", m3)
  2337. p3.BrickColor = BrickColor.new("Black")
  2338. p3.Material = Enum.Material.Metal
  2339. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2340. p3.CanCollide = false
  2341. p3.Locked = true
  2342. p3.FormFactor = Enum.FormFactor.Custom
  2343. p3.Size = Vector3.new(2, 2, 0.200000018)
  2344. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. b3 = Instance.new("SpecialMesh", p3)
  2351. b3.MeshType = Enum.MeshType.Brick
  2352. b3.Name = "Mesh"
  2353. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2354. p4 = Instance.new("Part", m3)
  2355. p4.BrickColor = BrickColor.new("Black")
  2356. p4.Material = Enum.Material.Metal
  2357. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  2358. p4.CanCollide = false
  2359. p4.Locked = true
  2360. p4.FormFactor = Enum.FormFactor.Custom
  2361. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  2362. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. b4 = Instance.new("SpecialMesh", p4)
  2369. b4.MeshType = Enum.MeshType.Brick
  2370. b4.Name = "Mesh"
  2371. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2372. p5 = Instance.new("Part", m3)
  2373. p5.BrickColor = BrickColor.new("Black")
  2374. p5.Material = Enum.Material.Metal
  2375. p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008)
  2376. p5.CanCollide = false
  2377. p5.Locked = true
  2378. p5.FormFactor = Enum.FormFactor.Custom
  2379. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  2380. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. b5 = Instance.new("SpecialMesh", p5)
  2387. b5.MeshType = Enum.MeshType.Wedge
  2388. b5.Name = "Mesh"
  2389. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2390. p6 = Instance.new("Part", m3)
  2391. p6.BrickColor = BrickColor.new("Black")
  2392. p6.Material = Enum.Material.Metal
  2393. p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008)
  2394. p6.CanCollide = false
  2395. p6.Locked = true
  2396. p6.FormFactor = Enum.FormFactor.Custom
  2397. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  2398. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. b6 = Instance.new("SpecialMesh", p6)
  2405. b6.MeshType = Enum.MeshType.Wedge
  2406. b6.Name = "Mesh"
  2407. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2408. p7 = Instance.new("Part", m3)
  2409. p7.BrickColor = BrickColor.new("Black")
  2410. p7.Material = Enum.Material.Metal
  2411. p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008)
  2412. p7.CanCollide = false
  2413. p7.Locked = true
  2414. p7.FormFactor = Enum.FormFactor.Custom
  2415. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  2416. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. b7 = Instance.new("SpecialMesh", p7)
  2423. b7.MeshType = Enum.MeshType.Wedge
  2424. b7.Name = "Mesh"
  2425. p8 = Instance.new("Part", m3)
  2426. p8.BrickColor = BrickColor.new("Black")
  2427. p8.Material = Enum.Material.Metal
  2428. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2429. p8.CanCollide = false
  2430. p8.Locked = true
  2431. p8.FormFactor = Enum.FormFactor.Custom
  2432. p8.Size = Vector3.new(1, 2, 0.200000018)
  2433. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. b8 = Instance.new("SpecialMesh", p8)
  2440. b8.MeshType = Enum.MeshType.Brick
  2441. b8.Name = "Mesh"
  2442. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2443. p9 = Instance.new("Part", m3)
  2444. p9.BrickColor = BrickColor.new("Black")
  2445. p9.Material = Enum.Material.Metal
  2446. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2447. p9.CanCollide = false
  2448. p9.Locked = true
  2449. p9.FormFactor = Enum.FormFactor.Custom
  2450. p9.Size = Vector3.new(1, 2, 0.200000018)
  2451. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. b9 = Instance.new("SpecialMesh", p9)
  2458. b9.MeshType = Enum.MeshType.Brick
  2459. b9.Name = "Mesh"
  2460. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2461. p10 = Instance.new("Part", m3)
  2462. p10.BrickColor = BrickColor.new("Black")
  2463. p10.Material = Enum.Material.Metal
  2464. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  2465. p10.CanCollide = false
  2466. p10.Locked = true
  2467. p10.FormFactor = Enum.FormFactor.Custom
  2468. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  2469. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2474. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. b10 = Instance.new("SpecialMesh", p10)
  2476. b10.MeshType = Enum.MeshType.Brick
  2477. b10.Name = "Mesh"
  2478. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2479. p11 = Instance.new("Part", m3)
  2480. p11.BrickColor = BrickColor.new("Really black")
  2481. p11.Material = Enum.Material.Metal
  2482. p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
  2483. p11.CanCollide = false
  2484. p11.Locked = true
  2485. p11.FormFactor = Enum.FormFactor.Custom
  2486. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2487. b11 = Instance.new("SpecialMesh", p11)
  2488. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2489. b11.TextureId = ""
  2490. b11.MeshType = Enum.MeshType.FileMesh
  2491. b11.Name = "Mesh"
  2492. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2493. p12 = Instance.new("Part", m3)
  2494. p12.BrickColor = BrickColor.new("Really black")
  2495. p12.Material = Enum.Material.Metal
  2496. p12.Transparency = 1
  2497. p12.Name = "Chain2Torso"
  2498. p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
  2499. p12.CanCollide = false
  2500. p12.Locked = true
  2501. p12.FormFactor = Enum.FormFactor.Custom
  2502. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  2503. b12 = Instance.new("SpecialMesh", p12)
  2504. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2505. b12.TextureId = ""
  2506. b12.MeshType = Enum.MeshType.FileMesh
  2507. b12.Name = "Mesh"
  2508. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2509. p13 = Instance.new("Part", m3)
  2510. p13.BrickColor = BrickColor.new("Really black")
  2511. p13.Material = Enum.Material.Metal
  2512. p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
  2513. p13.CanCollide = false
  2514. p13.Locked = true
  2515. p13.FormFactor = Enum.FormFactor.Custom
  2516. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2517. b13 = Instance.new("SpecialMesh", p13)
  2518. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2519. b13.TextureId = ""
  2520. b13.MeshType = Enum.MeshType.FileMesh
  2521. b13.Name = "Mesh"
  2522. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2523. p14 = Instance.new("Part", m3)
  2524. p14.BrickColor = BrickColor.new("Really black")
  2525. p14.Material = Enum.Material.Metal
  2526. p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
  2527. p14.CanCollide = false
  2528. p14.Locked = true
  2529. p14.FormFactor = Enum.FormFactor.Custom
  2530. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2531. b14 = Instance.new("SpecialMesh", p14)
  2532. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2533. b14.TextureId = ""
  2534. b14.MeshType = Enum.MeshType.FileMesh
  2535. b14.Name = "Mesh"
  2536. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2537. p15 = Instance.new("Part", m3)
  2538. p15.BrickColor = BrickColor.new("Really black")
  2539. p15.Material = Enum.Material.Metal
  2540. p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
  2541. p15.CanCollide = false
  2542. p15.Locked = true
  2543. p15.FormFactor = Enum.FormFactor.Custom
  2544. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2545. b15 = Instance.new("SpecialMesh", p15)
  2546. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2547. b15.TextureId = ""
  2548. b15.MeshType = Enum.MeshType.FileMesh
  2549. b15.Name = "Mesh"
  2550. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2551. p16 = Instance.new("Part", m3)
  2552. p16.BrickColor = BrickColor.new("Really black")
  2553. p16.Material = Enum.Material.Metal
  2554. p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
  2555. p16.CanCollide = false
  2556. p16.Locked = true
  2557. p16.FormFactor = Enum.FormFactor.Custom
  2558. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2559. b16 = Instance.new("SpecialMesh", p16)
  2560. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2561. b16.TextureId = ""
  2562. b16.MeshType = Enum.MeshType.FileMesh
  2563. b16.Name = "Mesh"
  2564. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2565. p17 = Instance.new("Part", m3)
  2566. p17.BrickColor = BrickColor.new("Really black")
  2567. p17.Material = Enum.Material.Metal
  2568. p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
  2569. p17.CanCollide = false
  2570. p17.Locked = true
  2571. p17.FormFactor = Enum.FormFactor.Custom
  2572. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2573. b17 = Instance.new("SpecialMesh", p17)
  2574. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2575. b17.TextureId = ""
  2576. b17.MeshType = Enum.MeshType.FileMesh
  2577. b17.Name = "Mesh"
  2578. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2579. p18 = Instance.new("Part", m3)
  2580. p18.BrickColor = BrickColor.new("Really black")
  2581. p18.Material = Enum.Material.Metal
  2582. p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
  2583. p18.CanCollide = false
  2584. p18.Locked = true
  2585. p18.FormFactor = Enum.FormFactor.Custom
  2586. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2587. b18 = Instance.new("SpecialMesh", p18)
  2588. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2589. b18.TextureId = ""
  2590. b18.MeshType = Enum.MeshType.FileMesh
  2591. b18.Name = "Mesh"
  2592. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2593. p19 = Instance.new("Part", m3)
  2594. p19.BrickColor = BrickColor.new("Really black")
  2595. p19.Material = Enum.Material.Metal
  2596. p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
  2597. p19.CanCollide = false
  2598. p19.Locked = true
  2599. p19.FormFactor = Enum.FormFactor.Custom
  2600. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2601. b19 = Instance.new("SpecialMesh", p19)
  2602. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2603. b19.TextureId = ""
  2604. b19.MeshType = Enum.MeshType.FileMesh
  2605. b19.Name = "Mesh"
  2606. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2607. p20 = Instance.new("Part", m3)
  2608. p20.BrickColor = BrickColor.new("Really black")
  2609. p20.Material = Enum.Material.Metal
  2610. p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
  2611. p20.CanCollide = false
  2612. p20.Locked = true
  2613. p20.FormFactor = Enum.FormFactor.Custom
  2614. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2615. b20 = Instance.new("SpecialMesh", p20)
  2616. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2617. b20.TextureId = ""
  2618. b20.MeshType = Enum.MeshType.FileMesh
  2619. b20.Name = "Mesh"
  2620. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2621. p21 = Instance.new("Part", m3)
  2622. p21.BrickColor = BrickColor.new("Really black")
  2623. p21.Material = Enum.Material.Metal
  2624. p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
  2625. p21.CanCollide = false
  2626. p21.Locked = true
  2627. p21.FormFactor = Enum.FormFactor.Custom
  2628. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2629. b21 = Instance.new("SpecialMesh", p21)
  2630. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2631. b21.TextureId = ""
  2632. b21.MeshType = Enum.MeshType.FileMesh
  2633. b21.Name = "Mesh"
  2634. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2635. p22 = Instance.new("Part", m3)
  2636. p22.BrickColor = BrickColor.new("Really black")
  2637. p22.Material = Enum.Material.Metal
  2638. p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
  2639. p22.CanCollide = false
  2640. p22.Locked = true
  2641. p22.FormFactor = Enum.FormFactor.Custom
  2642. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2643. b22 = Instance.new("SpecialMesh", p22)
  2644. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2645. b22.TextureId = ""
  2646. b22.MeshType = Enum.MeshType.FileMesh
  2647. b22.Name = "Mesh"
  2648. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2649. p23 = Instance.new("Part", m3)
  2650. p23.BrickColor = BrickColor.new("Really black")
  2651. p23.Material = Enum.Material.Metal
  2652. p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
  2653. p23.CanCollide = false
  2654. p23.Locked = true
  2655. p23.FormFactor = Enum.FormFactor.Custom
  2656. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2657. b23 = Instance.new("SpecialMesh", p23)
  2658. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2659. b23.TextureId = ""
  2660. b23.MeshType = Enum.MeshType.FileMesh
  2661. b23.Name = "Mesh"
  2662. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2663. p24 = Instance.new("Part", m3)
  2664. p24.BrickColor = BrickColor.new("Really black")
  2665. p24.Material = Enum.Material.Metal
  2666. p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
  2667. p24.CanCollide = false
  2668. p24.Locked = true
  2669. p24.FormFactor = Enum.FormFactor.Custom
  2670. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2671. b24 = Instance.new("SpecialMesh", p24)
  2672. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2673. b24.TextureId = ""
  2674. b24.MeshType = Enum.MeshType.FileMesh
  2675. b24.Name = "Mesh"
  2676. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2677. p25 = Instance.new("Part", m3)
  2678. p25.BrickColor = BrickColor.new("Really black")
  2679. p25.Material = Enum.Material.Metal
  2680. p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
  2681. p25.CanCollide = false
  2682. p25.Locked = true
  2683. p25.FormFactor = Enum.FormFactor.Custom
  2684. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2685. b25 = Instance.new("SpecialMesh", p25)
  2686. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2687. b25.TextureId = ""
  2688. b25.MeshType = Enum.MeshType.FileMesh
  2689. b25.Name = "Mesh"
  2690. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2691. p26 = Instance.new("Part", m3)
  2692. p26.BrickColor = BrickColor.new("Really black")
  2693. p26.Material = Enum.Material.Metal
  2694. p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
  2695. p26.CanCollide = false
  2696. p26.Locked = true
  2697. p26.FormFactor = Enum.FormFactor.Custom
  2698. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2699. b26 = Instance.new("SpecialMesh", p26)
  2700. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2701. b26.TextureId = ""
  2702. b26.MeshType = Enum.MeshType.FileMesh
  2703. b26.Name = "Mesh"
  2704. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2705. p27 = Instance.new("Part", m3)
  2706. p27.BrickColor = BrickColor.new("Really black")
  2707. p27.Material = Enum.Material.Metal
  2708. p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
  2709. p27.CanCollide = false
  2710. p27.Locked = true
  2711. p27.FormFactor = Enum.FormFactor.Custom
  2712. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2713. b27 = Instance.new("SpecialMesh", p27)
  2714. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2715. b27.TextureId = ""
  2716. b27.MeshType = Enum.MeshType.FileMesh
  2717. b27.Name = "Mesh"
  2718. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2719. p28 = Instance.new("Part", m3)
  2720. p28.BrickColor = BrickColor.new("Really black")
  2721. p28.Material = Enum.Material.Metal
  2722. p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
  2723. p28.CanCollide = false
  2724. p28.Locked = true
  2725. p28.FormFactor = Enum.FormFactor.Custom
  2726. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2727. b28 = Instance.new("SpecialMesh", p28)
  2728. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2729. b28.TextureId = ""
  2730. b28.MeshType = Enum.MeshType.FileMesh
  2731. b28.Name = "Mesh"
  2732. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2733. p29 = Instance.new("Part", m3)
  2734. p29.BrickColor = BrickColor.new("Really black")
  2735. p29.Material = Enum.Material.Metal
  2736. p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
  2737. p29.CanCollide = false
  2738. p29.Locked = true
  2739. p29.FormFactor = Enum.FormFactor.Custom
  2740. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2741. b29 = Instance.new("SpecialMesh", p29)
  2742. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2743. b29.TextureId = ""
  2744. b29.MeshType = Enum.MeshType.FileMesh
  2745. b29.Name = "Mesh"
  2746. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2747. p30 = Instance.new("Part", m3)
  2748. p30.BrickColor = BrickColor.new("Really black")
  2749. p30.Material = Enum.Material.Metal
  2750. p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
  2751. p30.CanCollide = false
  2752. p30.Locked = true
  2753. p30.FormFactor = Enum.FormFactor.Custom
  2754. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2755. b30 = Instance.new("SpecialMesh", p30)
  2756. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2757. b30.TextureId = ""
  2758. b30.MeshType = Enum.MeshType.FileMesh
  2759. b30.Name = "Mesh"
  2760. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2761. p31 = Instance.new("Part", m3)
  2762. p31.BrickColor = BrickColor.new("Really black")
  2763. p31.Material = Enum.Material.Metal
  2764. p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
  2765. p31.CanCollide = false
  2766. p31.Locked = true
  2767. p31.FormFactor = Enum.FormFactor.Custom
  2768. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2769. b31 = Instance.new("SpecialMesh", p31)
  2770. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2771. b31.TextureId = ""
  2772. b31.MeshType = Enum.MeshType.FileMesh
  2773. b31.Name = "Mesh"
  2774. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2775. p32 = Instance.new("Part", m3)
  2776. p32.BrickColor = BrickColor.new("Really black")
  2777. p32.Material = Enum.Material.Metal
  2778. p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
  2779. p32.CanCollide = false
  2780. p32.Locked = true
  2781. p32.FormFactor = Enum.FormFactor.Custom
  2782. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2783. b32 = Instance.new("SpecialMesh", p32)
  2784. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2785. b32.TextureId = ""
  2786. b32.MeshType = Enum.MeshType.FileMesh
  2787. b32.Name = "Mesh"
  2788. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2789. p33 = Instance.new("Part", m3)
  2790. p33.BrickColor = BrickColor.new("Really black")
  2791. p33.Material = Enum.Material.Metal
  2792. p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
  2793. p33.CanCollide = false
  2794. p33.Locked = true
  2795. p33.FormFactor = Enum.FormFactor.Custom
  2796. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2797. b33 = Instance.new("SpecialMesh", p33)
  2798. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2799. b33.TextureId = ""
  2800. b33.MeshType = Enum.MeshType.FileMesh
  2801. b33.Name = "Mesh"
  2802. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2803. p34 = Instance.new("Part", m3)
  2804. p34.BrickColor = BrickColor.new("Really black")
  2805. p34.Material = Enum.Material.Metal
  2806. p34.Name = "Connection"
  2807. p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
  2808. p34.CanCollide = false
  2809. p34.Locked = true
  2810. p34.FormFactor = Enum.FormFactor.Custom
  2811. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2812. b34 = Instance.new("SpecialMesh", p34)
  2813. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2814. b34.TextureId = ""
  2815. b34.MeshType = Enum.MeshType.FileMesh
  2816. b34.Name = "Mesh"
  2817. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2818. p35 = Instance.new("Part", m3)
  2819. p35.BrickColor = BrickColor.new("Really black")
  2820. p35.Material = Enum.Material.Metal
  2821. p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
  2822. p35.CanCollide = false
  2823. p35.Locked = true
  2824. p35.FormFactor = Enum.FormFactor.Custom
  2825. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2826. b35 = Instance.new("SpecialMesh", p35)
  2827. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2828. b35.TextureId = ""
  2829. b35.MeshType = Enum.MeshType.FileMesh
  2830. b35.Name = "Mesh"
  2831. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2832. p36 = Instance.new("Part", m3)
  2833. p36.BrickColor = BrickColor.new("Really black")
  2834. p36.Material = Enum.Material.Metal
  2835. p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
  2836. p36.CanCollide = false
  2837. p36.Locked = true
  2838. p36.FormFactor = Enum.FormFactor.Custom
  2839. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2840. b36 = Instance.new("SpecialMesh", p36)
  2841. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2842. b36.TextureId = ""
  2843. b36.MeshType = Enum.MeshType.FileMesh
  2844. b36.Name = "Mesh"
  2845. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2846. w1 = Instance.new("Weld", p2)
  2847. w1.Name = "Joint"
  2848. w1.Part0 = p2
  2849. w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
  2850. w1.Part1 = p18
  2851. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2852. w2 = Instance.new("Weld", p3)
  2853. w2.Name = "Joint"
  2854. w2.Part0 = p3
  2855. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2856. w2.Part1 = p1
  2857. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2858. w3 = Instance.new("Weld", p4)
  2859. w3.Name = "Joint"
  2860. w3.Part0 = p4
  2861. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2862. w3.Part1 = p1
  2863. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2864. w4 = Instance.new("Weld", p5)
  2865. w4.Name = "Joint"
  2866. w4.Part0 = p5
  2867. w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  2868. w4.Part1 = p7
  2869. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2870. w5 = Instance.new("Weld", p6)
  2871. w5.Name = "Joint"
  2872. w5.Part0 = p6
  2873. w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  2874. w5.Part1 = p7
  2875. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2876. w6 = Instance.new("Weld", p7)
  2877. w6.Name = "Joint"
  2878. w6.Part0 = p7
  2879. w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008)
  2880. w6.Part1 = p1
  2881. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2882. w7 = Instance.new("Weld", p8)
  2883. w7.Name = "Joint"
  2884. w7.Part0 = p8
  2885. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2886. w7.Part1 = p1
  2887. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2888. w8 = Instance.new("Weld", p9)
  2889. w8.Name = "Joint"
  2890. w8.Part0 = p9
  2891. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2892. w8.Part1 = p1
  2893. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2894. w9 = Instance.new("Weld", p10)
  2895. w9.Name = "Joint"
  2896. w9.Part0 = p10
  2897. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2898. w9.Part1 = p1
  2899. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2900. w10 = Instance.new("Weld", p11)
  2901. w10.Name = "Joint"
  2902. w10.Part0 = p11
  2903. w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
  2904. w10.Part1 = p19
  2905. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2906. w11 = Instance.new("Weld", p12)
  2907. w11.Name = "Joint"
  2908. w11.Part0 = p12
  2909. w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  2910. w11.Part1 = p1
  2911. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2912. w12 = Instance.new("Weld", p13)
  2913. w12.Name = "Joint"
  2914. w12.Part0 = p13
  2915. w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
  2916. w12.Part1 = p35
  2917. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2918. w13 = Instance.new("Weld", p14)
  2919. w13.Name = "Joint"
  2920. w13.Part0 = p14
  2921. w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
  2922. w13.Part1 = p34
  2923. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2924. w14 = Instance.new("Weld", p15)
  2925. w14.Name = "Joint"
  2926. w14.Part0 = p15
  2927. w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
  2928. w14.Part1 = p16
  2929. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2930. w15 = Instance.new("Weld", p16)
  2931. w15.Name = "Joint"
  2932. w15.Part0 = p16
  2933. w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
  2934. w15.Part1 = p20
  2935. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2936. w16 = Instance.new("Weld", p17)
  2937. w16.Name = "Joint"
  2938. w16.Part0 = p17
  2939. w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
  2940. w16.Part1 = p14
  2941. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2942. w17 = Instance.new("Weld", p18)
  2943. w17.Name = "Joint"
  2944. w17.Part0 = p18
  2945. w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
  2946. w17.Part1 = p17
  2947. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2948. w18 = Instance.new("Weld", p19)
  2949. w18.Name = "Joint"
  2950. w18.Part0 = p19
  2951. w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
  2952. w18.Part1 = p21
  2953. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2954. w19 = Instance.new("Weld", p20)
  2955. w19.Name = "Joint"
  2956. w19.Part0 = p20
  2957. w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
  2958. w19.Part1 = p11
  2959. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2960. w20 = Instance.new("Weld", p21)
  2961. w20.Name = "Joint"
  2962. w20.Part0 = p21
  2963. w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
  2964. w20.Part1 = p22
  2965. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2966. w21 = Instance.new("Weld", p22)
  2967. w21.Name = "Joint"
  2968. w21.Part0 = p22
  2969. w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
  2970. w21.Part1 = p23
  2971. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2972. w22 = Instance.new("Weld", p23)
  2973. w22.Name = "Joint"
  2974. w22.Part0 = p23
  2975. w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
  2976. w22.Part1 = p24
  2977. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2978. w23 = Instance.new("Weld", p24)
  2979. w23.Name = "Joint"
  2980. w23.Part0 = p24
  2981. w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
  2982. w23.Part1 = p25
  2983. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2984. w24 = Instance.new("Weld", p25)
  2985. w24.Name = "Joint"
  2986. w24.Part0 = p25
  2987. w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
  2988. w24.Part1 = p26
  2989. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2990. w25 = Instance.new("Weld", p26)
  2991. w25.Name = "Joint"
  2992. w25.Part0 = p26
  2993. w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
  2994. w25.Part1 = p27
  2995. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2996. w26 = Instance.new("Weld", p27)
  2997. w26.Name = "Joint"
  2998. w26.Part0 = p27
  2999. w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
  3000. w26.Part1 = p28
  3001. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3002. w27 = Instance.new("Weld", p28)
  3003. w27.Name = "Joint"
  3004. w27.Part0 = p28
  3005. w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
  3006. w27.Part1 = p29
  3007. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3008. w28 = Instance.new("Weld", p29)
  3009. w28.Name = "Joint"
  3010. w28.Part0 = p29
  3011. w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
  3012. w28.Part1 = p30
  3013. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3014. w29 = Instance.new("Weld", p30)
  3015. w29.Name = "Joint"
  3016. w29.Part0 = p30
  3017. w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
  3018. w29.Part1 = p31
  3019. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3020. w30 = Instance.new("Weld", p31)
  3021. w30.Name = "Joint"
  3022. w30.Part0 = p31
  3023. w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
  3024. w30.Part1 = p32
  3025. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3026. w31 = Instance.new("Weld", p32)
  3027. w31.Name = "Joint"
  3028. w31.Part0 = p32
  3029. w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
  3030. w31.Part1 = p33
  3031. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3032. w32 = Instance.new("Weld", p33)
  3033. w32.Name = "Joint"
  3034. w32.Part0 = p33
  3035. w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
  3036. w32.Part1 = p13
  3037. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3038. w33 = Instance.new("Weld", p34)
  3039. w33.Name = "Joint"
  3040. w33.Part0 = p34
  3041. w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
  3042. w33.Part1 = p12
  3043. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3044. w34 = Instance.new("Weld", p35)
  3045. w34.Name = "Joint"
  3046. w34.Part0 = p35
  3047. w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
  3048. w34.Part1 = p36
  3049. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3050. w35 = Instance.new("Weld", p36)
  3051. w35.Name = "Joint"
  3052. w35.Part0 = p36
  3053. w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
  3054. w35.Part1 = p2
  3055. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3056. m3.Parent = torso
  3057. m3:MakeJoints()
  3058. ----------------------------------------------------
  3059. local cor3 = Instance.new("Part", torso.Torso)
  3060. cor3.Name = "Thingy"
  3061. cor3.Locked = true
  3062. cor3.BottomSurface = 0
  3063. cor3.CanCollide = false
  3064. cor3.Size = Vector3.new(1, 1, 1)
  3065. cor3.Transparency = 1
  3066. cor3.TopSurface = 0
  3067. corw3 = Instance.new("Weld", cor3)
  3068. corw3.Part0 = torso
  3069. corw3.Part1 = cor3
  3070. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3071. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3072. weld3 = Instance.new("Weld", torso.Torso)
  3073. weld3.Part0 = cor3
  3074. weld3.Part1 = torso.Torso.TorsoPlate
  3075. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3076. --Left Leg
  3077. m4 = Instance.new("Model")
  3078. m4.Name = "LeftLeg"
  3079. p1 = Instance.new("Part", m4)
  3080. p1.BrickColor = BrickColor.new("Really black")
  3081. p1.Material = Enum.Material.Metal
  3082. p1.Name = "LeftLegPlate"
  3083. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3084. p1.Anchored = false
  3085. p1.CanCollide = false
  3086. p1.FormFactor = Enum.FormFactor.Custom
  3087. p1.Size = Vector3.new(1, 2, 1)
  3088. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. b1 = Instance.new("SpecialMesh", p1)
  3095. b1.MeshType = Enum.MeshType.Brick
  3096. b1.Name = "Mesh"
  3097. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3098. p2 = Instance.new("Part", m4)
  3099. p2.BrickColor = BrickColor.new("Really black")
  3100. p2.Material = Enum.Material.Metal
  3101. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3102. p2.Anchored = false
  3103. p2.CanCollide = false
  3104. p2.FormFactor = Enum.FormFactor.Custom
  3105. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  3106. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. b2 = Instance.new("SpecialMesh", p2)
  3113. b2.MeshType = Enum.MeshType.Brick
  3114. b2.Name = "Mesh"
  3115. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3116. p3 = Instance.new("Part", m4)
  3117. p3.BrickColor = BrickColor.new("Really black")
  3118. p3.Material = Enum.Material.Metal
  3119. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3120. p3.Anchored = false
  3121. p3.CanCollide = false
  3122. p3.FormFactor = Enum.FormFactor.Custom
  3123. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  3124. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. b3 = Instance.new("SpecialMesh", p3)
  3131. b3.MeshType = Enum.MeshType.Brick
  3132. b3.Name = "Mesh"
  3133. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3134. p4 = Instance.new("Part", m4)
  3135. p4.BrickColor = BrickColor.new("Black")
  3136. p4.Material = Enum.Material.Metal
  3137. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3138. p4.Anchored = false
  3139. p4.CanCollide = false
  3140. p4.FormFactor = Enum.FormFactor.Custom
  3141. p4.Size = Vector3.new(1, 2, 0.200000018)
  3142. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. b4 = Instance.new("SpecialMesh", p4)
  3149. b4.MeshType = Enum.MeshType.Brick
  3150. b4.Name = "Mesh"
  3151. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3152. p5 = Instance.new("Part", m4)
  3153. p5.BrickColor = BrickColor.new("Black")
  3154. p5.Material = Enum.Material.Metal
  3155. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3156. p5.Anchored = false
  3157. p5.CanCollide = false
  3158. p5.FormFactor = Enum.FormFactor.Custom
  3159. p5.Size = Vector3.new(1, 2, 0.200000018)
  3160. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. b5 = Instance.new("SpecialMesh", p5)
  3167. b5.MeshType = Enum.MeshType.Brick
  3168. b5.Name = "Mesh"
  3169. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3170. p6 = Instance.new("Part", m4)
  3171. p6.BrickColor = BrickColor.new("Black")
  3172. p6.Material = Enum.Material.Metal
  3173. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3174. p6.Anchored = false
  3175. p6.CanCollide = false
  3176. p6.FormFactor = Enum.FormFactor.Custom
  3177. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  3178. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. b6 = Instance.new("SpecialMesh", p6)
  3185. b6.MeshType = Enum.MeshType.Brick
  3186. b6.Name = "Mesh"
  3187. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3188. p7 = Instance.new("Part", m4)
  3189. p7.BrickColor = BrickColor.new("Black")
  3190. p7.Material = Enum.Material.Metal
  3191. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3192. p7.Anchored = false
  3193. p7.CanCollide = false
  3194. p7.FormFactor = Enum.FormFactor.Custom
  3195. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3196. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. b7 = Instance.new("SpecialMesh", p7)
  3203. b7.MeshType = Enum.MeshType.Brick
  3204. b7.Name = "Mesh"
  3205. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3206. w1 = Instance.new("Weld", p2)
  3207. w1.Name = "Joint"
  3208. w1.Part0 = p2
  3209. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3210. w1.Part1 = p3
  3211. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3212. w2 = Instance.new("Weld", p3)
  3213. w2.Name = "Joint"
  3214. w2.Part0 = p3
  3215. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3216. w2.Part1 = p5
  3217. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3218. w3 = Instance.new("Weld", p4)
  3219. w3.Name = "Joint"
  3220. w3.Part0 = p4
  3221. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3222. w3.Part1 = p1
  3223. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3224. w4 = Instance.new("Weld", p5)
  3225. w4.Name = "Joint"
  3226. w4.Part0 = p5
  3227. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3228. w4.Part1 = p1
  3229. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3230. w5 = Instance.new("Weld", p6)
  3231. w5.Name = "Joint"
  3232. w5.Part0 = p6
  3233. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3234. w5.Part1 = p1
  3235. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3236. w6 = Instance.new("Weld", p7)
  3237. w6.Name = "Joint"
  3238. w6.Part0 = p7
  3239. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3240. w6.Part1 = p1
  3241. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3242. m4.Parent = lleg
  3243. m4:MakeJoints()
  3244. ----------------------------------------------------
  3245. local cor4 = Instance.new("Part", lleg.LeftLeg)
  3246. cor4.Name = "Thingy"
  3247. cor4.Locked = true
  3248. cor4.BottomSurface = 0
  3249. cor4.CanCollide = false
  3250. cor4.Size = Vector3.new(1, 1, 1)
  3251. cor4.Transparency = 1
  3252. cor4.TopSurface = 0
  3253. corw4 = Instance.new("Weld", cor4)
  3254. corw4.Part0 = lleg
  3255. corw4.Part1 = cor4
  3256. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3257. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3258. weld4 = Instance.new("Weld", lleg.LeftLeg)
  3259. weld4.Part0 = cor4
  3260. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  3261. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3262. --Right Leg
  3263. m5 = Instance.new("Model")
  3264. m5.Name = "RightLeg"
  3265. p1 = Instance.new("Part", m5)
  3266. p1.BrickColor = BrickColor.new("Really black")
  3267. p1.Material = Enum.Material.Metal
  3268. p1.Name = "RightLegPlate"
  3269. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3270. p1.Anchored = false
  3271. p1.CanCollide = false
  3272. p1.FormFactor = Enum.FormFactor.Custom
  3273. p1.Size = Vector3.new(1, 2, 1)
  3274. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. b1 = Instance.new("SpecialMesh", p1)
  3281. b1.MeshType = Enum.MeshType.Brick
  3282. b1.Name = "Mesh"
  3283. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3284. p2 = Instance.new("Part", m5)
  3285. p2.BrickColor = BrickColor.new("Really black")
  3286. p2.Material = Enum.Material.Metal
  3287. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3288. p2.Anchored = false
  3289. p2.CanCollide = false
  3290. p2.FormFactor = Enum.FormFactor.Custom
  3291. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  3292. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. b2 = Instance.new("SpecialMesh", p2)
  3299. b2.MeshType = Enum.MeshType.Brick
  3300. b2.Name = "Mesh"
  3301. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3302. p3 = Instance.new("Part", m5)
  3303. p3.BrickColor = BrickColor.new("Really black")
  3304. p3.Material = Enum.Material.Metal
  3305. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3306. p3.Anchored = false
  3307. p3.CanCollide = false
  3308. p3.FormFactor = Enum.FormFactor.Custom
  3309. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  3310. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. b3 = Instance.new("SpecialMesh", p3)
  3317. b3.MeshType = Enum.MeshType.Brick
  3318. b3.Name = "Mesh"
  3319. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3320. p4 = Instance.new("Part", m5)
  3321. p4.BrickColor = BrickColor.new("Black")
  3322. p4.Material = Enum.Material.Metal
  3323. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3324. p4.Anchored = false
  3325. p4.CanCollide = false
  3326. p4.FormFactor = Enum.FormFactor.Custom
  3327. p4.Size = Vector3.new(1, 2, 0.200000018)
  3328. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. b4 = Instance.new("SpecialMesh", p4)
  3335. b4.MeshType = Enum.MeshType.Brick
  3336. b4.Name = "Mesh"
  3337. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3338. p5 = Instance.new("Part", m5)
  3339. p5.BrickColor = BrickColor.new("Black")
  3340. p5.Material = Enum.Material.Metal
  3341. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3342. p5.Anchored = false
  3343. p5.CanCollide = false
  3344. p5.FormFactor = Enum.FormFactor.Custom
  3345. p5.Size = Vector3.new(1, 2, 0.200000018)
  3346. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. b5 = Instance.new("SpecialMesh", p5)
  3353. b5.MeshType = Enum.MeshType.Brick
  3354. b5.Name = "Mesh"
  3355. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3356. p6 = Instance.new("Part", m5)
  3357. p6.BrickColor = BrickColor.new("Black")
  3358. p6.Material = Enum.Material.Metal
  3359. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3360. p6.Anchored = false
  3361. p6.CanCollide = false
  3362. p6.FormFactor = Enum.FormFactor.Custom
  3363. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3364. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. b6 = Instance.new("SpecialMesh", p6)
  3371. b6.MeshType = Enum.MeshType.Brick
  3372. b6.Name = "Mesh"
  3373. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3374. p7 = Instance.new("Part", m5)
  3375. p7.BrickColor = BrickColor.new("Black")
  3376. p7.Material = Enum.Material.Metal
  3377. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3378. p7.Anchored = false
  3379. p7.CanCollide = false
  3380. p7.FormFactor = Enum.FormFactor.Custom
  3381. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3382. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. b7 = Instance.new("SpecialMesh", p7)
  3389. b7.MeshType = Enum.MeshType.Brick
  3390. b7.Name = "Mesh"
  3391. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3392. w1 = Instance.new("Weld", p2)
  3393. w1.Name = "Joint"
  3394. w1.Part0 = p2
  3395. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3396. w1.Part1 = p3
  3397. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3398. w2 = Instance.new("Weld", p3)
  3399. w2.Name = "Joint"
  3400. w2.Part0 = p3
  3401. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3402. w2.Part1 = p5
  3403. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3404. w3 = Instance.new("Weld", p4)
  3405. w3.Name = "Joint"
  3406. w3.Part0 = p4
  3407. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3408. w3.Part1 = p1
  3409. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3410. w4 = Instance.new("Weld", p5)
  3411. w4.Name = "Joint"
  3412. w4.Part0 = p5
  3413. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3414. w4.Part1 = p1
  3415. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3416. w5 = Instance.new("Weld", p6)
  3417. w5.Name = "Joint"
  3418. w5.Part0 = p6
  3419. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3420. w5.Part1 = p1
  3421. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3422. w6 = Instance.new("Weld", p7)
  3423. w6.Name = "Joint"
  3424. w6.Part0 = p7
  3425. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3426. w6.Part1 = p1
  3427. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3428. m5.Parent = rleg
  3429. m5:MakeJoints()
  3430. ----------------------------------------------------
  3431. local cor5 = Instance.new("Part", rleg.RightLeg)
  3432. cor5.Name = "Thingy"
  3433. cor5.Locked = true
  3434. cor5.BottomSurface = 0
  3435. cor5.CanCollide = false
  3436. cor5.Size = Vector3.new(1, 1, 1)
  3437. cor5.Transparency = 1
  3438. cor5.TopSurface = 0
  3439. corw5 = Instance.new("Weld", cor5)
  3440. corw5.Part0 = rleg
  3441. corw5.Part1 = cor5
  3442. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3443. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3444. wld5 = Instance.new("Weld", rleg.RightLeg)
  3445. wld5.Part0 = cor5
  3446. wld5.Part1 = rleg.RightLeg.RightLegPlate
  3447. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3448. --Cape
  3449. m6 = Instance.new("Model")
  3450. m6.Name = "Cloak"
  3451. p1 = Instance.new("WedgePart", m6)
  3452. p1.BrickColor = BrickColor.new("Really black")
  3453. p1.Material = Enum.Material.SmoothPlastic
  3454. p1.Name = "Wedge"
  3455. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3456. p1.CanCollide = false
  3457. p1.Locked = true
  3458. p1.FormFactor = Enum.FormFactor.Custom
  3459. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3460. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. b1 = Instance.new("SpecialMesh", p1)
  3467. b1.MeshType = Enum.MeshType.Wedge
  3468. b1.Name = "Mesh"
  3469. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3470. p2 = Instance.new("WedgePart", m6)
  3471. p2.BrickColor = BrickColor.new("Really black")
  3472. p2.Material = Enum.Material.SmoothPlastic
  3473. p2.Name = "Wedge"
  3474. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3475. p2.CanCollide = false
  3476. p2.Locked = true
  3477. p2.FormFactor = Enum.FormFactor.Custom
  3478. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3479. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. b2 = Instance.new("SpecialMesh", p2)
  3486. b2.MeshType = Enum.MeshType.Wedge
  3487. b2.Name = "Mesh"
  3488. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3489. p3 = Instance.new("Part", m6)
  3490. p3.BrickColor = BrickColor.new("Really black")
  3491. p3.Material = Enum.Material.SmoothPlastic
  3492. p3.Name = "CapeLevel2"
  3493. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3494. p3.CanCollide = false
  3495. p3.Locked = true
  3496. p3.FormFactor = Enum.FormFactor.Custom
  3497. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  3498. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3502. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. b3 = Instance.new("BlockMesh", p3)
  3505. b3.Name = "Mesh"
  3506. b3.Scale = Vector3.new(1, 1, 0.602178097)
  3507. p4 = Instance.new("Part", m6)
  3508. p4.BrickColor = BrickColor.new("Really black")
  3509. p4.Material = Enum.Material.SmoothPlastic
  3510. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3511. p4.CanCollide = false
  3512. p4.Locked = true
  3513. p4.FormFactor = Enum.FormFactor.Custom
  3514. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3515. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3521. b4 = Instance.new("BlockMesh", p4)
  3522. b4.Name = "Mesh"
  3523. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3524. p5 = Instance.new("Part", m6)
  3525. p5.BrickColor = BrickColor.new("Really black")
  3526. p5.Material = Enum.Material.SmoothPlastic
  3527. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3528. p5.CanCollide = false
  3529. p5.Locked = true
  3530. p5.FormFactor = Enum.FormFactor.Custom
  3531. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3532. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. b5 = Instance.new("BlockMesh", p5)
  3539. b5.Name = "Mesh"
  3540. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3541. p6 = Instance.new("Part", m6)
  3542. p6.BrickColor = BrickColor.new("Really black")
  3543. p6.Material = Enum.Material.SmoothPlastic
  3544. p6.Name = "CapeLevel1"
  3545. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3546. p6.CanCollide = false
  3547. p6.Locked = true
  3548. p6.FormFactor = Enum.FormFactor.Custom
  3549. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  3550. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. b6 = Instance.new("BlockMesh", p6)
  3557. b6.Name = "Mesh"
  3558. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3559. p7 = Instance.new("Part", m6)
  3560. p7.BrickColor = BrickColor.new("Really black")
  3561. p7.Material = Enum.Material.SmoothPlastic
  3562. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3563. p7.CanCollide = false
  3564. p7.Locked = true
  3565. p7.FormFactor = Enum.FormFactor.Custom
  3566. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3567. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3569. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. b7 = Instance.new("BlockMesh", p7)
  3574. b7.Name = "Mesh"
  3575. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3576. p8 = Instance.new("Part", m6)
  3577. p8.BrickColor = BrickColor.new("Really black")
  3578. p8.Material = Enum.Material.SmoothPlastic
  3579. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3580. p8.CanCollide = false
  3581. p8.Locked = true
  3582. p8.FormFactor = Enum.FormFactor.Custom
  3583. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3584. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. b8 = Instance.new("BlockMesh", p8)
  3591. b8.Name = "Mesh"
  3592. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3593. p9 = Instance.new("Part", m6)
  3594. p9.BrickColor = BrickColor.new("Really black")
  3595. p9.Material = Enum.Material.SmoothPlastic
  3596. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3597. p9.CanCollide = false
  3598. p9.Locked = true
  3599. p9.FormFactor = Enum.FormFactor.Custom
  3600. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  3601. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3603. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. b9 = Instance.new("BlockMesh", p9)
  3608. b9.Name = "Mesh"
  3609. b9.Scale = Vector3.new(1, 1, 0.602178097)
  3610. p10 = Instance.new("Part", m6)
  3611. p10.BrickColor = BrickColor.new("Really black")
  3612. p10.Material = Enum.Material.SmoothPlastic
  3613. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3614. p10.CanCollide = false
  3615. p10.Locked = true
  3616. p10.FormFactor = Enum.FormFactor.Custom
  3617. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3618. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3619. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. b10 = Instance.new("BlockMesh", p10)
  3625. b10.Name = "Mesh"
  3626. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3627. p11 = Instance.new("Part", m6)
  3628. p11.BrickColor = BrickColor.new("Really black")
  3629. p11.Material = Enum.Material.SmoothPlastic
  3630. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3631. p11.CanCollide = false
  3632. p11.Locked = true
  3633. p11.FormFactor = Enum.FormFactor.Custom
  3634. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3635. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3636. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3637. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3638. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. b11 = Instance.new("BlockMesh", p11)
  3642. b11.Name = "Mesh"
  3643. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3644. p12 = Instance.new("Part", m6)
  3645. p12.BrickColor = BrickColor.new("Really black")
  3646. p12.Material = Enum.Material.SmoothPlastic
  3647. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3648. p12.CanCollide = false
  3649. p12.Locked = true
  3650. p12.FormFactor = Enum.FormFactor.Custom
  3651. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3652. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3653. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3654. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3655. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3657. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3658. b12 = Instance.new("BlockMesh", p12)
  3659. b12.Name = "Mesh"
  3660. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3661. p13 = Instance.new("Part", m6)
  3662. p13.BrickColor = BrickColor.new("Really black")
  3663. p13.Material = Enum.Material.SmoothPlastic
  3664. p13.Name = "BottomLeftFlap"
  3665. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3666. p13.CanCollide = false
  3667. p13.Locked = true
  3668. p13.FormFactor = Enum.FormFactor.Custom
  3669. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3670. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3672. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3673. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3675. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. b13 = Instance.new("BlockMesh", p13)
  3677. b13.Name = "Mesh"
  3678. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3679. p14 = Instance.new("Part", m6)
  3680. p14.BrickColor = BrickColor.new("Really black")
  3681. p14.Material = Enum.Material.SmoothPlastic
  3682. p14.Transparency = 1
  3683. p14.Name = "Rotater"
  3684. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3685. p14.CanCollide = false
  3686. p14.Locked = true
  3687. p14.FormFactor = Enum.FormFactor.Custom
  3688. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3689. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3691. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3693. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. b14 = Instance.new("BlockMesh", p14)
  3696. b14.Name = "Mesh"
  3697. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3698. p15 = Instance.new("Part", m6)
  3699. p15.BrickColor = BrickColor.new("Really black")
  3700. p15.Material = Enum.Material.SmoothPlastic
  3701. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3702. p15.CanCollide = false
  3703. p15.Locked = true
  3704. p15.FormFactor = Enum.FormFactor.Custom
  3705. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3706. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3711. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. b15 = Instance.new("BlockMesh", p15)
  3713. b15.Name = "Mesh"
  3714. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3715. p16 = Instance.new("Part", m6)
  3716. p16.BrickColor = BrickColor.new("Really black")
  3717. p16.Material = Enum.Material.SmoothPlastic
  3718. p16.Name = "BottomCenterFlap"
  3719. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3720. p16.CanCollide = false
  3721. p16.Locked = true
  3722. p16.FormFactor = Enum.FormFactor.Custom
  3723. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3724. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. b16 = Instance.new("BlockMesh", p16)
  3731. b16.Name = "Mesh"
  3732. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3733. p17 = Instance.new("Part", m6)
  3734. p17.BrickColor = BrickColor.new("Really black")
  3735. p17.Material = Enum.Material.SmoothPlastic
  3736. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3737. p17.CanCollide = false
  3738. p17.Locked = true
  3739. p17.FormFactor = Enum.FormFactor.Custom
  3740. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3741. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3742. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. b17 = Instance.new("BlockMesh", p17)
  3748. b17.Name = "Mesh"
  3749. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3750. p18 = Instance.new("Part", m6)
  3751. p18.BrickColor = BrickColor.new("Really black")
  3752. p18.Material = Enum.Material.SmoothPlastic
  3753. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3754. p18.CanCollide = false
  3755. p18.Locked = true
  3756. p18.FormFactor = Enum.FormFactor.Custom
  3757. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3758. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. b18 = Instance.new("BlockMesh", p18)
  3765. b18.Name = "Mesh"
  3766. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3767. p19 = Instance.new("WedgePart", m6)
  3768. p19.BrickColor = BrickColor.new("Really black")
  3769. p19.Name = "Wedge"
  3770. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3771. p19.CanCollide = false
  3772. p19.Locked = true
  3773. p19.FormFactor = Enum.FormFactor.Custom
  3774. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3775. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. b19 = Instance.new("SpecialMesh", p19)
  3782. b19.MeshType = Enum.MeshType.Wedge
  3783. b19.Name = "Mesh"
  3784. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3785. p20 = Instance.new("Part", m6)
  3786. p20.BrickColor = BrickColor.new("Really black")
  3787. p20.Material = Enum.Material.SmoothPlastic
  3788. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3789. p20.CanCollide = false
  3790. p20.Locked = true
  3791. p20.FormFactor = Enum.FormFactor.Custom
  3792. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3793. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. b20 = Instance.new("BlockMesh", p20)
  3800. b20.Name = "Mesh"
  3801. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3802. p21 = Instance.new("Part", m6)
  3803. p21.BrickColor = BrickColor.new("Really black")
  3804. p21.Material = Enum.Material.SmoothPlastic
  3805. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3806. p21.CanCollide = false
  3807. p21.Locked = true
  3808. p21.FormFactor = Enum.FormFactor.Custom
  3809. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3810. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. b21 = Instance.new("BlockMesh", p21)
  3817. b21.Name = "Mesh"
  3818. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3819. p22 = Instance.new("WedgePart", m6)
  3820. p22.BrickColor = BrickColor.new("Really black")
  3821. p22.Name = "Wedge"
  3822. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3823. p22.CanCollide = false
  3824. p22.Locked = true
  3825. p22.FormFactor = Enum.FormFactor.Custom
  3826. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3827. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. b22 = Instance.new("SpecialMesh", p22)
  3834. b22.MeshType = Enum.MeshType.Wedge
  3835. b22.Name = "Mesh"
  3836. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3837. p23 = Instance.new("WedgePart", m6)
  3838. p23.BrickColor = BrickColor.new("Really black")
  3839. p23.Material = Enum.Material.SmoothPlastic
  3840. p23.Name = "Wedge"
  3841. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3842. p23.CanCollide = false
  3843. p23.Locked = true
  3844. p23.FormFactor = Enum.FormFactor.Custom
  3845. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3846. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. b23 = Instance.new("SpecialMesh", p23)
  3853. b23.MeshType = Enum.MeshType.Wedge
  3854. b23.Name = "Mesh"
  3855. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3856. p24 = Instance.new("WedgePart", m6)
  3857. p24.BrickColor = BrickColor.new("Really black")
  3858. p24.Material = Enum.Material.SmoothPlastic
  3859. p24.Name = "Wedge"
  3860. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3861. p24.CanCollide = false
  3862. p24.Locked = true
  3863. p24.FormFactor = Enum.FormFactor.Custom
  3864. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3865. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. b24 = Instance.new("SpecialMesh", p24)
  3872. b24.MeshType = Enum.MeshType.Wedge
  3873. b24.Name = "Mesh"
  3874. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3875. p25 = Instance.new("WedgePart", m6)
  3876. p25.BrickColor = BrickColor.new("Really black")
  3877. p25.Name = "Wedge"
  3878. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3879. p25.CanCollide = false
  3880. p25.Locked = true
  3881. p25.FormFactor = Enum.FormFactor.Custom
  3882. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3883. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. b25 = Instance.new("SpecialMesh", p25)
  3890. b25.MeshType = Enum.MeshType.Wedge
  3891. b25.Name = "Mesh"
  3892. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3893. p26 = Instance.new("WedgePart", m6)
  3894. p26.BrickColor = BrickColor.new("Really black")
  3895. p26.Material = Enum.Material.SmoothPlastic
  3896. p26.Name = "Wedge"
  3897. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3898. p26.CanCollide = false
  3899. p26.Locked = true
  3900. p26.FormFactor = Enum.FormFactor.Custom
  3901. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3902. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. b26 = Instance.new("SpecialMesh", p26)
  3909. b26.MeshType = Enum.MeshType.Wedge
  3910. b26.Name = "Mesh"
  3911. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3912. p27 = Instance.new("Part", m6)
  3913. p27.BrickColor = BrickColor.new("Really black")
  3914. p27.Material = Enum.Material.SmoothPlastic
  3915. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3916. p27.CanCollide = false
  3917. p27.Locked = true
  3918. p27.FormFactor = Enum.FormFactor.Custom
  3919. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3920. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3921. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3923. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. b27 = Instance.new("BlockMesh", p27)
  3927. b27.Name = "Mesh"
  3928. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3929. p28 = Instance.new("WedgePart", m6)
  3930. p28.BrickColor = BrickColor.new("Really black")
  3931. p28.Material = Enum.Material.SmoothPlastic
  3932. p28.Name = "Wedge"
  3933. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3934. p28.CanCollide = false
  3935. p28.Locked = true
  3936. p28.FormFactor = Enum.FormFactor.Custom
  3937. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3938. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3941. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. b28 = Instance.new("SpecialMesh", p28)
  3945. b28.MeshType = Enum.MeshType.Wedge
  3946. b28.Name = "Mesh"
  3947. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3948. p29 = Instance.new("Part", m6)
  3949. p29.BrickColor = BrickColor.new("Really black")
  3950. p29.Material = Enum.Material.SmoothPlastic
  3951. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3952. p29.CanCollide = false
  3953. p29.Locked = true
  3954. p29.FormFactor = Enum.FormFactor.Custom
  3955. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3956. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3960. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. b29 = Instance.new("BlockMesh", p29)
  3963. b29.Name = "Mesh"
  3964. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3965. p30 = Instance.new("WedgePart", m6)
  3966. p30.BrickColor = BrickColor.new("Really black")
  3967. p30.Material = Enum.Material.SmoothPlastic
  3968. p30.Name = "Wedge"
  3969. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3970. p30.CanCollide = false
  3971. p30.Locked = true
  3972. p30.FormFactor = Enum.FormFactor.Custom
  3973. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3974. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3975. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3976. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3979. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. b30 = Instance.new("SpecialMesh", p30)
  3981. b30.MeshType = Enum.MeshType.Wedge
  3982. b30.Name = "Mesh"
  3983. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3984. p31 = Instance.new("WedgePart", m6)
  3985. p31.BrickColor = BrickColor.new("Really black")
  3986. p31.Material = Enum.Material.SmoothPlastic
  3987. p31.Name = "Wedge"
  3988. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3989. p31.CanCollide = false
  3990. p31.Locked = true
  3991. p31.FormFactor = Enum.FormFactor.Custom
  3992. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3993. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. b31 = Instance.new("SpecialMesh", p31)
  4000. b31.MeshType = Enum.MeshType.Wedge
  4001. b31.Name = "Mesh"
  4002. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4003. p32 = Instance.new("Part", m6)
  4004. p32.BrickColor = BrickColor.new("Really black")
  4005. p32.Material = Enum.Material.SmoothPlastic
  4006. p32.Name = "BottomRightFlap"
  4007. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4008. p32.CanCollide = false
  4009. p32.Locked = true
  4010. p32.FormFactor = Enum.FormFactor.Custom
  4011. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  4012. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4013. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. b32 = Instance.new("BlockMesh", p32)
  4019. b32.Name = "Mesh"
  4020. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  4021. p33 = Instance.new("WedgePart", m6)
  4022. p33.BrickColor = BrickColor.new("Really black")
  4023. p33.Material = Enum.Material.SmoothPlastic
  4024. p33.Name = "Wedge"
  4025. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4026. p33.CanCollide = false
  4027. p33.Locked = true
  4028. p33.FormFactor = Enum.FormFactor.Custom
  4029. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4030. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4036. b33 = Instance.new("SpecialMesh", p33)
  4037. b33.MeshType = Enum.MeshType.Wedge
  4038. b33.Name = "Mesh"
  4039. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4040. p34 = Instance.new("WedgePart", m6)
  4041. p34.BrickColor = BrickColor.new("Really black")
  4042. p34.Material = Enum.Material.SmoothPlastic
  4043. p34.Name = "Wedge"
  4044. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4045. p34.CanCollide = false
  4046. p34.Locked = true
  4047. p34.FormFactor = Enum.FormFactor.Custom
  4048. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4049. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4054. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4055. b34 = Instance.new("SpecialMesh", p34)
  4056. b34.MeshType = Enum.MeshType.Wedge
  4057. b34.Name = "Mesh"
  4058. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4059. p35 = Instance.new("Part", m6)
  4060. p35.BrickColor = BrickColor.new("Really black")
  4061. p35.Material = Enum.Material.SmoothPlastic
  4062. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4063. p35.CanCollide = false
  4064. p35.Locked = true
  4065. p35.FormFactor = Enum.FormFactor.Custom
  4066. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4067. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. b35 = Instance.new("BlockMesh", p35)
  4074. b35.Name = "Mesh"
  4075. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4076. p36 = Instance.new("WedgePart", m6)
  4077. p36.BrickColor = BrickColor.new("Really black")
  4078. p36.Material = Enum.Material.SmoothPlastic
  4079. p36.Name = "Wedge"
  4080. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4081. p36.CanCollide = false
  4082. p36.Locked = true
  4083. p36.FormFactor = Enum.FormFactor.Custom
  4084. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4085. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4091. b36 = Instance.new("SpecialMesh", p36)
  4092. b36.MeshType = Enum.MeshType.Wedge
  4093. b36.Name = "Mesh"
  4094. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4095. p37 = Instance.new("Part", m6)
  4096. p37.BrickColor = BrickColor.new("Really black")
  4097. p37.Material = Enum.Material.SmoothPlastic
  4098. p37.Name = "CapeLevel3"
  4099. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4100. p37.CanCollide = false
  4101. p37.Locked = true
  4102. p37.FormFactor = Enum.FormFactor.Custom
  4103. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  4104. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4109. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4110. b37 = Instance.new("BlockMesh", p37)
  4111. b37.Name = "Mesh"
  4112. b37.Scale = Vector3.new(1, 1, 0.602178097)
  4113. p38 = Instance.new("WedgePart", m6)
  4114. p38.BrickColor = BrickColor.new("Really black")
  4115. p38.Material = Enum.Material.SmoothPlastic
  4116. p38.Name = "Wedge"
  4117. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4118. p38.CanCollide = false
  4119. p38.Locked = true
  4120. p38.FormFactor = Enum.FormFactor.Custom
  4121. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4122. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4128. b38 = Instance.new("SpecialMesh", p38)
  4129. b38.MeshType = Enum.MeshType.Wedge
  4130. b38.Name = "Mesh"
  4131. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4132. p39 = Instance.new("WedgePart", m6)
  4133. p39.BrickColor = BrickColor.new("Really black")
  4134. p39.Material = Enum.Material.SmoothPlastic
  4135. p39.Name = "Wedge"
  4136. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4137. p39.CanCollide = false
  4138. p39.Locked = true
  4139. p39.FormFactor = Enum.FormFactor.Custom
  4140. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4141. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. b39 = Instance.new("SpecialMesh", p39)
  4148. b39.MeshType = Enum.MeshType.Wedge
  4149. b39.Name = "Mesh"
  4150. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4151. p40 = Instance.new("WedgePart", m6)
  4152. p40.BrickColor = BrickColor.new("Really black")
  4153. p40.Material = Enum.Material.SmoothPlastic
  4154. p40.Name = "Wedge"
  4155. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4156. p40.CanCollide = false
  4157. p40.Locked = true
  4158. p40.FormFactor = Enum.FormFactor.Custom
  4159. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4160. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4164. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4166. b40 = Instance.new("SpecialMesh", p40)
  4167. b40.MeshType = Enum.MeshType.Wedge
  4168. b40.Name = "Mesh"
  4169. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4170. p41 = Instance.new("WedgePart", m6)
  4171. p41.BrickColor = BrickColor.new("Really black")
  4172. p41.Material = Enum.Material.SmoothPlastic
  4173. p41.Name = "Wedge"
  4174. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4175. p41.CanCollide = false
  4176. p41.Locked = true
  4177. p41.FormFactor = Enum.FormFactor.Custom
  4178. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4179. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4180. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4181. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4182. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4183. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. b41 = Instance.new("SpecialMesh", p41)
  4186. b41.MeshType = Enum.MeshType.Wedge
  4187. b41.Name = "Mesh"
  4188. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4189. p42 = Instance.new("WedgePart", m6)
  4190. p42.BrickColor = BrickColor.new("Really black")
  4191. p42.Material = Enum.Material.SmoothPlastic
  4192. p42.Name = "Wedge"
  4193. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4194. p42.CanCollide = false
  4195. p42.Locked = true
  4196. p42.FormFactor = Enum.FormFactor.Custom
  4197. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4198. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4201. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4202. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4203. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4204. b42 = Instance.new("SpecialMesh", p42)
  4205. b42.MeshType = Enum.MeshType.Wedge
  4206. b42.Name = "Mesh"
  4207. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4208. p43 = Instance.new("WedgePart", m6)
  4209. p43.BrickColor = BrickColor.new("Really black")
  4210. p43.Material = Enum.Material.SmoothPlastic
  4211. p43.Name = "Wedge"
  4212. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4213. p43.CanCollide = false
  4214. p43.Locked = true
  4215. p43.FormFactor = Enum.FormFactor.Custom
  4216. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4217. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4219. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4220. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4221. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4222. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4223. b43 = Instance.new("SpecialMesh", p43)
  4224. b43.MeshType = Enum.MeshType.Wedge
  4225. b43.Name = "Mesh"
  4226. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4227. p44 = Instance.new("WedgePart", m6)
  4228. p44.BrickColor = BrickColor.new("Really black")
  4229. p44.Material = Enum.Material.SmoothPlastic
  4230. p44.Name = "Wedge"
  4231. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4232. p44.CanCollide = false
  4233. p44.Locked = true
  4234. p44.FormFactor = Enum.FormFactor.Custom
  4235. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4236. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4240. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4242. b44 = Instance.new("SpecialMesh", p44)
  4243. b44.MeshType = Enum.MeshType.Wedge
  4244. b44.Name = "Mesh"
  4245. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4246. p45 = Instance.new("WedgePart", m6)
  4247. p45.BrickColor = BrickColor.new("Really black")
  4248. p45.Material = Enum.Material.SmoothPlastic
  4249. p45.Name = "Wedge"
  4250. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4251. p45.CanCollide = false
  4252. p45.Locked = true
  4253. p45.FormFactor = Enum.FormFactor.Custom
  4254. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4255. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4256. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4257. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4258. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4259. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4261. b45 = Instance.new("SpecialMesh", p45)
  4262. b45.MeshType = Enum.MeshType.Wedge
  4263. b45.Name = "Mesh"
  4264. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4265. p46 = Instance.new("WedgePart", m6)
  4266. p46.BrickColor = BrickColor.new("Really black")
  4267. p46.Material = Enum.Material.SmoothPlastic
  4268. p46.Name = "Wedge"
  4269. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4270. p46.CanCollide = false
  4271. p46.Locked = true
  4272. p46.FormFactor = Enum.FormFactor.Custom
  4273. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4274. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4275. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4277. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4279. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. b46 = Instance.new("SpecialMesh", p46)
  4281. b46.MeshType = Enum.MeshType.Wedge
  4282. b46.Name = "Mesh"
  4283. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4284. p47 = Instance.new("Part", m6)
  4285. p47.BrickColor = BrickColor.new("Really black")
  4286. p47.Material = Enum.Material.SmoothPlastic
  4287. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4288. p47.CanCollide = false
  4289. p47.Locked = true
  4290. p47.FormFactor = Enum.FormFactor.Custom
  4291. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4292. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. b47 = Instance.new("BlockMesh", p47)
  4299. b47.Name = "Mesh"
  4300. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4301. p48 = Instance.new("Part", m6)
  4302. p48.BrickColor = BrickColor.new("Really black")
  4303. p48.Material = Enum.Material.SmoothPlastic
  4304. p48.Name = "CapeLevel4"
  4305. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4306. p48.CanCollide = false
  4307. p48.Locked = true
  4308. p48.FormFactor = Enum.FormFactor.Custom
  4309. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  4310. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4311. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4312. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4313. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4314. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4316. b48 = Instance.new("BlockMesh", p48)
  4317. b48.Name = "Mesh"
  4318. b48.Scale = Vector3.new(1, 1, 0.602178097)
  4319. p49 = Instance.new("WedgePart", m6)
  4320. p49.BrickColor = BrickColor.new("Really black")
  4321. p49.Material = Enum.Material.SmoothPlastic
  4322. p49.Name = "Wedge"
  4323. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4324. p49.CanCollide = false
  4325. p49.Locked = true
  4326. p49.FormFactor = Enum.FormFactor.Custom
  4327. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4328. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4330. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4332. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4333. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4334. b49 = Instance.new("SpecialMesh", p49)
  4335. b49.MeshType = Enum.MeshType.Wedge
  4336. b49.Name = "Mesh"
  4337. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4338. p50 = Instance.new("Part", m6)
  4339. p50.BrickColor = BrickColor.new("Really black")
  4340. p50.Material = Enum.Material.SmoothPlastic
  4341. p50.Name = "CapeLevel1SubPart"
  4342. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4343. p50.CanCollide = false
  4344. p50.Locked = true
  4345. p50.FormFactor = Enum.FormFactor.Custom
  4346. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  4347. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4348. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4350. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4351. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4353. b50 = Instance.new("BlockMesh", p50)
  4354. b50.Name = "Mesh"
  4355. b50.Scale = Vector3.new(1, 1, 0.602178097)
  4356. p51 = Instance.new("Part", m6)
  4357. p51.BrickColor = BrickColor.new("Really black")
  4358. p51.Material = Enum.Material.SmoothPlastic
  4359. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4360. p51.CanCollide = false
  4361. p51.Locked = true
  4362. p51.FormFactor = Enum.FormFactor.Custom
  4363. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4364. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4365. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4367. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4369. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4370. b51 = Instance.new("BlockMesh", p51)
  4371. b51.Name = "Mesh"
  4372. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4373. p52 = Instance.new("Part", m6)
  4374. p52.BrickColor = BrickColor.new("Really black")
  4375. p52.Material = Enum.Material.SmoothPlastic
  4376. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4377. p52.CanCollide = false
  4378. p52.Locked = true
  4379. p52.FormFactor = Enum.FormFactor.Custom
  4380. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4381. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4382. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4386. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4387. b52 = Instance.new("BlockMesh", p52)
  4388. b52.Name = "Mesh"
  4389. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4390. p53 = Instance.new("WedgePart", m6)
  4391. p53.BrickColor = BrickColor.new("Really black")
  4392. p53.Material = Enum.Material.SmoothPlastic
  4393. p53.Name = "Wedge"
  4394. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4395. p53.CanCollide = false
  4396. p53.Locked = true
  4397. p53.FormFactor = Enum.FormFactor.Custom
  4398. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4399. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4400. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4401. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4402. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4403. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4404. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. b53 = Instance.new("SpecialMesh", p53)
  4406. b53.MeshType = Enum.MeshType.Wedge
  4407. b53.Name = "Mesh"
  4408. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4409. p54 = Instance.new("Part", m6)
  4410. p54.BrickColor = BrickColor.new("Really black")
  4411. p54.Material = Enum.Material.SmoothPlastic
  4412. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4413. p54.CanCollide = false
  4414. p54.Locked = true
  4415. p54.FormFactor = Enum.FormFactor.Custom
  4416. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4417. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4418. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4419. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4420. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4421. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4422. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4423. b54 = Instance.new("BlockMesh", p54)
  4424. b54.Name = "Mesh"
  4425. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  4426. p55 = Instance.new("WedgePart", m6)
  4427. p55.BrickColor = BrickColor.new("Really black")
  4428. p55.Material = Enum.Material.SmoothPlastic
  4429. p55.Name = "Wedge"
  4430. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4431. p55.CanCollide = false
  4432. p55.Locked = true
  4433. p55.FormFactor = Enum.FormFactor.Custom
  4434. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4435. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4436. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4437. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4438. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4439. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4440. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4441. b55 = Instance.new("SpecialMesh", p55)
  4442. b55.MeshType = Enum.MeshType.Wedge
  4443. b55.Name = "Mesh"
  4444. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4445. p56 = Instance.new("WedgePart", m6)
  4446. p56.BrickColor = BrickColor.new("Really black")
  4447. p56.Material = Enum.Material.SmoothPlastic
  4448. p56.Name = "Wedge"
  4449. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4450. p56.CanCollide = false
  4451. p56.Locked = true
  4452. p56.FormFactor = Enum.FormFactor.Custom
  4453. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4454. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4455. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4456. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4457. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4458. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4459. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4460. b56 = Instance.new("SpecialMesh", p56)
  4461. b56.MeshType = Enum.MeshType.Wedge
  4462. b56.Name = "Mesh"
  4463. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4464. p57 = Instance.new("WedgePart", m6)
  4465. p57.BrickColor = BrickColor.new("Really black")
  4466. p57.Material = Enum.Material.SmoothPlastic
  4467. p57.Name = "Wedge"
  4468. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4469. p57.CanCollide = false
  4470. p57.Locked = true
  4471. p57.FormFactor = Enum.FormFactor.Custom
  4472. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4473. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4474. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4475. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4476. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4477. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4478. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4479. b57 = Instance.new("SpecialMesh", p57)
  4480. b57.MeshType = Enum.MeshType.Wedge
  4481. b57.Name = "Mesh"
  4482. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4483. p58 = Instance.new("Part", m6)
  4484. p58.BrickColor = BrickColor.new("Really black")
  4485. p58.Material = Enum.Material.SmoothPlastic
  4486. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4487. p58.CanCollide = false
  4488. p58.Locked = true
  4489. p58.FormFactor = Enum.FormFactor.Custom
  4490. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4491. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4492. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4493. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4494. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4495. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4496. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4497. b58 = Instance.new("BlockMesh", p58)
  4498. b58.Name = "Mesh"
  4499. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4500. p59 = Instance.new("WedgePart", m6)
  4501. p59.BrickColor = BrickColor.new("Really black")
  4502. p59.Material = Enum.Material.SmoothPlastic
  4503. p59.Name = "Wedge"
  4504. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4505. p59.CanCollide = false
  4506. p59.Locked = true
  4507. p59.FormFactor = Enum.FormFactor.Custom
  4508. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4509. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4510. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4511. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4512. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4513. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4514. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4515. b59 = Instance.new("SpecialMesh", p59)
  4516. b59.MeshType = Enum.MeshType.Wedge
  4517. b59.Name = "Mesh"
  4518. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4519. p60 = Instance.new("Part", m6)
  4520. p60.BrickColor = BrickColor.new("Really black")
  4521. p60.Material = Enum.Material.SmoothPlastic
  4522. p60.Name = "NeckPart"
  4523. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4524. p60.CanCollide = false
  4525. p60.Locked = true
  4526. p60.FormFactor = Enum.FormFactor.Custom
  4527. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  4528. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4531. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4532. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4533. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4534. b60 = Instance.new("BlockMesh", p60)
  4535. b60.Name = "Mesh"
  4536. b60.Scale = Vector3.new(1, 0.602178097, 1)
  4537. p61 = Instance.new("Part", m6)
  4538. p61.BrickColor = BrickColor.new("Really black")
  4539. p61.Material = Enum.Material.SmoothPlastic
  4540. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4541. p61.CanCollide = false
  4542. p61.Locked = true
  4543. p61.FormFactor = Enum.FormFactor.Custom
  4544. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4545. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4547. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4548. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4549. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4550. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4551. b61 = Instance.new("BlockMesh", p61)
  4552. b61.Name = "Mesh"
  4553. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4554. p62 = Instance.new("WedgePart", m6)
  4555. p62.BrickColor = BrickColor.new("Really black")
  4556. p62.Material = Enum.Material.SmoothPlastic
  4557. p62.Name = "Wedge"
  4558. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4559. p62.CanCollide = false
  4560. p62.Locked = true
  4561. p62.FormFactor = Enum.FormFactor.Custom
  4562. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4563. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4565. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4566. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4567. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4569. b62 = Instance.new("SpecialMesh", p62)
  4570. b62.MeshType = Enum.MeshType.Wedge
  4571. b62.Name = "Mesh"
  4572. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4573. p63 = Instance.new("WedgePart", m6)
  4574. p63.BrickColor = BrickColor.new("Really black")
  4575. p63.Material = Enum.Material.SmoothPlastic
  4576. p63.Name = "Wedge"
  4577. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4578. p63.CanCollide = false
  4579. p63.Locked = true
  4580. p63.FormFactor = Enum.FormFactor.Custom
  4581. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4582. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4583. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4585. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4588. b63 = Instance.new("SpecialMesh", p63)
  4589. b63.MeshType = Enum.MeshType.Wedge
  4590. b63.Name = "Mesh"
  4591. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4592. p64 = Instance.new("WedgePart", m6)
  4593. p64.BrickColor = BrickColor.new("Really black")
  4594. p64.Material = Enum.Material.SmoothPlastic
  4595. p64.Name = "Wedge"
  4596. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4597. p64.CanCollide = false
  4598. p64.Locked = true
  4599. p64.FormFactor = Enum.FormFactor.Custom
  4600. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4601. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4604. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4606. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4607. b64 = Instance.new("SpecialMesh", p64)
  4608. b64.MeshType = Enum.MeshType.Wedge
  4609. b64.Name = "Mesh"
  4610. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4611. p65 = Instance.new("WedgePart", m6)
  4612. p65.BrickColor = BrickColor.new("Really black")
  4613. p65.Material = Enum.Material.SmoothPlastic
  4614. p65.Name = "Wedge"
  4615. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4616. p65.CanCollide = false
  4617. p65.Locked = true
  4618. p65.FormFactor = Enum.FormFactor.Custom
  4619. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4620. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4622. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4623. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4624. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4625. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4626. b65 = Instance.new("SpecialMesh", p65)
  4627. b65.MeshType = Enum.MeshType.Wedge
  4628. b65.Name = "Mesh"
  4629. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4630. p66 = Instance.new("WedgePart", m6)
  4631. p66.BrickColor = BrickColor.new("Really black")
  4632. p66.Material = Enum.Material.SmoothPlastic
  4633. p66.Name = "Wedge"
  4634. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4635. p66.CanCollide = false
  4636. p66.Locked = true
  4637. p66.FormFactor = Enum.FormFactor.Custom
  4638. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4639. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4640. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4641. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4642. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4643. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4644. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4645. b66 = Instance.new("SpecialMesh", p66)
  4646. b66.MeshType = Enum.MeshType.Wedge
  4647. b66.Name = "Mesh"
  4648. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4649. p67 = Instance.new("WedgePart", m6)
  4650. p67.BrickColor = BrickColor.new("Really black")
  4651. p67.Material = Enum.Material.SmoothPlastic
  4652. p67.Name = "Wedge"
  4653. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4654. p67.CanCollide = false
  4655. p67.Locked = true
  4656. p67.FormFactor = Enum.FormFactor.Custom
  4657. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4658. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4659. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4660. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4661. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4662. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4663. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4664. b67 = Instance.new("SpecialMesh", p67)
  4665. b67.MeshType = Enum.MeshType.Wedge
  4666. b67.Name = "Mesh"
  4667. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4668. p68 = Instance.new("WedgePart", m6)
  4669. p68.BrickColor = BrickColor.new("Really black")
  4670. p68.Name = "Wedge"
  4671. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4672. p68.CanCollide = false
  4673. p68.Locked = true
  4674. p68.FormFactor = Enum.FormFactor.Custom
  4675. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4676. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4677. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4678. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. b68 = Instance.new("SpecialMesh", p68)
  4683. b68.MeshType = Enum.MeshType.Wedge
  4684. b68.Name = "Mesh"
  4685. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4686. p69 = Instance.new("WedgePart", m6)
  4687. p69.BrickColor = BrickColor.new("Really black")
  4688. p69.Name = "Wedge"
  4689. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4690. p69.CanCollide = false
  4691. p69.Locked = true
  4692. p69.FormFactor = Enum.FormFactor.Custom
  4693. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4694. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4696. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4700. b69 = Instance.new("SpecialMesh", p69)
  4701. b69.MeshType = Enum.MeshType.Wedge
  4702. b69.Name = "Mesh"
  4703. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4704. p70 = Instance.new("WedgePart", m6)
  4705. p70.BrickColor = BrickColor.new("Really black")
  4706. p70.Material = Enum.Material.SmoothPlastic
  4707. p70.Name = "Wedge"
  4708. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4709. p70.CanCollide = false
  4710. p70.Locked = true
  4711. p70.FormFactor = Enum.FormFactor.Custom
  4712. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4713. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4715. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4718. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4719. b70 = Instance.new("SpecialMesh", p70)
  4720. b70.MeshType = Enum.MeshType.Wedge
  4721. b70.Name = "Mesh"
  4722. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4723. p71 = Instance.new("WedgePart", m6)
  4724. p71.BrickColor = BrickColor.new("Really black")
  4725. p71.Name = "Wedge"
  4726. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4727. p71.CanCollide = false
  4728. p71.Locked = true
  4729. p71.FormFactor = Enum.FormFactor.Custom
  4730. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4731. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4733. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4734. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4735. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4737. b71 = Instance.new("SpecialMesh", p71)
  4738. b71.MeshType = Enum.MeshType.Wedge
  4739. b71.Name = "Mesh"
  4740. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4741. p72 = Instance.new("WedgePart", m6)
  4742. p72.BrickColor = BrickColor.new("Really black")
  4743. p72.Material = Enum.Material.SmoothPlastic
  4744. p72.Name = "Wedge"
  4745. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4746. p72.CanCollide = false
  4747. p72.Locked = true
  4748. p72.FormFactor = Enum.FormFactor.Custom
  4749. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4750. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4751. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4753. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4754. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4755. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4756. b72 = Instance.new("SpecialMesh", p72)
  4757. b72.MeshType = Enum.MeshType.Wedge
  4758. b72.Name = "Mesh"
  4759. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4760. p73 = Instance.new("WedgePart", m6)
  4761. p73.BrickColor = BrickColor.new("Really black")
  4762. p73.Material = Enum.Material.SmoothPlastic
  4763. p73.Name = "Wedge"
  4764. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4765. p73.CanCollide = false
  4766. p73.Locked = true
  4767. p73.FormFactor = Enum.FormFactor.Custom
  4768. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4769. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4770. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4771. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4772. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4773. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4774. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4775. b73 = Instance.new("SpecialMesh", p73)
  4776. b73.MeshType = Enum.MeshType.Wedge
  4777. b73.Name = "Mesh"
  4778. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4779. p74 = Instance.new("WedgePart", m6)
  4780. p74.BrickColor = BrickColor.new("Really black")
  4781. p74.Material = Enum.Material.SmoothPlastic
  4782. p74.Name = "Wedge"
  4783. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4784. p74.CanCollide = false
  4785. p74.Locked = true
  4786. p74.FormFactor = Enum.FormFactor.Custom
  4787. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4788. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4792. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4793. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4794. b74 = Instance.new("SpecialMesh", p74)
  4795. b74.MeshType = Enum.MeshType.Wedge
  4796. b74.Name = "Mesh"
  4797. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4798. p75 = Instance.new("WedgePart", m6)
  4799. p75.BrickColor = BrickColor.new("Really black")
  4800. p75.Material = Enum.Material.SmoothPlastic
  4801. p75.Name = "Wedge"
  4802. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4803. p75.CanCollide = false
  4804. p75.Locked = true
  4805. p75.FormFactor = Enum.FormFactor.Custom
  4806. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4807. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4809. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4810. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4811. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4813. b75 = Instance.new("SpecialMesh", p75)
  4814. b75.MeshType = Enum.MeshType.Wedge
  4815. b75.Name = "Mesh"
  4816. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4817. p76 = Instance.new("WedgePart", m6)
  4818. p76.BrickColor = BrickColor.new("Really black")
  4819. p76.Material = Enum.Material.SmoothPlastic
  4820. p76.Name = "Wedge"
  4821. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4822. p76.CanCollide = false
  4823. p76.Locked = true
  4824. p76.FormFactor = Enum.FormFactor.Custom
  4825. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4826. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4830. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4831. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4832. b76 = Instance.new("SpecialMesh", p76)
  4833. b76.MeshType = Enum.MeshType.Wedge
  4834. b76.Name = "Mesh"
  4835. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4836. p77 = Instance.new("WedgePart", m6)
  4837. p77.BrickColor = BrickColor.new("Really black")
  4838. p77.Material = Enum.Material.SmoothPlastic
  4839. p77.Name = "Wedge"
  4840. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4841. p77.CanCollide = false
  4842. p77.Locked = true
  4843. p77.FormFactor = Enum.FormFactor.Custom
  4844. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4845. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4846. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4847. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4848. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4849. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4850. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4851. b77 = Instance.new("SpecialMesh", p77)
  4852. b77.MeshType = Enum.MeshType.Wedge
  4853. b77.Name = "Mesh"
  4854. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4855. p78 = Instance.new("WedgePart", m6)
  4856. p78.BrickColor = BrickColor.new("Really black")
  4857. p78.Material = Enum.Material.SmoothPlastic
  4858. p78.Name = "Wedge"
  4859. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4860. p78.CanCollide = false
  4861. p78.Locked = true
  4862. p78.FormFactor = Enum.FormFactor.Custom
  4863. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4864. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4866. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4869. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4870. b78 = Instance.new("SpecialMesh", p78)
  4871. b78.MeshType = Enum.MeshType.Wedge
  4872. b78.Name = "Mesh"
  4873. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4874. p79 = Instance.new("WedgePart", m6)
  4875. p79.BrickColor = BrickColor.new("Really black")
  4876. p79.Material = Enum.Material.SmoothPlastic
  4877. p79.Name = "Wedge"
  4878. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4879. p79.CanCollide = false
  4880. p79.Locked = true
  4881. p79.FormFactor = Enum.FormFactor.Custom
  4882. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4883. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4884. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4885. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. b79 = Instance.new("SpecialMesh", p79)
  4890. b79.MeshType = Enum.MeshType.Wedge
  4891. b79.Name = "Mesh"
  4892. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4893. p80 = Instance.new("WedgePart", m6)
  4894. p80.BrickColor = BrickColor.new("Really black")
  4895. p80.Material = Enum.Material.SmoothPlastic
  4896. p80.Name = "Wedge"
  4897. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4898. p80.CanCollide = false
  4899. p80.Locked = true
  4900. p80.FormFactor = Enum.FormFactor.Custom
  4901. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4902. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4903. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4907. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4908. b80 = Instance.new("SpecialMesh", p80)
  4909. b80.MeshType = Enum.MeshType.Wedge
  4910. b80.Name = "Mesh"
  4911. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4912. w1 = Instance.new("Weld", p1)
  4913. w1.Name = "Joint"
  4914. w1.Part0 = p1
  4915. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4916. w1.Part1 = p47
  4917. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4918. w2 = Instance.new("Weld", p2)
  4919. w2.Name = "Joint"
  4920. w2.Part0 = p2
  4921. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4922. w2.Part1 = p11
  4923. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4924. w3 = Instance.new("Weld", p3)
  4925. w3.Name = "Joint"
  4926. w3.Part0 = p3
  4927. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4928. w3.Part1 = p50
  4929. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4930. w4 = Instance.new("Weld", p4)
  4931. w4.Name = "Joint"
  4932. w4.Part0 = p4
  4933. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4934. w4.Part1 = p5
  4935. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4936. w5 = Instance.new("Weld", p5)
  4937. w5.Name = "Joint"
  4938. w5.Part0 = p5
  4939. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4940. w5.Part1 = p27
  4941. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4942. w6 = Instance.new("Weld", p6)
  4943. w6.Name = "Joint"
  4944. w6.Part0 = p6
  4945. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4946. w6.Part1 = p14
  4947. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4948. w7 = Instance.new("Weld", p7)
  4949. w7.Name = "Joint"
  4950. w7.Part0 = p7
  4951. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4952. w7.Part1 = p10
  4953. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4954. w8 = Instance.new("Weld", p8)
  4955. w8.Name = "Joint"
  4956. w8.Part0 = p8
  4957. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4958. w8.Part1 = p32
  4959. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4960. w9 = Instance.new("Weld", p9)
  4961. w9.Name = "Joint"
  4962. w9.Part0 = p9
  4963. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4964. w9.Part1 = p16
  4965. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4966. w10 = Instance.new("Weld", p10)
  4967. w10.Name = "Joint"
  4968. w10.Part0 = p10
  4969. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4970. w10.Part1 = p61
  4971. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4972. w11 = Instance.new("Weld", p11)
  4973. w11.Name = "Joint"
  4974. w11.Part0 = p11
  4975. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4976. w11.Part1 = p13
  4977. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4978. w12 = Instance.new("Weld", p12)
  4979. w12.Name = "Joint"
  4980. w12.Part0 = p12
  4981. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4982. w12.Part1 = p29
  4983. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4984. w13 = Instance.new("Weld", p13)
  4985. w13.Name = "Joint"
  4986. w13.Part0 = p13
  4987. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4988. w13.Part1 = p48
  4989. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4990. w14 = Instance.new("Weld", p14)
  4991. w14.Name = "Joint"
  4992. w14.Part0 = p14
  4993. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4994. w14.Part1 = p60
  4995. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4996. w15 = Instance.new("Weld", p15)
  4997. w15.Name = "Joint"
  4998. w15.Part0 = p15
  4999. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5000. w15.Part1 = p17
  5001. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5002. w16 = Instance.new("Weld", p16)
  5003. w16.Name = "Joint"
  5004. w16.Part0 = p16
  5005. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5006. w16.Part1 = p48
  5007. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5008. w17 = Instance.new("Weld", p17)
  5009. w17.Name = "Joint"
  5010. w17.Part0 = p17
  5011. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5012. w17.Part1 = p50
  5013. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5014. w18 = Instance.new("Weld", p18)
  5015. w18.Name = "Joint"
  5016. w18.Part0 = p18
  5017. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5018. w18.Part1 = p50
  5019. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5020. w19 = Instance.new("Weld", p19)
  5021. w19.Name = "Joint"
  5022. w19.Part0 = p19
  5023. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5024. w19.Part1 = p54
  5025. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5026. w20 = Instance.new("Weld", p20)
  5027. w20.Name = "Joint"
  5028. w20.Part0 = p20
  5029. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5030. w20.Part1 = p21
  5031. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5032. w21 = Instance.new("Weld", p21)
  5033. w21.Name = "Joint"
  5034. w21.Part0 = p21
  5035. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5036. w21.Part1 = p37
  5037. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5038. w22 = Instance.new("Weld", p22)
  5039. w22.Name = "Joint"
  5040. w22.Part0 = p22
  5041. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5042. w22.Part1 = p8
  5043. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5044. w23 = Instance.new("Weld", p23)
  5045. w23.Name = "Joint"
  5046. w23.Part0 = p23
  5047. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5048. w23.Part1 = p35
  5049. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5050. w24 = Instance.new("Weld", p24)
  5051. w24.Name = "Joint"
  5052. w24.Part0 = p24
  5053. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5054. w24.Part1 = p48
  5055. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5056. w25 = Instance.new("Weld", p25)
  5057. w25.Name = "Joint"
  5058. w25.Part0 = p25
  5059. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5060. w25.Part1 = p8
  5061. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5062. w26 = Instance.new("Weld", p26)
  5063. w26.Name = "Joint"
  5064. w26.Part0 = p26
  5065. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5066. w26.Part1 = p6
  5067. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5068. w27 = Instance.new("Weld", p27)
  5069. w27.Name = "Joint"
  5070. w27.Part0 = p27
  5071. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5072. w27.Part1 = p48
  5073. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5074. w28 = Instance.new("Weld", p28)
  5075. w28.Name = "Joint"
  5076. w28.Part0 = p28
  5077. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5078. w28.Part1 = p35
  5079. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5080. w29 = Instance.new("Weld", p29)
  5081. w29.Name = "Joint"
  5082. w29.Part0 = p29
  5083. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5084. w29.Part1 = p37
  5085. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5086. w30 = Instance.new("Weld", p30)
  5087. w30.Name = "Joint"
  5088. w30.Part0 = p30
  5089. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5090. w30.Part1 = p20
  5091. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5092. w31 = Instance.new("Weld", p31)
  5093. w31.Name = "Joint"
  5094. w31.Part0 = p31
  5095. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5096. w31.Part1 = p16
  5097. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5098. w32 = Instance.new("Weld", p32)
  5099. w32.Name = "Joint"
  5100. w32.Part0 = p32
  5101. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5102. w32.Part1 = p48
  5103. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5104. w33 = Instance.new("Weld", p33)
  5105. w33.Name = "Joint"
  5106. w33.Part0 = p33
  5107. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5108. w33.Part1 = p21
  5109. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5110. w34 = Instance.new("Weld", p34)
  5111. w34.Name = "Joint"
  5112. w34.Part0 = p34
  5113. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5114. w34.Part1 = p27
  5115. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5116. w35 = Instance.new("Weld", p35)
  5117. w35.Name = "Joint"
  5118. w35.Part0 = p35
  5119. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5120. w35.Part1 = p58
  5121. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5122. w36 = Instance.new("Weld", p36)
  5123. w36.Name = "Joint"
  5124. w36.Part0 = p36
  5125. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5126. w36.Part1 = p29
  5127. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5128. w37 = Instance.new("Weld", p37)
  5129. w37.Name = "Joint"
  5130. w37.Part0 = p37
  5131. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5132. w37.Part1 = p3
  5133. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5134. w38 = Instance.new("Weld", p38)
  5135. w38.Name = "Joint"
  5136. w38.Part0 = p38
  5137. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5138. w38.Part1 = p4
  5139. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5140. w39 = Instance.new("Weld", p39)
  5141. w39.Name = "Joint"
  5142. w39.Part0 = p39
  5143. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5144. w39.Part1 = p12
  5145. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5146. w40 = Instance.new("Weld", p40)
  5147. w40.Name = "Joint"
  5148. w40.Part0 = p40
  5149. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5150. w40.Part1 = p52
  5151. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5152. w41 = Instance.new("Weld", p41)
  5153. w41.Name = "Joint"
  5154. w41.Part0 = p41
  5155. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5156. w41.Part1 = p5
  5157. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5158. w42 = Instance.new("Weld", p42)
  5159. w42.Name = "Joint"
  5160. w42.Part0 = p42
  5161. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5162. w42.Part1 = p8
  5163. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5164. w43 = Instance.new("Weld", p43)
  5165. w43.Name = "Joint"
  5166. w43.Part0 = p43
  5167. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5168. w43.Part1 = p5
  5169. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5170. w44 = Instance.new("Weld", p44)
  5171. w44.Name = "Joint"
  5172. w44.Part0 = p44
  5173. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5174. w44.Part1 = p15
  5175. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5176. w45 = Instance.new("Weld", p45)
  5177. w45.Name = "Joint"
  5178. w45.Part0 = p45
  5179. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5180. w45.Part1 = p11
  5181. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5182. w46 = Instance.new("Weld", p46)
  5183. w46.Name = "Joint"
  5184. w46.Part0 = p46
  5185. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5186. w46.Part1 = p6
  5187. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5188. w47 = Instance.new("Weld", p47)
  5189. w47.Name = "Joint"
  5190. w47.Part0 = p47
  5191. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5192. w47.Part1 = p18
  5193. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5194. w48 = Instance.new("Weld", p48)
  5195. w48.Name = "Joint"
  5196. w48.Part0 = p48
  5197. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5198. w48.Part1 = p37
  5199. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5200. w49 = Instance.new("Weld", p49)
  5201. w49.Name = "Joint"
  5202. w49.Part0 = p49
  5203. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5204. w49.Part1 = p47
  5205. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5206. w50 = Instance.new("Weld", p50)
  5207. w50.Name = "Joint"
  5208. w50.Part0 = p50
  5209. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5210. w50.Part1 = p6
  5211. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5212. w51 = Instance.new("Weld", p51)
  5213. w51.Name = "Joint"
  5214. w51.Part0 = p51
  5215. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5216. w51.Part1 = p52
  5217. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5218. w52 = Instance.new("Weld", p52)
  5219. w52.Name = "Joint"
  5220. w52.Part0 = p52
  5221. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5222. w52.Part1 = p3
  5223. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5224. w53 = Instance.new("Weld", p53)
  5225. w53.Name = "Joint"
  5226. w53.Part0 = p53
  5227. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5228. w53.Part1 = p9
  5229. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5230. w54 = Instance.new("Weld", p54)
  5231. w54.Name = "Joint"
  5232. w54.Part0 = p54
  5233. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5234. w54.Part1 = p9
  5235. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5236. w55 = Instance.new("Weld", p55)
  5237. w55.Name = "Joint"
  5238. w55.Part0 = p55
  5239. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5240. w55.Part1 = p8
  5241. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5242. w56 = Instance.new("Weld", p56)
  5243. w56.Name = "Joint"
  5244. w56.Part0 = p56
  5245. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5246. w56.Part1 = p20
  5247. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5248. w57 = Instance.new("Weld", p57)
  5249. w57.Name = "Joint"
  5250. w57.Part0 = p57
  5251. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5252. w57.Part1 = p47
  5253. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5254. w58 = Instance.new("Weld", p58)
  5255. w58.Name = "Joint"
  5256. w58.Part0 = p58
  5257. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5258. w58.Part1 = p3
  5259. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5260. w59 = Instance.new("Weld", p59)
  5261. w59.Name = "Joint"
  5262. w59.Part0 = p59
  5263. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5264. w59.Part1 = p32
  5265. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5266. w60 = Instance.new("Weld", p61)
  5267. w60.Name = "Joint"
  5268. w60.Part0 = p61
  5269. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5270. w60.Part1 = p48
  5271. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5272. w61 = Instance.new("Weld", p62)
  5273. w61.Name = "Joint"
  5274. w61.Part0 = p62
  5275. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5276. w61.Part1 = p10
  5277. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5278. w62 = Instance.new("Weld", p63)
  5279. w62.Name = "Joint"
  5280. w62.Part0 = p63
  5281. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5282. w62.Part1 = p7
  5283. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5284. w63 = Instance.new("Weld", p64)
  5285. w63.Name = "Joint"
  5286. w63.Part0 = p64
  5287. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5288. w63.Part1 = p54
  5289. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5290. w64 = Instance.new("Weld", p65)
  5291. w64.Name = "Joint"
  5292. w64.Part0 = p65
  5293. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5294. w64.Part1 = p13
  5295. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5296. w65 = Instance.new("Weld", p66)
  5297. w65.Name = "Joint"
  5298. w65.Part0 = p66
  5299. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5300. w65.Part1 = p52
  5301. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5302. w66 = Instance.new("Weld", p67)
  5303. w66.Name = "Joint"
  5304. w66.Part0 = p67
  5305. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5306. w66.Part1 = p16
  5307. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5308. w67 = Instance.new("Weld", p68)
  5309. w67.Name = "Joint"
  5310. w67.Part0 = p68
  5311. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5312. w67.Part1 = p11
  5313. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5314. w68 = Instance.new("Weld", p69)
  5315. w68.Name = "Joint"
  5316. w68.Part0 = p69
  5317. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5318. w68.Part1 = p11
  5319. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5320. w69 = Instance.new("Weld", p70)
  5321. w69.Name = "Joint"
  5322. w69.Part0 = p70
  5323. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5324. w69.Part1 = p58
  5325. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5326. w70 = Instance.new("Weld", p71)
  5327. w70.Name = "Joint"
  5328. w70.Part0 = p71
  5329. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5330. w70.Part1 = p54
  5331. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5332. w71 = Instance.new("Weld", p72)
  5333. w71.Name = "Joint"
  5334. w71.Part0 = p72
  5335. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5336. w71.Part1 = p9
  5337. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5338. w72 = Instance.new("Weld", p73)
  5339. w72.Name = "Joint"
  5340. w72.Part0 = p73
  5341. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5342. w72.Part1 = p13
  5343. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5344. w73 = Instance.new("Weld", p74)
  5345. w73.Name = "Joint"
  5346. w73.Part0 = p74
  5347. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5348. w73.Part1 = p10
  5349. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5350. w74 = Instance.new("Weld", p75)
  5351. w74.Name = "Joint"
  5352. w74.Part0 = p75
  5353. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5354. w74.Part1 = p54
  5355. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5356. w75 = Instance.new("Weld", p76)
  5357. w75.Name = "Joint"
  5358. w75.Part0 = p76
  5359. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5360. w75.Part1 = p32
  5361. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5362. w76 = Instance.new("Weld", p77)
  5363. w76.Name = "Joint"
  5364. w76.Part0 = p77
  5365. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5366. w76.Part1 = p15
  5367. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5368. w77 = Instance.new("Weld", p78)
  5369. w77.Name = "Joint"
  5370. w77.Part0 = p78
  5371. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5372. w77.Part1 = p15
  5373. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5374. w78 = Instance.new("Weld", p79)
  5375. w78.Name = "Joint"
  5376. w78.Part0 = p79
  5377. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5378. w78.Part1 = p51
  5379. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5380. w79 = Instance.new("Weld", p80)
  5381. w79.Name = "Joint"
  5382. w79.Part0 = p80
  5383. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5384. w79.Part1 = p12
  5385. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5386. m6.Parent = torso
  5387. m6:MakeJoints()
  5388. ----------------------------------------------------
  5389. local cor6 = Instance.new("Part", torso.Cloak)
  5390. cor6.Name = "Thingy"
  5391. cor6.Locked = true
  5392. cor6.BottomSurface = 0
  5393. cor6.CanCollide = false
  5394. cor6.Size = Vector3.new(1,1,1)
  5395. cor6.Transparency = 1
  5396. cor6.TopSurface = 0
  5397. corw6 = Instance.new("Weld", cor6)
  5398. corw6.Part0 = torso
  5399. corw6.Part1 = cor6
  5400. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5401. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5402. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  5403. weld6.Part0 = cor6
  5404. weld6.Part1 = torso.Cloak.NeckPart
  5405. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5406. --Amulet
  5407. m7 = Instance.new("Model")
  5408. m7.Name = "Amulet"
  5409. p1 = Instance.new("Part", m7)
  5410. p1.BrickColor = BrickColor.new("Really black")
  5411. p1.Material = Enum.Material.Neon
  5412. p1.Name = "Center"
  5413. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5414. p1.CanCollide = false
  5415. p1.Locked = true
  5416. p1.FormFactor = Enum.FormFactor.Custom
  5417. p1.Shape = Enum.PartType.Cylinder
  5418. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5419. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5420. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5421. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5422. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5423. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5424. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5425. p2 = Instance.new("Part", m7)
  5426. p2.BrickColor = BrickColor.new("Really black")
  5427. p2.Material = Enum.Material.Metal
  5428. p2.Name = "Bottom"
  5429. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5430. p2.CanCollide = false
  5431. p2.Locked = true
  5432. p2.FormFactor = Enum.FormFactor.Custom
  5433. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5434. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5435. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5440. b1 = Instance.new("SpecialMesh", p2)
  5441. b1.MeshType = Enum.MeshType.Cylinder
  5442. b1.Name = "Mesh"
  5443. p3 = Instance.new("Part", m7)
  5444. p3.BrickColor = BrickColor.new("Really black")
  5445. p3.Material = Enum.Material.Metal
  5446. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5447. p3.CanCollide = false
  5448. p3.Locked = true
  5449. p3.FormFactor = Enum.FormFactor.Custom
  5450. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5451. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5452. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5454. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5455. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5456. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5457. b2 = Instance.new("SpecialMesh", p3)
  5458. b2.MeshType = Enum.MeshType.Brick
  5459. b2.Name = "Mesh"
  5460. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5461. p4 = Instance.new("Part", m7)
  5462. p4.BrickColor = BrickColor.new("Really black")
  5463. p4.Material = Enum.Material.Metal
  5464. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5465. p4.CanCollide = false
  5466. p4.Locked = true
  5467. p4.FormFactor = Enum.FormFactor.Custom
  5468. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5469. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5470. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5471. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5473. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5474. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5475. b3 = Instance.new("SpecialMesh", p4)
  5476. b3.MeshType = Enum.MeshType.Brick
  5477. b3.Name = "Mesh"
  5478. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5479. p5 = Instance.new("Part", m7)
  5480. p5.BrickColor = BrickColor.new("Really black")
  5481. p5.Material = Enum.Material.Metal
  5482. p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5483. p5.CanCollide = false
  5484. p5.Locked = true
  5485. p5.FormFactor = Enum.FormFactor.Custom
  5486. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5487. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5488. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5489. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5490. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. b4 = Instance.new("SpecialMesh", p5)
  5494. b4.MeshType = Enum.MeshType.Brick
  5495. b4.Name = "Mesh"
  5496. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5497. p6 = Instance.new("Part", m7)
  5498. p6.BrickColor = BrickColor.new("Really black")
  5499. p6.Material = Enum.Material.Metal
  5500. p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5501. p6.CanCollide = false
  5502. p6.Locked = true
  5503. p6.FormFactor = Enum.FormFactor.Custom
  5504. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5505. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5506. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. b5 = Instance.new("SpecialMesh", p6)
  5512. b5.MeshType = Enum.MeshType.Brick
  5513. b5.Name = "Mesh"
  5514. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5515. p7 = Instance.new("Part", m7)
  5516. p7.BrickColor = BrickColor.new("Really black")
  5517. p7.Material = Enum.Material.Metal
  5518. p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5519. p7.CanCollide = false
  5520. p7.Locked = true
  5521. p7.FormFactor = Enum.FormFactor.Custom
  5522. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5523. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5524. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5525. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5526. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5528. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5529. b6 = Instance.new("SpecialMesh", p7)
  5530. b6.MeshType = Enum.MeshType.Brick
  5531. b6.Name = "Mesh"
  5532. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5533. p8 = Instance.new("Part", m7)
  5534. p8.BrickColor = BrickColor.new("Really black")
  5535. p8.Material = Enum.Material.Metal
  5536. p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5537. p8.CanCollide = false
  5538. p8.Locked = true
  5539. p8.FormFactor = Enum.FormFactor.Custom
  5540. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5541. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5543. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5544. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5545. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5546. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5547. b7 = Instance.new("SpecialMesh", p8)
  5548. b7.MeshType = Enum.MeshType.Brick
  5549. b7.Name = "Mesh"
  5550. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5551. p9 = Instance.new("Part", m7)
  5552. p9.BrickColor = BrickColor.new("Really black")
  5553. p9.Material = Enum.Material.Metal
  5554. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5555. p9.CanCollide = false
  5556. p9.Locked = true
  5557. p9.FormFactor = Enum.FormFactor.Custom
  5558. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5559. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5562. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5564. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5565. b8 = Instance.new("SpecialMesh", p9)
  5566. b8.MeshType = Enum.MeshType.Brick
  5567. b8.Name = "Mesh"
  5568. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5569. p10 = Instance.new("Part", m7)
  5570. p10.BrickColor = BrickColor.new("Really black")
  5571. p10.Material = Enum.Material.Metal
  5572. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5573. p10.CanCollide = false
  5574. p10.Locked = true
  5575. p10.FormFactor = Enum.FormFactor.Custom
  5576. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5577. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5581. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5582. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. b9 = Instance.new("SpecialMesh", p10)
  5584. b9.MeshType = Enum.MeshType.Brick
  5585. b9.Name = "Mesh"
  5586. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5587. p11 = Instance.new("Part", m7)
  5588. p11.BrickColor = BrickColor.new("Really black")
  5589. p11.Material = Enum.Material.Metal
  5590. p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5591. p11.CanCollide = false
  5592. p11.Locked = true
  5593. p11.FormFactor = Enum.FormFactor.Custom
  5594. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5595. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5598. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5599. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5600. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5601. b10 = Instance.new("SpecialMesh", p11)
  5602. b10.MeshType = Enum.MeshType.Brick
  5603. b10.Name = "Mesh"
  5604. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5605. p12 = Instance.new("Part", m7)
  5606. p12.BrickColor = BrickColor.new("Really black")
  5607. p12.Material = Enum.Material.Metal
  5608. p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5609. p12.CanCollide = false
  5610. p12.Locked = true
  5611. p12.FormFactor = Enum.FormFactor.Custom
  5612. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5613. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5619. b11 = Instance.new("SpecialMesh", p12)
  5620. b11.MeshType = Enum.MeshType.Brick
  5621. b11.Name = "Mesh"
  5622. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5623. p13 = Instance.new("Part", m7)
  5624. p13.BrickColor = BrickColor.new("Really black")
  5625. p13.Material = Enum.Material.Metal
  5626. p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5627. p13.CanCollide = false
  5628. p13.Locked = true
  5629. p13.FormFactor = Enum.FormFactor.Custom
  5630. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5631. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5634. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5635. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5636. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5637. b12 = Instance.new("SpecialMesh", p13)
  5638. b12.MeshType = Enum.MeshType.Brick
  5639. b12.Name = "Mesh"
  5640. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5641. p14 = Instance.new("Part", m7)
  5642. p14.BrickColor = BrickColor.new("Really black")
  5643. p14.Material = Enum.Material.Metal
  5644. p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5645. p14.CanCollide = false
  5646. p14.Locked = true
  5647. p14.FormFactor = Enum.FormFactor.Custom
  5648. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5649. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5653. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5654. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. b13 = Instance.new("SpecialMesh", p14)
  5656. b13.MeshType = Enum.MeshType.Brick
  5657. b13.Name = "Mesh"
  5658. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5659. p15 = Instance.new("Part", m7)
  5660. p15.BrickColor = BrickColor.new("Really black")
  5661. p15.Material = Enum.Material.Metal
  5662. p15.Name = "Top"
  5663. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5664. p15.CanCollide = false
  5665. p15.Locked = true
  5666. p15.FormFactor = Enum.FormFactor.Custom
  5667. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5668. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5672. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5673. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5674. b14 = Instance.new("SpecialMesh", p15)
  5675. b14.MeshType = Enum.MeshType.Cylinder
  5676. b14.Name = "Mesh"
  5677. w1 = Instance.new("Weld", p1)
  5678. w1.Name = "Joint"
  5679. w1.Part0 = p1
  5680. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5681. w1.Part1 = p15
  5682. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5683. w2 = Instance.new("Weld", p2)
  5684. w2.Name = "Joint"
  5685. w2.Part0 = p2
  5686. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5687. w2.Part1 = p1
  5688. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5689. w3 = Instance.new("Weld", p3)
  5690. w3.Name = "Joint"
  5691. w3.Part0 = p3
  5692. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5693. w3.Part1 = p1
  5694. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5695. w4 = Instance.new("Weld", p4)
  5696. w4.Name = "Joint"
  5697. w4.Part0 = p4
  5698. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5699. w4.Part1 = p1
  5700. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5701. w5 = Instance.new("Weld", p5)
  5702. w5.Name = "Joint"
  5703. w5.Part0 = p5
  5704. w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  5705. w5.Part1 = p1
  5706. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5707. w6 = Instance.new("Weld", p6)
  5708. w6.Name = "Joint"
  5709. w6.Part0 = p6
  5710. w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  5711. w6.Part1 = p1
  5712. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5713. w7 = Instance.new("Weld", p7)
  5714. w7.Name = "Joint"
  5715. w7.Part0 = p7
  5716. w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  5717. w7.Part1 = p1
  5718. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5719. w8 = Instance.new("Weld", p8)
  5720. w8.Name = "Joint"
  5721. w8.Part0 = p8
  5722. w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  5723. w8.Part1 = p1
  5724. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5725. w9 = Instance.new("Weld", p9)
  5726. w9.Name = "Joint"
  5727. w9.Part0 = p9
  5728. w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  5729. w9.Part1 = p1
  5730. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5731. w10 = Instance.new("Weld", p10)
  5732. w10.Name = "Joint"
  5733. w10.Part0 = p10
  5734. w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  5735. w10.Part1 = p1
  5736. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5737. w11 = Instance.new("Weld", p11)
  5738. w11.Name = "Joint"
  5739. w11.Part0 = p11
  5740. w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  5741. w11.Part1 = p1
  5742. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5743. w12 = Instance.new("Weld", p12)
  5744. w12.Name = "Joint"
  5745. w12.Part0 = p12
  5746. w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  5747. w12.Part1 = p1
  5748. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5749. w13 = Instance.new("Weld", p13)
  5750. w13.Name = "Joint"
  5751. w13.Part0 = p13
  5752. w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  5753. w13.Part1 = p1
  5754. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5755. w14 = Instance.new("Weld", p14)
  5756. w14.Name = "Joint"
  5757. w14.Part0 = p14
  5758. w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  5759. w14.Part1 = p1
  5760. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5761. m7.Parent = torso
  5762. m7:MakeJoints()
  5763. ----------------------------------------------------
  5764. local cor7 = Instance.new("Part", torso.Amulet)
  5765. cor7.Name = "Thingy"
  5766. cor7.Locked = true
  5767. cor7.BottomSurface = 0
  5768. cor7.CanCollide = false
  5769. cor7.Size = Vector3.new(1, 1, 1)
  5770. cor7.Transparency = 1
  5771. cor7.TopSurface = 0
  5772. corw7 = Instance.new("Weld", cor7)
  5773. corw7.Part0 = torso.Torso.Connection
  5774. corw7.Part1 = cor7
  5775. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5776. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5777. weld7 = Instance.new("Weld", torso.Amulet)
  5778. weld7.Part0 = cor7
  5779. weld7.Part1 = torso.Amulet.Top
  5780. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5781.  
  5782.  
  5783. ----------------------------------------------------
  5784.  
  5785. ----------------------------------------------------
  5786.  
  5787. ----------------------------------------------------
  5788. models = {m,m2,m3,m4,m5,m6,m7,m8}
  5789. parts = {}
  5790. Stepped:connect(function()
  5791. for i,v in pairs(models) do
  5792. for _, a in pairs(v:GetChildren()) do
  5793. if v:IsA("Part") and v.Name ~= "Thingy" then
  5794. table.insert(parts, a)
  5795. for i,v in pairs(parts) do
  5796. v.CanCollide = false
  5797. end
  5798. end
  5799. end
  5800. end
  5801. end)
  5802. ----------------------------------------------------
  5803. local animpose = "Idle1"
  5804. local lastanimpose = "Idle1"
  5805. local grab = false
  5806. local Smooth = 1
  5807. local sine = 0
  5808. local change = 1
  5809. local val = 0
  5810. local ffing = false
  5811. ----------------------------------------------------
  5812.  
  5813.  
  5814. ----------------------------------------------------
  5815. ----------------------------------------------------
  5816. definition = 5
  5817. bc = {}
  5818. bezierparts = {}
  5819. function NoOutline(Part)
  5820. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  5821. end
  5822. function draw(p,d)
  5823. for i=1,d do
  5824. local t = i/d
  5825. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  5826. end
  5827. for i=1,d do
  5828. local bcs = Instance.new("Part",char)
  5829. NoOutline(bcs)
  5830. bcs.Anchored = true
  5831. bcs.CanCollide = false
  5832. bcs.Material = "Neon"
  5833. bcs.BrickColor = BrickColor.new("Really black")
  5834. bcs.Size = Vector3.new(1,1,1)
  5835. bcs.Shape = Enum.PartType.Ball
  5836. bcs.CFrame = CFrame.new(bc[i])
  5837. local bcp = Instance.new("Part",char)
  5838. NoOutline(bcp)
  5839. bcp.Anchored = true
  5840. bcp.CanCollide = false
  5841. bcp.Material = "Neon"
  5842. bcp.BrickColor = BrickColor.new("Really black")
  5843. local cm = Instance.new("CylinderMesh")
  5844. cm.Parent = bcp
  5845. if i ~= 1 then
  5846. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  5847. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  5848. else
  5849. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  5850. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  5851. end
  5852. table.insert(bezierparts, bcs)
  5853. table.insert(bezierparts, bcp)
  5854. end
  5855. Spawn(function() fat.Event:wait()
  5856. for i,v in pairs(bezierparts) do
  5857. v.Transparency = 1
  5858. end
  5859. end)
  5860. end
  5861. --local points = {larm.Position,rarn.Position,invisipart.Position}
  5862. --draw(points,definition)
  5863. mouse.KeyDown:connect(function(key)
  5864. if key == "f" then
  5865. if Debounces.CanAttack == true then
  5866. Debounces.CanAttack = false
  5867. Debounces.NoIdl = true
  5868. Debounces.on = true
  5869. for i = 1, 20 do
  5870. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
  5871. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  5872. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  5873. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  5874. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
  5875. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  5876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5877. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  5878. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  5879. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  5880. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  5881. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  5882. if Debounces.on == false then
  5883. break
  5884. end
  5885. fat.Event:wait()
  5886. end
  5887. rpart = Instance.new("Part",rarm)
  5888. NoOutline(rpart)
  5889. rpart.Anchored = false
  5890. rpart.Size = Vector3.new(1,1,1)
  5891. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  5892. rpart.Transparency = 1
  5893. newWeld(rarm, rpart, 0, 0, 0)
  5894. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  5895. lpart = Instance.new("Part",larm)
  5896. NoOutline(lpart)
  5897. lpart.Anchored = false
  5898. lpart.Size = Vector3.new(1,1,1)
  5899. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  5900. lpart.Transparency = 1
  5901. newWeld(larm, lpart, 0, 0, 0)
  5902. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  5903. invisipart = Instance.new("Part",torso)
  5904. NoOutline(invisipart)
  5905. invisipart.Anchored = false
  5906. invisipart.Size = Vector3.new(1,1,1)
  5907. invisipart.Transparency = 1
  5908. invisipart.CFrame = torso.CFrame
  5909. newWeld(torso, invisipart, 0, 0, 0)
  5910. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  5911. table.insert(bezierparts, rpart)
  5912. table.insert(bezierparts, lpart)
  5913. table.insert(bezierparts, invisipart)
  5914. for i = 1, 40 do
  5915. local points = {lpart.Position,invisipart.Position,rpart.Position}
  5916. draw(points,definition)
  5917. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  5918. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.1)
  5919. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  5920. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.1)
  5921. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  5922. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
  5923. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  5924. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5925. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  5926. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  5927. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  5928. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  5929. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  5930. if Debounces.on == false then
  5931. break
  5932. end
  5933. fat.Event:wait()
  5934. end
  5935. for i,v in pairs(bezierparts) do
  5936. v:Destroy()
  5937. end
  5938. --draw(points,definition)
  5939. if Debounces.CanAttack == false then
  5940. Debounces.CanAttack = true
  5941. Debounces.NoIdl = false
  5942. Debounces.on = false
  5943. end
  5944. end
  5945. end
  5946. end)
  5947. ----------------------------------------------------
  5948. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  5949. IDs = {"415880409","415880478"}
  5950. mouse.KeyDown:connect(function(key)
  5951. if key == "h" then
  5952. if Debounces.CanJoke == true then
  5953. Debounces.CanJoke = false
  5954. z = Instance.new("Sound",hed)
  5955. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  5956. z.Pitch = 1
  5957. z.Volume = 1
  5958. z1 = Instance.new("Sound",hed)
  5959. z1.SoundId = z.SoundId
  5960. z1.Pitch = 1
  5961. z1.Volume = 1
  5962. wait()
  5963. z:Play()
  5964. z1:Play()
  5965. wait(20)
  5966. z:Destroy()
  5967. z1:Destroy()
  5968. if Debounces.CanJoke == false then
  5969. Debounces.CanJoke = true
  5970. end
  5971. end
  5972. end
  5973. end)
  5974. ----------------------------------------------------
  5975. mouse.KeyDown:connect(function(key)
  5976. if key == "j" then
  5977. if Debounces.CanJoke == true then
  5978. Debounces.CanJoke = false
  5979. z = Instance.new("Sound",hed)
  5980. z.SoundId = "rbxassetid://415859013"
  5981. z.Pitch = pitches[math.random(1,#pitches)]
  5982. z.Volume = 1
  5983. wait()
  5984. z:Play()
  5985. wait(2)
  5986. z:Destroy()
  5987. if Debounces.CanJoke == false then
  5988. Debounces.CanJoke = true
  5989. end
  5990. end
  5991. end
  5992. end)
  5993. ----------------------------------------------------
  5994. mouse.KeyDown:connect(function(key)
  5995. if key == "k" then
  5996. if Debounces.CanJoke == true then
  5997. Debounces.CanJoke = false
  5998. z = Instance.new("Sound",hed)
  5999. z.SoundId = "rbxassetid://415859085"
  6000. z.Pitch = pitches[math.random(1,#pitches)]
  6001. z.Volume = 1
  6002. wait()
  6003. z:Play()
  6004. wait(2)
  6005. z:Destroy()
  6006. if Debounces.CanJoke == false then
  6007. Debounces.CanJoke = true
  6008. end
  6009. end
  6010. end
  6011. end)
  6012. ----------------------------------------------------
  6013. Grab = false
  6014. mouse.KeyDown:connect(function(key)
  6015. if key == "z" then
  6016. Debounces.on = true
  6017. Debounces.NoIdl = true
  6018. Debounces.ks = true
  6019. if Grab == false then
  6020. gp = nil
  6021. for i = 1, 20 do
  6022. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  6023. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6024. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2)
  6025. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6026. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  6027. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6028. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  6029. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6030. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  6031. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6032. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  6033. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6034. if Debounces.on == false then break end
  6035. fat.Event:wait()
  6036. end
  6037. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  6038. ht = hit.Parent
  6039. for i,v in pairs(ht:GetChildren()) do
  6040. if v:IsA("Part") then
  6041. v.CanCollide = false
  6042. v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  6043. end
  6044. end
  6045. hum1=ht:FindFirstChild('Humanoid')
  6046. if hum1 ~= nil then
  6047. if Debounces.ks==true then
  6048. z = Instance.new("Sound",hed)
  6049. z.SoundId = "rbxassetid://169380525"
  6050. z.Volume = 1
  6051. z:Play()
  6052. Debounces.ks=false
  6053. end
  6054. hum1.PlatformStand=true
  6055. hum1:ChangeState'Physics'
  6056. gp = ht
  6057. Grab = true
  6058. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  6059. asd.Parent = larm
  6060. asd.Name = "asd"
  6061. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  6062. stanceToggle = "Grabbed"
  6063. --[[elseif hum1 == nil then
  6064. con1:disconnect()
  6065. wait() return]]--
  6066. end
  6067. end)
  6068. for i = 1, 20 do
  6069. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  6070. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6071. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  6072. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6073. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  6074. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6075. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  6076. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6077. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  6078. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6079. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  6080. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6081. if Debounces.on == false then break end
  6082. fat.Event:wait()
  6083. end
  6084. con1:disconnect()
  6085. Debounces.on = false
  6086. Debounces.NoIdl = false
  6087. elseif Grab == true then
  6088. Grab = false
  6089. --[[for i = 1, 16 do
  6090. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
  6091. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3)
  6092. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  6093. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  6094. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  6095. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  6096. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  6097. if Debounces.on == false then end
  6098. rs:wait()
  6099. end]]--
  6100. for i = 1, 16 do
  6101. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.3)
  6102. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.5)
  6103. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(0)), 0.3)
  6104. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(60)), 0.5)
  6105. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  6106. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6107. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  6108. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6109. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
  6110. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
  6111. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  6112. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6113. if Debounces.on == false then end
  6114. rs:wait()
  6115. end
  6116. for i = 1, 12 do
  6117. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6)
  6118. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6119. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6)
  6120. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6121. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6)
  6122. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6123. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6)
  6124. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5)
  6125. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  6126. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
  6127. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6)
  6128. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4)
  6129. if Debounces.on == false then end
  6130. rs:wait()
  6131. end
  6132. Slam()
  6133. if gp ~= nil then
  6134. for i,v in pairs(larm:GetChildren()) do
  6135. if v.Name == "asd" and v:IsA("Weld") then
  6136. v:Remove()
  6137. end
  6138. if v:IsA("Part") then
  6139. v.CanCollide = true
  6140. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  6141. end
  6142. end
  6143. end
  6144. stanceToggle = "Idle1"
  6145. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  6146. bv.maxForce = Vector3.new(400000, 400000, 400000)
  6147. bv.P = 125000
  6148. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  6149. ht=nil
  6150. Debounces.on = false
  6151. Debounces.NoIdl = false
  6152. elseif ht == nil then wait()
  6153. Grab = false
  6154. Debounces.on = false
  6155. Debounces.NoIdl = false
  6156. end
  6157. end
  6158. end)
  6159. ----------------------------------------------------
  6160. Change = false
  6161. mouse.KeyDown:connect(function(key)
  6162. if key == "n" then
  6163. if Change == false then
  6164. Change = true
  6165. stanceToggle = "Idle2"
  6166. elseif Change == true then
  6167. Change = false
  6168. stanceToggle = "Idle1"
  6169. end
  6170. end
  6171. end)
  6172.  
  6173. mouse.KeyDown:connect(function(key)
  6174. if string.byte(key) == 52 then
  6175. Swing = 2
  6176. char.Humanoid.WalkSpeed = 28
  6177. end
  6178. end)
  6179. mouse.KeyUp:connect(function(key)
  6180. if string.byte(key) == 52 then
  6181. Swing = 1
  6182. char.Humanoid.WalkSpeed = 16
  6183. end
  6184. end)
  6185.  
  6186. CR = torso.Cloak.Rotater
  6187. CR2 = torso.Cloak.CapeLevel1
  6188. CR3 = torso.Cloak.CapeLevel2
  6189. CR4 = torso.Cloak.CapeLevel3
  6190. CR5 = torso.Cloak.CapeLevel4
  6191. jump = false
  6192. rs:connect(function()
  6193. if char.Humanoid.Jump == true then
  6194. jump = true
  6195. else
  6196. jump = false
  6197. end
  6198. char.Humanoid.FreeFalling:connect(function(f)
  6199. if f then
  6200. ffing = true
  6201. else
  6202. ffing = false
  6203. end
  6204. end)
  6205. sine = sine + change
  6206. if jump == true then
  6207. animpose = "Jumping"
  6208. elseif ffing == true then
  6209. animpose = "Freefalling"
  6210. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  6211. animpose = "Idle"
  6212. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  6213. animpose = "Walking"
  6214. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  6215. animpose = "Running"
  6216. end
  6217. RightLeg = CFrame.new(0.5,-1,0)
  6218. LeftLeg = CFrame.new(-0.5,-1,0)
  6219.  
  6220. lefth = (torso.CFrame*LeftLeg)
  6221. righth = (torso.CFrame*RightLeg)
  6222.  
  6223. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  6224.  
  6225. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  6226.  
  6227. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  6228. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  6229. if animpose ~= lastanimpose then
  6230. sine = 0
  6231. if Debounces.NoIdl == false then
  6232. if stanceToggle == "Idle1" then
  6233. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3)
  6234. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3)
  6235. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2)
  6236. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2)
  6237. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2)
  6238. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2)
  6239. elseif stanceToggle == "Idle2" then
  6240. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-22-4*math.cos(sine/12)),math.rad(-40-2*math.cos(sine/12)),math.rad(24+2*math.cos(sine/12))), 0.3)
  6241. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.6,-0.6)*CFrame.Angles(math.rad(90+4*math.cos(sine/12)),math.rad(0),math.rad(50-2*math.cos(sine/12))), 0.3)
  6242. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-6+2.5*math.cos(sine/12)),math.rad(0),math.rad(0)), 0.2)
  6243. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20+2*math.cos(sine/12)), math.rad(0), 0), 0.2)
  6244. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7-2*math.cos(sine/12)), math.rad(7), math.rad(-5)), 0.2)
  6245. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
  6246. end
  6247. fat.Event:wait()
  6248. end
  6249. else
  6250. end
  6251. lastanimpose = animpose
  6252. if Debounces.NoIdl == false then
  6253. if animpose == "Idle" then
  6254. change = 0.5
  6255. if stanceToggle == "Idle1" then
  6256. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4-2*math.cos(sine/10)),0,0),0.1)
  6257. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  6258. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  6259. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  6260. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  6261. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+2.5*math.cos(sine/10)),math.rad(22+7*math.cos(sine/10)),math.rad(15+2*math.cos(sine/10))), 0.8)
  6262. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6263. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8)
  6264. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6265. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.05*math.cos(sine/10))*CFrame.Angles(math.rad(-15+3*math.cos(sine/10)),math.rad(0),math.rad(0)), 0.5)
  6266. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20-3*math.cos(sine/10)),math.rad(0)), 0.5)
  6267. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
  6268. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20+3*math.cos(sine/10)), 0), 0.1)
  6269. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
  6270. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1)
  6271. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
  6272. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1)
  6273. elseif stanceToggle == "Idle2" then
  6274. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  6275. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  6276. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  6277. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  6278. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-8-1*math.cos(sine/6)),0,0),0.1)
  6279. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65-0.1*math.cos(sine/3),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20-2*math.cos(sine/3))), 0.1)
  6280. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  6281. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.23, 0.5, -.56) * CFrame.Angles(math.rad(88+4*math.cos(sine/3)), 0, math.rad(45)), 0.6)
  6282. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  6283. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(-10+2*math.cos(sine/6)), 0, 0), 0.8)
  6284. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  6285. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  6286. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-5-10*math.cos(sine/18)), math.sin(sine/36)/3, 0), 0.3)
  6287. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6288. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.15) * CFrame.Angles(math.rad(-9-2*math.cos(sine/6)), 0, 0), 0.8)
  6289. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1-0.1*math.cos(sine/3), 0+0.04*math.cos(sine/6)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.8)
  6290. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56-2*math.cos(sine/6)), 0, 0), 0.8)
  6291. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.8)
  6292. elseif stanceToggle == "Grabbed" then
  6293. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
  6294. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  6295. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(90+4*math.cos(sine/14)),math.rad(0),math.rad(-80+4*math.cos(sine/14))), 0.3)
  6296. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  6297. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
  6298. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6299. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  6300. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  6301. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  6302. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6303. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  6304. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6305. end
  6306. elseif animpose == "Walking" then
  6307. if stanceToggle == "Grabbed" then
  6308. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  6309. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  6310. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120+4*math.cos(sine/2)),math.rad(0),math.rad(-30+4*math.cos(sine/4))), 0.3)
  6311. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  6312. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
  6313. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
  6314. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
  6315. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  6316. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  6317. lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
  6318. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6319. rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
  6320. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6321. elseif stanceToggle ~= "Grabbed" then
  6322. change = 1
  6323. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-22-2*math.cos(sine/2)),0,0),0.2)
  6324. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-3*math.cos(sine/2)),0,0),0.2)
  6325. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-4*math.cos(sine/2)),0,0),0.2)
  6326. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-5*math.cos(sine/2)),0,0),0.2)
  6327. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-6*math.cos(sine/2)),0,0),0.2)
  6328. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  6329. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  6330. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  6331. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  6332. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
  6333. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
  6334. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
  6335. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  6336. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  6337. --lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
  6338. lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
  6339. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6340. --rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
  6341. rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
  6342. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  6343. end
  6344. elseif animpose == "Running" then
  6345. change = 1
  6346. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-56-10*math.cos(sine/2)),0,0),0.2)
  6347. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  6348. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  6349. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  6350. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  6351. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.24+.6*math.cos(sine/4)/1.4, 0.54, 0+0.8*math.cos(sine/4)) * CFrame.Angles(math.rad(6-140*math.cos(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.cos(sine/4))), 0.2)
  6352. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  6353. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24+.6*math.cos(sine/4)/1.4, 0.54, 0-0.8*math.cos(sine/4))*CFrame.Angles(math.rad(6+140*math.cos(sine/4)/1.2), math.rad(0), math.rad(20+70*math.cos(sine/4))), 0.2)
  6354. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6355. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-8+12*math.cos(sine/2)/1.5), math.rad(0+12*math.cos(sine/4)), math.rad(0)),0.2)
  6356. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.5)
  6357. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/2)/1.7, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/2)/1.5), math.rad(0-12*math.cos(sine/4))-root.RotVelocity.Y/10, math.rad(0)+root.RotVelocity.Y/20), 0.2)
  6358. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6359. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8-0.4*math.cos(sine/4)/2, math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + -math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
  6360. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6361. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8+0.4*math.cos(sine/4)/2, -math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
  6362. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6363. elseif animpose == "Jumping" then
  6364. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  6365. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  6366. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  6367. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  6368. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  6369. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.2)
  6370. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  6371. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.2)
  6372. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6373. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  6374. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  6375. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6376. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  6377. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6378. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  6379. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6380. elseif animpose == "Freefalling" then
  6381. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  6382. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  6383. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  6384. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  6385. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  6386. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2)
  6387. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  6388. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2)
  6389. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6390. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  6391. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  6392. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6393. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2)
  6394. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6395. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2)
  6396. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  6397. end
  6398. end
  6399. end)
  6400. hum.MaxHealth = 500000
  6401. wait(1)
  6402. hum.Health = 500000
  6403.  
  6404.  
  6405. hum.WalkSpeed = 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement