niggerfaggggggot

Untitled

Apr 7th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. wait(1)
  153.  
  154. Player=game:GetService('Players').LocalPlayer
  155. Character=Player.Character
  156. Mouse=Player:GetMouse()
  157. m=Instance.new('Model',Character)
  158.  
  159.  
  160. local function weldBetween(a, b)
  161. local weldd = Instance.new("ManualWeld")
  162. weldd.Part0 = a
  163. weldd.Part1 = b
  164. weldd.C0 = CFrame.new()
  165. weldd.C1 = b.CFrame:inverse() * a.CFrame
  166. weldd.Parent = a
  167. return weldd
  168. end
  169.  
  170. it=Instance.new
  171.  
  172. function nooutline(part)
  173. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  174. end
  175.  
  176. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  177. local fp=it("Part")
  178. fp.formFactor=formfactor
  179. fp.Parent=parent
  180. fp.Reflectance=reflectance
  181. fp.Transparency=transparency
  182. fp.CanCollide=false
  183. fp.Locked=true
  184. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  185. fp.Name=name
  186. fp.Size=size
  187. fp.Position=Character.Torso.Position
  188. nooutline(fp)
  189. fp.Material=material
  190. fp:BreakJoints()
  191. return fp
  192. end
  193.  
  194. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  195. local mesh=it(Mesh)
  196. mesh.Parent=part
  197. if Mesh=="SpecialMesh" then
  198. mesh.MeshType=meshtype
  199. mesh.MeshId=meshid
  200. end
  201. mesh.Offset=offset
  202. mesh.Scale=scale
  203. return mesh
  204. end
  205.  
  206. function weld(parent,part0,part1,c0,c1)
  207. local weld=it("Weld")
  208. weld.Parent=parent
  209. weld.Part0=part0
  210. weld.Part1=part1
  211. weld.C0=c0
  212. weld.C1=c1
  213. return weld
  214. end
  215.  
  216. RightA=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really black","Handle",Vector3.new(1.31421626, 2.62842989, 1.31421471))
  217. 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))
  218. Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,1,"Really black","Thingy",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  219. 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))
  220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  221. 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))
  222. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",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, 0.354597479, 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.0887346268, -0.777343035, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  225. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  227. 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))
  228. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
  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.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))
  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(0.283678204, 0.283678055, 0.851033628))
  233. 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))
  234. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  235. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.44675899, 0.425516993, 1.44675708))
  236. 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))
  237. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  239. 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))
  240. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  241. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  242. 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))
  243. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  245. 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))
  246. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  247. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  248. 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))
  249. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  251. 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))
  252. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  253. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  254. 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))
  255. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  256. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  257. 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))
  258. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  259. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  260. 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))
  261. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  263. 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))
  264. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  265. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  266. 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))
  267. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  268. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  269. 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))
  270. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  271. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  272. 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))
  273. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  274. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  275. 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))
  276. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  277. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  278. 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))
  279. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  280. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  281. 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))
  282. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  283. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.43257511, 0.56735605, 1.4325732))
  284. 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))
  285. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  286. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  287. 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))
  288. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  289. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  290. 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))
  291. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  292. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.496436507, 1.41838956))
  293. 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))
  294. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
  295. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  296. 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))
  297. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  298. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  299. 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))
  300. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  301. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  302. 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))
  303. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  304. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  305. 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))
  306. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  307. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  308. 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))
  309. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  310. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  311. 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))
  312. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  313. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  314. 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))
  315. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  316. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  317. 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))
  318. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  319. LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","LeftArmPlate",Vector3.new(1.41839123, 2.83677983, 1.41838956))
  320. 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))
  321. mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  322.  
  323.  
  324. Player=game:GetService('Players').LocalPlayer
  325. Character=Player.Character
  326. Mouse=Player:GetMouse()
  327. m=Instance.new('Model',Character)
  328.  
  329.  
  330. local function weldBetween(a, b)
  331. local weldd = Instance.new("ManualWeld")
  332. weldd.Part0 = a
  333. weldd.Part1 = b
  334. weldd.C0 = CFrame.new()
  335. weldd.C1 = b.CFrame:inverse() * a.CFrame
  336. weldd.Parent = a
  337. return weldd
  338. end
  339.  
  340. it=Instance.new
  341.  
  342. function nooutline(part)
  343. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  344. end
  345.  
  346. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  347. local fp=it("Part")
  348. fp.formFactor=formfactor
  349. fp.Parent=parent
  350. fp.Reflectance=reflectance
  351. fp.Transparency=transparency
  352. fp.CanCollide=false
  353. fp.Locked=true
  354. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  355. fp.Name=name
  356. fp.Size=size
  357. fp.Position=Character.Torso.Position
  358. nooutline(fp)
  359. fp.Material=material
  360. fp:BreakJoints()
  361. return fp
  362. end
  363.  
  364. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  365. local mesh=it(Mesh)
  366. mesh.Parent=part
  367. if Mesh=="SpecialMesh" then
  368. mesh.MeshType=meshtype
  369. mesh.MeshId=meshid
  370. end
  371. mesh.Offset=offset
  372. mesh.Scale=scale
  373. return mesh
  374. end
  375.  
  376. function weld(parent,part0,part1,c0,c1)
  377. local weld=it("Weld")
  378. weld.Parent=parent
  379. weld.Part0=part0
  380. weld.Part1=part1
  381. weld.C0=c0
  382. weld.C1=c1
  383. return weld
  384. end
  385.  
  386. Orb2=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563))
  387. 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))
  388. mesh("SpecialMesh",Orb2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
  389. Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Institutional white","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824))
  390. Orb.Shape = "Ball"
  391. 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))
  392. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  393. 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))
  394. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169))
  395. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  396. 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))
  397. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417))
  398. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566))
  399. 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))
  400. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  401. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  402. 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))
  403. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268))
  404. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  405. 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))
  406. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278))
  407. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  408. 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))
  409. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  410. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  411. 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))
  412. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902))
  413. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  414. 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))
  415. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833))
  416. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  417. 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))
  418. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902))
  419. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493))
  420. 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))
  421. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1))
  422. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  423. 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))
  424. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207))
  425. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  426. 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))
  427. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902))
  428. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  429. 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))
  430. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  431. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  432. 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))
  433. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642))
  434. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133))
  435. 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))
  436. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  437. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  438. 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))
  439. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255))
  440. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563))
  441. 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))
  442. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087))
  443. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  444. 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))
  445. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451))
  446. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  447. 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))
  448. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477))
  449. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563))
  450. 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))
  451. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451))
  452. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  453. 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))
  454. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624))
  455. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  456. 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))
  457. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229))
  458. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  459. 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))
  460. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064))
  461. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  462. 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))
  463. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064))
  464. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  465. 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))
  466. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053))
  467. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  468. 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))
  469. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278))
  470. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  471. 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))
  472. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138))
  473. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  474. 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))
  475. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169))
  476. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  477. 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))
  478. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477))
  479. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  480. 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))
  481. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268))
  482. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563))
  483. 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))
  484. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632))
  485. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  486. 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))
  487. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902))
  488. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  489. 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))
  490. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451))
  491. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  492. 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))
  493. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833))
  494. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  495. 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))
  496. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451))
  497. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  498. 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))
  499. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068))
  500. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  501. 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))
  502. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613))
  503. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  504. 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))
  505. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902))
  506. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  507. 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))
  508. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107))
  509. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265))
  510. 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))
  511. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1))
  512. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  513. 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))
  514. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229))
  515. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  516. 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))
  517. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255))
  518. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  519. 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))
  520. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451))
  521. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  522. 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))
  523. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319))
  524. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  525. 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))
  526. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356))
  527. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183))
  528. 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))
  529. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1))
  530. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  531. 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))
  532. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068))
  533.  
  534.  
  535.  
  536. Player=game:GetService('Players').LocalPlayer
  537. Character=Player.Character
  538. Mouse=Player:GetMouse()
  539. m=Instance.new('Model',Character)
  540.  
  541.  
  542. local function weldBetween(a, b)
  543. local weldd = Instance.new("ManualWeld")
  544. weldd.Part0 = a
  545. weldd.Part1 = b
  546. weldd.C0 = CFrame.new()
  547. weldd.C1 = b.CFrame:inverse() * a.CFrame
  548. weldd.Parent = a
  549. return weldd
  550. end
  551.  
  552. it=Instance.new
  553.  
  554. function nooutline(part)
  555. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  556. end
  557.  
  558. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  559. local fp=it("Part")
  560. fp.formFactor=formfactor
  561. fp.Parent=parent
  562. fp.Reflectance=reflectance
  563. fp.Transparency=transparency
  564. fp.CanCollide=false
  565. fp.Locked=true
  566. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  567. fp.Name=name
  568. fp.Size=size
  569. fp.Position=Character.Torso.Position
  570. nooutline(fp)
  571. fp.Material=material
  572. fp:BreakJoints()
  573. return fp
  574. end
  575.  
  576. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  577. local mesh=it(Mesh)
  578. mesh.Parent=part
  579. if Mesh=="SpecialMesh" then
  580. mesh.MeshType=meshtype
  581. mesh.MeshId=meshid
  582. end
  583. mesh.Offset=offset
  584. mesh.Scale=scale
  585. return mesh
  586. end
  587.  
  588. function weld(parent,part0,part1,c0,c1)
  589. local weld=it("Weld")
  590. weld.Parent=parent
  591. weld.Part0=part0
  592. weld.Part1=part1
  593. weld.C0=c0
  594. weld.C1=c1
  595. return weld
  596. end
  597.  
  598. Player=game:GetService('Players').LocalPlayer
  599. Character=Player.Character
  600. Mouse=Player:GetMouse()
  601. m=Instance.new('Model',Character)
  602.  
  603.  
  604. local function weldBetween(a, b)
  605. local weldd = Instance.new("ManualWeld")
  606. weldd.Part0 = a
  607. weldd.Part1 = b
  608. weldd.C0 = CFrame.new()
  609. weldd.C1 = b.CFrame:inverse() * a.CFrame
  610. weldd.Parent = a
  611. return weldd
  612. end
  613.  
  614. it=Instance.new
  615.  
  616. function nooutline(part)
  617. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  618. end
  619.  
  620. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  621. local fp=it("Part")
  622. fp.formFactor=formfactor
  623. fp.Parent=parent
  624. fp.Reflectance=reflectance
  625. fp.Transparency=transparency
  626. fp.CanCollide=false
  627. fp.Locked=true
  628. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  629. fp.Name=name
  630. fp.Size=size
  631. fp.Position=Character.Torso.Position
  632. nooutline(fp)
  633. fp.Material=material
  634. fp:BreakJoints()
  635. return fp
  636. end
  637.  
  638. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  639. local mesh=it(Mesh)
  640. mesh.Parent=part
  641. if Mesh=="SpecialMesh" then
  642. mesh.MeshType=meshtype
  643. mesh.MeshId=meshid
  644. end
  645. mesh.Offset=offset
  646. mesh.Scale=scale
  647. return mesh
  648. end
  649.  
  650. function weld(parent,part0,part1,c0,c1)
  651. local weld=it("Weld")
  652. weld.Parent=parent
  653. weld.Part0=part0
  654. weld.Part1=part1
  655. weld.C0=c0
  656. weld.C1=c1
  657. return weld
  658. end
  659.  
  660. Player=game:GetService('Players').LocalPlayer
  661. Character=Player.Character
  662. Mouse=Player:GetMouse()
  663. m=Instance.new('Model',Character)
  664.  
  665.  
  666. local function weldBetween(a, b)
  667. local weldd = Instance.new("ManualWeld")
  668. weldd.Part0 = a
  669. weldd.Part1 = b
  670. weldd.C0 = CFrame.new()
  671. weldd.C1 = b.CFrame:inverse() * a.CFrame
  672. weldd.Parent = a
  673. return weldd
  674. end
  675.  
  676. it=Instance.new
  677.  
  678. function nooutline(part)
  679. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  680. end
  681.  
  682. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  683. local fp=it("Part")
  684. fp.formFactor=formfactor
  685. fp.Parent=parent
  686. fp.Reflectance=reflectance
  687. fp.Transparency=transparency
  688. fp.CanCollide=false
  689. fp.Locked=true
  690. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  691. fp.Name=name
  692. fp.Size=size
  693. fp.Position=Character.Torso.Position
  694. nooutline(fp)
  695. fp.Material=material
  696. fp:BreakJoints()
  697. return fp
  698. end
  699.  
  700. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  701. local mesh=it(Mesh)
  702. mesh.Parent=part
  703. if Mesh=="SpecialMesh" then
  704. mesh.MeshType=meshtype
  705. mesh.MeshId=meshid
  706. end
  707. mesh.Offset=offset
  708. mesh.Scale=scale
  709. return mesh
  710. end
  711.  
  712. function weld(parent,part0,part1,c0,c1)
  713. local weld=it("Weld")
  714. weld.Parent=parent
  715. weld.Part0=part0
  716. weld.Part1=part1
  717. weld.C0=c0
  718. weld.C1=c1
  719. return weld
  720. end
  721.  
  722. mesh("BlockMesh",Block,"","",Vector3.new(0, 0, 0),Vector3.new(0.334640861, 0.133856371, 0.669281721))
  723. Player=game:GetService('Players').LocalPlayer
  724. Character=Player.Character
  725. Mouse=Player:GetMouse()
  726. m=Instance.new('Model',Character)
  727.  
  728.  
  729. local function weldBetween(a, b)
  730. local weldd = Instance.new("ManualWeld")
  731. weldd.Part0 = a
  732. weldd.Part1 = b
  733. weldd.C0 = CFrame.new()
  734. weldd.C1 = b.CFrame:inverse() * a.CFrame
  735. weldd.Parent = a
  736. return weldd
  737. end
  738.  
  739. it=Instance.new
  740.  
  741. function nooutline(part)
  742. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  743. end
  744.  
  745. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  746. local fp=it("Part")
  747. fp.formFactor=formfactor
  748. fp.Parent=parent
  749. fp.Reflectance=reflectance
  750. fp.Transparency=transparency
  751. fp.CanCollide=false
  752. fp.Locked=true
  753. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  754. fp.Name=name
  755. fp.Size=size
  756. fp.Position=Character.Torso.Position
  757. nooutline(fp)
  758. fp.Material=material
  759. fp:BreakJoints()
  760. return fp
  761. end
  762.  
  763. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  764. local mesh=it(Mesh)
  765. mesh.Parent=part
  766. if Mesh=="SpecialMesh" then
  767. mesh.MeshType=meshtype
  768. mesh.MeshId=meshid
  769. end
  770. mesh.Offset=offset
  771. mesh.Scale=scale
  772. return mesh
  773. end
  774.  
  775. function weld(parent,part0,part1,c0,c1)
  776. local weld=it("Weld")
  777. weld.Parent=parent
  778. weld.Part0=part0
  779. weld.Part1=part1
  780. weld.C0=c0
  781. weld.C1=c1
  782. return weld
  783. end
  784.  
  785. Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Granite,0,0,"Really black","Handle",Vector3.new(2.30105209, 2.30104971, 2.30105209))
  786. 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))
  787. 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))
  788. Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Cool yellow","Head",Vector3.new(2.31588483, 1.15794253, 1.15794206))
  789. 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))
  790. mesh("SpecialMesh",Head,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25))
  791. Player=game:GetService('Players').LocalPlayer
  792. Character=Player.Character
  793. Mouse=Player:GetMouse()
  794. m=Instance.new('Model',Character)
  795.  
  796.  
  797. local function weldBetween(a, b)
  798. local weldd = Instance.new("ManualWeld")
  799. weldd.Part0 = a
  800. weldd.Part1 = b
  801. weldd.C0 = CFrame.new()
  802. weldd.C1 = b.CFrame:inverse() * a.CFrame
  803. weldd.Parent = a
  804. return weldd
  805. end
  806.  
  807. it=Instance.new
  808.  
  809. function nooutline(part)
  810. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  811. end
  812.  
  813. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  814. local fp=it("Part")
  815. fp.formFactor=formfactor
  816. fp.Parent=parent
  817. fp.Reflectance=reflectance
  818. fp.Transparency=transparency
  819. fp.CanCollide=false
  820. fp.Locked=true
  821. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  822. fp.Name=name
  823. fp.Size=size
  824. fp.Position=Character.Torso.Position
  825. nooutline(fp)
  826. fp.Material=material
  827. fp:BreakJoints()
  828. return fp
  829. end
  830.  
  831. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  832. local mesh=it(Mesh)
  833. mesh.Parent=part
  834. if Mesh=="SpecialMesh" then
  835. mesh.MeshType=meshtype
  836. mesh.MeshId=meshid
  837. end
  838. mesh.Offset=offset
  839. mesh.Scale=scale
  840. return mesh
  841. end
  842.  
  843. function weld(parent,part0,part1,c0,c1)
  844. local weld=it("Weld")
  845. weld.Parent=parent
  846. weld.Part0=part0
  847. weld.Part1=part1
  848. weld.C0=c0
  849. weld.C1=c1
  850. return weld
  851. end
  852.  
  853. LeftArm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Handle",Vector3.new(1.22597945, 2.45195937, 1.22597885))
  854. 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))
  855. Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,1,"Really black","Thingy",Vector3.new(1.32315993, 1.32316041, 1.32315946))
  856. 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))
  857. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  858. 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))
  859. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  860. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  861. 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))
  862. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  863. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
  864. 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))
  865. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
  866. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  867. 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))
  868. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  869. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  870. 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))
  871. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  872. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.3496232, 0.396948099, 1.34962249))
  873. 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))
  874. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  875. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
  876. 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))
  877. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  878. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  879. 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))
  880. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  881. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  882. 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))
  883. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  884. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  885. 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))
  886. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  887. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  888. 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))
  889. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  890. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  891. 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))
  892. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  893. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
  894. 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))
  895. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  896. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  897. 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))
  898. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  899. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  900. 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))
  901. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  902. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  903. 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))
  904. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  905. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  906. 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))
  907. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  908. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  909. 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))
  910. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  911. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  912. 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))
  913. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  914. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
  915. 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))
  916. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  917. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  918. 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))
  919. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  920. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.33639181, 0.529264212, 1.33639085))
  921. 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))
  922. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  923. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  924. 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))
  925. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  926. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 1.32316041, 1.32315946))
  927. 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))
  928. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  929. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.32315993, 0.463106155, 1.32315946))
  930. 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))
  931. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
  932. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
  933. 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))
  934. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  935. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  936. 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))
  937. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  938. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  939. 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))
  940. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  941. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  942. 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))
  943. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  944. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  945. 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))
  946. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  947. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  948. 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))
  949. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  950. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  951. 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))
  952. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  953. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
  954. 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))
  955. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  956. LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","LeftArmPlate",Vector3.new(1.32315993, 2.64632082, 1.32315946))
  957. 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))
  958. mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  959.  
  960. wait(0.5)
  961.  
  962.  
  963.  
  964. local p = game.Players.LocalPlayer--300899323
  965. local char = p.Character
  966. local mouse = p:GetMouse()
  967. local larm = char["Left Arm"]
  968. local rarm = char["Right Arm"]
  969. local lleg = char["Left Leg"]
  970. local rleg = char["Right Leg"]
  971. local hed = char.Head
  972. local torso = char.Torso
  973. local hum = char.Humanoid
  974. local cam = game.Workspace.CurrentCamera
  975. local root = char.HumanoidRootPart
  976. local rj = root.RootJoint
  977. local deb = false
  978. local shot = 0
  979. local stanceToggle = "Idle1"
  980. local l = game:GetService("Lighting")
  981. local rs = game:GetService("RunService").RenderStepped
  982. local hb = game:GetService("RunService").Heartbeat
  983. local Stepped = game:GetService("RunService").Stepped
  984. math.randomseed(os.time())
  985. hum.JumpPower = 100
  986. hed.face:Remove()
  987. fat = Instance.new("BindableEvent",script)
  988. fat.Name = "Heartbeat"
  989. script:WaitForChild("Heartbeat")
  990. frame = 1/30
  991. tf = 0
  992. 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.
  993. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  994. lastframe = tick()
  995. script.Heartbeat:Fire() --ayy lmao
  996. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  997. tf = tf + s
  998. if tf >= frame then
  999. if allowframeloss then
  1000. script.Heartbeat:Fire()
  1001. lastframe=tick()
  1002. else
  1003. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  1004. for i=1, math.floor(tf/frame) do
  1005. script.Heartbeat:Fire()
  1006. end
  1007. lastframe=tick()
  1008. end
  1009. if tossremainder then
  1010. tf = 0
  1011. else
  1012. tf = tf - frame * math.floor(tf/frame)
  1013. end
  1014. end
  1015. end)
  1016.  
  1017. for i,v in pairs(char:children()) do
  1018. if v:IsA("Hat") then
  1019. v:Destroy()
  1020. end
  1021. end
  1022. for i,v in pairs (hed:GetChildren()) do
  1023. if v:IsA("Sound") then
  1024. v:Destroy()
  1025. end
  1026. end
  1027.  
  1028. Debounces = {
  1029. CanAttack = true;
  1030. CanJoke = true;
  1031. NoIdl = false;
  1032. Slashing = false;
  1033. Slashed = false;
  1034. ks = false;
  1035. }
  1036.  
  1037. function weld5(part0, part1, c0, c1)
  1038. weeld=Instance.new("Weld", part0)
  1039. weeld.Part0=part0
  1040. weeld.Part1=part1
  1041. weeld.C0=c0
  1042. weeld.C1=c1
  1043. return weeld
  1044. end
  1045.  
  1046. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  1047. local prt=Instance.new("Part")
  1048. prt.Parent=prnt
  1049. prt.Name="Part"
  1050. prt.Size=siz
  1051. prt.CanCollide=false
  1052. prt.Anchored=anc
  1053. prt.Locked=true
  1054. prt.Transparency = trans
  1055. prt.TopSurface=10
  1056. prt.BottomSurface=10
  1057. prt.FrontSurface=10
  1058. prt.BackSurface=10
  1059. prt.LeftSurface=10
  1060. prt.RightSurface=10
  1061. prt:BreakJoints()
  1062. prt.CFrame=cf or CFrame.new(30,10,30)
  1063. prt.Material=mat
  1064. prt.BrickColor=BrickColor.new(col)
  1065. m=Instance.new("SpecialMesh",prt)
  1066. m.MeshType=6
  1067. return prt
  1068. end
  1069. ----------------------------------------------------
  1070. function lerp(a, b, t) -- Linear interpolation
  1071. return a + (b - a)*t
  1072. end
  1073.  
  1074. function slerp(a, b, t) --Spherical interpolation
  1075. dot = a:Dot(b)
  1076. if dot > 0.99999 or dot < -0.99999 then
  1077. return t <= 0.5 and a or b
  1078. else
  1079. r = math.acos(dot)
  1080. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  1081. end
  1082. end
  1083.  
  1084. function matrixInterpolate(a, b, t)
  1085. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  1086. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  1087. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  1088. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  1089. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  1090. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  1091. local t = v1:Dot(v2)
  1092. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  1093. return CFrame.new()
  1094. end
  1095. return CFrame.new(
  1096. v0.x, v0.y, v0.z,
  1097. v1.x, v1.y, v1.z,
  1098. v2.x, v2.y, v2.z,
  1099. v3.x, v3.y, v3.z)
  1100. end
  1101. ----------------------------------------------------
  1102. function genWeld(a,b)
  1103. local w = Instance.new("Weld",a)
  1104. w.Part0 = a
  1105. w.Part1 = b
  1106. return w
  1107. end
  1108. function weld(a, b)
  1109. local weld = Instance.new("Weld")
  1110. weld.Name = "W"
  1111. weld.Part0 = a
  1112. weld.Part1 = b
  1113. weld.C0 = a.CFrame:inverse() * b.CFrame
  1114. weld.Parent = a
  1115. return weld;
  1116. end
  1117. ----------------------------------------------------
  1118. function Lerp(c1,c2,al)
  1119. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1120. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1121. for i,v in pairs(com1) do
  1122. com1[i] = v+(com2[i]-v)*al
  1123. end
  1124. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1125. end
  1126. ----------------------------------------------------
  1127. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  1128. local wld = Instance.new("Weld", wp1)
  1129. wld.Part0 = wp0
  1130. wld.Part1 = wp1
  1131. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1132. end
  1133. ----------------------------------------------------
  1134. newWeld(torso, larm, -1.5, 0.5, 0)
  1135. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1136. newWeld(torso, rarm, 1.5, 0.5, 0)
  1137. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1138. newWeld(torso, hed, 0, 1.5, 0)
  1139. newWeld(torso, lleg, -0.5, -1, 0)
  1140. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  1141. newWeld(torso, rleg, 0.5, -1, 0)
  1142. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  1143. newWeld(root, torso, 0, -1, 0)
  1144. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1145. ----------------------------------------------------
  1146. z = Instance.new("Sound",char) --Smile: print("â?º")
  1147. z.SoundId = "rbxassetid://425341748"
  1148. z.Looped = true
  1149. z.Pitch = 1
  1150. z.Volume = 100
  1151. wait(0.1)
  1152. z:Play()
  1153. ----------------------------------------------------
  1154. New = function(Object, Parent, Name, Data)
  1155. local Object = Instance.new(Object)
  1156. for Index, Value in pairs(Data or {}) do
  1157. Object[Index] = Value
  1158. end
  1159. Object.Parent = Parent
  1160. Object.Name = Name
  1161. return Object
  1162. end
  1163. ----------------------------------------------------
  1164. pr = Instance.new("Part",hed)
  1165. pr.BrickColor = BrickColor.new("Black")
  1166. pr.Material = "Metal"
  1167. pr.Reflectance = 0.04
  1168. pr.Anchored = false
  1169. pr.CanCollide = false
  1170. pr.Archivable = false
  1171. pr.Locked = true
  1172. pr.Size = Vector3.new(2,0.8,1)
  1173. prm = Instance.new("SpecialMesh",pr)
  1174. prm.MeshType = "FileMesh"
  1175. prm.MeshId = "rbxassetid://16952952"
  1176. prm.Scale = Vector3.new(1,1,1)
  1177. newWeld(hed, pr, 0, 0.35, 0)
  1178. pr.Weld.C1 = CFrame.new(0,0,0)
  1179. --Left Arm
  1180. m = Instance.new("Model")
  1181. m.Name = "LeftArm"
  1182. p1 = Instance.new("Part", m)
  1183. p1.BrickColor = BrickColor.new("Really black")
  1184. p1.Material = Enum.Material.Granite
  1185. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1186. p1.Size = Vector3.new(1, 0.200000048, 1)
  1187. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. b1 = Instance.new("SpecialMesh", p1)
  1194. b1.MeshType = Enum.MeshType.Brick
  1195. b1.Name = "Mesh"
  1196. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1197. p2 = Instance.new("Part", m)
  1198. p2.BrickColor = BrickColor.new("Really black")
  1199. p2.Material = Enum.Material.Granite
  1200. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1201. p2.Size = Vector3.new(1, 0.200000048, 1)
  1202. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. b2 = Instance.new("SpecialMesh", p2)
  1209. b2.MeshType = Enum.MeshType.Brick
  1210. b2.Name = "Mesh"
  1211. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1212. p3 = Instance.new("Part", m)
  1213. p3.BrickColor = BrickColor.new("Really black")
  1214. p3.Material = Enum.Material.Granite
  1215. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. p3.Size = Vector3.new(1, 0.200000048, 1)
  1217. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. b3 = Instance.new("SpecialMesh", p3)
  1224. b3.MeshType = Enum.MeshType.Brick
  1225. b3.Name = "Mesh"
  1226. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1227. p4 = Instance.new("Part", m)
  1228. p4.BrickColor = BrickColor.new("Black")
  1229. p4.Material = Enum.Material.SmoothPlastic
  1230. p4.Name = "LeftArmPlate"
  1231. p4.Size = Vector3.new(1, 2, 1)
  1232. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. b4 = Instance.new("SpecialMesh", p4)
  1239. b4.MeshType = Enum.MeshType.Brick
  1240. b4.Name = "Mesh"
  1241. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1242. p5 = Instance.new("Part", m)
  1243. p5.BrickColor = BrickColor.new("Really black")
  1244. p5.Material = Enum.Material.Granite
  1245. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1246. p5.Size = Vector3.new(1, 0.200000048, 1)
  1247. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. b5 = Instance.new("SpecialMesh", p5)
  1254. b5.MeshType = Enum.MeshType.Brick
  1255. b5.Name = "Mesh"
  1256. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1257. p6 = Instance.new("Part", m)
  1258. p6.BrickColor = BrickColor.new("Really black")
  1259. p6.Material = Enum.Material.Granite
  1260. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1261. p6.Size = Vector3.new(1, 0.200000048, 1)
  1262. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. b6 = Instance.new("SpecialMesh", p6)
  1269. b6.MeshType = Enum.MeshType.Brick
  1270. b6.Name = "Mesh"
  1271. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1272. p7 = Instance.new("Part", m)
  1273. p7.BrickColor = BrickColor.new("Really black")
  1274. p7.Material = Enum.Material.Granite
  1275. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1276. p7.FormFactor = Enum.FormFactor.Custom
  1277. p7.Size = Vector3.new(1, 0.200000048, 1)
  1278. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. b7 = Instance.new("SpecialMesh", p7)
  1285. b7.MeshType = Enum.MeshType.Brick
  1286. b7.Name = "Mesh"
  1287. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1288. p8 = Instance.new("Part", m)
  1289. p8.BrickColor = BrickColor.new("Really black")
  1290. p8.Material = Enum.Material.Granite
  1291. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1292. p8.FormFactor = Enum.FormFactor.Custom
  1293. p8.Size = Vector3.new(1, 0.200000048, 1)
  1294. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. b8 = Instance.new("SpecialMesh", p8)
  1301. b8.MeshType = Enum.MeshType.Brick
  1302. b8.Name = "Mesh"
  1303. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1304. p9 = Instance.new("Part", m)
  1305. p9.BrickColor = BrickColor.new("Really black")
  1306. p9.Material = Enum.Material.Granite
  1307. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1308. p9.FormFactor = Enum.FormFactor.Custom
  1309. p9.Size = Vector3.new(1, 0.200000048, 1)
  1310. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. b9 = Instance.new("SpecialMesh", p9)
  1317. b9.MeshType = Enum.MeshType.Brick
  1318. b9.Name = "Mesh"
  1319. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1320. p10 = Instance.new("Part", m)
  1321. p10.BrickColor = BrickColor.new("Black")
  1322. p10.Material = Enum.Material.SmoothPlastic
  1323. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1324. p10.FormFactor = Enum.FormFactor.Custom
  1325. p10.Size = Vector3.new(1, 0.349999994, 1)
  1326. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. b10 = Instance.new("SpecialMesh", p10)
  1333. b10.MeshType = Enum.MeshType.Brick
  1334. b10.Name = "Mesh"
  1335. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1336. p11 = Instance.new("Part", m)
  1337. p11.BrickColor = BrickColor.new("Black")
  1338. p11.Material = Enum.Material.Metal
  1339. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1340. p11.FormFactor = Enum.FormFactor.Custom
  1341. p11.Size = Vector3.new(1, 0.25, 1)
  1342. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. b11 = Instance.new("SpecialMesh", p11)
  1349. b11.MeshType = Enum.MeshType.Brick
  1350. b11.Name = "Mesh"
  1351. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1352. p12 = Instance.new("Part", m)
  1353. p12.BrickColor = BrickColor.new("Black")
  1354. p12.Material = Enum.Material.Metal
  1355. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1356. p12.FormFactor = Enum.FormFactor.Custom
  1357. p12.Size = Vector3.new(1, 0.25, 1)
  1358. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. b12 = Instance.new("SpecialMesh", p12)
  1365. b12.MeshType = Enum.MeshType.Brick
  1366. b12.Name = "Mesh"
  1367. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1368. p13 = Instance.new("Part", m)
  1369. p13.BrickColor = BrickColor.new("Black")
  1370. p13.Material = Enum.Material.Metal
  1371. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1372. p13.FormFactor = Enum.FormFactor.Custom
  1373. p13.Size = Vector3.new(1, 0.25, 1)
  1374. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. b13 = Instance.new("SpecialMesh", p13)
  1381. b13.MeshType = Enum.MeshType.Brick
  1382. b13.Name = "Mesh"
  1383. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1384. p14 = Instance.new("Part", m)
  1385. p14.BrickColor = BrickColor.new("Black")
  1386. p14.Material = Enum.Material.Metal
  1387. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1388. p14.FormFactor = Enum.FormFactor.Custom
  1389. p14.Size = Vector3.new(1, 0.25, 1)
  1390. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. b14 = Instance.new("SpecialMesh", p14)
  1397. b14.MeshType = Enum.MeshType.Brick
  1398. b14.Name = "Mesh"
  1399. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1400. p15 = Instance.new("Part", m)
  1401. p15.BrickColor = BrickColor.new("Really black")
  1402. p15.Material = Enum.Material.Granite
  1403. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1404. p15.FormFactor = Enum.FormFactor.Custom
  1405. p15.Size = Vector3.new(1, 1, 1)
  1406. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. b15 = Instance.new("SpecialMesh", p15)
  1413. b15.MeshType = Enum.MeshType.Sphere
  1414. b15.Name = "Mesh"
  1415. p16 = Instance.new("Part", m)
  1416. p16.BrickColor = BrickColor.new("Black")
  1417. p16.Material = Enum.Material.Metal
  1418. 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)
  1419. p16.FormFactor = Enum.FormFactor.Custom
  1420. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1421. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. b16 = Instance.new("SpecialMesh", p16)
  1428. b16.MeshType = Enum.MeshType.Brick
  1429. b16.Name = "Mesh"
  1430. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1431. p17 = Instance.new("Part", m)
  1432. p17.BrickColor = BrickColor.new("Black")
  1433. p17.Material = Enum.Material.SmoothPlastic
  1434. 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)
  1435. p17.FormFactor = Enum.FormFactor.Custom
  1436. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1437. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. b17 = Instance.new("SpecialMesh", p17)
  1444. b17.MeshType = Enum.MeshType.Brick
  1445. b17.Name = "Mesh"
  1446. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1447. p18 = Instance.new("Part", m)
  1448. p18.BrickColor = BrickColor.new("Black")
  1449. p18.Material = Enum.Material.SmoothPlastic
  1450. 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)
  1451. p18.FormFactor = Enum.FormFactor.Custom
  1452. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1453. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. b18 = Instance.new("SpecialMesh", p18)
  1460. b18.MeshType = Enum.MeshType.Brick
  1461. b18.Name = "Mesh"
  1462. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1463. p19 = Instance.new("Part", m)
  1464. p19.BrickColor = BrickColor.new("Black")
  1465. p19.Material = Enum.Material.SmoothPlastic
  1466. 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)
  1467. p19.FormFactor = Enum.FormFactor.Custom
  1468. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1469. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. b19 = Instance.new("SpecialMesh", p19)
  1476. b19.MeshType = Enum.MeshType.Brick
  1477. b19.Name = "Mesh"
  1478. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1479. p20 = Instance.new("Part", m)
  1480. p20.BrickColor = BrickColor.new("Really black")
  1481. p20.Material = Enum.Material.SmoothPlastic
  1482. 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)
  1483. p20.FormFactor = Enum.FormFactor.Custom
  1484. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1485. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. b20 = Instance.new("SpecialMesh", p20)
  1492. b20.MeshType = Enum.MeshType.Brick
  1493. b20.Name = "Mesh"
  1494. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1495. p21 = Instance.new("Part", m)
  1496. p21.BrickColor = BrickColor.new("Black")
  1497. p21.Material = Enum.Material.Metal
  1498. 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)
  1499. p21.FormFactor = Enum.FormFactor.Custom
  1500. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1501. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. b21 = Instance.new("SpecialMesh", p21)
  1508. b21.MeshType = Enum.MeshType.Wedge
  1509. b21.Name = "Mesh"
  1510. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1511. p22 = Instance.new("Part", m)
  1512. p22.BrickColor = BrickColor.new("Black")
  1513. p22.Material = Enum.Material.Metal
  1514. 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)
  1515. p22.FormFactor = Enum.FormFactor.Custom
  1516. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1517. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. b22 = Instance.new("SpecialMesh", p22)
  1524. b22.MeshType = Enum.MeshType.Brick
  1525. b22.Name = "Mesh"
  1526. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1527. p23 = Instance.new("Part", m)
  1528. p23.BrickColor = BrickColor.new("Black")
  1529. p23.Material = Enum.Material.Metal
  1530. 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)
  1531. p23.FormFactor = Enum.FormFactor.Custom
  1532. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1533. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. b23 = Instance.new("SpecialMesh", p23)
  1540. b23.MeshType = Enum.MeshType.Brick
  1541. b23.Name = "Mesh"
  1542. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1543. p24 = Instance.new("Part", m)
  1544. p24.BrickColor = BrickColor.new("Black")
  1545. p24.Material = Enum.Material.Metal
  1546. 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)
  1547. p24.FormFactor = Enum.FormFactor.Custom
  1548. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1549. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. b24 = Instance.new("SpecialMesh", p24)
  1556. b24.MeshType = Enum.MeshType.Brick
  1557. b24.Name = "Mesh"
  1558. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1559. p25 = Instance.new("Part", m)
  1560. p25.BrickColor = BrickColor.new("Black")
  1561. p25.Material = Enum.Material.Metal
  1562. 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)
  1563. p25.FormFactor = Enum.FormFactor.Custom
  1564. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1565. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. b25 = Instance.new("SpecialMesh", p25)
  1572. b25.MeshType = Enum.MeshType.Brick
  1573. b25.Name = "Mesh"
  1574. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1575. p26 = Instance.new("Part", m)
  1576. p26.BrickColor = BrickColor.new("Black")
  1577. p26.Material = Enum.Material.Metal
  1578. 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)
  1579. p26.FormFactor = Enum.FormFactor.Custom
  1580. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1581. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. b26 = Instance.new("SpecialMesh", p26)
  1588. b26.MeshType = Enum.MeshType.Brick
  1589. b26.Name = "Mesh"
  1590. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1591. p27 = Instance.new("Part", m)
  1592. p27.BrickColor = BrickColor.new("Black")
  1593. p27.Material = Enum.Material.Metal
  1594. 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)
  1595. p27.FormFactor = Enum.FormFactor.Custom
  1596. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1597. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. b27 = Instance.new("SpecialMesh", p27)
  1604. b27.MeshType = Enum.MeshType.Brick
  1605. b27.Name = "Mesh"
  1606. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1607. p28 = Instance.new("Part", m)
  1608. p28.BrickColor = BrickColor.new("Black")
  1609. p28.Material = Enum.Material.Metal
  1610. 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)
  1611. p28.FormFactor = Enum.FormFactor.Custom
  1612. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1613. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. b28 = Instance.new("SpecialMesh", p28)
  1620. b28.MeshType = Enum.MeshType.Brick
  1621. b28.Name = "Mesh"
  1622. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1623. p29 = Instance.new("Part", m)
  1624. p29.BrickColor = BrickColor.new("Black")
  1625. p29.Material = Enum.Material.Metal
  1626. 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)
  1627. p29.FormFactor = Enum.FormFactor.Custom
  1628. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1629. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. b29 = Instance.new("SpecialMesh", p29)
  1636. b29.MeshType = Enum.MeshType.Brick
  1637. b29.Name = "Mesh"
  1638. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1639. p30 = Instance.new("Part", m)
  1640. p30.BrickColor = BrickColor.new("Black")
  1641. p30.Material = Enum.Material.Metal
  1642. 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)
  1643. p30.FormFactor = Enum.FormFactor.Custom
  1644. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1645. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. b30 = Instance.new("SpecialMesh", p30)
  1652. b30.MeshType = Enum.MeshType.Wedge
  1653. b30.Name = "Mesh"
  1654. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1655. p31 = Instance.new("Part", m)
  1656. p31.BrickColor = BrickColor.new("Black")
  1657. p31.Material = Enum.Material.Metal
  1658. 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)
  1659. p31.FormFactor = Enum.FormFactor.Custom
  1660. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1661. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. b31 = Instance.new("SpecialMesh", p31)
  1668. b31.MeshType = Enum.MeshType.Brick
  1669. b31.Name = "Mesh"
  1670. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1671. p32 = Instance.new("Part", m)
  1672. p32.BrickColor = BrickColor.new("Black")
  1673. p32.Material = Enum.Material.Metal
  1674. 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)
  1675. p32.FormFactor = Enum.FormFactor.Custom
  1676. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1677. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. b32 = Instance.new("SpecialMesh", p32)
  1684. b32.MeshType = Enum.MeshType.Wedge
  1685. b32.Name = "Mesh"
  1686. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1687. p33 = Instance.new("Part", m)
  1688. p33.BrickColor = BrickColor.new("Black")
  1689. p33.Material = Enum.Material.Metal
  1690. 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)
  1691. p33.FormFactor = Enum.FormFactor.Custom
  1692. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1693. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. b33 = Instance.new("SpecialMesh", p33)
  1700. b33.MeshType = Enum.MeshType.Brick
  1701. b33.Name = "Mesh"
  1702. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1703. p34 = Instance.new("Part", m)
  1704. p34.BrickColor = BrickColor.new("Black")
  1705. p34.Material = Enum.Material.Metal
  1706. 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)
  1707. p34.FormFactor = Enum.FormFactor.Custom
  1708. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1709. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. b34 = Instance.new("SpecialMesh", p34)
  1716. b34.MeshType = Enum.MeshType.Brick
  1717. b34.Name = "Mesh"
  1718. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1719. w1 = Instance.new("Weld", p1)
  1720. w1.Name = "Part_Weld"
  1721. w1.Part0 = p1
  1722. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1723. w1.Part1 = p2
  1724. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1725. w2 = Instance.new("Weld", p2)
  1726. w2.Name = "Part_Weld"
  1727. w2.Part0 = p2
  1728. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1729. w2.Part1 = p3
  1730. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1731. w3 = Instance.new("Weld", p3)
  1732. w3.Name = "LeftArmPlate_Weld"
  1733. w3.Part0 = p3
  1734. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1735. w3.Part1 = p4
  1736. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1737. w4 = Instance.new("Weld", p4)
  1738. w4.Name = "Part_Weld"
  1739. w4.Part0 = p4
  1740. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1741. w4.Part1 = p5
  1742. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1743. w5 = Instance.new("Weld", p5)
  1744. w5.Name = "Part_Weld"
  1745. w5.Part0 = p5
  1746. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. w5.Part1 = p6
  1748. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1749. w6 = Instance.new("Weld", p6)
  1750. w6.Name = "Part_Weld"
  1751. w6.Part0 = p6
  1752. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1753. w6.Part1 = p7
  1754. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1755. w7 = Instance.new("Weld", p7)
  1756. w7.Name = "Part_Weld"
  1757. w7.Part0 = p7
  1758. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1759. w7.Part1 = p8
  1760. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1761. w8 = Instance.new("Weld", p8)
  1762. w8.Name = "Part_Weld"
  1763. w8.Part0 = p8
  1764. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1765. w8.Part1 = p9
  1766. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1767. w9 = Instance.new("Weld", p9)
  1768. w9.Name = "Part_Weld"
  1769. w9.Part0 = p9
  1770. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1771. w9.Part1 = p10
  1772. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1773. w10 = Instance.new("Weld", p10)
  1774. w10.Name = "Part_Weld"
  1775. w10.Part0 = p10
  1776. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1777. w10.Part1 = p11
  1778. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1779. w11 = Instance.new("Weld", p11)
  1780. w11.Name = "Part_Weld"
  1781. w11.Part0 = p11
  1782. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1783. w11.Part1 = p12
  1784. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1785. w12 = Instance.new("Weld", p12)
  1786. w12.Name = "Part_Weld"
  1787. w12.Part0 = p12
  1788. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1789. w12.Part1 = p13
  1790. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1791. w13 = Instance.new("Weld", p13)
  1792. w13.Name = "Part_Weld"
  1793. w13.Part0 = p13
  1794. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1795. w13.Part1 = p14
  1796. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1797. w14 = Instance.new("Weld", p14)
  1798. w14.Name = "Part_Weld"
  1799. w14.Part0 = p14
  1800. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1801. w14.Part1 = p15
  1802. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1803. w15 = Instance.new("Weld", p15)
  1804. w15.Name = "Part_Weld"
  1805. w15.Part0 = p15
  1806. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1807. w15.Part1 = p16
  1808. 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)
  1809. w16 = Instance.new("Weld", p16)
  1810. w16.Name = "Part_Weld"
  1811. w16.Part0 = p16
  1812. 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)
  1813. w16.Part1 = p17
  1814. 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)
  1815. w17 = Instance.new("Weld", p17)
  1816. w17.Name = "Part_Weld"
  1817. w17.Part0 = p17
  1818. 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)
  1819. w17.Part1 = p18
  1820. 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)
  1821. w18 = Instance.new("Weld", p18)
  1822. w18.Name = "Part_Weld"
  1823. w18.Part0 = p18
  1824. 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)
  1825. w18.Part1 = p19
  1826. 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)
  1827. w19 = Instance.new("Weld", p19)
  1828. w19.Name = "Part_Weld"
  1829. w19.Part0 = p19
  1830. 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)
  1831. w19.Part1 = p20
  1832. 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)
  1833. w20 = Instance.new("Weld", p20)
  1834. w20.Name = "Part_Weld"
  1835. w20.Part0 = p20
  1836. 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)
  1837. w20.Part1 = p21
  1838. 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)
  1839. w21 = Instance.new("Weld", p21)
  1840. w21.Name = "Part_Weld"
  1841. w21.Part0 = p21
  1842. 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)
  1843. w21.Part1 = p22
  1844. 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)
  1845. w22 = Instance.new("Weld", p22)
  1846. w22.Name = "Part_Weld"
  1847. w22.Part0 = p22
  1848. 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)
  1849. w22.Part1 = p23
  1850. 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)
  1851. w23 = Instance.new("Weld", p23)
  1852. w23.Name = "Part_Weld"
  1853. w23.Part0 = p23
  1854. 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)
  1855. w23.Part1 = p24
  1856. 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)
  1857. w24 = Instance.new("Weld", p24)
  1858. w24.Name = "Part_Weld"
  1859. w24.Part0 = p24
  1860. 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)
  1861. w24.Part1 = p25
  1862. 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)
  1863. w25 = Instance.new("Weld", p25)
  1864. w25.Name = "Part_Weld"
  1865. w25.Part0 = p25
  1866. 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)
  1867. w25.Part1 = p26
  1868. 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)
  1869. w26 = Instance.new("Weld", p26)
  1870. w26.Name = "Part_Weld"
  1871. w26.Part0 = p26
  1872. 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)
  1873. w26.Part1 = p27
  1874. 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)
  1875. w27 = Instance.new("Weld", p27)
  1876. w27.Name = "Part_Weld"
  1877. w27.Part0 = p27
  1878. 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)
  1879. w27.Part1 = p28
  1880. 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)
  1881. w28 = Instance.new("Weld", p28)
  1882. w28.Name = "Part_Weld"
  1883. w28.Part0 = p28
  1884. 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)
  1885. w28.Part1 = p29
  1886. 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)
  1887. w29 = Instance.new("Weld", p29)
  1888. w29.Name = "Part_Weld"
  1889. w29.Part0 = p29
  1890. 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)
  1891. w29.Part1 = p30
  1892. 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)
  1893. w30 = Instance.new("Weld", p30)
  1894. w30.Name = "Part_Weld"
  1895. w30.Part0 = p30
  1896. 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)
  1897. w30.Part1 = p31
  1898. 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)
  1899. w31 = Instance.new("Weld", p31)
  1900. w31.Name = "Part_Weld"
  1901. w31.Part0 = p31
  1902. 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)
  1903. w31.Part1 = p32
  1904. 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)
  1905. w32 = Instance.new("Weld", p32)
  1906. w32.Name = "Part_Weld"
  1907. w32.Part0 = p32
  1908. 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)
  1909. w32.Part1 = p33
  1910. 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)
  1911. w33 = Instance.new("Weld", p33)
  1912. w33.Name = "Part_Weld"
  1913. w33.Part0 = p33
  1914. 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)
  1915. w33.Part1 = p34
  1916. 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)
  1917. m.Parent = larm
  1918. m:MakeJoints()
  1919. ----------------------------------------------------
  1920. local cor = Instance.new("Part", larm.LeftArm)
  1921. cor.Name = "Thingy"
  1922. cor.Locked = true
  1923. cor.BottomSurface = 0
  1924. cor.CanCollide = false
  1925. cor.Size = Vector3.new(1, 1, 1)
  1926. cor.Transparency = 1
  1927. cor.TopSurface = 0
  1928. corw = Instance.new("Weld", cor)
  1929. corw.Part0 = larm
  1930. corw.Part1 = cor
  1931. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1932. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1933. weld1 = Instance.new("Weld", larm.LeftArm)
  1934. weld1.Part0 = cor
  1935. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1936. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1937. --Right Arm
  1938. m2 = Instance.new("Model")
  1939. m2.Name = "RightArm"
  1940. p1 = Instance.new("Part", m2)
  1941. p1.BrickColor = BrickColor.new("Really black")
  1942. p1.Material = Enum.Material.Granite
  1943. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1944. p1.FormFactor = Enum.FormFactor.Custom
  1945. p1.Size = Vector3.new(1, 0.200000048, 1)
  1946. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. b1 = Instance.new("SpecialMesh", p1)
  1953. b1.MeshType = Enum.MeshType.Brick
  1954. b1.Name = "Mesh"
  1955. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1956. p2 = Instance.new("Part", m2)
  1957. p2.BrickColor = BrickColor.new("Really black")
  1958. p2.Material = Enum.Material.Granite
  1959. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1960. p2.FormFactor = Enum.FormFactor.Custom
  1961. p2.Size = Vector3.new(1, 0.200000048, 1)
  1962. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1963. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. b2 = Instance.new("SpecialMesh", p2)
  1969. b2.MeshType = Enum.MeshType.Brick
  1970. b2.Name = "Mesh"
  1971. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1972. p3 = Instance.new("Part", m2)
  1973. p3.BrickColor = BrickColor.new("Really black")
  1974. p3.Material = Enum.Material.Granite
  1975. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1976. p3.FormFactor = Enum.FormFactor.Custom
  1977. p3.Size = Vector3.new(1, 0.200000048, 1)
  1978. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1980. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1981. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1982. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1983. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. b3 = Instance.new("SpecialMesh", p3)
  1985. b3.MeshType = Enum.MeshType.Brick
  1986. b3.Name = "Mesh"
  1987. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1988. p4 = Instance.new("Part", m2)
  1989. p4.BrickColor = BrickColor.new("Really black")
  1990. p4.Material = Enum.Material.Granite
  1991. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1992. p4.FormFactor = Enum.FormFactor.Custom
  1993. p4.Size = Vector3.new(1, 0.200000048, 1)
  1994. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2000. b4 = Instance.new("SpecialMesh", p4)
  2001. b4.MeshType = Enum.MeshType.Brick
  2002. b4.Name = "Mesh"
  2003. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  2004. p5 = Instance.new("Part", m2)
  2005. p5.BrickColor = BrickColor.new("Really black")
  2006. p5.Material = Enum.Material.Granite
  2007. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2008. p5.FormFactor = Enum.FormFactor.Custom
  2009. p5.Size = Vector3.new(1, 0.200000048, 1)
  2010. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2016. b5 = Instance.new("SpecialMesh", p5)
  2017. b5.MeshType = Enum.MeshType.Brick
  2018. b5.Name = "Mesh"
  2019. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2020. p6 = Instance.new("Part", m2)
  2021. p6.BrickColor = BrickColor.new("Really black")
  2022. p6.Material = Enum.Material.Granite
  2023. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2024. p6.FormFactor = Enum.FormFactor.Custom
  2025. p6.Size = Vector3.new(1, 1, 1)
  2026. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. b6 = Instance.new("SpecialMesh", p6)
  2033. b6.MeshType = Enum.MeshType.Sphere
  2034. b6.Name = "Mesh"
  2035. p7 = Instance.new("Part", m2)
  2036. p7.BrickColor = BrickColor.new("Black")
  2037. p7.Material = Enum.Material.SmoothPlastic
  2038. p7.Name = "RightArmPlate"
  2039. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2040. p7.FormFactor = Enum.FormFactor.Symmetric
  2041. p7.Size = Vector3.new(1, 2, 1)
  2042. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. b7 = Instance.new("SpecialMesh", p7)
  2049. b7.MeshType = Enum.MeshType.Brick
  2050. b7.Name = "Mesh"
  2051. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2052. p8 = Instance.new("Part", m2)
  2053. p8.BrickColor = BrickColor.new("Really black")
  2054. p8.Material = Enum.Material.Granite
  2055. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2056. p8.FormFactor = Enum.FormFactor.Custom
  2057. p8.Size = Vector3.new(1, 0.200000048, 1)
  2058. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2060. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. b8 = Instance.new("SpecialMesh", p8)
  2065. b8.MeshType = Enum.MeshType.Brick
  2066. b8.Name = "Mesh"
  2067. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2068. p9 = Instance.new("Part", m2)
  2069. p9.BrickColor = BrickColor.new("Black")
  2070. p9.Material = Enum.Material.SmoothPlastic
  2071. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2072. p9.FormFactor = Enum.FormFactor.Custom
  2073. p9.Size = Vector3.new(1, 0.349999994, 1)
  2074. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. b9 = Instance.new("SpecialMesh", p9)
  2081. b9.MeshType = Enum.MeshType.Brick
  2082. b9.Name = "Mesh"
  2083. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  2084. p10 = Instance.new("Part", m2)
  2085. p10.BrickColor = BrickColor.new("Black")
  2086. p10.Material = Enum.Material.Metal
  2087. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2088. p10.FormFactor = Enum.FormFactor.Custom
  2089. p10.Size = Vector3.new(1, 0.25, 1)
  2090. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. b10 = Instance.new("SpecialMesh", p10)
  2097. b10.MeshType = Enum.MeshType.Brick
  2098. b10.Name = "Mesh"
  2099. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2100. p11 = Instance.new("Part", m2)
  2101. p11.BrickColor = BrickColor.new("Black")
  2102. p11.Material = Enum.Material.Metal
  2103. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2104. p11.FormFactor = Enum.FormFactor.Custom
  2105. p11.Size = Vector3.new(1, 0.25, 1)
  2106. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2110. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. b11 = Instance.new("SpecialMesh", p11)
  2113. b11.MeshType = Enum.MeshType.Brick
  2114. b11.Name = "Mesh"
  2115. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2116. p12 = Instance.new("Part", m2)
  2117. p12.BrickColor = BrickColor.new("Black")
  2118. p12.Material = Enum.Material.Metal
  2119. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2120. p12.FormFactor = Enum.FormFactor.Custom
  2121. p12.Size = Vector3.new(1, 0.25, 1)
  2122. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. b12 = Instance.new("SpecialMesh", p12)
  2129. b12.MeshType = Enum.MeshType.Brick
  2130. b12.Name = "Mesh"
  2131. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2132. p13 = Instance.new("Part", m2)
  2133. p13.BrickColor = BrickColor.new("Really black")
  2134. p13.Material = Enum.Material.Granite
  2135. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2136. p13.FormFactor = Enum.FormFactor.Custom
  2137. p13.Size = Vector3.new(1, 0.200000048, 1)
  2138. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. b13 = Instance.new("SpecialMesh", p13)
  2145. b13.MeshType = Enum.MeshType.Brick
  2146. b13.Name = "Mesh"
  2147. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2148. p14 = Instance.new("Part", m2)
  2149. p14.BrickColor = BrickColor.new("Black")
  2150. p14.Material = Enum.Material.Metal
  2151. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2152. p14.FormFactor = Enum.FormFactor.Custom
  2153. p14.Size = Vector3.new(1, 0.25, 1)
  2154. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2155. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. b14 = Instance.new("SpecialMesh", p14)
  2161. b14.MeshType = Enum.MeshType.Brick
  2162. b14.Name = "Mesh"
  2163. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  2164. p15 = Instance.new("Part", m2)
  2165. p15.BrickColor = BrickColor.new("Really black")
  2166. p15.Material = Enum.Material.Granite
  2167. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2168. p15.FormFactor = Enum.FormFactor.Custom
  2169. p15.Size = Vector3.new(1, 0.200000048, 1)
  2170. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. b15 = Instance.new("SpecialMesh", p15)
  2177. b15.MeshType = Enum.MeshType.Brick
  2178. b15.Name = "Mesh"
  2179. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  2180. p16 = Instance.new("Part", m2)
  2181. p16.BrickColor = BrickColor.new("Black")
  2182. p16.Material = Enum.Material.SmoothPlastic
  2183. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2184. p16.FormFactor = Enum.FormFactor.Custom
  2185. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  2186. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. b16 = Instance.new("SpecialMesh", p16)
  2193. b16.MeshType = Enum.MeshType.Brick
  2194. b16.Name = "Mesh"
  2195. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2196. p17 = Instance.new("Part", m2)
  2197. p17.BrickColor = BrickColor.new("Black")
  2198. p17.Material = Enum.Material.SmoothPlastic
  2199. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2200. p17.FormFactor = Enum.FormFactor.Custom
  2201. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  2202. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. b17 = Instance.new("SpecialMesh", p17)
  2209. b17.MeshType = Enum.MeshType.Brick
  2210. b17.Name = "Mesh"
  2211. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2212. p18 = Instance.new("Part", m2)
  2213. p18.BrickColor = BrickColor.new("Really black")
  2214. p18.Material = Enum.Material.SmoothPlastic
  2215. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2216. p18.FormFactor = Enum.FormFactor.Custom
  2217. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  2218. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. b18 = Instance.new("SpecialMesh", p18)
  2225. b18.MeshType = Enum.MeshType.Brick
  2226. b18.Name = "Mesh"
  2227. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  2228. p19 = Instance.new("Part", m2)
  2229. p19.BrickColor = BrickColor.new("Black")
  2230. p19.Material = Enum.Material.SmoothPlastic
  2231. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2232. p19.FormFactor = Enum.FormFactor.Custom
  2233. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  2234. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. b19 = Instance.new("SpecialMesh", p19)
  2241. b19.MeshType = Enum.MeshType.Brick
  2242. b19.Name = "Mesh"
  2243. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  2244. w1 = Instance.new("Weld", p1)
  2245. w1.Name = "Part_Weld"
  2246. w1.Part0 = p1
  2247. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2248. w1.Part1 = p2
  2249. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2250. w2 = Instance.new("Weld", p2)
  2251. w2.Name = "Part_Weld"
  2252. w2.Part0 = p2
  2253. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2254. w2.Part1 = p3
  2255. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2256. w3 = Instance.new("Weld", p3)
  2257. w3.Name = "Part_Weld"
  2258. w3.Part0 = p3
  2259. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2260. w3.Part1 = p4
  2261. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2262. w4 = Instance.new("Weld", p4)
  2263. w4.Name = "Part_Weld"
  2264. w4.Part0 = p4
  2265. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2266. w4.Part1 = p5
  2267. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2268. w5 = Instance.new("Weld", p5)
  2269. w5.Name = "Part_Weld"
  2270. w5.Part0 = p5
  2271. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2272. w5.Part1 = p6
  2273. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2274. w6 = Instance.new("Weld", p6)
  2275. w6.Name = "RightArmPlate_Weld"
  2276. w6.Part0 = p6
  2277. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2278. w6.Part1 = p7
  2279. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2280. w7 = Instance.new("Weld", p7)
  2281. w7.Name = "Part_Weld"
  2282. w7.Part0 = p7
  2283. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2284. w7.Part1 = p8
  2285. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2286. w8 = Instance.new("Weld", p8)
  2287. w8.Name = "Part_Weld"
  2288. w8.Part0 = p8
  2289. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2290. w8.Part1 = p9
  2291. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2292. w9 = Instance.new("Weld", p9)
  2293. w9.Name = "Part_Weld"
  2294. w9.Part0 = p9
  2295. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2296. w9.Part1 = p10
  2297. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2298. w10 = Instance.new("Weld", p10)
  2299. w10.Name = "Part_Weld"
  2300. w10.Part0 = p10
  2301. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2302. w10.Part1 = p11
  2303. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2304. w11 = Instance.new("Weld", p11)
  2305. w11.Name = "Part_Weld"
  2306. w11.Part0 = p11
  2307. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2308. w11.Part1 = p12
  2309. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2310. w12 = Instance.new("Weld", p12)
  2311. w12.Name = "Part_Weld"
  2312. w12.Part0 = p12
  2313. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2314. w12.Part1 = p13
  2315. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2316. w13 = Instance.new("Weld", p13)
  2317. w13.Name = "Part_Weld"
  2318. w13.Part0 = p13
  2319. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2320. w13.Part1 = p14
  2321. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2322. w14 = Instance.new("Weld", p14)
  2323. w14.Name = "Part_Weld"
  2324. w14.Part0 = p14
  2325. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2326. w14.Part1 = p15
  2327. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2328. w15 = Instance.new("Weld", p15)
  2329. w15.Name = "Part_Weld"
  2330. w15.Part0 = p15
  2331. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2332. w15.Part1 = p16
  2333. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2334. w16 = Instance.new("Weld", p16)
  2335. w16.Name = "Part_Weld"
  2336. w16.Part0 = p16
  2337. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2338. w16.Part1 = p17
  2339. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2340. w17 = Instance.new("Weld", p17)
  2341. w17.Name = "Part_Weld"
  2342. w17.Part0 = p17
  2343. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2344. w17.Part1 = p18
  2345. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2346. w18 = Instance.new("Weld", p18)
  2347. w18.Name = "Part_Weld"
  2348. w18.Part0 = p18
  2349. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2350. w18.Part1 = p19
  2351. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2352. m2.Parent = rarm
  2353. m2:MakeJoints()
  2354. ----------------------------------------------------
  2355. local cor2 = Instance.new("Part", rarm.RightArm)
  2356. cor2.Name = "Thingy"
  2357. cor2.Locked = true
  2358. cor2.BottomSurface = 0
  2359. cor2.CanCollide = false
  2360. cor2.Size = Vector3.new(1, 1, 1)
  2361. cor2.Transparency = 1
  2362. cor2.TopSurface = 0
  2363. corw2 = Instance.new("Weld", cor2)
  2364. corw2.Part0 = rarm
  2365. corw2.Part1 = cor2
  2366. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2367. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2368. weld2 = Instance.new("Weld", rarm.RightArm)
  2369. weld2.Part0 = cor2
  2370. weld2.Part1 = rarm.RightArm.RightArmPlate
  2371. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2372. --Torso
  2373. m3 = Instance.new("Model")
  2374. m3.Name = "Torso"
  2375. p1 = Instance.new("Part", m3)
  2376. p1.BrickColor = BrickColor.new("Really black")
  2377. p1.Material = Enum.Material.Metal
  2378. p1.Name = "TorsoPlate"
  2379. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2380. p1.CanCollide = false
  2381. p1.Locked = true
  2382. p1.FormFactor = Enum.FormFactor.Custom
  2383. p1.Size = Vector3.new(2, 2, 1)
  2384. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. b1 = Instance.new("SpecialMesh", p1)
  2391. b1.MeshType = Enum.MeshType.Brick
  2392. b1.Name = "Mesh"
  2393. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2394. p2 = Instance.new("Part", m3)
  2395. p2.BrickColor = BrickColor.new("Really black")
  2396. p2.Material = Enum.Material.Metal
  2397. 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)
  2398. p2.CanCollide = false
  2399. p2.Locked = true
  2400. p2.FormFactor = Enum.FormFactor.Custom
  2401. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2402. b2 = Instance.new("SpecialMesh", p2)
  2403. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2404. b2.TextureId = ""
  2405. b2.MeshType = Enum.MeshType.FileMesh
  2406. b2.Name = "Mesh"
  2407. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2408. p3 = Instance.new("Part", m3)
  2409. p3.BrickColor = BrickColor.new("Black")
  2410. p3.Material = Enum.Material.Metal
  2411. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2412. p3.CanCollide = false
  2413. p3.Locked = true
  2414. p3.FormFactor = Enum.FormFactor.Custom
  2415. p3.Size = Vector3.new(2, 2, 0.200000018)
  2416. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. b3 = Instance.new("SpecialMesh", p3)
  2423. b3.MeshType = Enum.MeshType.Brick
  2424. b3.Name = "Mesh"
  2425. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2426. p4 = Instance.new("Part", m3)
  2427. p4.BrickColor = BrickColor.new("Black")
  2428. p4.Material = Enum.Material.Metal
  2429. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  2430. p4.CanCollide = false
  2431. p4.Locked = true
  2432. p4.FormFactor = Enum.FormFactor.Custom
  2433. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  2434. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. b4 = Instance.new("SpecialMesh", p4)
  2441. b4.MeshType = Enum.MeshType.Brick
  2442. b4.Name = "Mesh"
  2443. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2444. p5 = Instance.new("Part", m3)
  2445. p5.BrickColor = BrickColor.new("Black")
  2446. p5.Material = Enum.Material.Metal
  2447. 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)
  2448. p5.CanCollide = false
  2449. p5.Locked = true
  2450. p5.FormFactor = Enum.FormFactor.Custom
  2451. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  2452. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. b5 = Instance.new("SpecialMesh", p5)
  2459. b5.MeshType = Enum.MeshType.Wedge
  2460. b5.Name = "Mesh"
  2461. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2462. p6 = Instance.new("Part", m3)
  2463. p6.BrickColor = BrickColor.new("Black")
  2464. p6.Material = Enum.Material.Metal
  2465. 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)
  2466. p6.CanCollide = false
  2467. p6.Locked = true
  2468. p6.FormFactor = Enum.FormFactor.Custom
  2469. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  2470. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2474. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2476. b6 = Instance.new("SpecialMesh", p6)
  2477. b6.MeshType = Enum.MeshType.Wedge
  2478. b6.Name = "Mesh"
  2479. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2480. p7 = Instance.new("Part", m3)
  2481. p7.BrickColor = BrickColor.new("Black")
  2482. p7.Material = Enum.Material.Metal
  2483. 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)
  2484. p7.CanCollide = false
  2485. p7.Locked = true
  2486. p7.FormFactor = Enum.FormFactor.Custom
  2487. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  2488. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2493. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2494. b7 = Instance.new("SpecialMesh", p7)
  2495. b7.MeshType = Enum.MeshType.Wedge
  2496. b7.Name = "Mesh"
  2497. p8 = Instance.new("Part", m3)
  2498. p8.BrickColor = BrickColor.new("Black")
  2499. p8.Material = Enum.Material.Metal
  2500. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2501. p8.CanCollide = false
  2502. p8.Locked = true
  2503. p8.FormFactor = Enum.FormFactor.Custom
  2504. p8.Size = Vector3.new(1, 2, 0.200000018)
  2505. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. b8 = Instance.new("SpecialMesh", p8)
  2512. b8.MeshType = Enum.MeshType.Brick
  2513. b8.Name = "Mesh"
  2514. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2515. p9 = Instance.new("Part", m3)
  2516. p9.BrickColor = BrickColor.new("Black")
  2517. p9.Material = Enum.Material.Metal
  2518. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2519. p9.CanCollide = false
  2520. p9.Locked = true
  2521. p9.FormFactor = Enum.FormFactor.Custom
  2522. p9.Size = Vector3.new(1, 2, 0.200000018)
  2523. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. b9 = Instance.new("SpecialMesh", p9)
  2530. b9.MeshType = Enum.MeshType.Brick
  2531. b9.Name = "Mesh"
  2532. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2533. p10 = Instance.new("Part", m3)
  2534. p10.BrickColor = BrickColor.new("Black")
  2535. p10.Material = Enum.Material.Metal
  2536. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  2537. p10.CanCollide = false
  2538. p10.Locked = true
  2539. p10.FormFactor = Enum.FormFactor.Custom
  2540. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  2541. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. b10 = Instance.new("SpecialMesh", p10)
  2548. b10.MeshType = Enum.MeshType.Brick
  2549. b10.Name = "Mesh"
  2550. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2551. p11 = Instance.new("Part", m3)
  2552. p11.BrickColor = BrickColor.new("Really black")
  2553. p11.Material = Enum.Material.Metal
  2554. 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)
  2555. p11.CanCollide = false
  2556. p11.Locked = true
  2557. p11.FormFactor = Enum.FormFactor.Custom
  2558. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2559. b11 = Instance.new("SpecialMesh", p11)
  2560. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2561. b11.TextureId = ""
  2562. b11.MeshType = Enum.MeshType.FileMesh
  2563. b11.Name = "Mesh"
  2564. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2565. p12 = Instance.new("Part", m3)
  2566. p12.BrickColor = BrickColor.new("Really black")
  2567. p12.Material = Enum.Material.Metal
  2568. p12.Transparency = 1
  2569. p12.Name = "Chain2Torso"
  2570. 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)
  2571. p12.CanCollide = false
  2572. p12.Locked = true
  2573. p12.FormFactor = Enum.FormFactor.Custom
  2574. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  2575. b12 = Instance.new("SpecialMesh", p12)
  2576. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2577. b12.TextureId = ""
  2578. b12.MeshType = Enum.MeshType.FileMesh
  2579. b12.Name = "Mesh"
  2580. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2581. p13 = Instance.new("Part", m3)
  2582. p13.BrickColor = BrickColor.new("Really black")
  2583. p13.Material = Enum.Material.Metal
  2584. 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)
  2585. p13.CanCollide = false
  2586. p13.Locked = true
  2587. p13.FormFactor = Enum.FormFactor.Custom
  2588. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2589. b13 = Instance.new("SpecialMesh", p13)
  2590. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2591. b13.TextureId = ""
  2592. b13.MeshType = Enum.MeshType.FileMesh
  2593. b13.Name = "Mesh"
  2594. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2595. p14 = Instance.new("Part", m3)
  2596. p14.BrickColor = BrickColor.new("Really black")
  2597. p14.Material = Enum.Material.Metal
  2598. 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)
  2599. p14.CanCollide = false
  2600. p14.Locked = true
  2601. p14.FormFactor = Enum.FormFactor.Custom
  2602. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2603. b14 = Instance.new("SpecialMesh", p14)
  2604. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2605. b14.TextureId = ""
  2606. b14.MeshType = Enum.MeshType.FileMesh
  2607. b14.Name = "Mesh"
  2608. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2609. p15 = Instance.new("Part", m3)
  2610. p15.BrickColor = BrickColor.new("Really black")
  2611. p15.Material = Enum.Material.Metal
  2612. 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)
  2613. p15.CanCollide = false
  2614. p15.Locked = true
  2615. p15.FormFactor = Enum.FormFactor.Custom
  2616. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2617. b15 = Instance.new("SpecialMesh", p15)
  2618. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2619. b15.TextureId = ""
  2620. b15.MeshType = Enum.MeshType.FileMesh
  2621. b15.Name = "Mesh"
  2622. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2623. p16 = Instance.new("Part", m3)
  2624. p16.BrickColor = BrickColor.new("Really black")
  2625. p16.Material = Enum.Material.Metal
  2626. 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)
  2627. p16.CanCollide = false
  2628. p16.Locked = true
  2629. p16.FormFactor = Enum.FormFactor.Custom
  2630. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2631. b16 = Instance.new("SpecialMesh", p16)
  2632. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2633. b16.TextureId = ""
  2634. b16.MeshType = Enum.MeshType.FileMesh
  2635. b16.Name = "Mesh"
  2636. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2637. p17 = Instance.new("Part", m3)
  2638. p17.BrickColor = BrickColor.new("Really black")
  2639. p17.Material = Enum.Material.Metal
  2640. 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)
  2641. p17.CanCollide = false
  2642. p17.Locked = true
  2643. p17.FormFactor = Enum.FormFactor.Custom
  2644. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2645. b17 = Instance.new("SpecialMesh", p17)
  2646. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2647. b17.TextureId = ""
  2648. b17.MeshType = Enum.MeshType.FileMesh
  2649. b17.Name = "Mesh"
  2650. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2651. p18 = Instance.new("Part", m3)
  2652. p18.BrickColor = BrickColor.new("Really black")
  2653. p18.Material = Enum.Material.Metal
  2654. 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)
  2655. p18.CanCollide = false
  2656. p18.Locked = true
  2657. p18.FormFactor = Enum.FormFactor.Custom
  2658. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2659. b18 = Instance.new("SpecialMesh", p18)
  2660. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2661. b18.TextureId = ""
  2662. b18.MeshType = Enum.MeshType.FileMesh
  2663. b18.Name = "Mesh"
  2664. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2665. p19 = Instance.new("Part", m3)
  2666. p19.BrickColor = BrickColor.new("Really black")
  2667. p19.Material = Enum.Material.Metal
  2668. 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)
  2669. p19.CanCollide = false
  2670. p19.Locked = true
  2671. p19.FormFactor = Enum.FormFactor.Custom
  2672. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2673. b19 = Instance.new("SpecialMesh", p19)
  2674. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2675. b19.TextureId = ""
  2676. b19.MeshType = Enum.MeshType.FileMesh
  2677. b19.Name = "Mesh"
  2678. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2679. p20 = Instance.new("Part", m3)
  2680. p20.BrickColor = BrickColor.new("Really black")
  2681. p20.Material = Enum.Material.Metal
  2682. 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)
  2683. p20.CanCollide = false
  2684. p20.Locked = true
  2685. p20.FormFactor = Enum.FormFactor.Custom
  2686. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2687. b20 = Instance.new("SpecialMesh", p20)
  2688. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2689. b20.TextureId = ""
  2690. b20.MeshType = Enum.MeshType.FileMesh
  2691. b20.Name = "Mesh"
  2692. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2693. p21 = Instance.new("Part", m3)
  2694. p21.BrickColor = BrickColor.new("Really black")
  2695. p21.Material = Enum.Material.Metal
  2696. 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)
  2697. p21.CanCollide = false
  2698. p21.Locked = true
  2699. p21.FormFactor = Enum.FormFactor.Custom
  2700. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2701. b21 = Instance.new("SpecialMesh", p21)
  2702. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2703. b21.TextureId = ""
  2704. b21.MeshType = Enum.MeshType.FileMesh
  2705. b21.Name = "Mesh"
  2706. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2707. p22 = Instance.new("Part", m3)
  2708. p22.BrickColor = BrickColor.new("Really black")
  2709. p22.Material = Enum.Material.Metal
  2710. 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)
  2711. p22.CanCollide = false
  2712. p22.Locked = true
  2713. p22.FormFactor = Enum.FormFactor.Custom
  2714. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2715. b22 = Instance.new("SpecialMesh", p22)
  2716. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2717. b22.TextureId = ""
  2718. b22.MeshType = Enum.MeshType.FileMesh
  2719. b22.Name = "Mesh"
  2720. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2721. p23 = Instance.new("Part", m3)
  2722. p23.BrickColor = BrickColor.new("Really black")
  2723. p23.Material = Enum.Material.Metal
  2724. 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)
  2725. p23.CanCollide = false
  2726. p23.Locked = true
  2727. p23.FormFactor = Enum.FormFactor.Custom
  2728. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2729. b23 = Instance.new("SpecialMesh", p23)
  2730. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2731. b23.TextureId = ""
  2732. b23.MeshType = Enum.MeshType.FileMesh
  2733. b23.Name = "Mesh"
  2734. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2735. p24 = Instance.new("Part", m3)
  2736. p24.BrickColor = BrickColor.new("Really black")
  2737. p24.Material = Enum.Material.Metal
  2738. 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)
  2739. p24.CanCollide = false
  2740. p24.Locked = true
  2741. p24.FormFactor = Enum.FormFactor.Custom
  2742. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2743. b24 = Instance.new("SpecialMesh", p24)
  2744. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2745. b24.TextureId = ""
  2746. b24.MeshType = Enum.MeshType.FileMesh
  2747. b24.Name = "Mesh"
  2748. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2749. p25 = Instance.new("Part", m3)
  2750. p25.BrickColor = BrickColor.new("Really black")
  2751. p25.Material = Enum.Material.Metal
  2752. 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)
  2753. p25.CanCollide = false
  2754. p25.Locked = true
  2755. p25.FormFactor = Enum.FormFactor.Custom
  2756. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2757. b25 = Instance.new("SpecialMesh", p25)
  2758. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2759. b25.TextureId = ""
  2760. b25.MeshType = Enum.MeshType.FileMesh
  2761. b25.Name = "Mesh"
  2762. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2763. p26 = Instance.new("Part", m3)
  2764. p26.BrickColor = BrickColor.new("Really black")
  2765. p26.Material = Enum.Material.Metal
  2766. 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)
  2767. p26.CanCollide = false
  2768. p26.Locked = true
  2769. p26.FormFactor = Enum.FormFactor.Custom
  2770. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2771. b26 = Instance.new("SpecialMesh", p26)
  2772. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2773. b26.TextureId = ""
  2774. b26.MeshType = Enum.MeshType.FileMesh
  2775. b26.Name = "Mesh"
  2776. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2777. p27 = Instance.new("Part", m3)
  2778. p27.BrickColor = BrickColor.new("Really black")
  2779. p27.Material = Enum.Material.Metal
  2780. 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)
  2781. p27.CanCollide = false
  2782. p27.Locked = true
  2783. p27.FormFactor = Enum.FormFactor.Custom
  2784. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2785. b27 = Instance.new("SpecialMesh", p27)
  2786. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2787. b27.TextureId = ""
  2788. b27.MeshType = Enum.MeshType.FileMesh
  2789. b27.Name = "Mesh"
  2790. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2791. p28 = Instance.new("Part", m3)
  2792. p28.BrickColor = BrickColor.new("Really black")
  2793. p28.Material = Enum.Material.Metal
  2794. 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)
  2795. p28.CanCollide = false
  2796. p28.Locked = true
  2797. p28.FormFactor = Enum.FormFactor.Custom
  2798. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2799. b28 = Instance.new("SpecialMesh", p28)
  2800. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2801. b28.TextureId = ""
  2802. b28.MeshType = Enum.MeshType.FileMesh
  2803. b28.Name = "Mesh"
  2804. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2805. p29 = Instance.new("Part", m3)
  2806. p29.BrickColor = BrickColor.new("Really black")
  2807. p29.Material = Enum.Material.Metal
  2808. 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)
  2809. p29.CanCollide = false
  2810. p29.Locked = true
  2811. p29.FormFactor = Enum.FormFactor.Custom
  2812. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2813. b29 = Instance.new("SpecialMesh", p29)
  2814. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2815. b29.TextureId = ""
  2816. b29.MeshType = Enum.MeshType.FileMesh
  2817. b29.Name = "Mesh"
  2818. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2819. p30 = Instance.new("Part", m3)
  2820. p30.BrickColor = BrickColor.new("Really black")
  2821. p30.Material = Enum.Material.Metal
  2822. 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)
  2823. p30.CanCollide = false
  2824. p30.Locked = true
  2825. p30.FormFactor = Enum.FormFactor.Custom
  2826. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2827. b30 = Instance.new("SpecialMesh", p30)
  2828. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2829. b30.TextureId = ""
  2830. b30.MeshType = Enum.MeshType.FileMesh
  2831. b30.Name = "Mesh"
  2832. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2833. p31 = Instance.new("Part", m3)
  2834. p31.BrickColor = BrickColor.new("Really black")
  2835. p31.Material = Enum.Material.Metal
  2836. 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)
  2837. p31.CanCollide = false
  2838. p31.Locked = true
  2839. p31.FormFactor = Enum.FormFactor.Custom
  2840. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2841. b31 = Instance.new("SpecialMesh", p31)
  2842. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2843. b31.TextureId = ""
  2844. b31.MeshType = Enum.MeshType.FileMesh
  2845. b31.Name = "Mesh"
  2846. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2847. p32 = Instance.new("Part", m3)
  2848. p32.BrickColor = BrickColor.new("Really black")
  2849. p32.Material = Enum.Material.Metal
  2850. 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)
  2851. p32.CanCollide = false
  2852. p32.Locked = true
  2853. p32.FormFactor = Enum.FormFactor.Custom
  2854. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2855. b32 = Instance.new("SpecialMesh", p32)
  2856. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2857. b32.TextureId = ""
  2858. b32.MeshType = Enum.MeshType.FileMesh
  2859. b32.Name = "Mesh"
  2860. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2861. p33 = Instance.new("Part", m3)
  2862. p33.BrickColor = BrickColor.new("Really black")
  2863. p33.Material = Enum.Material.Metal
  2864. 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)
  2865. p33.CanCollide = false
  2866. p33.Locked = true
  2867. p33.FormFactor = Enum.FormFactor.Custom
  2868. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2869. b33 = Instance.new("SpecialMesh", p33)
  2870. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2871. b33.TextureId = ""
  2872. b33.MeshType = Enum.MeshType.FileMesh
  2873. b33.Name = "Mesh"
  2874. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2875. p34 = Instance.new("Part", m3)
  2876. p34.BrickColor = BrickColor.new("Really black")
  2877. p34.Material = Enum.Material.Metal
  2878. p34.Name = "Connection"
  2879. 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)
  2880. p34.CanCollide = false
  2881. p34.Locked = true
  2882. p34.FormFactor = Enum.FormFactor.Custom
  2883. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2884. b34 = Instance.new("SpecialMesh", p34)
  2885. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2886. b34.TextureId = ""
  2887. b34.MeshType = Enum.MeshType.FileMesh
  2888. b34.Name = "Mesh"
  2889. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2890. p35 = Instance.new("Part", m3)
  2891. p35.BrickColor = BrickColor.new("Really black")
  2892. p35.Material = Enum.Material.Metal
  2893. 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)
  2894. p35.CanCollide = false
  2895. p35.Locked = true
  2896. p35.FormFactor = Enum.FormFactor.Custom
  2897. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2898. b35 = Instance.new("SpecialMesh", p35)
  2899. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2900. b35.TextureId = ""
  2901. b35.MeshType = Enum.MeshType.FileMesh
  2902. b35.Name = "Mesh"
  2903. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2904. p36 = Instance.new("Part", m3)
  2905. p36.BrickColor = BrickColor.new("Really black")
  2906. p36.Material = Enum.Material.Metal
  2907. 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)
  2908. p36.CanCollide = false
  2909. p36.Locked = true
  2910. p36.FormFactor = Enum.FormFactor.Custom
  2911. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2912. b36 = Instance.new("SpecialMesh", p36)
  2913. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2914. b36.TextureId = ""
  2915. b36.MeshType = Enum.MeshType.FileMesh
  2916. b36.Name = "Mesh"
  2917. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2918. w1 = Instance.new("Weld", p2)
  2919. w1.Name = "Joint"
  2920. w1.Part0 = p2
  2921. 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)
  2922. w1.Part1 = p18
  2923. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2924. w2 = Instance.new("Weld", p3)
  2925. w2.Name = "Joint"
  2926. w2.Part0 = p3
  2927. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2928. w2.Part1 = p1
  2929. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2930. w3 = Instance.new("Weld", p4)
  2931. w3.Name = "Joint"
  2932. w3.Part0 = p4
  2933. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2934. w3.Part1 = p1
  2935. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2936. w4 = Instance.new("Weld", p5)
  2937. w4.Name = "Joint"
  2938. w4.Part0 = p5
  2939. 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)
  2940. w4.Part1 = p7
  2941. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2942. w5 = Instance.new("Weld", p6)
  2943. w5.Name = "Joint"
  2944. w5.Part0 = p6
  2945. 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)
  2946. w5.Part1 = p7
  2947. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2948. w6 = Instance.new("Weld", p7)
  2949. w6.Name = "Joint"
  2950. w6.Part0 = p7
  2951. 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)
  2952. w6.Part1 = p1
  2953. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2954. w7 = Instance.new("Weld", p8)
  2955. w7.Name = "Joint"
  2956. w7.Part0 = p8
  2957. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2958. w7.Part1 = p1
  2959. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2960. w8 = Instance.new("Weld", p9)
  2961. w8.Name = "Joint"
  2962. w8.Part0 = p9
  2963. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2964. w8.Part1 = p1
  2965. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2966. w9 = Instance.new("Weld", p10)
  2967. w9.Name = "Joint"
  2968. w9.Part0 = p10
  2969. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2970. w9.Part1 = p1
  2971. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2972. w10 = Instance.new("Weld", p11)
  2973. w10.Name = "Joint"
  2974. w10.Part0 = p11
  2975. 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)
  2976. w10.Part1 = p19
  2977. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2978. w11 = Instance.new("Weld", p12)
  2979. w11.Name = "Joint"
  2980. w11.Part0 = p12
  2981. 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)
  2982. w11.Part1 = p1
  2983. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2984. w12 = Instance.new("Weld", p13)
  2985. w12.Name = "Joint"
  2986. w12.Part0 = p13
  2987. 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)
  2988. w12.Part1 = p35
  2989. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2990. w13 = Instance.new("Weld", p14)
  2991. w13.Name = "Joint"
  2992. w13.Part0 = p14
  2993. 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)
  2994. w13.Part1 = p34
  2995. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2996. w14 = Instance.new("Weld", p15)
  2997. w14.Name = "Joint"
  2998. w14.Part0 = p15
  2999. 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)
  3000. w14.Part1 = p16
  3001. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3002. w15 = Instance.new("Weld", p16)
  3003. w15.Name = "Joint"
  3004. w15.Part0 = p16
  3005. 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)
  3006. w15.Part1 = p20
  3007. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3008. w16 = Instance.new("Weld", p17)
  3009. w16.Name = "Joint"
  3010. w16.Part0 = p17
  3011. 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)
  3012. w16.Part1 = p14
  3013. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3014. w17 = Instance.new("Weld", p18)
  3015. w17.Name = "Joint"
  3016. w17.Part0 = p18
  3017. 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)
  3018. w17.Part1 = p17
  3019. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3020. w18 = Instance.new("Weld", p19)
  3021. w18.Name = "Joint"
  3022. w18.Part0 = p19
  3023. 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)
  3024. w18.Part1 = p21
  3025. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3026. w19 = Instance.new("Weld", p20)
  3027. w19.Name = "Joint"
  3028. w19.Part0 = p20
  3029. 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)
  3030. w19.Part1 = p11
  3031. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3032. w20 = Instance.new("Weld", p21)
  3033. w20.Name = "Joint"
  3034. w20.Part0 = p21
  3035. 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)
  3036. w20.Part1 = p22
  3037. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3038. w21 = Instance.new("Weld", p22)
  3039. w21.Name = "Joint"
  3040. w21.Part0 = p22
  3041. 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)
  3042. w21.Part1 = p23
  3043. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3044. w22 = Instance.new("Weld", p23)
  3045. w22.Name = "Joint"
  3046. w22.Part0 = p23
  3047. 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)
  3048. w22.Part1 = p24
  3049. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3050. w23 = Instance.new("Weld", p24)
  3051. w23.Name = "Joint"
  3052. w23.Part0 = p24
  3053. 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)
  3054. w23.Part1 = p25
  3055. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3056. w24 = Instance.new("Weld", p25)
  3057. w24.Name = "Joint"
  3058. w24.Part0 = p25
  3059. 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)
  3060. w24.Part1 = p26
  3061. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3062. w25 = Instance.new("Weld", p26)
  3063. w25.Name = "Joint"
  3064. w25.Part0 = p26
  3065. 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)
  3066. w25.Part1 = p27
  3067. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3068. w26 = Instance.new("Weld", p27)
  3069. w26.Name = "Joint"
  3070. w26.Part0 = p27
  3071. 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)
  3072. w26.Part1 = p28
  3073. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3074. w27 = Instance.new("Weld", p28)
  3075. w27.Name = "Joint"
  3076. w27.Part0 = p28
  3077. 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)
  3078. w27.Part1 = p29
  3079. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3080. w28 = Instance.new("Weld", p29)
  3081. w28.Name = "Joint"
  3082. w28.Part0 = p29
  3083. 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)
  3084. w28.Part1 = p30
  3085. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3086. w29 = Instance.new("Weld", p30)
  3087. w29.Name = "Joint"
  3088. w29.Part0 = p30
  3089. 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)
  3090. w29.Part1 = p31
  3091. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3092. w30 = Instance.new("Weld", p31)
  3093. w30.Name = "Joint"
  3094. w30.Part0 = p31
  3095. 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)
  3096. w30.Part1 = p32
  3097. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3098. w31 = Instance.new("Weld", p32)
  3099. w31.Name = "Joint"
  3100. w31.Part0 = p32
  3101. 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)
  3102. w31.Part1 = p33
  3103. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3104. w32 = Instance.new("Weld", p33)
  3105. w32.Name = "Joint"
  3106. w32.Part0 = p33
  3107. 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)
  3108. w32.Part1 = p13
  3109. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3110. w33 = Instance.new("Weld", p34)
  3111. w33.Name = "Joint"
  3112. w33.Part0 = p34
  3113. 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)
  3114. w33.Part1 = p12
  3115. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3116. w34 = Instance.new("Weld", p35)
  3117. w34.Name = "Joint"
  3118. w34.Part0 = p35
  3119. 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)
  3120. w34.Part1 = p36
  3121. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3122. w35 = Instance.new("Weld", p36)
  3123. w35.Name = "Joint"
  3124. w35.Part0 = p36
  3125. 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)
  3126. w35.Part1 = p2
  3127. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3128. m3.Parent = torso
  3129. m3:MakeJoints()
  3130. ----------------------------------------------------
  3131. local cor3 = Instance.new("Part", torso.Torso)
  3132. cor3.Name = "Thingy"
  3133. cor3.Locked = true
  3134. cor3.BottomSurface = 0
  3135. cor3.CanCollide = false
  3136. cor3.Size = Vector3.new(1, 1, 1)
  3137. cor3.Transparency = 1
  3138. cor3.TopSurface = 0
  3139. corw3 = Instance.new("Weld", cor3)
  3140. corw3.Part0 = torso
  3141. corw3.Part1 = cor3
  3142. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3143. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3144. weld3 = Instance.new("Weld", torso.Torso)
  3145. weld3.Part0 = cor3
  3146. weld3.Part1 = torso.Torso.TorsoPlate
  3147. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3148. --Left Leg
  3149. m4 = Instance.new("Model")
  3150. m4.Name = "LeftLeg"
  3151. p1 = Instance.new("Part", m4)
  3152. p1.BrickColor = BrickColor.new("Really black")
  3153. p1.Material = Enum.Material.Metal
  3154. p1.Name = "LeftLegPlate"
  3155. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3156. p1.Anchored = false
  3157. p1.CanCollide = false
  3158. p1.FormFactor = Enum.FormFactor.Custom
  3159. p1.Size = Vector3.new(1, 2, 1)
  3160. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. b1 = Instance.new("SpecialMesh", p1)
  3167. b1.MeshType = Enum.MeshType.Brick
  3168. b1.Name = "Mesh"
  3169. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3170. p2 = Instance.new("Part", m4)
  3171. p2.BrickColor = BrickColor.new("Really black")
  3172. p2.Material = Enum.Material.Metal
  3173. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3174. p2.Anchored = false
  3175. p2.CanCollide = false
  3176. p2.FormFactor = Enum.FormFactor.Custom
  3177. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  3178. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. b2 = Instance.new("SpecialMesh", p2)
  3185. b2.MeshType = Enum.MeshType.Brick
  3186. b2.Name = "Mesh"
  3187. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3188. p3 = Instance.new("Part", m4)
  3189. p3.BrickColor = BrickColor.new("Really black")
  3190. p3.Material = Enum.Material.Metal
  3191. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3192. p3.Anchored = false
  3193. p3.CanCollide = false
  3194. p3.FormFactor = Enum.FormFactor.Custom
  3195. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  3196. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. b3 = Instance.new("SpecialMesh", p3)
  3203. b3.MeshType = Enum.MeshType.Brick
  3204. b3.Name = "Mesh"
  3205. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3206. p4 = Instance.new("Part", m4)
  3207. p4.BrickColor = BrickColor.new("Black")
  3208. p4.Material = Enum.Material.Metal
  3209. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3210. p4.Anchored = false
  3211. p4.CanCollide = false
  3212. p4.FormFactor = Enum.FormFactor.Custom
  3213. p4.Size = Vector3.new(1, 2, 0.200000018)
  3214. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. b4 = Instance.new("SpecialMesh", p4)
  3221. b4.MeshType = Enum.MeshType.Brick
  3222. b4.Name = "Mesh"
  3223. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3224. p5 = Instance.new("Part", m4)
  3225. p5.BrickColor = BrickColor.new("Black")
  3226. p5.Material = Enum.Material.Metal
  3227. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3228. p5.Anchored = false
  3229. p5.CanCollide = false
  3230. p5.FormFactor = Enum.FormFactor.Custom
  3231. p5.Size = Vector3.new(1, 2, 0.200000018)
  3232. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3236. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. b5 = Instance.new("SpecialMesh", p5)
  3239. b5.MeshType = Enum.MeshType.Brick
  3240. b5.Name = "Mesh"
  3241. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3242. p6 = Instance.new("Part", m4)
  3243. p6.BrickColor = BrickColor.new("Black")
  3244. p6.Material = Enum.Material.Metal
  3245. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3246. p6.Anchored = false
  3247. p6.CanCollide = false
  3248. p6.FormFactor = Enum.FormFactor.Custom
  3249. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  3250. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. b6 = Instance.new("SpecialMesh", p6)
  3257. b6.MeshType = Enum.MeshType.Brick
  3258. b6.Name = "Mesh"
  3259. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3260. p7 = Instance.new("Part", m4)
  3261. p7.BrickColor = BrickColor.new("Black")
  3262. p7.Material = Enum.Material.Metal
  3263. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3264. p7.Anchored = false
  3265. p7.CanCollide = false
  3266. p7.FormFactor = Enum.FormFactor.Custom
  3267. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3268. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3270. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. b7 = Instance.new("SpecialMesh", p7)
  3275. b7.MeshType = Enum.MeshType.Brick
  3276. b7.Name = "Mesh"
  3277. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3278. w1 = Instance.new("Weld", p2)
  3279. w1.Name = "Joint"
  3280. w1.Part0 = p2
  3281. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3282. w1.Part1 = p3
  3283. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3284. w2 = Instance.new("Weld", p3)
  3285. w2.Name = "Joint"
  3286. w2.Part0 = p3
  3287. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3288. w2.Part1 = p5
  3289. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3290. w3 = Instance.new("Weld", p4)
  3291. w3.Name = "Joint"
  3292. w3.Part0 = p4
  3293. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3294. w3.Part1 = p1
  3295. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3296. w4 = Instance.new("Weld", p5)
  3297. w4.Name = "Joint"
  3298. w4.Part0 = p5
  3299. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3300. w4.Part1 = p1
  3301. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3302. w5 = Instance.new("Weld", p6)
  3303. w5.Name = "Joint"
  3304. w5.Part0 = p6
  3305. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3306. w5.Part1 = p1
  3307. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3308. w6 = Instance.new("Weld", p7)
  3309. w6.Name = "Joint"
  3310. w6.Part0 = p7
  3311. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3312. w6.Part1 = p1
  3313. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3314. m4.Parent = lleg
  3315. m4:MakeJoints()
  3316. ----------------------------------------------------
  3317. local cor4 = Instance.new("Part", lleg.LeftLeg)
  3318. cor4.Name = "Thingy"
  3319. cor4.Locked = true
  3320. cor4.BottomSurface = 0
  3321. cor4.CanCollide = false
  3322. cor4.Size = Vector3.new(1, 1, 1)
  3323. cor4.Transparency = 1
  3324. cor4.TopSurface = 0
  3325. corw4 = Instance.new("Weld", cor4)
  3326. corw4.Part0 = lleg
  3327. corw4.Part1 = cor4
  3328. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3329. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3330. weld4 = Instance.new("Weld", lleg.LeftLeg)
  3331. weld4.Part0 = cor4
  3332. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  3333. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3334. --Right Leg
  3335. m5 = Instance.new("Model")
  3336. m5.Name = "RightLeg"
  3337. p1 = Instance.new("Part", m5)
  3338. p1.BrickColor = BrickColor.new("Really black")
  3339. p1.Material = Enum.Material.Metal
  3340. p1.Name = "RightLegPlate"
  3341. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3342. p1.Anchored = false
  3343. p1.CanCollide = false
  3344. p1.FormFactor = Enum.FormFactor.Custom
  3345. p1.Size = Vector3.new(1, 2, 1)
  3346. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. b1 = Instance.new("SpecialMesh", p1)
  3353. b1.MeshType = Enum.MeshType.Brick
  3354. b1.Name = "Mesh"
  3355. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3356. p2 = Instance.new("Part", m5)
  3357. p2.BrickColor = BrickColor.new("Really black")
  3358. p2.Material = Enum.Material.Metal
  3359. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3360. p2.Anchored = false
  3361. p2.CanCollide = false
  3362. p2.FormFactor = Enum.FormFactor.Custom
  3363. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  3364. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. b2 = Instance.new("SpecialMesh", p2)
  3371. b2.MeshType = Enum.MeshType.Brick
  3372. b2.Name = "Mesh"
  3373. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3374. p3 = Instance.new("Part", m5)
  3375. p3.BrickColor = BrickColor.new("Really black")
  3376. p3.Material = Enum.Material.Metal
  3377. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3378. p3.Anchored = false
  3379. p3.CanCollide = false
  3380. p3.FormFactor = Enum.FormFactor.Custom
  3381. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  3382. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. b3 = Instance.new("SpecialMesh", p3)
  3389. b3.MeshType = Enum.MeshType.Brick
  3390. b3.Name = "Mesh"
  3391. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  3392. p4 = Instance.new("Part", m5)
  3393. p4.BrickColor = BrickColor.new("Black")
  3394. p4.Material = Enum.Material.Metal
  3395. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3396. p4.Anchored = false
  3397. p4.CanCollide = false
  3398. p4.FormFactor = Enum.FormFactor.Custom
  3399. p4.Size = Vector3.new(1, 2, 0.200000018)
  3400. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. b4 = Instance.new("SpecialMesh", p4)
  3407. b4.MeshType = Enum.MeshType.Brick
  3408. b4.Name = "Mesh"
  3409. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3410. p5 = Instance.new("Part", m5)
  3411. p5.BrickColor = BrickColor.new("Black")
  3412. p5.Material = Enum.Material.Metal
  3413. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3414. p5.Anchored = false
  3415. p5.CanCollide = false
  3416. p5.FormFactor = Enum.FormFactor.Custom
  3417. p5.Size = Vector3.new(1, 2, 0.200000018)
  3418. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. b5 = Instance.new("SpecialMesh", p5)
  3425. b5.MeshType = Enum.MeshType.Brick
  3426. b5.Name = "Mesh"
  3427. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3428. p6 = Instance.new("Part", m5)
  3429. p6.BrickColor = BrickColor.new("Black")
  3430. p6.Material = Enum.Material.Metal
  3431. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3432. p6.Anchored = false
  3433. p6.CanCollide = false
  3434. p6.FormFactor = Enum.FormFactor.Custom
  3435. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3436. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3438. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. b6 = Instance.new("SpecialMesh", p6)
  3443. b6.MeshType = Enum.MeshType.Brick
  3444. b6.Name = "Mesh"
  3445. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3446. p7 = Instance.new("Part", m5)
  3447. p7.BrickColor = BrickColor.new("Black")
  3448. p7.Material = Enum.Material.Metal
  3449. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3450. p7.Anchored = false
  3451. p7.CanCollide = false
  3452. p7.FormFactor = Enum.FormFactor.Custom
  3453. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  3454. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. b7 = Instance.new("SpecialMesh", p7)
  3461. b7.MeshType = Enum.MeshType.Brick
  3462. b7.Name = "Mesh"
  3463. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  3464. w1 = Instance.new("Weld", p2)
  3465. w1.Name = "Joint"
  3466. w1.Part0 = p2
  3467. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3468. w1.Part1 = p3
  3469. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3470. w2 = Instance.new("Weld", p3)
  3471. w2.Name = "Joint"
  3472. w2.Part0 = p3
  3473. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3474. w2.Part1 = p5
  3475. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3476. w3 = Instance.new("Weld", p4)
  3477. w3.Name = "Joint"
  3478. w3.Part0 = p4
  3479. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3480. w3.Part1 = p1
  3481. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3482. w4 = Instance.new("Weld", p5)
  3483. w4.Name = "Joint"
  3484. w4.Part0 = p5
  3485. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3486. w4.Part1 = p1
  3487. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3488. w5 = Instance.new("Weld", p6)
  3489. w5.Name = "Joint"
  3490. w5.Part0 = p6
  3491. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3492. w5.Part1 = p1
  3493. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3494. w6 = Instance.new("Weld", p7)
  3495. w6.Name = "Joint"
  3496. w6.Part0 = p7
  3497. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3498. w6.Part1 = p1
  3499. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3500. m5.Parent = rleg
  3501. m5:MakeJoints()
  3502. ----------------------------------------------------
  3503. local cor5 = Instance.new("Part", rleg.RightLeg)
  3504. cor5.Name = "Thingy"
  3505. cor5.Locked = true
  3506. cor5.BottomSurface = 0
  3507. cor5.CanCollide = false
  3508. cor5.Size = Vector3.new(1, 1, 1)
  3509. cor5.Transparency = 1
  3510. cor5.TopSurface = 0
  3511. corw5 = Instance.new("Weld", cor5)
  3512. corw5.Part0 = rleg
  3513. corw5.Part1 = cor5
  3514. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3515. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3516. wld5 = Instance.new("Weld", rleg.RightLeg)
  3517. wld5.Part0 = cor5
  3518. wld5.Part1 = rleg.RightLeg.RightLegPlate
  3519. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3520. --Cape
  3521. m6 = Instance.new("Model")
  3522. m6.Name = "Cloak"
  3523. p1 = Instance.new("WedgePart", m6)
  3524. p1.BrickColor = BrickColor.new("Really black")
  3525. p1.Material = Enum.Material.SmoothPlastic
  3526. p1.Name = "Wedge"
  3527. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3528. p1.CanCollide = false
  3529. p1.Locked = true
  3530. p1.FormFactor = Enum.FormFactor.Custom
  3531. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3532. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. b1 = Instance.new("SpecialMesh", p1)
  3539. b1.MeshType = Enum.MeshType.Wedge
  3540. b1.Name = "Mesh"
  3541. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3542. p2 = Instance.new("WedgePart", m6)
  3543. p2.BrickColor = BrickColor.new("Really black")
  3544. p2.Material = Enum.Material.SmoothPlastic
  3545. p2.Name = "Wedge"
  3546. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3547. p2.CanCollide = false
  3548. p2.Locked = true
  3549. p2.FormFactor = Enum.FormFactor.Custom
  3550. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3551. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. b2 = Instance.new("SpecialMesh", p2)
  3558. b2.MeshType = Enum.MeshType.Wedge
  3559. b2.Name = "Mesh"
  3560. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3561. p3 = Instance.new("Part", m6)
  3562. p3.BrickColor = BrickColor.new("Really black")
  3563. p3.Material = Enum.Material.SmoothPlastic
  3564. p3.Name = "CapeLevel2"
  3565. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3566. p3.CanCollide = false
  3567. p3.Locked = true
  3568. p3.FormFactor = Enum.FormFactor.Custom
  3569. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  3570. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3576. b3 = Instance.new("BlockMesh", p3)
  3577. b3.Name = "Mesh"
  3578. b3.Scale = Vector3.new(1, 1, 0.602178097)
  3579. p4 = Instance.new("Part", m6)
  3580. p4.BrickColor = BrickColor.new("Really black")
  3581. p4.Material = Enum.Material.SmoothPlastic
  3582. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3583. p4.CanCollide = false
  3584. p4.Locked = true
  3585. p4.FormFactor = Enum.FormFactor.Custom
  3586. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3587. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. b4 = Instance.new("BlockMesh", p4)
  3594. b4.Name = "Mesh"
  3595. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3596. p5 = Instance.new("Part", m6)
  3597. p5.BrickColor = BrickColor.new("Really black")
  3598. p5.Material = Enum.Material.SmoothPlastic
  3599. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3600. p5.CanCollide = false
  3601. p5.Locked = true
  3602. p5.FormFactor = Enum.FormFactor.Custom
  3603. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3604. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. b5 = Instance.new("BlockMesh", p5)
  3611. b5.Name = "Mesh"
  3612. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3613. p6 = Instance.new("Part", m6)
  3614. p6.BrickColor = BrickColor.new("Really black")
  3615. p6.Material = Enum.Material.SmoothPlastic
  3616. p6.Name = "CapeLevel1"
  3617. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3618. p6.CanCollide = false
  3619. p6.Locked = true
  3620. p6.FormFactor = Enum.FormFactor.Custom
  3621. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  3622. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. b6 = Instance.new("BlockMesh", p6)
  3629. b6.Name = "Mesh"
  3630. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3631. p7 = Instance.new("Part", m6)
  3632. p7.BrickColor = BrickColor.new("Really black")
  3633. p7.Material = Enum.Material.SmoothPlastic
  3634. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3635. p7.CanCollide = false
  3636. p7.Locked = true
  3637. p7.FormFactor = Enum.FormFactor.Custom
  3638. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3639. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3645. b7 = Instance.new("BlockMesh", p7)
  3646. b7.Name = "Mesh"
  3647. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3648. p8 = Instance.new("Part", m6)
  3649. p8.BrickColor = BrickColor.new("Really black")
  3650. p8.Material = Enum.Material.SmoothPlastic
  3651. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3652. p8.CanCollide = false
  3653. p8.Locked = true
  3654. p8.FormFactor = Enum.FormFactor.Custom
  3655. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3656. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3657. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3658. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3661. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. b8 = Instance.new("BlockMesh", p8)
  3663. b8.Name = "Mesh"
  3664. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3665. p9 = Instance.new("Part", m6)
  3666. p9.BrickColor = BrickColor.new("Really black")
  3667. p9.Material = Enum.Material.SmoothPlastic
  3668. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3669. p9.CanCollide = false
  3670. p9.Locked = true
  3671. p9.FormFactor = Enum.FormFactor.Custom
  3672. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  3673. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3675. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. b9 = Instance.new("BlockMesh", p9)
  3680. b9.Name = "Mesh"
  3681. b9.Scale = Vector3.new(1, 1, 0.602178097)
  3682. p10 = Instance.new("Part", m6)
  3683. p10.BrickColor = BrickColor.new("Really black")
  3684. p10.Material = Enum.Material.SmoothPlastic
  3685. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3686. p10.CanCollide = false
  3687. p10.Locked = true
  3688. p10.FormFactor = Enum.FormFactor.Custom
  3689. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3690. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3691. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3693. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. b10 = Instance.new("BlockMesh", p10)
  3697. b10.Name = "Mesh"
  3698. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3699. p11 = Instance.new("Part", m6)
  3700. p11.BrickColor = BrickColor.new("Really black")
  3701. p11.Material = Enum.Material.SmoothPlastic
  3702. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3703. p11.CanCollide = false
  3704. p11.Locked = true
  3705. p11.FormFactor = Enum.FormFactor.Custom
  3706. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3707. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3711. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. b11 = Instance.new("BlockMesh", p11)
  3714. b11.Name = "Mesh"
  3715. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3716. p12 = Instance.new("Part", m6)
  3717. p12.BrickColor = BrickColor.new("Really black")
  3718. p12.Material = Enum.Material.SmoothPlastic
  3719. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3720. p12.CanCollide = false
  3721. p12.Locked = true
  3722. p12.FormFactor = Enum.FormFactor.Custom
  3723. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3724. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. b12 = Instance.new("BlockMesh", p12)
  3731. b12.Name = "Mesh"
  3732. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3733. p13 = Instance.new("Part", m6)
  3734. p13.BrickColor = BrickColor.new("Really black")
  3735. p13.Material = Enum.Material.SmoothPlastic
  3736. p13.Name = "BottomLeftFlap"
  3737. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3738. p13.CanCollide = false
  3739. p13.Locked = true
  3740. p13.FormFactor = Enum.FormFactor.Custom
  3741. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3742. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. b13 = Instance.new("BlockMesh", p13)
  3749. b13.Name = "Mesh"
  3750. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3751. p14 = Instance.new("Part", m6)
  3752. p14.BrickColor = BrickColor.new("Really black")
  3753. p14.Material = Enum.Material.SmoothPlastic
  3754. p14.Transparency = 1
  3755. p14.Name = "Rotater"
  3756. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3757. p14.CanCollide = false
  3758. p14.Locked = true
  3759. p14.FormFactor = Enum.FormFactor.Custom
  3760. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3761. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. b14 = Instance.new("BlockMesh", p14)
  3768. b14.Name = "Mesh"
  3769. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3770. p15 = Instance.new("Part", m6)
  3771. p15.BrickColor = BrickColor.new("Really black")
  3772. p15.Material = Enum.Material.SmoothPlastic
  3773. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3774. p15.CanCollide = false
  3775. p15.Locked = true
  3776. p15.FormFactor = Enum.FormFactor.Custom
  3777. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3778. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3783. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. b15 = Instance.new("BlockMesh", p15)
  3785. b15.Name = "Mesh"
  3786. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3787. p16 = Instance.new("Part", m6)
  3788. p16.BrickColor = BrickColor.new("Really black")
  3789. p16.Material = Enum.Material.SmoothPlastic
  3790. p16.Name = "BottomCenterFlap"
  3791. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3792. p16.CanCollide = false
  3793. p16.Locked = true
  3794. p16.FormFactor = Enum.FormFactor.Custom
  3795. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3796. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. b16 = Instance.new("BlockMesh", p16)
  3803. b16.Name = "Mesh"
  3804. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3805. p17 = Instance.new("Part", m6)
  3806. p17.BrickColor = BrickColor.new("Really black")
  3807. p17.Material = Enum.Material.SmoothPlastic
  3808. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3809. p17.CanCollide = false
  3810. p17.Locked = true
  3811. p17.FormFactor = Enum.FormFactor.Custom
  3812. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3813. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3819. b17 = Instance.new("BlockMesh", p17)
  3820. b17.Name = "Mesh"
  3821. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3822. p18 = Instance.new("Part", m6)
  3823. p18.BrickColor = BrickColor.new("Really black")
  3824. p18.Material = Enum.Material.SmoothPlastic
  3825. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3826. p18.CanCollide = false
  3827. p18.Locked = true
  3828. p18.FormFactor = Enum.FormFactor.Custom
  3829. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3830. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3834. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3835. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3836. b18 = Instance.new("BlockMesh", p18)
  3837. b18.Name = "Mesh"
  3838. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3839. p19 = Instance.new("WedgePart", m6)
  3840. p19.BrickColor = BrickColor.new("Really black")
  3841. p19.Name = "Wedge"
  3842. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3843. p19.CanCollide = false
  3844. p19.Locked = true
  3845. p19.FormFactor = Enum.FormFactor.Custom
  3846. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3847. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. b19 = Instance.new("SpecialMesh", p19)
  3854. b19.MeshType = Enum.MeshType.Wedge
  3855. b19.Name = "Mesh"
  3856. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3857. p20 = Instance.new("Part", m6)
  3858. p20.BrickColor = BrickColor.new("Really black")
  3859. p20.Material = Enum.Material.SmoothPlastic
  3860. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3861. p20.CanCollide = false
  3862. p20.Locked = true
  3863. p20.FormFactor = Enum.FormFactor.Custom
  3864. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3865. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. b20 = Instance.new("BlockMesh", p20)
  3872. b20.Name = "Mesh"
  3873. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3874. p21 = Instance.new("Part", m6)
  3875. p21.BrickColor = BrickColor.new("Really black")
  3876. p21.Material = Enum.Material.SmoothPlastic
  3877. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3878. p21.CanCollide = false
  3879. p21.Locked = true
  3880. p21.FormFactor = Enum.FormFactor.Custom
  3881. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3882. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. b21 = Instance.new("BlockMesh", p21)
  3889. b21.Name = "Mesh"
  3890. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3891. p22 = Instance.new("WedgePart", m6)
  3892. p22.BrickColor = BrickColor.new("Really black")
  3893. p22.Name = "Wedge"
  3894. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3895. p22.CanCollide = false
  3896. p22.Locked = true
  3897. p22.FormFactor = Enum.FormFactor.Custom
  3898. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3899. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3900. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3901. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. b22 = Instance.new("SpecialMesh", p22)
  3906. b22.MeshType = Enum.MeshType.Wedge
  3907. b22.Name = "Mesh"
  3908. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3909. p23 = Instance.new("WedgePart", m6)
  3910. p23.BrickColor = BrickColor.new("Really black")
  3911. p23.Material = Enum.Material.SmoothPlastic
  3912. p23.Name = "Wedge"
  3913. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3914. p23.CanCollide = false
  3915. p23.Locked = true
  3916. p23.FormFactor = Enum.FormFactor.Custom
  3917. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3918. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3921. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3923. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. b23 = Instance.new("SpecialMesh", p23)
  3925. b23.MeshType = Enum.MeshType.Wedge
  3926. b23.Name = "Mesh"
  3927. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3928. p24 = Instance.new("WedgePart", m6)
  3929. p24.BrickColor = BrickColor.new("Really black")
  3930. p24.Material = Enum.Material.SmoothPlastic
  3931. p24.Name = "Wedge"
  3932. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3933. p24.CanCollide = false
  3934. p24.Locked = true
  3935. p24.FormFactor = Enum.FormFactor.Custom
  3936. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3937. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3941. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. b24 = Instance.new("SpecialMesh", p24)
  3944. b24.MeshType = Enum.MeshType.Wedge
  3945. b24.Name = "Mesh"
  3946. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3947. p25 = Instance.new("WedgePart", m6)
  3948. p25.BrickColor = BrickColor.new("Really black")
  3949. p25.Name = "Wedge"
  3950. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3951. p25.CanCollide = false
  3952. p25.Locked = true
  3953. p25.FormFactor = Enum.FormFactor.Custom
  3954. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3955. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3960. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. b25 = Instance.new("SpecialMesh", p25)
  3962. b25.MeshType = Enum.MeshType.Wedge
  3963. b25.Name = "Mesh"
  3964. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3965. p26 = Instance.new("WedgePart", m6)
  3966. p26.BrickColor = BrickColor.new("Really black")
  3967. p26.Material = Enum.Material.SmoothPlastic
  3968. p26.Name = "Wedge"
  3969. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3970. p26.CanCollide = false
  3971. p26.Locked = true
  3972. p26.FormFactor = Enum.FormFactor.Custom
  3973. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3974. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3975. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3976. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3979. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. b26 = Instance.new("SpecialMesh", p26)
  3981. b26.MeshType = Enum.MeshType.Wedge
  3982. b26.Name = "Mesh"
  3983. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3984. p27 = Instance.new("Part", m6)
  3985. p27.BrickColor = BrickColor.new("Really black")
  3986. p27.Material = Enum.Material.SmoothPlastic
  3987. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3988. p27.CanCollide = false
  3989. p27.Locked = true
  3990. p27.FormFactor = Enum.FormFactor.Custom
  3991. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3992. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. b27 = Instance.new("BlockMesh", p27)
  3999. b27.Name = "Mesh"
  4000. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4001. p28 = Instance.new("WedgePart", m6)
  4002. p28.BrickColor = BrickColor.new("Really black")
  4003. p28.Material = Enum.Material.SmoothPlastic
  4004. p28.Name = "Wedge"
  4005. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4006. p28.CanCollide = false
  4007. p28.Locked = true
  4008. p28.FormFactor = Enum.FormFactor.Custom
  4009. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4010. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4011. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4013. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. b28 = Instance.new("SpecialMesh", p28)
  4017. b28.MeshType = Enum.MeshType.Wedge
  4018. b28.Name = "Mesh"
  4019. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4020. p29 = Instance.new("Part", m6)
  4021. p29.BrickColor = BrickColor.new("Really black")
  4022. p29.Material = Enum.Material.SmoothPlastic
  4023. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4024. p29.CanCollide = false
  4025. p29.Locked = true
  4026. p29.FormFactor = Enum.FormFactor.Custom
  4027. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4028. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4029. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. b29 = Instance.new("BlockMesh", p29)
  4035. b29.Name = "Mesh"
  4036. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4037. p30 = Instance.new("WedgePart", m6)
  4038. p30.BrickColor = BrickColor.new("Really black")
  4039. p30.Material = Enum.Material.SmoothPlastic
  4040. p30.Name = "Wedge"
  4041. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4042. p30.CanCollide = false
  4043. p30.Locked = true
  4044. p30.FormFactor = Enum.FormFactor.Custom
  4045. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4046. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4047. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. b30 = Instance.new("SpecialMesh", p30)
  4053. b30.MeshType = Enum.MeshType.Wedge
  4054. b30.Name = "Mesh"
  4055. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4056. p31 = Instance.new("WedgePart", m6)
  4057. p31.BrickColor = BrickColor.new("Really black")
  4058. p31.Material = Enum.Material.SmoothPlastic
  4059. p31.Name = "Wedge"
  4060. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4061. p31.CanCollide = false
  4062. p31.Locked = true
  4063. p31.FormFactor = Enum.FormFactor.Custom
  4064. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4065. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. b31 = Instance.new("SpecialMesh", p31)
  4072. b31.MeshType = Enum.MeshType.Wedge
  4073. b31.Name = "Mesh"
  4074. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4075. p32 = Instance.new("Part", m6)
  4076. p32.BrickColor = BrickColor.new("Really black")
  4077. p32.Material = Enum.Material.SmoothPlastic
  4078. p32.Name = "BottomRightFlap"
  4079. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4080. p32.CanCollide = false
  4081. p32.Locked = true
  4082. p32.FormFactor = Enum.FormFactor.Custom
  4083. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  4084. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. b32 = Instance.new("BlockMesh", p32)
  4091. b32.Name = "Mesh"
  4092. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  4093. p33 = Instance.new("WedgePart", m6)
  4094. p33.BrickColor = BrickColor.new("Really black")
  4095. p33.Material = Enum.Material.SmoothPlastic
  4096. p33.Name = "Wedge"
  4097. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4098. p33.CanCollide = false
  4099. p33.Locked = true
  4100. p33.FormFactor = Enum.FormFactor.Custom
  4101. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4102. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. b33 = Instance.new("SpecialMesh", p33)
  4109. b33.MeshType = Enum.MeshType.Wedge
  4110. b33.Name = "Mesh"
  4111. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4112. p34 = Instance.new("WedgePart", m6)
  4113. p34.BrickColor = BrickColor.new("Really black")
  4114. p34.Material = Enum.Material.SmoothPlastic
  4115. p34.Name = "Wedge"
  4116. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4117. p34.CanCollide = false
  4118. p34.Locked = true
  4119. p34.FormFactor = Enum.FormFactor.Custom
  4120. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4121. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. b34 = Instance.new("SpecialMesh", p34)
  4128. b34.MeshType = Enum.MeshType.Wedge
  4129. b34.Name = "Mesh"
  4130. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4131. p35 = Instance.new("Part", m6)
  4132. p35.BrickColor = BrickColor.new("Really black")
  4133. p35.Material = Enum.Material.SmoothPlastic
  4134. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4135. p35.CanCollide = false
  4136. p35.Locked = true
  4137. p35.FormFactor = Enum.FormFactor.Custom
  4138. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4139. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4140. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4141. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. b35 = Instance.new("BlockMesh", p35)
  4146. b35.Name = "Mesh"
  4147. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4148. p36 = Instance.new("WedgePart", m6)
  4149. p36.BrickColor = BrickColor.new("Really black")
  4150. p36.Material = Enum.Material.SmoothPlastic
  4151. p36.Name = "Wedge"
  4152. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4153. p36.CanCollide = false
  4154. p36.Locked = true
  4155. p36.FormFactor = Enum.FormFactor.Custom
  4156. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4157. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4159. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. b36 = Instance.new("SpecialMesh", p36)
  4164. b36.MeshType = Enum.MeshType.Wedge
  4165. b36.Name = "Mesh"
  4166. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4167. p37 = Instance.new("Part", m6)
  4168. p37.BrickColor = BrickColor.new("Really black")
  4169. p37.Material = Enum.Material.SmoothPlastic
  4170. p37.Name = "CapeLevel3"
  4171. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4172. p37.CanCollide = false
  4173. p37.Locked = true
  4174. p37.FormFactor = Enum.FormFactor.Custom
  4175. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  4176. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4178. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4180. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4181. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4182. b37 = Instance.new("BlockMesh", p37)
  4183. b37.Name = "Mesh"
  4184. b37.Scale = Vector3.new(1, 1, 0.602178097)
  4185. p38 = Instance.new("WedgePart", m6)
  4186. p38.BrickColor = BrickColor.new("Really black")
  4187. p38.Material = Enum.Material.SmoothPlastic
  4188. p38.Name = "Wedge"
  4189. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4190. p38.CanCollide = false
  4191. p38.Locked = true
  4192. p38.FormFactor = Enum.FormFactor.Custom
  4193. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4194. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. b38 = Instance.new("SpecialMesh", p38)
  4201. b38.MeshType = Enum.MeshType.Wedge
  4202. b38.Name = "Mesh"
  4203. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4204. p39 = Instance.new("WedgePart", m6)
  4205. p39.BrickColor = BrickColor.new("Really black")
  4206. p39.Material = Enum.Material.SmoothPlastic
  4207. p39.Name = "Wedge"
  4208. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4209. p39.CanCollide = false
  4210. p39.Locked = true
  4211. p39.FormFactor = Enum.FormFactor.Custom
  4212. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4213. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4219. b39 = Instance.new("SpecialMesh", p39)
  4220. b39.MeshType = Enum.MeshType.Wedge
  4221. b39.Name = "Mesh"
  4222. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4223. p40 = Instance.new("WedgePart", m6)
  4224. p40.BrickColor = BrickColor.new("Really black")
  4225. p40.Material = Enum.Material.SmoothPlastic
  4226. p40.Name = "Wedge"
  4227. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4228. p40.CanCollide = false
  4229. p40.Locked = true
  4230. p40.FormFactor = Enum.FormFactor.Custom
  4231. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4232. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. b40 = Instance.new("SpecialMesh", p40)
  4239. b40.MeshType = Enum.MeshType.Wedge
  4240. b40.Name = "Mesh"
  4241. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4242. p41 = Instance.new("WedgePart", m6)
  4243. p41.BrickColor = BrickColor.new("Really black")
  4244. p41.Material = Enum.Material.SmoothPlastic
  4245. p41.Name = "Wedge"
  4246. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4247. p41.CanCollide = false
  4248. p41.Locked = true
  4249. p41.FormFactor = Enum.FormFactor.Custom
  4250. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4251. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4254. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4255. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4256. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4257. b41 = Instance.new("SpecialMesh", p41)
  4258. b41.MeshType = Enum.MeshType.Wedge
  4259. b41.Name = "Mesh"
  4260. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4261. p42 = Instance.new("WedgePart", m6)
  4262. p42.BrickColor = BrickColor.new("Really black")
  4263. p42.Material = Enum.Material.SmoothPlastic
  4264. p42.Name = "Wedge"
  4265. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4266. p42.CanCollide = false
  4267. p42.Locked = true
  4268. p42.FormFactor = Enum.FormFactor.Custom
  4269. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4270. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4271. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4272. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4273. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4274. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4275. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. b42 = Instance.new("SpecialMesh", p42)
  4277. b42.MeshType = Enum.MeshType.Wedge
  4278. b42.Name = "Mesh"
  4279. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4280. p43 = Instance.new("WedgePart", m6)
  4281. p43.BrickColor = BrickColor.new("Really black")
  4282. p43.Material = Enum.Material.SmoothPlastic
  4283. p43.Name = "Wedge"
  4284. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4285. p43.CanCollide = false
  4286. p43.Locked = true
  4287. p43.FormFactor = Enum.FormFactor.Custom
  4288. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4289. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4290. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4291. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4292. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. b43 = Instance.new("SpecialMesh", p43)
  4296. b43.MeshType = Enum.MeshType.Wedge
  4297. b43.Name = "Mesh"
  4298. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4299. p44 = Instance.new("WedgePart", m6)
  4300. p44.BrickColor = BrickColor.new("Really black")
  4301. p44.Material = Enum.Material.SmoothPlastic
  4302. p44.Name = "Wedge"
  4303. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4304. p44.CanCollide = false
  4305. p44.Locked = true
  4306. p44.FormFactor = Enum.FormFactor.Custom
  4307. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4308. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4309. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4310. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4311. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4312. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4313. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4314. b44 = Instance.new("SpecialMesh", p44)
  4315. b44.MeshType = Enum.MeshType.Wedge
  4316. b44.Name = "Mesh"
  4317. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4318. p45 = Instance.new("WedgePart", m6)
  4319. p45.BrickColor = BrickColor.new("Really black")
  4320. p45.Material = Enum.Material.SmoothPlastic
  4321. p45.Name = "Wedge"
  4322. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4323. p45.CanCollide = false
  4324. p45.Locked = true
  4325. p45.FormFactor = Enum.FormFactor.Custom
  4326. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4327. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4328. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4330. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4332. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4333. b45 = Instance.new("SpecialMesh", p45)
  4334. b45.MeshType = Enum.MeshType.Wedge
  4335. b45.Name = "Mesh"
  4336. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4337. p46 = Instance.new("WedgePart", m6)
  4338. p46.BrickColor = BrickColor.new("Really black")
  4339. p46.Material = Enum.Material.SmoothPlastic
  4340. p46.Name = "Wedge"
  4341. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4342. p46.CanCollide = false
  4343. p46.Locked = true
  4344. p46.FormFactor = Enum.FormFactor.Custom
  4345. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4346. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4347. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4348. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4350. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4351. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. b46 = Instance.new("SpecialMesh", p46)
  4353. b46.MeshType = Enum.MeshType.Wedge
  4354. b46.Name = "Mesh"
  4355. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4356. p47 = Instance.new("Part", m6)
  4357. p47.BrickColor = BrickColor.new("Really black")
  4358. p47.Material = Enum.Material.SmoothPlastic
  4359. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4360. p47.CanCollide = false
  4361. p47.Locked = true
  4362. p47.FormFactor = Enum.FormFactor.Custom
  4363. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4364. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4365. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4367. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4369. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4370. b47 = Instance.new("BlockMesh", p47)
  4371. b47.Name = "Mesh"
  4372. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4373. p48 = Instance.new("Part", m6)
  4374. p48.BrickColor = BrickColor.new("Really black")
  4375. p48.Material = Enum.Material.SmoothPlastic
  4376. p48.Name = "CapeLevel4"
  4377. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4378. p48.CanCollide = false
  4379. p48.Locked = true
  4380. p48.FormFactor = Enum.FormFactor.Custom
  4381. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  4382. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4386. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4387. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4388. b48 = Instance.new("BlockMesh", p48)
  4389. b48.Name = "Mesh"
  4390. b48.Scale = Vector3.new(1, 1, 0.602178097)
  4391. p49 = Instance.new("WedgePart", m6)
  4392. p49.BrickColor = BrickColor.new("Really black")
  4393. p49.Material = Enum.Material.SmoothPlastic
  4394. p49.Name = "Wedge"
  4395. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4396. p49.CanCollide = false
  4397. p49.Locked = true
  4398. p49.FormFactor = Enum.FormFactor.Custom
  4399. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4400. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4401. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4402. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4403. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4404. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4406. b49 = Instance.new("SpecialMesh", p49)
  4407. b49.MeshType = Enum.MeshType.Wedge
  4408. b49.Name = "Mesh"
  4409. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4410. p50 = Instance.new("Part", m6)
  4411. p50.BrickColor = BrickColor.new("Really black")
  4412. p50.Material = Enum.Material.SmoothPlastic
  4413. p50.Name = "CapeLevel1SubPart"
  4414. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4415. p50.CanCollide = false
  4416. p50.Locked = true
  4417. p50.FormFactor = Enum.FormFactor.Custom
  4418. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  4419. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4420. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4421. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4422. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4423. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4424. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4425. b50 = Instance.new("BlockMesh", p50)
  4426. b50.Name = "Mesh"
  4427. b50.Scale = Vector3.new(1, 1, 0.602178097)
  4428. p51 = Instance.new("Part", m6)
  4429. p51.BrickColor = BrickColor.new("Really black")
  4430. p51.Material = Enum.Material.SmoothPlastic
  4431. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4432. p51.CanCollide = false
  4433. p51.Locked = true
  4434. p51.FormFactor = Enum.FormFactor.Custom
  4435. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4436. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4437. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4438. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4439. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4440. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4441. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4442. b51 = Instance.new("BlockMesh", p51)
  4443. b51.Name = "Mesh"
  4444. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4445. p52 = Instance.new("Part", m6)
  4446. p52.BrickColor = BrickColor.new("Really black")
  4447. p52.Material = Enum.Material.SmoothPlastic
  4448. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4449. p52.CanCollide = false
  4450. p52.Locked = true
  4451. p52.FormFactor = Enum.FormFactor.Custom
  4452. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4453. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4454. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4455. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4456. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4457. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4458. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4459. b52 = Instance.new("BlockMesh", p52)
  4460. b52.Name = "Mesh"
  4461. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4462. p53 = Instance.new("WedgePart", m6)
  4463. p53.BrickColor = BrickColor.new("Really black")
  4464. p53.Material = Enum.Material.SmoothPlastic
  4465. p53.Name = "Wedge"
  4466. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4467. p53.CanCollide = false
  4468. p53.Locked = true
  4469. p53.FormFactor = Enum.FormFactor.Custom
  4470. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4471. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4472. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4473. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4474. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4475. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4476. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4477. b53 = Instance.new("SpecialMesh", p53)
  4478. b53.MeshType = Enum.MeshType.Wedge
  4479. b53.Name = "Mesh"
  4480. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4481. p54 = Instance.new("Part", m6)
  4482. p54.BrickColor = BrickColor.new("Really black")
  4483. p54.Material = Enum.Material.SmoothPlastic
  4484. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4485. p54.CanCollide = false
  4486. p54.Locked = true
  4487. p54.FormFactor = Enum.FormFactor.Custom
  4488. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4489. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4490. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4491. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4492. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4493. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4494. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4495. b54 = Instance.new("BlockMesh", p54)
  4496. b54.Name = "Mesh"
  4497. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  4498. p55 = Instance.new("WedgePart", m6)
  4499. p55.BrickColor = BrickColor.new("Really black")
  4500. p55.Material = Enum.Material.SmoothPlastic
  4501. p55.Name = "Wedge"
  4502. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4503. p55.CanCollide = false
  4504. p55.Locked = true
  4505. p55.FormFactor = Enum.FormFactor.Custom
  4506. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4507. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4508. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4509. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4510. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4511. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4512. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4513. b55 = Instance.new("SpecialMesh", p55)
  4514. b55.MeshType = Enum.MeshType.Wedge
  4515. b55.Name = "Mesh"
  4516. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4517. p56 = Instance.new("WedgePart", m6)
  4518. p56.BrickColor = BrickColor.new("Really black")
  4519. p56.Material = Enum.Material.SmoothPlastic
  4520. p56.Name = "Wedge"
  4521. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4522. p56.CanCollide = false
  4523. p56.Locked = true
  4524. p56.FormFactor = Enum.FormFactor.Custom
  4525. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4526. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4528. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4531. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4532. b56 = Instance.new("SpecialMesh", p56)
  4533. b56.MeshType = Enum.MeshType.Wedge
  4534. b56.Name = "Mesh"
  4535. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4536. p57 = Instance.new("WedgePart", m6)
  4537. p57.BrickColor = BrickColor.new("Really black")
  4538. p57.Material = Enum.Material.SmoothPlastic
  4539. p57.Name = "Wedge"
  4540. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4541. p57.CanCollide = false
  4542. p57.Locked = true
  4543. p57.FormFactor = Enum.FormFactor.Custom
  4544. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4545. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4547. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4548. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4549. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4550. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4551. b57 = Instance.new("SpecialMesh", p57)
  4552. b57.MeshType = Enum.MeshType.Wedge
  4553. b57.Name = "Mesh"
  4554. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4555. p58 = Instance.new("Part", m6)
  4556. p58.BrickColor = BrickColor.new("Really black")
  4557. p58.Material = Enum.Material.SmoothPlastic
  4558. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4559. p58.CanCollide = false
  4560. p58.Locked = true
  4561. p58.FormFactor = Enum.FormFactor.Custom
  4562. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4563. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4565. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4566. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4567. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4569. b58 = Instance.new("BlockMesh", p58)
  4570. b58.Name = "Mesh"
  4571. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4572. p59 = Instance.new("WedgePart", m6)
  4573. p59.BrickColor = BrickColor.new("Really black")
  4574. p59.Material = Enum.Material.SmoothPlastic
  4575. p59.Name = "Wedge"
  4576. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4577. p59.CanCollide = false
  4578. p59.Locked = true
  4579. p59.FormFactor = Enum.FormFactor.Custom
  4580. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4581. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4583. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4585. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. b59 = Instance.new("SpecialMesh", p59)
  4588. b59.MeshType = Enum.MeshType.Wedge
  4589. b59.Name = "Mesh"
  4590. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4591. p60 = Instance.new("Part", m6)
  4592. p60.BrickColor = BrickColor.new("Really black")
  4593. p60.Material = Enum.Material.SmoothPlastic
  4594. p60.Name = "NeckPart"
  4595. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4596. p60.CanCollide = false
  4597. p60.Locked = true
  4598. p60.FormFactor = Enum.FormFactor.Custom
  4599. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  4600. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4604. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4606. b60 = Instance.new("BlockMesh", p60)
  4607. b60.Name = "Mesh"
  4608. b60.Scale = Vector3.new(1, 0.602178097, 1)
  4609. p61 = Instance.new("Part", m6)
  4610. p61.BrickColor = BrickColor.new("Really black")
  4611. p61.Material = Enum.Material.SmoothPlastic
  4612. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4613. p61.CanCollide = false
  4614. p61.Locked = true
  4615. p61.FormFactor = Enum.FormFactor.Custom
  4616. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4617. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4619. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4620. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4622. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4623. b61 = Instance.new("BlockMesh", p61)
  4624. b61.Name = "Mesh"
  4625. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4626. p62 = Instance.new("WedgePart", m6)
  4627. p62.BrickColor = BrickColor.new("Really black")
  4628. p62.Material = Enum.Material.SmoothPlastic
  4629. p62.Name = "Wedge"
  4630. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4631. p62.CanCollide = false
  4632. p62.Locked = true
  4633. p62.FormFactor = Enum.FormFactor.Custom
  4634. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4635. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4636. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4637. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4638. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4639. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4640. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4641. b62 = Instance.new("SpecialMesh", p62)
  4642. b62.MeshType = Enum.MeshType.Wedge
  4643. b62.Name = "Mesh"
  4644. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4645. p63 = Instance.new("WedgePart", m6)
  4646. p63.BrickColor = BrickColor.new("Really black")
  4647. p63.Material = Enum.Material.SmoothPlastic
  4648. p63.Name = "Wedge"
  4649. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4650. p63.CanCollide = false
  4651. p63.Locked = true
  4652. p63.FormFactor = Enum.FormFactor.Custom
  4653. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4654. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4656. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4657. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4658. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4659. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4660. b63 = Instance.new("SpecialMesh", p63)
  4661. b63.MeshType = Enum.MeshType.Wedge
  4662. b63.Name = "Mesh"
  4663. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4664. p64 = Instance.new("WedgePart", m6)
  4665. p64.BrickColor = BrickColor.new("Really black")
  4666. p64.Material = Enum.Material.SmoothPlastic
  4667. p64.Name = "Wedge"
  4668. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4669. p64.CanCollide = false
  4670. p64.Locked = true
  4671. p64.FormFactor = Enum.FormFactor.Custom
  4672. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4673. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4674. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4675. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4676. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4677. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4678. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. b64 = Instance.new("SpecialMesh", p64)
  4680. b64.MeshType = Enum.MeshType.Wedge
  4681. b64.Name = "Mesh"
  4682. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4683. p65 = Instance.new("WedgePart", m6)
  4684. p65.BrickColor = BrickColor.new("Really black")
  4685. p65.Material = Enum.Material.SmoothPlastic
  4686. p65.Name = "Wedge"
  4687. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4688. p65.CanCollide = false
  4689. p65.Locked = true
  4690. p65.FormFactor = Enum.FormFactor.Custom
  4691. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4692. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4693. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4694. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4696. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. b65 = Instance.new("SpecialMesh", p65)
  4699. b65.MeshType = Enum.MeshType.Wedge
  4700. b65.Name = "Mesh"
  4701. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4702. p66 = Instance.new("WedgePart", m6)
  4703. p66.BrickColor = BrickColor.new("Really black")
  4704. p66.Material = Enum.Material.SmoothPlastic
  4705. p66.Name = "Wedge"
  4706. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4707. p66.CanCollide = false
  4708. p66.Locked = true
  4709. p66.FormFactor = Enum.FormFactor.Custom
  4710. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4711. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4712. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4713. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4715. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. b66 = Instance.new("SpecialMesh", p66)
  4718. b66.MeshType = Enum.MeshType.Wedge
  4719. b66.Name = "Mesh"
  4720. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4721. p67 = Instance.new("WedgePart", m6)
  4722. p67.BrickColor = BrickColor.new("Really black")
  4723. p67.Material = Enum.Material.SmoothPlastic
  4724. p67.Name = "Wedge"
  4725. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4726. p67.CanCollide = false
  4727. p67.Locked = true
  4728. p67.FormFactor = Enum.FormFactor.Custom
  4729. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4730. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4731. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4733. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4734. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4735. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. b67 = Instance.new("SpecialMesh", p67)
  4737. b67.MeshType = Enum.MeshType.Wedge
  4738. b67.Name = "Mesh"
  4739. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4740. p68 = Instance.new("WedgePart", m6)
  4741. p68.BrickColor = BrickColor.new("Really black")
  4742. p68.Name = "Wedge"
  4743. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4744. p68.CanCollide = false
  4745. p68.Locked = true
  4746. p68.FormFactor = Enum.FormFactor.Custom
  4747. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4748. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4751. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4753. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4754. b68 = Instance.new("SpecialMesh", p68)
  4755. b68.MeshType = Enum.MeshType.Wedge
  4756. b68.Name = "Mesh"
  4757. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4758. p69 = Instance.new("WedgePart", m6)
  4759. p69.BrickColor = BrickColor.new("Really black")
  4760. p69.Name = "Wedge"
  4761. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4762. p69.CanCollide = false
  4763. p69.Locked = true
  4764. p69.FormFactor = Enum.FormFactor.Custom
  4765. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4766. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4769. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4770. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4771. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4772. b69 = Instance.new("SpecialMesh", p69)
  4773. b69.MeshType = Enum.MeshType.Wedge
  4774. b69.Name = "Mesh"
  4775. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4776. p70 = Instance.new("WedgePart", m6)
  4777. p70.BrickColor = BrickColor.new("Really black")
  4778. p70.Material = Enum.Material.SmoothPlastic
  4779. p70.Name = "Wedge"
  4780. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4781. p70.CanCollide = false
  4782. p70.Locked = true
  4783. p70.FormFactor = Enum.FormFactor.Custom
  4784. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4785. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. b70 = Instance.new("SpecialMesh", p70)
  4792. b70.MeshType = Enum.MeshType.Wedge
  4793. b70.Name = "Mesh"
  4794. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4795. p71 = Instance.new("WedgePart", m6)
  4796. p71.BrickColor = BrickColor.new("Really black")
  4797. p71.Name = "Wedge"
  4798. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4799. p71.CanCollide = false
  4800. p71.Locked = true
  4801. p71.FormFactor = Enum.FormFactor.Custom
  4802. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4803. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4807. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4809. b71 = Instance.new("SpecialMesh", p71)
  4810. b71.MeshType = Enum.MeshType.Wedge
  4811. b71.Name = "Mesh"
  4812. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4813. p72 = Instance.new("WedgePart", m6)
  4814. p72.BrickColor = BrickColor.new("Really black")
  4815. p72.Material = Enum.Material.SmoothPlastic
  4816. p72.Name = "Wedge"
  4817. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4818. p72.CanCollide = false
  4819. p72.Locked = true
  4820. p72.FormFactor = Enum.FormFactor.Custom
  4821. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4822. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4823. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4824. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4825. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4826. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. b72 = Instance.new("SpecialMesh", p72)
  4829. b72.MeshType = Enum.MeshType.Wedge
  4830. b72.Name = "Mesh"
  4831. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4832. p73 = Instance.new("WedgePart", m6)
  4833. p73.BrickColor = BrickColor.new("Really black")
  4834. p73.Material = Enum.Material.SmoothPlastic
  4835. p73.Name = "Wedge"
  4836. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4837. p73.CanCollide = false
  4838. p73.Locked = true
  4839. p73.FormFactor = Enum.FormFactor.Custom
  4840. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4841. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4843. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4845. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4846. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4847. b73 = Instance.new("SpecialMesh", p73)
  4848. b73.MeshType = Enum.MeshType.Wedge
  4849. b73.Name = "Mesh"
  4850. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4851. p74 = Instance.new("WedgePart", m6)
  4852. p74.BrickColor = BrickColor.new("Really black")
  4853. p74.Material = Enum.Material.SmoothPlastic
  4854. p74.Name = "Wedge"
  4855. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4856. p74.CanCollide = false
  4857. p74.Locked = true
  4858. p74.FormFactor = Enum.FormFactor.Custom
  4859. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4860. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4861. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4862. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4863. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4864. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4866. b74 = Instance.new("SpecialMesh", p74)
  4867. b74.MeshType = Enum.MeshType.Wedge
  4868. b74.Name = "Mesh"
  4869. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4870. p75 = Instance.new("WedgePart", m6)
  4871. p75.BrickColor = BrickColor.new("Really black")
  4872. p75.Material = Enum.Material.SmoothPlastic
  4873. p75.Name = "Wedge"
  4874. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4875. p75.CanCollide = false
  4876. p75.Locked = true
  4877. p75.FormFactor = Enum.FormFactor.Custom
  4878. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4879. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4880. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4882. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4883. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4884. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4885. b75 = Instance.new("SpecialMesh", p75)
  4886. b75.MeshType = Enum.MeshType.Wedge
  4887. b75.Name = "Mesh"
  4888. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4889. p76 = Instance.new("WedgePart", m6)
  4890. p76.BrickColor = BrickColor.new("Really black")
  4891. p76.Material = Enum.Material.SmoothPlastic
  4892. p76.Name = "Wedge"
  4893. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4894. p76.CanCollide = false
  4895. p76.Locked = true
  4896. p76.FormFactor = Enum.FormFactor.Custom
  4897. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4898. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4899. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4900. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4903. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. b76 = Instance.new("SpecialMesh", p76)
  4905. b76.MeshType = Enum.MeshType.Wedge
  4906. b76.Name = "Mesh"
  4907. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4908. p77 = Instance.new("WedgePart", m6)
  4909. p77.BrickColor = BrickColor.new("Really black")
  4910. p77.Material = Enum.Material.SmoothPlastic
  4911. p77.Name = "Wedge"
  4912. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4913. p77.CanCollide = false
  4914. p77.Locked = true
  4915. p77.FormFactor = Enum.FormFactor.Custom
  4916. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4917. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4918. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4919. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4922. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4923. b77 = Instance.new("SpecialMesh", p77)
  4924. b77.MeshType = Enum.MeshType.Wedge
  4925. b77.Name = "Mesh"
  4926. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4927. p78 = Instance.new("WedgePart", m6)
  4928. p78.BrickColor = BrickColor.new("Really black")
  4929. p78.Material = Enum.Material.SmoothPlastic
  4930. p78.Name = "Wedge"
  4931. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4932. p78.CanCollide = false
  4933. p78.Locked = true
  4934. p78.FormFactor = Enum.FormFactor.Custom
  4935. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4936. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4937. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4940. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. b78 = Instance.new("SpecialMesh", p78)
  4943. b78.MeshType = Enum.MeshType.Wedge
  4944. b78.Name = "Mesh"
  4945. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4946. p79 = Instance.new("WedgePart", m6)
  4947. p79.BrickColor = BrickColor.new("Really black")
  4948. p79.Material = Enum.Material.SmoothPlastic
  4949. p79.Name = "Wedge"
  4950. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4951. p79.CanCollide = false
  4952. p79.Locked = true
  4953. p79.FormFactor = Enum.FormFactor.Custom
  4954. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4955. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4956. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4957. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4958. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4959. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4960. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4961. b79 = Instance.new("SpecialMesh", p79)
  4962. b79.MeshType = Enum.MeshType.Wedge
  4963. b79.Name = "Mesh"
  4964. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4965. p80 = Instance.new("WedgePart", m6)
  4966. p80.BrickColor = BrickColor.new("Really black")
  4967. p80.Material = Enum.Material.SmoothPlastic
  4968. p80.Name = "Wedge"
  4969. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4970. p80.CanCollide = false
  4971. p80.Locked = true
  4972. p80.FormFactor = Enum.FormFactor.Custom
  4973. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4974. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4975. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4976. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4977. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4978. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4979. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4980. b80 = Instance.new("SpecialMesh", p80)
  4981. b80.MeshType = Enum.MeshType.Wedge
  4982. b80.Name = "Mesh"
  4983. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4984. w1 = Instance.new("Weld", p1)
  4985. w1.Name = "Joint"
  4986. w1.Part0 = p1
  4987. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4988. w1.Part1 = p47
  4989. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4990. w2 = Instance.new("Weld", p2)
  4991. w2.Name = "Joint"
  4992. w2.Part0 = p2
  4993. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4994. w2.Part1 = p11
  4995. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4996. w3 = Instance.new("Weld", p3)
  4997. w3.Name = "Joint"
  4998. w3.Part0 = p3
  4999. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5000. w3.Part1 = p50
  5001. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5002. w4 = Instance.new("Weld", p4)
  5003. w4.Name = "Joint"
  5004. w4.Part0 = p4
  5005. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5006. w4.Part1 = p5
  5007. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5008. w5 = Instance.new("Weld", p5)
  5009. w5.Name = "Joint"
  5010. w5.Part0 = p5
  5011. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5012. w5.Part1 = p27
  5013. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5014. w6 = Instance.new("Weld", p6)
  5015. w6.Name = "Joint"
  5016. w6.Part0 = p6
  5017. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5018. w6.Part1 = p14
  5019. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5020. w7 = Instance.new("Weld", p7)
  5021. w7.Name = "Joint"
  5022. w7.Part0 = p7
  5023. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5024. w7.Part1 = p10
  5025. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5026. w8 = Instance.new("Weld", p8)
  5027. w8.Name = "Joint"
  5028. w8.Part0 = p8
  5029. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5030. w8.Part1 = p32
  5031. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5032. w9 = Instance.new("Weld", p9)
  5033. w9.Name = "Joint"
  5034. w9.Part0 = p9
  5035. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5036. w9.Part1 = p16
  5037. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5038. w10 = Instance.new("Weld", p10)
  5039. w10.Name = "Joint"
  5040. w10.Part0 = p10
  5041. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5042. w10.Part1 = p61
  5043. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5044. w11 = Instance.new("Weld", p11)
  5045. w11.Name = "Joint"
  5046. w11.Part0 = p11
  5047. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5048. w11.Part1 = p13
  5049. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5050. w12 = Instance.new("Weld", p12)
  5051. w12.Name = "Joint"
  5052. w12.Part0 = p12
  5053. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5054. w12.Part1 = p29
  5055. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5056. w13 = Instance.new("Weld", p13)
  5057. w13.Name = "Joint"
  5058. w13.Part0 = p13
  5059. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5060. w13.Part1 = p48
  5061. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5062. w14 = Instance.new("Weld", p14)
  5063. w14.Name = "Joint"
  5064. w14.Part0 = p14
  5065. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5066. w14.Part1 = p60
  5067. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5068. w15 = Instance.new("Weld", p15)
  5069. w15.Name = "Joint"
  5070. w15.Part0 = p15
  5071. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5072. w15.Part1 = p17
  5073. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5074. w16 = Instance.new("Weld", p16)
  5075. w16.Name = "Joint"
  5076. w16.Part0 = p16
  5077. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5078. w16.Part1 = p48
  5079. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5080. w17 = Instance.new("Weld", p17)
  5081. w17.Name = "Joint"
  5082. w17.Part0 = p17
  5083. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5084. w17.Part1 = p50
  5085. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5086. w18 = Instance.new("Weld", p18)
  5087. w18.Name = "Joint"
  5088. w18.Part0 = p18
  5089. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5090. w18.Part1 = p50
  5091. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5092. w19 = Instance.new("Weld", p19)
  5093. w19.Name = "Joint"
  5094. w19.Part0 = p19
  5095. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5096. w19.Part1 = p54
  5097. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5098. w20 = Instance.new("Weld", p20)
  5099. w20.Name = "Joint"
  5100. w20.Part0 = p20
  5101. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5102. w20.Part1 = p21
  5103. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5104. w21 = Instance.new("Weld", p21)
  5105. w21.Name = "Joint"
  5106. w21.Part0 = p21
  5107. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5108. w21.Part1 = p37
  5109. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5110. w22 = Instance.new("Weld", p22)
  5111. w22.Name = "Joint"
  5112. w22.Part0 = p22
  5113. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5114. w22.Part1 = p8
  5115. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5116. w23 = Instance.new("Weld", p23)
  5117. w23.Name = "Joint"
  5118. w23.Part0 = p23
  5119. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5120. w23.Part1 = p35
  5121. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5122. w24 = Instance.new("Weld", p24)
  5123. w24.Name = "Joint"
  5124. w24.Part0 = p24
  5125. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5126. w24.Part1 = p48
  5127. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5128. w25 = Instance.new("Weld", p25)
  5129. w25.Name = "Joint"
  5130. w25.Part0 = p25
  5131. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5132. w25.Part1 = p8
  5133. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5134. w26 = Instance.new("Weld", p26)
  5135. w26.Name = "Joint"
  5136. w26.Part0 = p26
  5137. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5138. w26.Part1 = p6
  5139. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5140. w27 = Instance.new("Weld", p27)
  5141. w27.Name = "Joint"
  5142. w27.Part0 = p27
  5143. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5144. w27.Part1 = p48
  5145. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5146. w28 = Instance.new("Weld", p28)
  5147. w28.Name = "Joint"
  5148. w28.Part0 = p28
  5149. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5150. w28.Part1 = p35
  5151. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5152. w29 = Instance.new("Weld", p29)
  5153. w29.Name = "Joint"
  5154. w29.Part0 = p29
  5155. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5156. w29.Part1 = p37
  5157. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5158. w30 = Instance.new("Weld", p30)
  5159. w30.Name = "Joint"
  5160. w30.Part0 = p30
  5161. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5162. w30.Part1 = p20
  5163. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5164. w31 = Instance.new("Weld", p31)
  5165. w31.Name = "Joint"
  5166. w31.Part0 = p31
  5167. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5168. w31.Part1 = p16
  5169. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5170. w32 = Instance.new("Weld", p32)
  5171. w32.Name = "Joint"
  5172. w32.Part0 = p32
  5173. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5174. w32.Part1 = p48
  5175. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5176. w33 = Instance.new("Weld", p33)
  5177. w33.Name = "Joint"
  5178. w33.Part0 = p33
  5179. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5180. w33.Part1 = p21
  5181. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5182. w34 = Instance.new("Weld", p34)
  5183. w34.Name = "Joint"
  5184. w34.Part0 = p34
  5185. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5186. w34.Part1 = p27
  5187. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5188. w35 = Instance.new("Weld", p35)
  5189. w35.Name = "Joint"
  5190. w35.Part0 = p35
  5191. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5192. w35.Part1 = p58
  5193. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5194. w36 = Instance.new("Weld", p36)
  5195. w36.Name = "Joint"
  5196. w36.Part0 = p36
  5197. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5198. w36.Part1 = p29
  5199. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5200. w37 = Instance.new("Weld", p37)
  5201. w37.Name = "Joint"
  5202. w37.Part0 = p37
  5203. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5204. w37.Part1 = p3
  5205. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5206. w38 = Instance.new("Weld", p38)
  5207. w38.Name = "Joint"
  5208. w38.Part0 = p38
  5209. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5210. w38.Part1 = p4
  5211. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5212. w39 = Instance.new("Weld", p39)
  5213. w39.Name = "Joint"
  5214. w39.Part0 = p39
  5215. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5216. w39.Part1 = p12
  5217. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5218. w40 = Instance.new("Weld", p40)
  5219. w40.Name = "Joint"
  5220. w40.Part0 = p40
  5221. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5222. w40.Part1 = p52
  5223. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5224. w41 = Instance.new("Weld", p41)
  5225. w41.Name = "Joint"
  5226. w41.Part0 = p41
  5227. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5228. w41.Part1 = p5
  5229. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5230. w42 = Instance.new("Weld", p42)
  5231. w42.Name = "Joint"
  5232. w42.Part0 = p42
  5233. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5234. w42.Part1 = p8
  5235. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5236. w43 = Instance.new("Weld", p43)
  5237. w43.Name = "Joint"
  5238. w43.Part0 = p43
  5239. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5240. w43.Part1 = p5
  5241. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5242. w44 = Instance.new("Weld", p44)
  5243. w44.Name = "Joint"
  5244. w44.Part0 = p44
  5245. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5246. w44.Part1 = p15
  5247. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5248. w45 = Instance.new("Weld", p45)
  5249. w45.Name = "Joint"
  5250. w45.Part0 = p45
  5251. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5252. w45.Part1 = p11
  5253. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5254. w46 = Instance.new("Weld", p46)
  5255. w46.Name = "Joint"
  5256. w46.Part0 = p46
  5257. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5258. w46.Part1 = p6
  5259. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5260. w47 = Instance.new("Weld", p47)
  5261. w47.Name = "Joint"
  5262. w47.Part0 = p47
  5263. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5264. w47.Part1 = p18
  5265. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5266. w48 = Instance.new("Weld", p48)
  5267. w48.Name = "Joint"
  5268. w48.Part0 = p48
  5269. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5270. w48.Part1 = p37
  5271. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5272. w49 = Instance.new("Weld", p49)
  5273. w49.Name = "Joint"
  5274. w49.Part0 = p49
  5275. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5276. w49.Part1 = p47
  5277. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5278. w50 = Instance.new("Weld", p50)
  5279. w50.Name = "Joint"
  5280. w50.Part0 = p50
  5281. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5282. w50.Part1 = p6
  5283. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5284. w51 = Instance.new("Weld", p51)
  5285. w51.Name = "Joint"
  5286. w51.Part0 = p51
  5287. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5288. w51.Part1 = p52
  5289. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5290. w52 = Instance.new("Weld", p52)
  5291. w52.Name = "Joint"
  5292. w52.Part0 = p52
  5293. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5294. w52.Part1 = p3
  5295. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5296. w53 = Instance.new("Weld", p53)
  5297. w53.Name = "Joint"
  5298. w53.Part0 = p53
  5299. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5300. w53.Part1 = p9
  5301. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5302. w54 = Instance.new("Weld", p54)
  5303. w54.Name = "Joint"
  5304. w54.Part0 = p54
  5305. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5306. w54.Part1 = p9
  5307. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5308. w55 = Instance.new("Weld", p55)
  5309. w55.Name = "Joint"
  5310. w55.Part0 = p55
  5311. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5312. w55.Part1 = p8
  5313. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5314. w56 = Instance.new("Weld", p56)
  5315. w56.Name = "Joint"
  5316. w56.Part0 = p56
  5317. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5318. w56.Part1 = p20
  5319. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5320. w57 = Instance.new("Weld", p57)
  5321. w57.Name = "Joint"
  5322. w57.Part0 = p57
  5323. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5324. w57.Part1 = p47
  5325. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5326. w58 = Instance.new("Weld", p58)
  5327. w58.Name = "Joint"
  5328. w58.Part0 = p58
  5329. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5330. w58.Part1 = p3
  5331. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5332. w59 = Instance.new("Weld", p59)
  5333. w59.Name = "Joint"
  5334. w59.Part0 = p59
  5335. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5336. w59.Part1 = p32
  5337. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5338. w60 = Instance.new("Weld", p61)
  5339. w60.Name = "Joint"
  5340. w60.Part0 = p61
  5341. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5342. w60.Part1 = p48
  5343. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5344. w61 = Instance.new("Weld", p62)
  5345. w61.Name = "Joint"
  5346. w61.Part0 = p62
  5347. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5348. w61.Part1 = p10
  5349. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5350. w62 = Instance.new("Weld", p63)
  5351. w62.Name = "Joint"
  5352. w62.Part0 = p63
  5353. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5354. w62.Part1 = p7
  5355. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5356. w63 = Instance.new("Weld", p64)
  5357. w63.Name = "Joint"
  5358. w63.Part0 = p64
  5359. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5360. w63.Part1 = p54
  5361. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5362. w64 = Instance.new("Weld", p65)
  5363. w64.Name = "Joint"
  5364. w64.Part0 = p65
  5365. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5366. w64.Part1 = p13
  5367. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5368. w65 = Instance.new("Weld", p66)
  5369. w65.Name = "Joint"
  5370. w65.Part0 = p66
  5371. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5372. w65.Part1 = p52
  5373. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5374. w66 = Instance.new("Weld", p67)
  5375. w66.Name = "Joint"
  5376. w66.Part0 = p67
  5377. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5378. w66.Part1 = p16
  5379. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5380. w67 = Instance.new("Weld", p68)
  5381. w67.Name = "Joint"
  5382. w67.Part0 = p68
  5383. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5384. w67.Part1 = p11
  5385. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5386. w68 = Instance.new("Weld", p69)
  5387. w68.Name = "Joint"
  5388. w68.Part0 = p69
  5389. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5390. w68.Part1 = p11
  5391. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5392. w69 = Instance.new("Weld", p70)
  5393. w69.Name = "Joint"
  5394. w69.Part0 = p70
  5395. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5396. w69.Part1 = p58
  5397. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5398. w70 = Instance.new("Weld", p71)
  5399. w70.Name = "Joint"
  5400. w70.Part0 = p71
  5401. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5402. w70.Part1 = p54
  5403. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5404. w71 = Instance.new("Weld", p72)
  5405. w71.Name = "Joint"
  5406. w71.Part0 = p72
  5407. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5408. w71.Part1 = p9
  5409. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5410. w72 = Instance.new("Weld", p73)
  5411. w72.Name = "Joint"
  5412. w72.Part0 = p73
  5413. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5414. w72.Part1 = p13
  5415. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5416. w73 = Instance.new("Weld", p74)
  5417. w73.Name = "Joint"
  5418. w73.Part0 = p74
  5419. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5420. w73.Part1 = p10
  5421. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5422. w74 = Instance.new("Weld", p75)
  5423. w74.Name = "Joint"
  5424. w74.Part0 = p75
  5425. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5426. w74.Part1 = p54
  5427. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5428. w75 = Instance.new("Weld", p76)
  5429. w75.Name = "Joint"
  5430. w75.Part0 = p76
  5431. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5432. w75.Part1 = p32
  5433. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5434. w76 = Instance.new("Weld", p77)
  5435. w76.Name = "Joint"
  5436. w76.Part0 = p77
  5437. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5438. w76.Part1 = p15
  5439. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5440. w77 = Instance.new("Weld", p78)
  5441. w77.Name = "Joint"
  5442. w77.Part0 = p78
  5443. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5444. w77.Part1 = p15
  5445. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5446. w78 = Instance.new("Weld", p79)
  5447. w78.Name = "Joint"
  5448. w78.Part0 = p79
  5449. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5450. w78.Part1 = p51
  5451. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5452. w79 = Instance.new("Weld", p80)
  5453. w79.Name = "Joint"
  5454. w79.Part0 = p80
  5455. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  5456. w79.Part1 = p12
  5457. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5458. m6.Parent = torso
  5459. m6:MakeJoints()
  5460. ----------------------------------------------------
  5461. local cor6 = Instance.new("Part", torso.Cloak)
  5462. cor6.Name = "Thingy"
  5463. cor6.Locked = true
  5464. cor6.BottomSurface = 0
  5465. cor6.CanCollide = false
  5466. cor6.Size = Vector3.new(1,1,1)
  5467. cor6.Transparency = 1
  5468. cor6.TopSurface = 0
  5469. corw6 = Instance.new("Weld", cor6)
  5470. corw6.Part0 = torso
  5471. corw6.Part1 = cor6
  5472. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5473. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5474. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  5475. weld6.Part0 = cor6
  5476. weld6.Part1 = torso.Cloak.NeckPart
  5477. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5478. --Amulet
  5479. m7 = Instance.new("Model")
  5480. m7.Name = "Amulet"
  5481. p1 = Instance.new("Part", m7)
  5482. p1.BrickColor = BrickColor.new("Really black")
  5483. p1.Material = Enum.Material.Neon
  5484. p1.Name = "Center"
  5485. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5486. p1.CanCollide = false
  5487. p1.Locked = true
  5488. p1.FormFactor = Enum.FormFactor.Custom
  5489. p1.Shape = Enum.PartType.Cylinder
  5490. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5491. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5494. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5495. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5496. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5497. p2 = Instance.new("Part", m7)
  5498. p2.BrickColor = BrickColor.new("Really black")
  5499. p2.Material = Enum.Material.Metal
  5500. p2.Name = "Bottom"
  5501. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5502. p2.CanCollide = false
  5503. p2.Locked = true
  5504. p2.FormFactor = Enum.FormFactor.Custom
  5505. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5506. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. b1 = Instance.new("SpecialMesh", p2)
  5513. b1.MeshType = Enum.MeshType.Cylinder
  5514. b1.Name = "Mesh"
  5515. p3 = Instance.new("Part", m7)
  5516. p3.BrickColor = BrickColor.new("Really black")
  5517. p3.Material = Enum.Material.Metal
  5518. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5519. p3.CanCollide = false
  5520. p3.Locked = true
  5521. p3.FormFactor = Enum.FormFactor.Custom
  5522. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5523. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5524. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5525. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5526. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5528. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5529. b2 = Instance.new("SpecialMesh", p3)
  5530. b2.MeshType = Enum.MeshType.Brick
  5531. b2.Name = "Mesh"
  5532. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5533. p4 = Instance.new("Part", m7)
  5534. p4.BrickColor = BrickColor.new("Really black")
  5535. p4.Material = Enum.Material.Metal
  5536. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5537. p4.CanCollide = false
  5538. p4.Locked = true
  5539. p4.FormFactor = Enum.FormFactor.Custom
  5540. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5541. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5543. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5544. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5545. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5546. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5547. b3 = Instance.new("SpecialMesh", p4)
  5548. b3.MeshType = Enum.MeshType.Brick
  5549. b3.Name = "Mesh"
  5550. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5551. p5 = Instance.new("Part", m7)
  5552. p5.BrickColor = BrickColor.new("Really black")
  5553. p5.Material = Enum.Material.Metal
  5554. 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)
  5555. p5.CanCollide = false
  5556. p5.Locked = true
  5557. p5.FormFactor = Enum.FormFactor.Custom
  5558. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5559. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5562. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5564. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5565. b4 = Instance.new("SpecialMesh", p5)
  5566. b4.MeshType = Enum.MeshType.Brick
  5567. b4.Name = "Mesh"
  5568. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5569. p6 = Instance.new("Part", m7)
  5570. p6.BrickColor = BrickColor.new("Really black")
  5571. p6.Material = Enum.Material.Metal
  5572. 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)
  5573. p6.CanCollide = false
  5574. p6.Locked = true
  5575. p6.FormFactor = Enum.FormFactor.Custom
  5576. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5577. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5581. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5582. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. b5 = Instance.new("SpecialMesh", p6)
  5584. b5.MeshType = Enum.MeshType.Brick
  5585. b5.Name = "Mesh"
  5586. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5587. p7 = Instance.new("Part", m7)
  5588. p7.BrickColor = BrickColor.new("Really black")
  5589. p7.Material = Enum.Material.Metal
  5590. 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)
  5591. p7.CanCollide = false
  5592. p7.Locked = true
  5593. p7.FormFactor = Enum.FormFactor.Custom
  5594. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5595. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5598. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5599. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5600. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5601. b6 = Instance.new("SpecialMesh", p7)
  5602. b6.MeshType = Enum.MeshType.Brick
  5603. b6.Name = "Mesh"
  5604. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5605. p8 = Instance.new("Part", m7)
  5606. p8.BrickColor = BrickColor.new("Really black")
  5607. p8.Material = Enum.Material.Metal
  5608. 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)
  5609. p8.CanCollide = false
  5610. p8.Locked = true
  5611. p8.FormFactor = Enum.FormFactor.Custom
  5612. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5613. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5619. b7 = Instance.new("SpecialMesh", p8)
  5620. b7.MeshType = Enum.MeshType.Brick
  5621. b7.Name = "Mesh"
  5622. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5623. p9 = Instance.new("Part", m7)
  5624. p9.BrickColor = BrickColor.new("Really black")
  5625. p9.Material = Enum.Material.Metal
  5626. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5627. p9.CanCollide = false
  5628. p9.Locked = true
  5629. p9.FormFactor = Enum.FormFactor.Custom
  5630. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5631. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5634. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5635. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5636. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5637. b8 = Instance.new("SpecialMesh", p9)
  5638. b8.MeshType = Enum.MeshType.Brick
  5639. b8.Name = "Mesh"
  5640. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5641. p10 = Instance.new("Part", m7)
  5642. p10.BrickColor = BrickColor.new("Really black")
  5643. p10.Material = Enum.Material.Metal
  5644. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5645. p10.CanCollide = false
  5646. p10.Locked = true
  5647. p10.FormFactor = Enum.FormFactor.Custom
  5648. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5649. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5653. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5654. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. b9 = Instance.new("SpecialMesh", p10)
  5656. b9.MeshType = Enum.MeshType.Brick
  5657. b9.Name = "Mesh"
  5658. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5659. p11 = Instance.new("Part", m7)
  5660. p11.BrickColor = BrickColor.new("Really black")
  5661. p11.Material = Enum.Material.Metal
  5662. 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)
  5663. p11.CanCollide = false
  5664. p11.Locked = true
  5665. p11.FormFactor = Enum.FormFactor.Custom
  5666. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5667. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5668. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5672. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5673. b10 = Instance.new("SpecialMesh", p11)
  5674. b10.MeshType = Enum.MeshType.Brick
  5675. b10.Name = "Mesh"
  5676. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5677. p12 = Instance.new("Part", m7)
  5678. p12.BrickColor = BrickColor.new("Really black")
  5679. p12.Material = Enum.Material.Metal
  5680. 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)
  5681. p12.CanCollide = false
  5682. p12.Locked = true
  5683. p12.FormFactor = Enum.FormFactor.Custom
  5684. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5685. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5688. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5689. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5690. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5691. b11 = Instance.new("SpecialMesh", p12)
  5692. b11.MeshType = Enum.MeshType.Brick
  5693. b11.Name = "Mesh"
  5694. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5695. p13 = Instance.new("Part", m7)
  5696. p13.BrickColor = BrickColor.new("Really black")
  5697. p13.Material = Enum.Material.Metal
  5698. 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)
  5699. p13.CanCollide = false
  5700. p13.Locked = true
  5701. p13.FormFactor = Enum.FormFactor.Custom
  5702. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5703. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5704. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5705. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5707. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. b12 = Instance.new("SpecialMesh", p13)
  5710. b12.MeshType = Enum.MeshType.Brick
  5711. b12.Name = "Mesh"
  5712. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5713. p14 = Instance.new("Part", m7)
  5714. p14.BrickColor = BrickColor.new("Really black")
  5715. p14.Material = Enum.Material.Metal
  5716. 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)
  5717. p14.CanCollide = false
  5718. p14.Locked = true
  5719. p14.FormFactor = Enum.FormFactor.Custom
  5720. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5721. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5722. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5723. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5725. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5726. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5727. b13 = Instance.new("SpecialMesh", p14)
  5728. b13.MeshType = Enum.MeshType.Brick
  5729. b13.Name = "Mesh"
  5730. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5731. p15 = Instance.new("Part", m7)
  5732. p15.BrickColor = BrickColor.new("Really black")
  5733. p15.Material = Enum.Material.Metal
  5734. p15.Name = "Top"
  5735. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5736. p15.CanCollide = false
  5737. p15.Locked = true
  5738. p15.FormFactor = Enum.FormFactor.Custom
  5739. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5740. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5741. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5742. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5744. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5745. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5746. b14 = Instance.new("SpecialMesh", p15)
  5747. b14.MeshType = Enum.MeshType.Cylinder
  5748. b14.Name = "Mesh"
  5749. w1 = Instance.new("Weld", p1)
  5750. w1.Name = "Joint"
  5751. w1.Part0 = p1
  5752. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5753. w1.Part1 = p15
  5754. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5755. w2 = Instance.new("Weld", p2)
  5756. w2.Name = "Joint"
  5757. w2.Part0 = p2
  5758. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5759. w2.Part1 = p1
  5760. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5761. w3 = Instance.new("Weld", p3)
  5762. w3.Name = "Joint"
  5763. w3.Part0 = p3
  5764. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5765. w3.Part1 = p1
  5766. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5767. w4 = Instance.new("Weld", p4)
  5768. w4.Name = "Joint"
  5769. w4.Part0 = p4
  5770. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5771. w4.Part1 = p1
  5772. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5773. w5 = Instance.new("Weld", p5)
  5774. w5.Name = "Joint"
  5775. w5.Part0 = p5
  5776. 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)
  5777. w5.Part1 = p1
  5778. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5779. w6 = Instance.new("Weld", p6)
  5780. w6.Name = "Joint"
  5781. w6.Part0 = p6
  5782. 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)
  5783. w6.Part1 = p1
  5784. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5785. w7 = Instance.new("Weld", p7)
  5786. w7.Name = "Joint"
  5787. w7.Part0 = p7
  5788. 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)
  5789. w7.Part1 = p1
  5790. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5791. w8 = Instance.new("Weld", p8)
  5792. w8.Name = "Joint"
  5793. w8.Part0 = p8
  5794. 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)
  5795. w8.Part1 = p1
  5796. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5797. w9 = Instance.new("Weld", p9)
  5798. w9.Name = "Joint"
  5799. w9.Part0 = p9
  5800. 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)
  5801. w9.Part1 = p1
  5802. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5803. w10 = Instance.new("Weld", p10)
  5804. w10.Name = "Joint"
  5805. w10.Part0 = p10
  5806. 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)
  5807. w10.Part1 = p1
  5808. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5809. w11 = Instance.new("Weld", p11)
  5810. w11.Name = "Joint"
  5811. w11.Part0 = p11
  5812. 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)
  5813. w11.Part1 = p1
  5814. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5815. w12 = Instance.new("Weld", p12)
  5816. w12.Name = "Joint"
  5817. w12.Part0 = p12
  5818. 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)
  5819. w12.Part1 = p1
  5820. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5821. w13 = Instance.new("Weld", p13)
  5822. w13.Name = "Joint"
  5823. w13.Part0 = p13
  5824. 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)
  5825. w13.Part1 = p1
  5826. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5827. w14 = Instance.new("Weld", p14)
  5828. w14.Name = "Joint"
  5829. w14.Part0 = p14
  5830. 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)
  5831. w14.Part1 = p1
  5832. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5833. m7.Parent = torso
  5834. m7:MakeJoints()
  5835. ----------------------------------------------------
  5836. local cor7 = Instance.new("Part", torso.Amulet)
  5837. cor7.Name = "Thingy"
  5838. cor7.Locked = true
  5839. cor7.BottomSurface = 0
  5840. cor7.CanCollide = false
  5841. cor7.Size = Vector3.new(1, 1, 1)
  5842. cor7.Transparency = 1
  5843. cor7.TopSurface = 0
  5844. corw7 = Instance.new("Weld", cor7)
  5845. corw7.Part0 = torso.Torso.Connection
  5846. corw7.Part1 = cor7
  5847. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5848. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5849. weld7 = Instance.new("Weld", torso.Amulet)
  5850. weld7.Part0 = cor7
  5851. weld7.Part1 = torso.Amulet.Top
  5852. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5853.  
  5854.  
  5855. ----------------------------------------------------
  5856.  
  5857. ----------------------------------------------------
  5858.  
  5859. ----------------------------------------------------
  5860. models = {m,m2,m3,m4,m5,m6,m7,m8}
  5861. parts = {}
  5862. Stepped:connect(function()
  5863. for i,v in pairs(models) do
  5864. for _, a in pairs(v:GetChildren()) do
  5865. if v:IsA("Part") and v.Name ~= "Thingy" then
  5866. table.insert(parts, a)
  5867. for i,v in pairs(parts) do
  5868. v.CanCollide = false
  5869. end
  5870. end
  5871. end
  5872. end
  5873. end)
  5874. ----------------------------------------------------
  5875. local animpose = "Idle1"
  5876. local lastanimpose = "Idle1"
  5877. local grab = false
  5878. local Smooth = 1
  5879. local sine = 0
  5880. local change = 1
  5881. local val = 0
  5882. local ffing = false
  5883. ----------------------------------------------------
  5884.  
  5885.  
  5886. ----------------------------------------------------
  5887. ----------------------------------------------------
  5888. definition = 5
  5889. bc = {}
  5890. bezierparts = {}
  5891. function NoOutline(Part)
  5892. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  5893. end
  5894. function draw(p,d)
  5895. for i=1,d do
  5896. local t = i/d
  5897. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  5898. end
  5899. for i=1,d do
  5900. local bcs = Instance.new("Part",char)
  5901. NoOutline(bcs)
  5902. bcs.Anchored = true
  5903. bcs.CanCollide = false
  5904. bcs.Material = "Neon"
  5905. bcs.BrickColor = BrickColor.new("Really black")
  5906. bcs.Size = Vector3.new(1,1,1)
  5907. bcs.Shape = Enum.PartType.Ball
  5908. bcs.CFrame = CFrame.new(bc[i])
  5909. local bcp = Instance.new("Part",char)
  5910. NoOutline(bcp)
  5911. bcp.Anchored = true
  5912. bcp.CanCollide = false
  5913. bcp.Material = "Neon"
  5914. bcp.BrickColor = BrickColor.new("Really black")
  5915. local cm = Instance.new("CylinderMesh")
  5916. cm.Parent = bcp
  5917. if i ~= 1 then
  5918. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  5919. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  5920. else
  5921. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  5922. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  5923. end
  5924. table.insert(bezierparts, bcs)
  5925. table.insert(bezierparts, bcp)
  5926. end
  5927. Spawn(function() fat.Event:wait()
  5928. for i,v in pairs(bezierparts) do
  5929. v.Transparency = 1
  5930. end
  5931. end)
  5932. end
  5933. --local points = {larm.Position,rarn.Position,invisipart.Position}
  5934. --draw(points,definition)
  5935. mouse.KeyDown:connect(function(key)
  5936. if key == "f" then
  5937. if Debounces.CanAttack == true then
  5938. Debounces.CanAttack = false
  5939. Debounces.NoIdl = true
  5940. Debounces.on = true
  5941. for i = 1, 20 do
  5942. 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)
  5943. 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)
  5944. 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)
  5945. 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)
  5946. 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)
  5947. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  5948. 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)
  5949. 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)
  5950. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  5951. 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)
  5952. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  5953. 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)
  5954. if Debounces.on == false then
  5955. break
  5956. end
  5957. fat.Event:wait()
  5958. end
  5959. rpart = Instance.new("Part",rarm)
  5960. NoOutline(rpart)
  5961. rpart.Anchored = false
  5962. rpart.Size = Vector3.new(1,1,1)
  5963. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  5964. rpart.Transparency = 1
  5965. newWeld(rarm, rpart, 0, 0, 0)
  5966. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  5967. lpart = Instance.new("Part",larm)
  5968. NoOutline(lpart)
  5969. lpart.Anchored = false
  5970. lpart.Size = Vector3.new(1,1,1)
  5971. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  5972. lpart.Transparency = 1
  5973. newWeld(larm, lpart, 0, 0, 0)
  5974. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  5975. invisipart = Instance.new("Part",torso)
  5976. NoOutline(invisipart)
  5977. invisipart.Anchored = false
  5978. invisipart.Size = Vector3.new(1,1,1)
  5979. invisipart.Transparency = 1
  5980. invisipart.CFrame = torso.CFrame
  5981. newWeld(torso, invisipart, 0, 0, 0)
  5982. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  5983. table.insert(bezierparts, rpart)
  5984. table.insert(bezierparts, lpart)
  5985. table.insert(bezierparts, invisipart)
  5986. for i = 1, 40 do
  5987. local points = {lpart.Position,invisipart.Position,rpart.Position}
  5988. draw(points,definition)
  5989. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  5990. 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)
  5991. 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)
  5992. 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)
  5993. 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)
  5994. 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)
  5995. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  5996. 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)
  5997. 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)
  5998. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  5999. 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)
  6000. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  6001. 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)
  6002. if Debounces.on == false then
  6003. break
  6004. end
  6005. fat.Event:wait()
  6006. end
  6007. for i,v in pairs(bezierparts) do
  6008. v:Destroy()
  6009. end
  6010. --draw(points,definition)
  6011. if Debounces.CanAttack == false then
  6012. Debounces.CanAttack = true
  6013. Debounces.NoIdl = false
  6014. Debounces.on = false
  6015. end
  6016. end
  6017. end
  6018. end)
  6019. ----------------------------------------------------
  6020. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  6021. IDs = {"415880409","415880478"}
  6022. mouse.KeyDown:connect(function(key)
  6023. if key == "h" then
  6024. if Debounces.CanJoke == true then
  6025. Debounces.CanJoke = false
  6026. z = Instance.new("Sound",hed)
  6027. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  6028. z.Pitch = 1
  6029. z.Volume = 1
  6030. z1 = Instance.new("Sound",hed)
  6031. z1.SoundId = z.SoundId
  6032. z1.Pitch = 1
  6033. z1.Volume = 1
  6034. wait()
  6035. z:Play()
  6036. z1:Play()
  6037. wait(20)
  6038. z:Destroy()
  6039. z1:Destroy()
  6040. if Debounces.CanJoke == false then
  6041. Debounces.CanJoke = true
  6042. end
  6043. end
  6044. end
  6045. end)
  6046. ----------------------------------------------------
  6047. mouse.KeyDown:connect(function(key)
  6048. if key == "j" then
  6049. if Debounces.CanJoke == true then
  6050. Debounces.CanJoke = false
  6051. z = Instance.new("Sound",hed)
  6052. z.SoundId = "rbxassetid://415859013"
  6053. z.Pitch = pitches[math.random(1,#pitches)]
  6054. z.Volume = 1
  6055. wait()
  6056. z:Play()
  6057. wait(2)
  6058. z:Destroy()
  6059. if Debounces.CanJoke == false then
  6060. Debounces.CanJoke = true
  6061. end
  6062. end
  6063. end
  6064. end)
  6065. ----------------------------------------------------
  6066. mouse.KeyDown:connect(function(key)
  6067. if key == "k" then
  6068. if Debounces.CanJoke == true then
  6069. Debounces.CanJoke = false
  6070. z = Instance.new("Sound",hed)
  6071. z.SoundId = "rbxassetid://415859085"
  6072. z.Pitch = pitches[math.random(1,#pitches)]
  6073. z.Volume = 1
  6074. wait()
  6075. z:Play()
  6076. wait(2)
  6077. z:Destroy()
  6078. if Debounces.CanJoke == false then
  6079. Debounces.CanJoke = true
  6080. end
  6081. end
  6082. end
  6083. end)
  6084. ----------------------------------------------------
  6085. Grab = false
  6086. mouse.KeyDown:connect(function(key)
  6087. if key == "z" then
  6088. Debounces.on = true
  6089. Debounces.NoIdl = true
  6090. Debounces.ks = true
  6091. if Grab == false then
  6092. gp = nil
  6093. for i = 1, 20 do
  6094. 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)
  6095. 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)
  6096. 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)
  6097. 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)
  6098. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  6099. 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)
  6100. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  6101. 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)
  6102. 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)
  6103. 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)
  6104. 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)
  6105. 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)
  6106. if Debounces.on == false then break end
  6107. fat.Event:wait()
  6108. end
  6109. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  6110. ht = hit.Parent
  6111. for i,v in pairs(ht:GetChildren()) do
  6112. if v:IsA("Part") then
  6113. v.CanCollide = false
  6114. v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  6115. end
  6116. end
  6117. hum1=ht:FindFirstChild('Humanoid')
  6118. if hum1 ~= nil then
  6119. if Debounces.ks==true then
  6120. z = Instance.new("Sound",hed)
  6121. z.SoundId = "rbxassetid://169380525"
  6122. z.Volume = 1
  6123. z:Play()
  6124. Debounces.ks=false
  6125. end
  6126. hum1.PlatformStand=true
  6127. hum1:ChangeState'Physics'
  6128. gp = ht
  6129. Grab = true
  6130. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  6131. asd.Parent = larm
  6132. asd.Name = "asd"
  6133. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  6134. stanceToggle = "Grabbed"
  6135. --[[elseif hum1 == nil then
  6136. con1:disconnect()
  6137. wait() return]]--
  6138. end
  6139. end)
  6140. for i = 1, 20 do
  6141. 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)
  6142. 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)
  6143. 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)
  6144. 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)
  6145. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  6146. 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)
  6147. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  6148. 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)
  6149. 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)
  6150. 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)
  6151. 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)
  6152. 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)
  6153. if Debounces.on == false then break end
  6154. fat.Event:wait()
  6155. end
  6156. con1:disconnect()
  6157. Debounces.on = false
  6158. Debounces.NoIdl = false
  6159. elseif Grab == true then
  6160. Grab = false
  6161. --[[for i = 1, 16 do
  6162. 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)
  6163. 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)
  6164. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  6165. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  6166. 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)
  6167. 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)
  6168. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  6169. if Debounces.on == false then end
  6170. rs:wait()
  6171. end]]--
  6172. for i = 1, 16 do
  6173. 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)
  6174. 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)
  6175. 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)
  6176. 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)
  6177. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  6178. 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)
  6179. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  6180. 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)
  6181. 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)
  6182. 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)
  6183. 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)
  6184. 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)
  6185. if Debounces.on == false then end
  6186. rs:wait()
  6187. end
  6188. for i = 1, 12 do
  6189. 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)
  6190. 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)
  6191. 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)
  6192. 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)
  6193. 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)
  6194. 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)
  6195. 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)
  6196. 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)
  6197. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  6198. 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)
  6199. 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)
  6200. 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)
  6201. if Debounces.on == false then end
  6202. rs:wait()
  6203. end
  6204. Slam()
  6205. if gp ~= nil then
  6206. for i,v in pairs(larm:GetChildren()) do
  6207. if v.Name == "asd" and v:IsA("Weld") then
  6208. v:Remove()
  6209. end
  6210. if v:IsA("Part") then
  6211. v.CanCollide = true
  6212. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  6213. end
  6214. end
  6215. end
  6216. stanceToggle = "Idle1"
  6217. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  6218. bv.maxForce = Vector3.new(400000, 400000, 400000)
  6219. bv.P = 125000
  6220. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  6221. ht=nil
  6222. Debounces.on = false
  6223. Debounces.NoIdl = false
  6224. elseif ht == nil then wait()
  6225. Grab = false
  6226. Debounces.on = false
  6227. Debounces.NoIdl = false
  6228. end
  6229. end
  6230. end)
  6231. ----------------------------------------------------
  6232. Change = false
  6233. mouse.KeyDown:connect(function(key)
  6234. if key == "n" then
  6235. if Change == false then
  6236. Change = true
  6237. stanceToggle = "Idle2"
  6238. elseif Change == true then
  6239. Change = false
  6240. stanceToggle = "Idle1"
  6241. end
  6242. end
  6243. end)
  6244.  
  6245. mouse.KeyDown:connect(function(key)
  6246. if string.byte(key) == 52 then
  6247. Swing = 2
  6248. char.Humanoid.WalkSpeed = 28
  6249. end
  6250. end)
  6251. mouse.KeyUp:connect(function(key)
  6252. if string.byte(key) == 52 then
  6253. Swing = 1
  6254. char.Humanoid.WalkSpeed = 16
  6255. end
  6256. end)
  6257.  
  6258. CR = torso.Cloak.Rotater
  6259. CR2 = torso.Cloak.CapeLevel1
  6260. CR3 = torso.Cloak.CapeLevel2
  6261. CR4 = torso.Cloak.CapeLevel3
  6262. CR5 = torso.Cloak.CapeLevel4
  6263. jump = false
  6264. rs:connect(function()
  6265. if char.Humanoid.Jump == true then
  6266. jump = true
  6267. else
  6268. jump = false
  6269. end
  6270. char.Humanoid.FreeFalling:connect(function(f)
  6271. if f then
  6272. ffing = true
  6273. else
  6274. ffing = false
  6275. end
  6276. end)
  6277. sine = sine + change
  6278. if jump == true then
  6279. animpose = "Jumping"
  6280. elseif ffing == true then
  6281. animpose = "Freefalling"
  6282. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  6283. animpose = "Idle"
  6284. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  6285. animpose = "Walking"
  6286. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  6287. animpose = "Running"
  6288. end
  6289. RightLeg = CFrame.new(0.5,-1,0)
  6290. LeftLeg = CFrame.new(-0.5,-1,0)
  6291.  
  6292. lefth = (torso.CFrame*LeftLeg)
  6293. righth = (torso.CFrame*RightLeg)
  6294.  
  6295. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  6296.  
  6297. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  6298.  
  6299. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  6300. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  6301. if animpose ~= lastanimpose then
  6302. sine = 0
  6303. if Debounces.NoIdl == false then
  6304. if stanceToggle == "Idle1" then
  6305. 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)
  6306. 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)
  6307. 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)
  6308. 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)
  6309. 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)
  6310. 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)
  6311. elseif stanceToggle == "Idle2" then
  6312. 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)
  6313. 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)
  6314. 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)
  6315. 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)
  6316. 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)
  6317. 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)
  6318. end
  6319. fat.Event:wait()
  6320. end
  6321. else
  6322. end
  6323. lastanimpose = animpose
  6324. if Debounces.NoIdl == false then
  6325. if animpose == "Idle" then
  6326. change = 0.5
  6327. if stanceToggle == "Idle1" then
  6328. 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)
  6329. 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)
  6330. 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)
  6331. 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)
  6332. 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)
  6333. 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)
  6334. 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)
  6335. 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)
  6336. 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)
  6337. 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)
  6338. 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)
  6339. 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)
  6340. 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)
  6341. 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)
  6342. 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)
  6343. 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)
  6344. 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)
  6345. elseif stanceToggle == "Idle2" then
  6346. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  6347. 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)
  6348. 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)
  6349. 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)
  6350. 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)
  6351. 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)
  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.2)
  6353. 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)
  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.2)
  6355. 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)
  6356. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  6357. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  6358. --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)
  6359. 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)
  6360. 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)
  6361. 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)
  6362. 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)
  6363. 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)
  6364. elseif stanceToggle == "Grabbed" then
  6365. 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)
  6366. 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)
  6367. 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)
  6368. 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)
  6369. 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)
  6370. 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)
  6371. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  6372. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  6373. 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)
  6374. 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)
  6375. 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)
  6376. 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)
  6377. end
  6378. elseif animpose == "Walking" then
  6379. if stanceToggle == "Grabbed" then
  6380. 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)
  6381. 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)
  6382. 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)
  6383. 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)
  6384. 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)
  6385. 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)
  6386. 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)
  6387. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  6388. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  6389. 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)
  6390. 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)
  6391. 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)
  6392. 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)
  6393. elseif stanceToggle ~= "Grabbed" then
  6394. change = 1
  6395. 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)
  6396. 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)
  6397. 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)
  6398. 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)
  6399. 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)
  6400. 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)
  6401. 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)
  6402. 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)
  6403. 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)
  6404. 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)
  6405. 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)
  6406. 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)
  6407. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  6408. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  6409. --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)
  6410. 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)
  6411. 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)
  6412. --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)
  6413. 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)
  6414. 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)
  6415. end
  6416. elseif animpose == "Running" then
  6417. change = 1
  6418. 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)
  6419. 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)
  6420. 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)
  6421. 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)
  6422. 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)
  6423. 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)
  6424. 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)
  6425. 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)
  6426. 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)
  6427. 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)
  6428. 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)
  6429. 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)
  6430. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6431. 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)
  6432. 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)
  6433. 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)
  6434. 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)
  6435. elseif animpose == "Jumping" then
  6436. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  6437. 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)
  6438. 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)
  6439. 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)
  6440. 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)
  6441. 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)
  6442. 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)
  6443. 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)
  6444. 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)
  6445. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  6446. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  6447. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6448. 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)
  6449. 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)
  6450. 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)
  6451. 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)
  6452. elseif animpose == "Freefalling" then
  6453. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  6454. 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)
  6455. 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)
  6456. 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)
  6457. 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)
  6458. 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)
  6459. 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)
  6460. 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)
  6461. 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)
  6462. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  6463. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  6464. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  6465. 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)
  6466. 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)
  6467. 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)
  6468. 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)
  6469. end
  6470. end
  6471. end)
  6472. hum.MaxHealth = 500000
  6473. wait(1)
  6474. hum.Health = 500000
  6475.  
  6476.  
  6477. hum.WalkSpeed = 17
Add Comment
Please, Sign In to add comment