Advertisement
wamandnj

Untitled

Mar 28th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. if Index == "PlrObj" then
  88. return RealPlayer
  89. end
  90. return RealPlayer[Index]
  91. end
  92. end;
  93. __tostring = function(self)
  94. return RealPlayer.Name
  95. end
  96. })
  97. end
  98. end
  99. if RealGame[Index] then
  100. local Type = type(RealGame[Index])
  101. if Type == "function" then
  102. if Index:lower() == "getservice" or Index:lower() == "service" then
  103. return function (self,Service)
  104. if Service:lower() == "players" then
  105. return setmetatable({},{
  106. __index = function (self2,Index2)
  107. local RealService = RealGame:GetService(Service)
  108. local Type2 = type(Index2)
  109. if Type2 == "function" then
  110. return function (self,...)
  111. return RealService[Index2](RealService,...)
  112. end
  113. else
  114. if Index2:lower() == "localplayer" then
  115. return Sandbox(owner)
  116. end
  117. return RealService[Index2]
  118. end
  119. end;
  120. __tostring = function(self)
  121. return RealGame:GetService(Service).Name
  122. end
  123. })
  124. elseif Service:lower() == "contextactionservice" then
  125. return InternalData["ContextActionService"]
  126. elseif Service:lower() == "contextactionservice" then
  127. return InternalData["UserInputService"]
  128. elseif Service:lower() == "runservice" then
  129. return setmetatable({},{
  130. __index = function(self2,Index2)
  131. local RealService = RealGame:GetService(Service)
  132. local Type2 = type(Index2)
  133. if Type2 == "function" then
  134. return function (self,...)
  135. return RealService[Index2](RealService,...)
  136. end
  137. else
  138. if Index2:lower() == "bindtorenderstep" then
  139. return function (self,Name,Priority,Function)
  140. return RealGame:GetService("RunService").Stepped:Connect(Function)
  141. end
  142. end
  143. if Index2:lower() == "renderstepped" then
  144. return RealService["Stepped"]
  145. end
  146. return RealService[Index2]
  147. end
  148. end
  149. })
  150. else
  151. return RealGame:GetService(Service)
  152. end
  153. end
  154. end
  155. return function (self,...)
  156. return RealGame[Index](RealGame,...)
  157. end
  158. else
  159. if game:GetService(Index) then
  160. return game:GetService(Index)
  161. end
  162. return RealGame[Index]
  163. end
  164. else
  165. return nil
  166. end
  167. end
  168. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  169. print("Complete! Running...")
  170.  
  171. wait(1)
  172. function sandbox(var,func)
  173. local env = getfenv(func)
  174. local newenv = setmetatable({},{
  175. __index = function(self,k)
  176. if k=="script" then
  177. return var
  178. else
  179. return env[k]
  180. end
  181. end,
  182. })
  183. setfenv(func,newenv)
  184. return func
  185. end
  186. cors = {}
  187. mas = Instance.new("Model",game:GetService("Lighting"))
  188. Model0 = Instance.new("Model")
  189. Model1 = Instance.new("Model")
  190. Part2 = Instance.new("Part")
  191. SpecialMesh3 = Instance.new("SpecialMesh")
  192. Part4 = Instance.new("Part")
  193. SpecialMesh5 = Instance.new("SpecialMesh")
  194. Part6 = Instance.new("Part")
  195. SpecialMesh7 = Instance.new("SpecialMesh")
  196. Part8 = Instance.new("Part")
  197. SpecialMesh9 = Instance.new("SpecialMesh")
  198. Part10 = Instance.new("Part")
  199. SpecialMesh11 = Instance.new("SpecialMesh")
  200. Model12 = Instance.new("Model")
  201. Part13 = Instance.new("Part")
  202. Part14 = Instance.new("Part")
  203. Part15 = Instance.new("Part")
  204. Part16 = Instance.new("Part")
  205. Part17 = Instance.new("Part")
  206. Part18 = Instance.new("Part")
  207. Part19 = Instance.new("Part")
  208. Part20 = Instance.new("Part")
  209. Part21 = Instance.new("Part")
  210. Model22 = Instance.new("Model")
  211. Part23 = Instance.new("Part")
  212. Part24 = Instance.new("Part")
  213. SpecialMesh25 = Instance.new("SpecialMesh")
  214. Part26 = Instance.new("Part")
  215. Part27 = Instance.new("Part")
  216. SpecialMesh28 = Instance.new("SpecialMesh")
  217. Part29 = Instance.new("Part")
  218. SpecialMesh30 = Instance.new("SpecialMesh")
  219. Model31 = Instance.new("Model")
  220. Part32 = Instance.new("Part")
  221. Part33 = Instance.new("Part")
  222. Part34 = Instance.new("Part")
  223. Part35 = Instance.new("Part")
  224. Part36 = Instance.new("Part")
  225. Model37 = Instance.new("Model")
  226. Part38 = Instance.new("Part")
  227. Part39 = Instance.new("Part")
  228. Part40 = Instance.new("Part")
  229. Part41 = Instance.new("Part")
  230. Part42 = Instance.new("Part")
  231. Part43 = Instance.new("Part")
  232. Part44 = Instance.new("Part")
  233. Part45 = Instance.new("Part")
  234. Part46 = Instance.new("Part")
  235. Model47 = Instance.new("Model")
  236. Part48 = Instance.new("Part")
  237. Part49 = Instance.new("Part")
  238. Part50 = Instance.new("Part")
  239. Part51 = Instance.new("Part")
  240. Part52 = Instance.new("Part")
  241. Part53 = Instance.new("Part")
  242. Part54 = Instance.new("Part")
  243. Part55 = Instance.new("Part")
  244. Part56 = Instance.new("Part")
  245. Script57 = Instance.new("Script")
  246. Model0.Name = "Armor"
  247. Model0.Parent = mas
  248. Model1.Name = "Head"
  249. Model1.Parent = Model0
  250. Part2.Name = "Head1"
  251. Part2.Parent = Model1
  252. Part2.Material = Enum.Material.SmoothPlastic
  253. Part2.BrickColor = BrickColor.new("Pastel brown")
  254. Part2.Transparency = 1
  255. Part2.Rotation = Vector3.new(-180, 0, 180)
  256. Part2.Anchored = true
  257. Part2.CanCollide = false
  258. Part2.FormFactor = Enum.FormFactor.Symmetric
  259. Part2.Size = Vector3.new(2, 1, 1)
  260. Part2.CFrame = CFrame.new(54.6336555, 7.0100441, -30.6814404, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
  261. Part2.TopSurface = Enum.SurfaceType.Smooth
  262. Part2.Color = Color3.new(1, 0.8, 0.6)
  263. Part2.Position = Vector3.new(54.6336555, 7.0100441, -30.6814404)
  264. Part2.Orientation = Vector3.new(0, 180, 0)
  265. Part2.Color = Color3.new(1, 0.8, 0.6)
  266. SpecialMesh3.Parent = Part2
  267. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  268. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  269. Part4.Parent = Model1
  270. Part4.Material = Enum.Material.Neon
  271. Part4.BrickColor = BrickColor.new("Really red")
  272. Part4.Rotation = Vector3.new(0, 90, 0)
  273. Part4.Anchored = true
  274. Part4.CanCollide = false
  275. Part4.FormFactor = Enum.FormFactor.Custom
  276. Part4.Size = Vector3.new(1.42000079, 1.21000016, 1.15000045)
  277. Part4.CFrame = CFrame.new(54.6486969, 7.27718306, -30.4990654, 0.000421981851, -8.61017657e-09, 1.00000155, 5.69921212e-05, 1, -1.54393707e-08, -1.00000155, 5.69920412e-05, 0.000421981851)
  278. Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  279. Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  280. Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  281. Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  282. Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  283. Part4.Color = Color3.new(1, 0, 0)
  284. Part4.Position = Vector3.new(54.6486969, 7.27718306, -30.4990654)
  285. Part4.Orientation = Vector3.new(0, 89.9799957, 0)
  286. Part4.Color = Color3.new(1, 0, 0)
  287. SpecialMesh5.Parent = Part4
  288. SpecialMesh5.MeshType = Enum.MeshType.Sphere
  289. Part6.Parent = Model1
  290. Part6.Material = Enum.Material.SmoothPlastic
  291. Part6.BrickColor = BrickColor.new("Really black")
  292. Part6.Rotation = Vector3.new(-180, 0.0199999996, 180)
  293. Part6.Anchored = true
  294. Part6.CanCollide = false
  295. Part6.FormFactor = Enum.FormFactor.Custom
  296. Part6.Size = Vector3.new(4, 1, 2)
  297. Part6.CFrame = CFrame.new(54.6436768, 7.27217054, -30.5090752, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
  298. Part6.BottomSurface = Enum.SurfaceType.Smooth
  299. Part6.TopSurface = Enum.SurfaceType.Smooth
  300. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  301. Part6.Position = Vector3.new(54.6436768, 7.27217054, -30.5090752)
  302. Part6.Orientation = Vector3.new(0, 179.979996, 0)
  303. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  304. SpecialMesh7.Parent = Part6
  305. SpecialMesh7.MeshId = "rbxassetid://984015368"
  306. SpecialMesh7.Scale = Vector3.new(0.0450000018, 0.0390000008, 0.0390000008)
  307. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  308. SpecialMesh7.Scale = Vector3.new(0.0450000018, 0.0390000008, 0.0390000008)
  309. Part8.Parent = Model1
  310. Part8.Material = Enum.Material.SmoothPlastic
  311. Part8.BrickColor = BrickColor.new("Really black")
  312. Part8.Rotation = Vector3.new(-180, 0.0199999996, 180)
  313. Part8.Anchored = true
  314. Part8.CanCollide = false
  315. Part8.Size = Vector3.new(1.48500049, 1.27375031, 1.26000059)
  316. Part8.CFrame = CFrame.new(54.6339302, 7.00394535, -30.6849346, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  317. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  318. Part8.Position = Vector3.new(54.6339302, 7.00394535, -30.6849346)
  319. Part8.Orientation = Vector3.new(0, 179.979996, 0)
  320. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  321. SpecialMesh9.Parent = Part8
  322. Part10.Parent = Model1
  323. Part10.Material = Enum.Material.Neon
  324. Part10.BrickColor = BrickColor.new("Really red")
  325. Part10.Rotation = Vector3.new(20, 90, 0)
  326. Part10.Anchored = true
  327. Part10.CanCollide = false
  328. Part10.FormFactor = Enum.FormFactor.Custom
  329. Part10.Size = Vector3.new(1.99000025, 0.290000349, 0.450000614)
  330. Part10.CFrame = CFrame.new(54.6485405, 6.9982481, -30.1792469, 0.000396999996, -0.000144999984, 1, 0.342074007, 0.939673126, 4.49200002e-07, -0.939673007, 0.342073977, 0.000422650919)
  331. Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  332. Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  333. Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  334. Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  335. Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  336. Part10.Color = Color3.new(1, 0, 0)
  337. Part10.Position = Vector3.new(54.6485405, 6.9982481, -30.1792469)
  338. Part10.Orientation = Vector3.new(0, 89.9799957, 20)
  339. Part10.Color = Color3.new(1, 0, 0)
  340. SpecialMesh11.Parent = Part10
  341. SpecialMesh11.MeshType = Enum.MeshType.Sphere
  342. Model12.Name = "RightLeg"
  343. Model12.Parent = Model0
  344. Part13.Name = "Right Leg1"
  345. Part13.Parent = Model12
  346. Part13.Material = Enum.Material.SmoothPlastic
  347. Part13.BrickColor = BrickColor.new("Pastel brown")
  348. Part13.Transparency = 1
  349. Part13.Rotation = Vector3.new(-180, 0, 180)
  350. Part13.Anchored = true
  351. Part13.CanCollide = false
  352. Part13.FormFactor = Enum.FormFactor.Plate
  353. Part13.Size = Vector3.new(1, 2, 1)
  354. Part13.CFrame = CFrame.new(54.1337051, 3.5000484, -30.6814098, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
  355. Part13.Color = Color3.new(1, 0.8, 0.6)
  356. Part13.Position = Vector3.new(54.1337051, 3.5000484, -30.6814098)
  357. Part13.Orientation = Vector3.new(0, 180, 0)
  358. Part13.Color = Color3.new(1, 0.8, 0.6)
  359. Part14.Parent = Model12
  360. Part14.Material = Enum.Material.SmoothPlastic
  361. Part14.BrickColor = BrickColor.new("Really black")
  362. Part14.Rotation = Vector3.new(-180, 0.0199999996, 180)
  363. Part14.Anchored = true
  364. Part14.CanCollide = false
  365. Part14.FormFactor = Enum.FormFactor.Custom
  366. Part14.Size = Vector3.new(0.470000774, 2.03999949, 1.09000051)
  367. Part14.CFrame = CFrame.new(53.8277054, 3.51967072, -30.6956081, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  368. Part14.BottomSurface = Enum.SurfaceType.Smooth
  369. Part14.TopSurface = Enum.SurfaceType.Smooth
  370. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  371. Part14.Position = Vector3.new(53.8277054, 3.51967072, -30.6956081)
  372. Part14.Orientation = Vector3.new(0, 179.979996, 0)
  373. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  374. Part15.Parent = Model12
  375. Part15.Material = Enum.Material.SmoothPlastic
  376. Part15.BrickColor = BrickColor.new("Really black")
  377. Part15.Rotation = Vector3.new(0, -0.0199999996, -5)
  378. Part15.Anchored = true
  379. Part15.CanCollide = false
  380. Part15.FormFactor = Enum.FormFactor.Custom
  381. Part15.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
  382. Part15.CFrame = CFrame.new(54.1165619, 3.61820626, -30.6945057, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  383. Part15.BottomSurface = Enum.SurfaceType.Smooth
  384. Part15.TopSurface = Enum.SurfaceType.Smooth
  385. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  386. Part15.Position = Vector3.new(54.1165619, 3.61820626, -30.6945057)
  387. Part15.Orientation = Vector3.new(0, -0.0199999996, -5)
  388. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  389. Part16.Parent = Model12
  390. Part16.Material = Enum.Material.SmoothPlastic
  391. Part16.BrickColor = BrickColor.new("Really black")
  392. Part16.Rotation = Vector3.new(0, -0.0199999996, -5)
  393. Part16.Anchored = true
  394. Part16.CanCollide = false
  395. Part16.FormFactor = Enum.FormFactor.Custom
  396. Part16.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
  397. Part16.CFrame = CFrame.new(54.0962715, 3.3862803, -30.6945019, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  398. Part16.BottomSurface = Enum.SurfaceType.Smooth
  399. Part16.TopSurface = Enum.SurfaceType.Smooth
  400. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  401. Part16.Position = Vector3.new(54.0962715, 3.3862803, -30.6945019)
  402. Part16.Orientation = Vector3.new(0, -0.0199999996, -5)
  403. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  404. Part17.Parent = Model12
  405. Part17.Material = Enum.Material.SmoothPlastic
  406. Part17.BrickColor = BrickColor.new("Really black")
  407. Part17.Rotation = Vector3.new(0, -0.0199999996, -5)
  408. Part17.Anchored = true
  409. Part17.CanCollide = false
  410. Part17.FormFactor = Enum.FormFactor.Custom
  411. Part17.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
  412. Part17.CFrame = CFrame.new(54.0772781, 3.16917062, -30.6944981, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  413. Part17.BottomSurface = Enum.SurfaceType.Smooth
  414. Part17.TopSurface = Enum.SurfaceType.Smooth
  415. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  416. Part17.Position = Vector3.new(54.0772781, 3.16917062, -30.6944981)
  417. Part17.Orientation = Vector3.new(0, -0.0199999996, -5)
  418. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  419. Part18.Parent = Model12
  420. Part18.Material = Enum.Material.SmoothPlastic
  421. Part18.BrickColor = BrickColor.new("Really black")
  422. Part18.Rotation = Vector3.new(0, -0.0199999996, -5)
  423. Part18.Anchored = true
  424. Part18.CanCollide = false
  425. Part18.FormFactor = Enum.FormFactor.Custom
  426. Part18.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
  427. Part18.CFrame = CFrame.new(54.0572739, 2.94052625, -30.6944942, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  428. Part18.BottomSurface = Enum.SurfaceType.Smooth
  429. Part18.TopSurface = Enum.SurfaceType.Smooth
  430. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  431. Part18.Position = Vector3.new(54.0572739, 2.94052625, -30.6944942)
  432. Part18.Orientation = Vector3.new(0, -0.0199999996, -5)
  433. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  434. Part19.Parent = Model12
  435. Part19.Material = Enum.Material.SmoothPlastic
  436. Part19.BrickColor = BrickColor.new("Really black")
  437. Part19.Rotation = Vector3.new(-180, 0.0199999996, -140)
  438. Part19.Anchored = true
  439. Part19.CanCollide = false
  440. Part19.FormFactor = Enum.FormFactor.Custom
  441. Part19.Size = Vector3.new(0.870000839, 0.239999145, 1.09000051)
  442. Part19.CFrame = CFrame.new(54.1296043, 3.73647428, -30.6954613, -0.76604414, 0.642787933, 0.000412321329, 0.642788053, 0.76604408, 4.95595632e-05, -0.000284000038, 0.000302999979, -1)
  443. Part19.BottomSurface = Enum.SurfaceType.Smooth
  444. Part19.TopSurface = Enum.SurfaceType.Smooth
  445. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  446. Part19.Position = Vector3.new(54.1296043, 3.73647428, -30.6954613)
  447. Part19.Orientation = Vector3.new(0, 179.979996, 40)
  448. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  449. Part20.Parent = Model12
  450. Part20.Material = Enum.Material.SmoothPlastic
  451. Part20.BrickColor = BrickColor.new("Really black")
  452. Part20.Rotation = Vector3.new(-180, 0.0199999996, 180)
  453. Part20.Anchored = true
  454. Part20.CanCollide = false
  455. Part20.FormFactor = Enum.FormFactor.Custom
  456. Part20.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
  457. Part20.CFrame = CFrame.new(54.1427002, 3.51967072, -30.6954765, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  458. Part20.BottomSurface = Enum.SurfaceType.Smooth
  459. Part20.TopSurface = Enum.SurfaceType.Smooth
  460. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  461. Part20.Position = Vector3.new(54.1427002, 3.51967072, -30.6954765)
  462. Part20.Orientation = Vector3.new(0, 179.979996, 0)
  463. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  464. Part21.Parent = Model12
  465. Part21.Material = Enum.Material.SmoothPlastic
  466. Part21.BrickColor = BrickColor.new("Really black")
  467. Part21.Rotation = Vector3.new(-180, 0.0199999996, 180)
  468. Part21.Anchored = true
  469. Part21.CanCollide = false
  470. Part21.FormFactor = Enum.FormFactor.Custom
  471. Part21.Size = Vector3.new(1.07000089, 1.13999927, 1.09000051)
  472. Part21.CFrame = CFrame.new(54.1277008, 3.06967664, -30.6955013, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  473. Part21.BottomSurface = Enum.SurfaceType.Smooth
  474. Part21.TopSurface = Enum.SurfaceType.Smooth
  475. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  476. Part21.Position = Vector3.new(54.1277008, 3.06967664, -30.6955013)
  477. Part21.Orientation = Vector3.new(0, 179.979996, 0)
  478. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  479. Model22.Name = "Torso"
  480. Model22.Parent = Model0
  481. Part23.Name = "Torso1"
  482. Part23.Parent = Model22
  483. Part23.Material = Enum.Material.SmoothPlastic
  484. Part23.BrickColor = BrickColor.new("Pastel brown")
  485. Part23.Transparency = 1
  486. Part23.Rotation = Vector3.new(-180, 0, 0)
  487. Part23.Anchored = true
  488. Part23.CanCollide = false
  489. Part23.FormFactor = Enum.FormFactor.Plate
  490. Part23.Size = Vector3.new(2, 2, 1)
  491. Part23.CFrame = CFrame.new(54.633667, 5.50004864, -30.6814232, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771555e-05, 3.27837079e-05, -2.6275693e-05, -1)
  492. Part23.TopSurface = Enum.SurfaceType.Smooth
  493. Part23.Color = Color3.new(1, 0.8, 0.6)
  494. Part23.Position = Vector3.new(54.633667, 5.50004864, -30.6814232)
  495. Part23.Orientation = Vector3.new(0, 180, 180)
  496. Part23.Color = Color3.new(1, 0.8, 0.6)
  497. Part24.Parent = Model22
  498. Part24.Material = Enum.Material.SmoothPlastic
  499. Part24.BrickColor = BrickColor.new("Really black")
  500. Part24.Rotation = Vector3.new(-170, 0.0199999996, 180)
  501. Part24.Anchored = true
  502. Part24.CanCollide = false
  503. Part24.FormFactor = Enum.FormFactor.Custom
  504. Part24.Size = Vector3.new(4, 1, 2)
  505. Part24.CFrame = CFrame.new(54.6442642, 4.56463766, -31.8787727, -1, -7.15627102e-05, 0.000405736908, 0, 0.984799325, 0.173696071, -0.000411999587, 0.173696056, -0.984799266)
  506. Part24.BottomSurface = Enum.SurfaceType.Smooth
  507. Part24.TopSurface = Enum.SurfaceType.Smooth
  508. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  509. Part24.Position = Vector3.new(54.6442642, 4.56463766, -31.8787727)
  510. Part24.Orientation = Vector3.new(-10, 179.979996, 0)
  511. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  512. SpecialMesh25.Parent = Part24
  513. SpecialMesh25.MeshId = "rbxassetid://984054942"
  514. SpecialMesh25.Scale = Vector3.new(0.0450000018, 0.0320000015, 0.0390000008)
  515. SpecialMesh25.MeshType = Enum.MeshType.FileMesh
  516. SpecialMesh25.Scale = Vector3.new(0.0450000018, 0.0320000015, 0.0390000008)
  517. Part26.Parent = Model22
  518. Part26.Material = Enum.Material.SmoothPlastic
  519. Part26.BrickColor = BrickColor.new("Really black")
  520. Part26.Rotation = Vector3.new(-180, 0.0199999996, 180)
  521. Part26.Anchored = true
  522. Part26.CanCollide = false
  523. Part26.FormFactor = Enum.FormFactor.Custom
  524. Part26.Size = Vector3.new(2.04000044, 2.03999949, 1.05000055)
  525. Part26.CFrame = CFrame.new(54.633461, 5.50020456, -30.6971302, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  526. Part26.BottomSurface = Enum.SurfaceType.Smooth
  527. Part26.TopSurface = Enum.SurfaceType.Smooth
  528. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  529. Part26.Position = Vector3.new(54.633461, 5.50020456, -30.6971302)
  530. Part26.Orientation = Vector3.new(0, 179.979996, 0)
  531. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  532. Part27.Parent = Model22
  533. Part27.Material = Enum.Material.SmoothPlastic
  534. Part27.BrickColor = BrickColor.new("Really black")
  535. Part27.Rotation = Vector3.new(-180, 0.0199999996, 180)
  536. Part27.Anchored = true
  537. Part27.CanCollide = false
  538. Part27.FormFactor = Enum.FormFactor.Custom
  539. Part27.Size = Vector3.new(4, 1, 2)
  540. Part27.CFrame = CFrame.new(54.6436234, 5.37703657, -30.3475189, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
  541. Part27.BottomSurface = Enum.SurfaceType.Smooth
  542. Part27.TopSurface = Enum.SurfaceType.Smooth
  543. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  544. Part27.Position = Vector3.new(54.6436234, 5.37703657, -30.3475189)
  545. Part27.Orientation = Vector3.new(0, 179.979996, 0)
  546. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  547. SpecialMesh28.Parent = Part27
  548. SpecialMesh28.MeshId = "rbxassetid://984153246"
  549. SpecialMesh28.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
  550. SpecialMesh28.MeshType = Enum.MeshType.FileMesh
  551. SpecialMesh28.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
  552. Part29.Parent = Model22
  553. Part29.Material = Enum.Material.SmoothPlastic
  554. Part29.BrickColor = BrickColor.new("Really black")
  555. Part29.Rotation = Vector3.new(-180, 0.0199999996, 180)
  556. Part29.Anchored = true
  557. Part29.CanCollide = false
  558. Part29.FormFactor = Enum.FormFactor.Custom
  559. Part29.Size = Vector3.new(4, 1, 2)
  560. Part29.CFrame = CFrame.new(54.6437531, 5.37705469, -30.6626587, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
  561. Part29.BottomSurface = Enum.SurfaceType.Smooth
  562. Part29.TopSurface = Enum.SurfaceType.Smooth
  563. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  564. Part29.Position = Vector3.new(54.6437531, 5.37705469, -30.6626587)
  565. Part29.Orientation = Vector3.new(0, 179.979996, 0)
  566. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  567. SpecialMesh30.Parent = Part29
  568. SpecialMesh30.MeshId = "rbxassetid://984153246"
  569. SpecialMesh30.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
  570. SpecialMesh30.MeshType = Enum.MeshType.FileMesh
  571. SpecialMesh30.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
  572. Model31.Name = "LeftArm"
  573. Model31.Parent = Model0
  574. Part32.Name = "Left Arm1"
  575. Part32.Parent = Model31
  576. Part32.Material = Enum.Material.SmoothPlastic
  577. Part32.BrickColor = BrickColor.new("Pastel brown")
  578. Part32.Transparency = 1
  579. Part32.Rotation = Vector3.new(-180, 0, 0)
  580. Part32.Anchored = true
  581. Part32.CanCollide = false
  582. Part32.FormFactor = Enum.FormFactor.Plate
  583. Part32.Size = Vector3.new(1, 2, 1)
  584. Part32.CFrame = CFrame.new(56.0937576, 5.50006676, -30.6814327, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771555e-05, 3.27837079e-05, -2.6275693e-05, -1)
  585. Part32.BottomSurface = Enum.SurfaceType.Smooth
  586. Part32.TopSurface = Enum.SurfaceType.Smooth
  587. Part32.Color = Color3.new(1, 0.8, 0.6)
  588. Part32.Position = Vector3.new(56.0937576, 5.50006676, -30.6814327)
  589. Part32.Orientation = Vector3.new(0, 180, 180)
  590. Part32.Color = Color3.new(1, 0.8, 0.6)
  591. Part33.Parent = Model31
  592. Part33.Material = Enum.Material.SmoothPlastic
  593. Part33.BrickColor = BrickColor.new("Really black")
  594. Part33.Rotation = Vector3.new(-180, 0.0199999996, 180)
  595. Part33.Anchored = true
  596. Part33.CanCollide = false
  597. Part33.FormFactor = Enum.FormFactor.Custom
  598. Part33.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
  599. Part33.CFrame = CFrame.new(56.1034546, 5.4966073, -30.6945705, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  600. Part33.BottomSurface = Enum.SurfaceType.Smooth
  601. Part33.TopSurface = Enum.SurfaceType.Smooth
  602. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  603. Part33.Position = Vector3.new(56.1034546, 5.4966073, -30.6945705)
  604. Part33.Orientation = Vector3.new(0, 179.979996, 0)
  605. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  606. Part34.Parent = Model31
  607. Part34.Material = Enum.Material.SmoothPlastic
  608. Part34.BrickColor = BrickColor.new("Really black")
  609. Part34.Rotation = Vector3.new(-180, 0.0199999996, 170)
  610. Part34.Anchored = true
  611. Part34.CanCollide = false
  612. Part34.FormFactor = Enum.FormFactor.Custom
  613. Part34.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
  614. Part34.CFrame = CFrame.new(56.1240654, 6.10024023, -30.6945381, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
  615. Part34.BottomSurface = Enum.SurfaceType.Smooth
  616. Part34.TopSurface = Enum.SurfaceType.Smooth
  617. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  618. Part34.Position = Vector3.new(56.1240654, 6.10024023, -30.6945381)
  619. Part34.Orientation = Vector3.new(0, 179.979996, -10)
  620. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  621. Part35.Parent = Model31
  622. Part35.Material = Enum.Material.SmoothPlastic
  623. Part35.BrickColor = BrickColor.new("Really black")
  624. Part35.Rotation = Vector3.new(-180, 0.0199999996, 170)
  625. Part35.Anchored = true
  626. Part35.CanCollide = false
  627. Part35.FormFactor = Enum.FormFactor.Custom
  628. Part35.Size = Vector3.new(1.15904844, 0.267471552, 1.17019272)
  629. Part35.CFrame = CFrame.new(56.0820656, 6.33844805, -30.6945419, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
  630. Part35.BottomSurface = Enum.SurfaceType.Smooth
  631. Part35.TopSurface = Enum.SurfaceType.Smooth
  632. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  633. Part35.Position = Vector3.new(56.0820656, 6.33844805, -30.6945419)
  634. Part35.Orientation = Vector3.new(0, 179.979996, -10)
  635. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  636. Part36.Parent = Model31
  637. Part36.Material = Enum.Material.SmoothPlastic
  638. Part36.BrickColor = BrickColor.new("Really black")
  639. Part36.Rotation = Vector3.new(-180, 0.0199999996, 170)
  640. Part36.Anchored = true
  641. Part36.CanCollide = false
  642. Part36.FormFactor = Enum.FormFactor.Custom
  643. Part36.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
  644. Part36.CFrame = CFrame.new(56.1034927, 6.21692228, -30.69454, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
  645. Part36.BottomSurface = Enum.SurfaceType.Smooth
  646. Part36.TopSurface = Enum.SurfaceType.Smooth
  647. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  648. Part36.Position = Vector3.new(56.1034927, 6.21692228, -30.69454)
  649. Part36.Orientation = Vector3.new(0, 179.979996, -10)
  650. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  651. Model37.Name = "RightArm"
  652. Model37.Parent = Model0
  653. Part38.Name = "Right Arm1"
  654. Part38.Parent = Model37
  655. Part38.Material = Enum.Material.SmoothPlastic
  656. Part38.BrickColor = BrickColor.new("Pastel brown")
  657. Part38.Transparency = 1
  658. Part38.Rotation = Vector3.new(180, 0, 180)
  659. Part38.Anchored = true
  660. Part38.CanCollide = false
  661. Part38.FormFactor = Enum.FormFactor.Plate
  662. Part38.Size = Vector3.new(1, 2, 1)
  663. Part38.CFrame = CFrame.new(53.1336479, 5.5000248, -30.6814327, -1, -4.45878868e-05, 3.27852576e-05, -4.45890255e-05, 1, -3.47647074e-05, -3.27837079e-05, -3.47661698e-05, -1)
  664. Part38.BottomSurface = Enum.SurfaceType.Smooth
  665. Part38.TopSurface = Enum.SurfaceType.Smooth
  666. Part38.Color = Color3.new(1, 0.8, 0.6)
  667. Part38.Position = Vector3.new(53.1336479, 5.5000248, -30.6814327)
  668. Part38.Orientation = Vector3.new(0, 180, 0)
  669. Part38.Color = Color3.new(1, 0.8, 0.6)
  670. Part39.Parent = Model37
  671. Part39.Material = Enum.Material.SmoothPlastic
  672. Part39.BrickColor = BrickColor.new("Really black")
  673. Part39.Rotation = Vector3.new(0, -0.0199999996, -5)
  674. Part39.Anchored = true
  675. Part39.CanCollide = false
  676. Part39.FormFactor = Enum.FormFactor.Custom
  677. Part39.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
  678. Part39.CFrame = CFrame.new(53.0772896, 5.14598989, -30.6944981, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  679. Part39.BottomSurface = Enum.SurfaceType.Smooth
  680. Part39.TopSurface = Enum.SurfaceType.Smooth
  681. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  682. Part39.Position = Vector3.new(53.0772896, 5.14598989, -30.6944981)
  683. Part39.Orientation = Vector3.new(0, -0.0199999996, -5)
  684. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  685. Part40.Parent = Model37
  686. Part40.Material = Enum.Material.SmoothPlastic
  687. Part40.BrickColor = BrickColor.new("Really black")
  688. Part40.Rotation = Vector3.new(0, -0.0199999996, -5)
  689. Part40.Anchored = true
  690. Part40.CanCollide = false
  691. Part40.FormFactor = Enum.FormFactor.Custom
  692. Part40.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
  693. Part40.CFrame = CFrame.new(53.1165733, 5.59502745, -30.6945057, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  694. Part40.BottomSurface = Enum.SurfaceType.Smooth
  695. Part40.TopSurface = Enum.SurfaceType.Smooth
  696. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  697. Part40.Position = Vector3.new(53.1165733, 5.59502745, -30.6945057)
  698. Part40.Orientation = Vector3.new(0, -0.0199999996, -5)
  699. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  700. Part41.Parent = Model37
  701. Part41.Material = Enum.Material.SmoothPlastic
  702. Part41.BrickColor = BrickColor.new("Really black")
  703. Part41.Rotation = Vector3.new(0, -0.0199999996, -10)
  704. Part41.Anchored = true
  705. Part41.CanCollide = false
  706. Part41.FormFactor = Enum.FormFactor.Custom
  707. Part41.Size = Vector3.new(1.15904844, 0.267471552, 1.17019272)
  708. Part41.CFrame = CFrame.new(53.122097, 6.33833647, -30.69454, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
  709. Part41.BottomSurface = Enum.SurfaceType.Smooth
  710. Part41.TopSurface = Enum.SurfaceType.Smooth
  711. Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  712. Part41.Position = Vector3.new(53.122097, 6.33833647, -30.69454)
  713. Part41.Orientation = Vector3.new(0, -0.0199999996, -10)
  714. Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  715. Part42.Parent = Model37
  716. Part42.Material = Enum.Material.SmoothPlastic
  717. Part42.BrickColor = BrickColor.new("Really black")
  718. Part42.Rotation = Vector3.new(0, -0.0199999996, -10)
  719. Part42.Anchored = true
  720. Part42.CanCollide = false
  721. Part42.FormFactor = Enum.FormFactor.Custom
  722. Part42.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
  723. Part42.CFrame = CFrame.new(53.1006622, 6.21681452, -30.6945419, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
  724. Part42.BottomSurface = Enum.SurfaceType.Smooth
  725. Part42.TopSurface = Enum.SurfaceType.Smooth
  726. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  727. Part42.Position = Vector3.new(53.1006622, 6.21681452, -30.6945419)
  728. Part42.Orientation = Vector3.new(0, -0.0199999996, -10)
  729. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  730. Part43.Parent = Model37
  731. Part43.Material = Enum.Material.SmoothPlastic
  732. Part43.BrickColor = BrickColor.new("Really black")
  733. Part43.Rotation = Vector3.new(0, -0.0199999996, -10)
  734. Part43.Anchored = true
  735. Part43.CanCollide = false
  736. Part43.FormFactor = Enum.FormFactor.Custom
  737. Part43.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
  738. Part43.CFrame = CFrame.new(53.0800934, 6.10013247, -30.6945457, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
  739. Part43.BottomSurface = Enum.SurfaceType.Smooth
  740. Part43.TopSurface = Enum.SurfaceType.Smooth
  741. Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  742. Part43.Position = Vector3.new(53.0800934, 6.10013247, -30.6945457)
  743. Part43.Orientation = Vector3.new(0, -0.0199999996, -10)
  744. Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  745. Part44.Parent = Model37
  746. Part44.Material = Enum.Material.SmoothPlastic
  747. Part44.BrickColor = BrickColor.new("Really black")
  748. Part44.Rotation = Vector3.new(-180, 0.0199999996, 180)
  749. Part44.Anchored = true
  750. Part44.CanCollide = false
  751. Part44.FormFactor = Enum.FormFactor.Custom
  752. Part44.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
  753. Part44.CFrame = CFrame.new(53.1334496, 5.49649954, -30.6957951, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
  754. Part44.BottomSurface = Enum.SurfaceType.Smooth
  755. Part44.TopSurface = Enum.SurfaceType.Smooth
  756. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  757. Part44.Position = Vector3.new(53.1334496, 5.49649954, -30.6957951)
  758. Part44.Orientation = Vector3.new(0, 179.979996, 0)
  759. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  760. Part45.Parent = Model37
  761. Part45.Material = Enum.Material.SmoothPlastic
  762. Part45.BrickColor = BrickColor.new("Really black")
  763. Part45.Rotation = Vector3.new(0, -0.0199999996, -5)
  764. Part45.Anchored = true
  765. Part45.CanCollide = false
  766. Part45.FormFactor = Enum.FormFactor.Custom
  767. Part45.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
  768. Part45.CFrame = CFrame.new(53.0572853, 4.91734838, -30.6944942, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  769. Part45.BottomSurface = Enum.SurfaceType.Smooth
  770. Part45.TopSurface = Enum.SurfaceType.Smooth
  771. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  772. Part45.Position = Vector3.new(53.0572853, 4.91734838, -30.6944942)
  773. Part45.Orientation = Vector3.new(0, -0.0199999996, -5)
  774. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  775. Part46.Parent = Model37
  776. Part46.Material = Enum.Material.SmoothPlastic
  777. Part46.BrickColor = BrickColor.new("Really black")
  778. Part46.Rotation = Vector3.new(0, -0.0199999996, -5)
  779. Part46.Anchored = true
  780. Part46.CanCollide = false
  781. Part46.FormFactor = Enum.FormFactor.Custom
  782. Part46.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
  783. Part46.CFrame = CFrame.new(53.096283, 5.36310339, -30.6945019, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
  784. Part46.BottomSurface = Enum.SurfaceType.Smooth
  785. Part46.TopSurface = Enum.SurfaceType.Smooth
  786. Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  787. Part46.Position = Vector3.new(53.096283, 5.36310339, -30.6945019)
  788. Part46.Orientation = Vector3.new(0, -0.0199999996, -5)
  789. Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  790. Model47.Name = "LeftLeg"
  791. Model47.Parent = Model0
  792. Part48.Name = "Left Leg1"
  793. Part48.Parent = Model47
  794. Part48.Material = Enum.Material.SmoothPlastic
  795. Part48.BrickColor = BrickColor.new("Pastel brown")
  796. Part48.Transparency = 1
  797. Part48.Rotation = Vector3.new(-180, 0, 180)
  798. Part48.Anchored = true
  799. Part48.CanCollide = false
  800. Part48.FormFactor = Enum.FormFactor.Plate
  801. Part48.Size = Vector3.new(1, 2, 1)
  802. Part48.CFrame = CFrame.new(55.1337166, 3.50006151, -30.6814251, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
  803. Part48.Color = Color3.new(1, 0.8, 0.6)
  804. Part48.Position = Vector3.new(55.1337166, 3.50006151, -30.6814251)
  805. Part48.Orientation = Vector3.new(0, 180, 0)
  806. Part48.Color = Color3.new(1, 0.8, 0.6)
  807. Part49.Parent = Model47
  808. Part49.Material = Enum.Material.SmoothPlastic
  809. Part49.BrickColor = BrickColor.new("Really black")
  810. Part49.Rotation = Vector3.new(0, -0.0199999996, 0)
  811. Part49.Anchored = true
  812. Part49.CanCollide = false
  813. Part49.FormFactor = Enum.FormFactor.Custom
  814. Part49.Size = Vector3.new(0.470000774, 2.03999949, 1.09000051)
  815. Part49.CFrame = CFrame.new(55.4007912, 3.51605129, -30.6932621, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
  816. Part49.BottomSurface = Enum.SurfaceType.Smooth
  817. Part49.TopSurface = Enum.SurfaceType.Smooth
  818. Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  819. Part49.Position = Vector3.new(55.4007912, 3.51605129, -30.6932621)
  820. Part49.Orientation = Vector3.new(0, -0.0199999996, 0)
  821. Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  822. Part50.Parent = Model47
  823. Part50.Material = Enum.Material.SmoothPlastic
  824. Part50.BrickColor = BrickColor.new("Really black")
  825. Part50.Rotation = Vector3.new(-180, 0.0199999996, 175)
  826. Part50.Anchored = true
  827. Part50.CanCollide = false
  828. Part50.FormFactor = Enum.FormFactor.Custom
  829. Part50.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
  830. Part50.CFrame = CFrame.new(55.1119347, 3.61458588, -30.6943645, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
  831. Part50.BottomSurface = Enum.SurfaceType.Smooth
  832. Part50.TopSurface = Enum.SurfaceType.Smooth
  833. Part50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  834. Part50.Position = Vector3.new(55.1119347, 3.61458588, -30.6943645)
  835. Part50.Orientation = Vector3.new(0, 179.979996, -5)
  836. Part50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  837. Part51.Parent = Model47
  838. Part51.Material = Enum.Material.SmoothPlastic
  839. Part51.BrickColor = BrickColor.new("Really black")
  840. Part51.Rotation = Vector3.new(-180, 0.0199999996, 175)
  841. Part51.Anchored = true
  842. Part51.CanCollide = false
  843. Part51.FormFactor = Enum.FormFactor.Custom
  844. Part51.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
  845. Part51.CFrame = CFrame.new(55.1322212, 3.38265944, -30.6943684, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
  846. Part51.BottomSurface = Enum.SurfaceType.Smooth
  847. Part51.TopSurface = Enum.SurfaceType.Smooth
  848. Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  849. Part51.Position = Vector3.new(55.1322212, 3.38265944, -30.6943684)
  850. Part51.Orientation = Vector3.new(0, 179.979996, -5)
  851. Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  852. Part52.Parent = Model47
  853. Part52.Material = Enum.Material.SmoothPlastic
  854. Part52.BrickColor = BrickColor.new("Really black")
  855. Part52.Rotation = Vector3.new(-180, 0.0199999996, 175)
  856. Part52.Anchored = true
  857. Part52.CanCollide = false
  858. Part52.FormFactor = Enum.FormFactor.Custom
  859. Part52.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
  860. Part52.CFrame = CFrame.new(55.1512222, 3.16554594, -30.6943722, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
  861. Part52.BottomSurface = Enum.SurfaceType.Smooth
  862. Part52.TopSurface = Enum.SurfaceType.Smooth
  863. Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  864. Part52.Position = Vector3.new(55.1512222, 3.16554594, -30.6943722)
  865. Part52.Orientation = Vector3.new(0, 179.979996, -5)
  866. Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  867. Part53.Parent = Model47
  868. Part53.Material = Enum.Material.SmoothPlastic
  869. Part53.BrickColor = BrickColor.new("Really black")
  870. Part53.Rotation = Vector3.new(-180, 0.0199999996, 175)
  871. Part53.Anchored = true
  872. Part53.CanCollide = false
  873. Part53.FormFactor = Enum.FormFactor.Custom
  874. Part53.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
  875. Part53.CFrame = CFrame.new(55.1712189, 2.93689871, -30.694376, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
  876. Part53.BottomSurface = Enum.SurfaceType.Smooth
  877. Part53.TopSurface = Enum.SurfaceType.Smooth
  878. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  879. Part53.Position = Vector3.new(55.1712189, 2.93689871, -30.694376)
  880. Part53.Orientation = Vector3.new(0, 179.979996, -5)
  881. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  882. Part54.Parent = Model47
  883. Part54.Material = Enum.Material.SmoothPlastic
  884. Part54.BrickColor = BrickColor.new("Really black")
  885. Part54.Rotation = Vector3.new(0, -0.0199999996, 40)
  886. Part54.Anchored = true
  887. Part54.CanCollide = false
  888. Part54.FormFactor = Enum.FormFactor.Custom
  889. Part54.Size = Vector3.new(0.870000839, 0.239999145, 1.09000051)
  890. Part54.CFrame = CFrame.new(55.0988922, 3.7328558, -30.6934071, 0.76604414, -0.642787933, -0.000413087342, 0.642788053, 0.76604408, 4.89168051e-05, 0.000285000016, -0.000302999979, 1)
  891. Part54.BottomSurface = Enum.SurfaceType.Smooth
  892. Part54.TopSurface = Enum.SurfaceType.Smooth
  893. Part54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  894. Part54.Position = Vector3.new(55.0988922, 3.7328558, -30.6934071)
  895. Part54.Orientation = Vector3.new(0, -0.0199999996, 40)
  896. Part54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  897. Part55.Parent = Model47
  898. Part55.Material = Enum.Material.SmoothPlastic
  899. Part55.BrickColor = BrickColor.new("Really black")
  900. Part55.Rotation = Vector3.new(0, -0.0199999996, 0)
  901. Part55.Anchored = true
  902. Part55.CanCollide = false
  903. Part55.FormFactor = Enum.FormFactor.Custom
  904. Part55.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
  905. Part55.CFrame = CFrame.new(55.0857964, 3.51605129, -30.6933937, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
  906. Part55.BottomSurface = Enum.SurfaceType.Smooth
  907. Part55.TopSurface = Enum.SurfaceType.Smooth
  908. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  909. Part55.Position = Vector3.new(55.0857964, 3.51605129, -30.6933937)
  910. Part55.Orientation = Vector3.new(0, -0.0199999996, 0)
  911. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  912. Part56.Parent = Model47
  913. Part56.Material = Enum.Material.SmoothPlastic
  914. Part56.BrickColor = BrickColor.new("Really black")
  915. Part56.Rotation = Vector3.new(0, -0.0199999996, 0)
  916. Part56.Anchored = true
  917. Part56.CanCollide = false
  918. Part56.FormFactor = Enum.FormFactor.Custom
  919. Part56.Size = Vector3.new(1.07000089, 1.13999927, 1.09000051)
  920. Part56.CFrame = CFrame.new(55.1007919, 3.06605291, -30.6933689, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
  921. Part56.BottomSurface = Enum.SurfaceType.Smooth
  922. Part56.TopSurface = Enum.SurfaceType.Smooth
  923. Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  924. Part56.Position = Vector3.new(55.1007919, 3.06605291, -30.6933689)
  925. Part56.Orientation = Vector3.new(0, -0.0199999996, 0)
  926. Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  927. Script57.Name = "Welds"
  928. Script57.Parent = Model0
  929. Script57.Disabled = true
  930. table.insert(cors,sandbox(Script57,function()
  931. --Saz
  932.  
  933. --A new system which is a combination of fast-welds and hard-welds.
  934. --Should be far, far better.
  935.  
  936. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  937. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  938.  
  939. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  940. --The fact that you're reading this means you should likely kill yourself. Immediately.
  941.  
  942. wait(.33)
  943.  
  944. Tool=script.Parent
  945. Nib=Tool.Parent
  946.  
  947.  
  948. for _,v in pairs(Nib:children()) do
  949. if v.className=="Hat" then
  950. v:Remove()
  951. end
  952. end
  953.  
  954. wait(1)
  955.  
  956. weldparts=function()
  957. print("Welding")
  958. lel={}
  959. function jarate(p)
  960. for i=1, #p do
  961. table.insert(lel,p[i])
  962. k=p[i]:children()
  963. if #k>0 then
  964. jarate(k)
  965. end
  966. end
  967. end
  968. for _,v in pairs(script.Parent:children()) do
  969. if v.Name~="Cloak" and v.className~="Script" then
  970. v:BreakJoints()
  971. jarate(v:children())
  972. end
  973. end
  974. for _,v in pairs(lel) do
  975. if v.className=="Weld" or v.className=="Motor6D" then
  976. v:Remove()
  977. end
  978. end
  979. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  980. if v.Name~="Right Leg1" then
  981. w=Instance.new("Weld")
  982. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  983. w.Part1=v
  984. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  985. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  986. w.Parent=w.Part0
  987. end
  988. end
  989. w=Instance.new("Weld")
  990. w.Part0=Nib["Right Leg"]
  991. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  992. w.Parent=w.Part0
  993. w.C0=CFrame.new(0,-.1,0)
  994. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  995. if v.Name~="Left Leg1" then
  996. w=Instance.new("Weld")
  997. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  998. w.Part1=v
  999. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  1000. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  1001. w.Parent=w.Part0
  1002. end
  1003. end
  1004. w=Instance.new("Weld")
  1005. w.Part0=Nib["Left Leg"]
  1006. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  1007. w.Parent=w.Part0
  1008. w.C0=CFrame.new(0,-.1,0)
  1009. for _,v in pairs(script.Parent["RightArm"]:children()) do
  1010. if v.Name~="Right Arm1" then
  1011. w=Instance.new("Weld")
  1012. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  1013. w.Part1=v
  1014. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  1015. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  1016. w.Parent=w.Part1
  1017. end
  1018. end
  1019. w=Instance.new("Weld")
  1020. w.Part0=Nib["Right Arm"]
  1021. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  1022. w.Parent=w.Part0
  1023. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  1024.  
  1025. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  1026. if v.Name~="Left Arm1" then
  1027. w=Instance.new("Weld")
  1028. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  1029. w.Part1=v
  1030. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  1031. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  1032. w.Parent=w.Part0
  1033. end
  1034. end
  1035. w=Instance.new("Weld")
  1036. w.Part0=Nib["Left Arm"]
  1037. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  1038. w.Parent=w.Part0
  1039.  
  1040.  
  1041. for _,v in pairs(script.Parent["Head"]:children()) do
  1042. if v.Name~="Head1" then
  1043. w=Instance.new("Weld")
  1044. w.Part0=script.Parent["Head"]["Head1"]
  1045. w.Part1=v
  1046. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  1047. w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
  1048. w.Parent=w.Part0
  1049. end
  1050. end
  1051. w=Instance.new("Weld")
  1052. w.Part0=Nib["Head"]
  1053. w.Part1=script.Parent["Head"]["Head1"]
  1054. w.Parent=w.Part0
  1055.  
  1056. for _,v in pairs(script.Parent["Torso"]:children()) do
  1057. if v.Name~="Torso1" then
  1058. w=Instance.new("Weld")
  1059. w.Part0=script.Parent["Torso"]["Torso1"]
  1060. w.Part1=v
  1061. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  1062. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  1063. w.Parent=script.Parent["Torso"]["Torso1"]
  1064. end
  1065. end
  1066.  
  1067. w=Instance.new("Weld")
  1068. w.Part0=Nib["Torso"]
  1069. w.Part1=script.Parent["Torso"]["Torso1"]
  1070. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  1071. w.Parent=w.Part0
  1072.  
  1073. for _,v in pairs(lel) do
  1074. if v:IsA("BasePart") then v.Anchored=false end
  1075. end
  1076.  
  1077.  
  1078.  
  1079. wait(1)
  1080.  
  1081. w=Instance.new("Weld")
  1082. w.Part0=Nib.Torso
  1083. w.Part1=Tool.Torso.Torso1
  1084. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  1085. w.C1=CFrame.new(0,0,0)
  1086. w.Parent=w.Part1
  1087. w.Name="ClothingWeld"
  1088.  
  1089. wait(.06)
  1090.  
  1091. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  1092. wait(.03)
  1093. w=Instance.new("Weld")
  1094. w.Part0=Nib.Torso
  1095. w.Part1=Tool.Torso.Torso1
  1096. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  1097. w.C1=CFrame.new(0,0,0)
  1098. w.Parent=w.Part1
  1099. w.Name="ClothingWeld"
  1100. end
  1101.  
  1102. w=Instance.new("Weld")
  1103. w.Part0=Nib["Right Leg"]
  1104. w.Part1=Tool.RightLeg["Right Leg1"]
  1105. w.C0=CFrame.new(0,0,0)
  1106. w.C1=CFrame.new(0,0,0)
  1107. w.Parent=w.Part1
  1108. w.Name="ClothingWeld"
  1109.  
  1110. w=Instance.new("Weld")
  1111. w.Part0=Nib["Left Leg"]
  1112. w.Part1=Tool.LeftLeg["Left Leg1"]
  1113. w.C0=CFrame.new(0,0,0)
  1114. w.C1=CFrame.new(0,0,0)
  1115. w.Parent=w.Part1
  1116. w.Name="ClothingWeld"
  1117.  
  1118. w=Instance.new("Weld")
  1119. w.Part0=Nib["Right Arm"]
  1120. w.Part1=Tool.RightArm["Right Arm1"]
  1121. w.C0=CFrame.new(0,0,0)
  1122. w.C1=CFrame.new(0,0,0)
  1123. w.Parent=w.Part1
  1124. w.Name="ClothingWeld"
  1125.  
  1126. w=Instance.new("Weld")
  1127. w.Part0=Nib["Left Arm"]
  1128. w.Part1=Tool.LeftArm["Left Arm1"]
  1129. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  1130. w.C1=CFrame.new(0,0,0)
  1131. w.Parent=w.Part1
  1132. w.Name="ClothingWeld"
  1133.  
  1134. wait()
  1135.  
  1136. end
  1137. weldparts()
  1138.  
  1139. end))
  1140. for i,v in pairs(mas:GetChildren()) do
  1141. v.Parent = game:GetService("Players").LocalPlayer.Character
  1142. pcall(function() v:MakeJoints() end)
  1143. end
  1144. mas:Destroy()
  1145. for i,v in pairs(cors) do
  1146. spawn(function()
  1147. pcall(v)
  1148. end)
  1149. end
  1150.  
  1151. wait(.5)
  1152. local p = game.Players.LocalPlayer
  1153. local char = p.Character
  1154. local mouse = p:GetMouse()
  1155. local larm = char["Left Arm"]
  1156. local rarm = char["Right Arm"]
  1157. local lleg = char["Left Leg"]
  1158. local rleg = char["Right Leg"]
  1159. local hed = char.Head
  1160. local torso = char.Torso
  1161. local hum = char["Humanoid"]
  1162. local cam = game.Workspace.CurrentCamera
  1163. local root = char.HumanoidRootPart
  1164. local deb = false
  1165. local CanAttack = true
  1166. local shot = 0
  1167. local animpose = "Idle"
  1168. local lastanimpose = "Idle"
  1169. local stanceToggle = "Sheathed"
  1170. local l = game:GetService("Lighting")
  1171. local rs = game:GetService("RunService").RenderStepped
  1172. local equipped = false
  1173. local rp = char.HumanoidRootPart
  1174. local bang = false
  1175. local change = .5
  1176. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  1177. local eColors={'Really black','Really black'}
  1178. asd = function()
  1179. print("MonoGod v2 loaded")
  1180. local p = game.Players.LocalPlayer
  1181. local char = p.Character
  1182. local hum = char.Humanoid
  1183. hum.MaxHealth=9999999999999999999999999999999999999999999999999999999999
  1184. hum.Health = hum.MaxHealth
  1185. print("Set your humanoids health successfully!")
  1186. local ff=Instance.new("ForceField",char)
  1187. print("Force field successfully created!")
  1188. wait(.3)
  1189. ff.Visible=false
  1190. print("Force field hidden!")
  1191. spawn(function()
  1192. while wait() do
  1193. while true do wait() hum.Health = hum.MaxHealth
  1194.  
  1195. end
  1196. end
  1197. end)
  1198. print("Looping healing!")
  1199. wait(1)
  1200. print("Finished loading! Thanks for using my armor! Or whatever it is that uses this..")
  1201. end
  1202. ----------------------------------------------
  1203. --this was made for easy cosmetic editing
  1204. --by mono
  1205. wait(.2)
  1206. --funcs
  1207. attacktype=1
  1208. attack = false
  1209. attackdebounce = false
  1210.  
  1211. combo=0
  1212. trispeed=.2
  1213. attackmode='none'
  1214.  
  1215. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) --thanks to KingAbsalom
  1216. local wld = Instance.new("Weld", wp1)
  1217. wld.Part0 = wp0
  1218. wld.Part1 = wp1
  1219. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1220. end
  1221. --
  1222. for i,v in pairs(game.Players.LocalPlayer.Character.Head:children()) do
  1223. if v:IsA("Sound") then
  1224. v:Destroy()
  1225. end
  1226. end
  1227. --
  1228. for i,v in pairs(game.Players.LocalPlayer.Character:children()) do
  1229. if v:IsA("Accessory") then
  1230. v:Destroy()
  1231. end
  1232. end
  1233. --skin
  1234. game.Players.LocalPlayer.Character["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  1235. game.Players.LocalPlayer.Character["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  1236. game.Players.LocalPlayer.Character["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  1237. game.Players.LocalPlayer.Character["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  1238. game.Players.LocalPlayer.Character["Body Colors"].LeftLegColor = BrickColor.new("Pastel brown")
  1239. game.Players.LocalPlayer.Character["Body Colors"].RightLegColor = BrickColor.new("Pastel brown")
  1240. ----------------------------------------------
  1241. --[[
  1242. newWeld(workspace.MonolithicDivinity, a, 0, 0, 0)
  1243. a.Weld.C1 = CFrame.new(0,-.38,0) * CFrame.Angles(0,0,0)
  1244.  
  1245. --]]
  1246. -------------------------------
  1247. Debounces = {CanAttack = true, NoIdl = false, Slashing = false, Slashed = false, RPunch = false, RPunched = false, LPunch = false, LPunched = false, Reaping = false, Reaped = false}
  1248.  
  1249. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  1250. ----------------------------------------------------
  1251. ------------------------------------------------------------------------------------------------------------
  1252. --Converted with ttyyuu12345's model to script plugin v4
  1253. function sandbox(var,func)
  1254. local env = getfenv(func)
  1255. local newenv = setmetatable({},{
  1256. __index = function(self,k)
  1257. if k=="script" then
  1258. return var
  1259. else
  1260. return env[k]
  1261. end
  1262. end,
  1263. })
  1264. setfenv(func,newenv)
  1265. return func
  1266. end
  1267. cors = {}
  1268. mas = Instance.new("Model",game:GetService("Lighting"))
  1269. Model0 = Instance.new("Model")
  1270. Part1 = Instance.new("Part")
  1271. Folder2 = Instance.new("Folder")
  1272. CFrameValue3 = Instance.new("CFrameValue")
  1273. Part4 = Instance.new("Part")
  1274. CylinderMesh5 = Instance.new("CylinderMesh")
  1275. Folder6 = Instance.new("Folder")
  1276. CFrameValue7 = Instance.new("CFrameValue")
  1277. Part8 = Instance.new("Part")
  1278. SpecialMesh9 = Instance.new("SpecialMesh")
  1279. Folder10 = Instance.new("Folder")
  1280. CFrameValue11 = Instance.new("CFrameValue")
  1281. Part12 = Instance.new("Part")
  1282. SpecialMesh13 = Instance.new("SpecialMesh")
  1283. Folder14 = Instance.new("Folder")
  1284. CFrameValue15 = Instance.new("CFrameValue")
  1285. Part16 = Instance.new("Part")
  1286. CylinderMesh17 = Instance.new("CylinderMesh")
  1287. Folder18 = Instance.new("Folder")
  1288. CFrameValue19 = Instance.new("CFrameValue")
  1289. Part20 = Instance.new("Part")
  1290. CylinderMesh21 = Instance.new("CylinderMesh")
  1291. Folder22 = Instance.new("Folder")
  1292. CFrameValue23 = Instance.new("CFrameValue")
  1293. Part24 = Instance.new("Part")
  1294. CylinderMesh25 = Instance.new("CylinderMesh")
  1295. Folder26 = Instance.new("Folder")
  1296. CFrameValue27 = Instance.new("CFrameValue")
  1297. Part28 = Instance.new("Part")
  1298. Folder29 = Instance.new("Folder")
  1299. CFrameValue30 = Instance.new("CFrameValue")
  1300. Part31 = Instance.new("Part")
  1301. Folder32 = Instance.new("Folder")
  1302. CFrameValue33 = Instance.new("CFrameValue")
  1303. Part34 = Instance.new("Part")
  1304. CylinderMesh35 = Instance.new("CylinderMesh")
  1305. Folder36 = Instance.new("Folder")
  1306. CFrameValue37 = Instance.new("CFrameValue")
  1307. Part38 = Instance.new("Part")
  1308. CylinderMesh39 = Instance.new("CylinderMesh")
  1309. Folder40 = Instance.new("Folder")
  1310. CFrameValue41 = Instance.new("CFrameValue")
  1311. Part42 = Instance.new("Part")
  1312. SpecialMesh43 = Instance.new("SpecialMesh")
  1313. Folder44 = Instance.new("Folder")
  1314. CFrameValue45 = Instance.new("CFrameValue")
  1315. Part46 = Instance.new("Part")
  1316. Motor47 = Instance.new("Motor")
  1317. Motor48 = Instance.new("Motor")
  1318. Motor49 = Instance.new("Motor")
  1319. Motor50 = Instance.new("Motor")
  1320. Motor51 = Instance.new("Motor")
  1321. Motor52 = Instance.new("Motor")
  1322. Motor53 = Instance.new("Motor")
  1323. Motor54 = Instance.new("Motor")
  1324. Motor55 = Instance.new("Motor")
  1325. Motor56 = Instance.new("Motor")
  1326. Motor57 = Instance.new("Motor")
  1327. Motor58 = Instance.new("Motor")
  1328. Motor59 = Instance.new("Motor")
  1329. Motor60 = Instance.new("Motor")
  1330. Motor61 = Instance.new("Motor")
  1331. Motor62 = Instance.new("Motor")
  1332. Motor63 = Instance.new("Motor")
  1333. Motor64 = Instance.new("Motor")
  1334. Motor65 = Instance.new("Motor")
  1335. Motor66 = Instance.new("Motor")
  1336. Motor67 = Instance.new("Motor")
  1337. Motor68 = Instance.new("Motor")
  1338. Motor69 = Instance.new("Motor")
  1339. Motor70 = Instance.new("Motor")
  1340. Motor71 = Instance.new("Motor")
  1341. Motor72 = Instance.new("Motor")
  1342. Motor73 = Instance.new("Motor")
  1343. Weld74 = Instance.new("Weld")
  1344. Motor75 = Instance.new("Motor")
  1345. Motor76 = Instance.new("Motor")
  1346. Motor77 = Instance.new("Motor")
  1347. Motor78 = Instance.new("Motor")
  1348. Motor79 = Instance.new("Motor")
  1349. Motor80 = Instance.new("Motor")
  1350. Motor81 = Instance.new("Motor")
  1351. Motor82 = Instance.new("Motor")
  1352. Motor83 = Instance.new("Motor")
  1353. Motor84 = Instance.new("Motor")
  1354. Motor85 = Instance.new("Motor")
  1355. Motor86 = Instance.new("Motor")
  1356. Motor87 = Instance.new("Motor")
  1357. Motor88 = Instance.new("Motor")
  1358. Motor89 = Instance.new("Motor")
  1359. Motor90 = Instance.new("Motor")
  1360. Motor91 = Instance.new("Motor")
  1361. Motor92 = Instance.new("Motor")
  1362. Motor93 = Instance.new("Motor")
  1363. Motor94 = Instance.new("Motor")
  1364. Motor95 = Instance.new("Motor")
  1365. Motor96 = Instance.new("Motor")
  1366. Motor97 = Instance.new("Motor")
  1367. Motor98 = Instance.new("Motor")
  1368. Motor99 = Instance.new("Motor")
  1369. Motor100 = Instance.new("Motor")
  1370. Motor101 = Instance.new("Motor")
  1371. Motor102 = Instance.new("Motor")
  1372. Motor103 = Instance.new("Motor")
  1373. Motor104 = Instance.new("Motor")
  1374. Folder105 = Instance.new("Folder")
  1375. CFrameValue106 = Instance.new("CFrameValue")
  1376. Motor107 = Instance.new("Motor")
  1377. Motor108 = Instance.new("Motor")
  1378. Part109 = Instance.new("Part")
  1379. SpecialMesh110 = Instance.new("SpecialMesh")
  1380. Folder111 = Instance.new("Folder")
  1381. CFrameValue112 = Instance.new("CFrameValue")
  1382. Part113 = Instance.new("Part")
  1383. Folder114 = Instance.new("Folder")
  1384. CFrameValue115 = Instance.new("CFrameValue")
  1385. Part116 = Instance.new("Part")
  1386. CylinderMesh117 = Instance.new("CylinderMesh")
  1387. Folder118 = Instance.new("Folder")
  1388. CFrameValue119 = Instance.new("CFrameValue")
  1389. Part120 = Instance.new("Part")
  1390. Folder121 = Instance.new("Folder")
  1391. CFrameValue122 = Instance.new("CFrameValue")
  1392. Part123 = Instance.new("Part")
  1393. CylinderMesh124 = Instance.new("CylinderMesh")
  1394. Folder125 = Instance.new("Folder")
  1395. CFrameValue126 = Instance.new("CFrameValue")
  1396. Part127 = Instance.new("Part")
  1397. CylinderMesh128 = Instance.new("CylinderMesh")
  1398. Folder129 = Instance.new("Folder")
  1399. CFrameValue130 = Instance.new("CFrameValue")
  1400. Part131 = Instance.new("Part")
  1401. CylinderMesh132 = Instance.new("CylinderMesh")
  1402. Folder133 = Instance.new("Folder")
  1403. CFrameValue134 = Instance.new("CFrameValue")
  1404. Part135 = Instance.new("Part")
  1405. SpecialMesh136 = Instance.new("SpecialMesh")
  1406. Folder137 = Instance.new("Folder")
  1407. CFrameValue138 = Instance.new("CFrameValue")
  1408. Part139 = Instance.new("Part")
  1409. CylinderMesh140 = Instance.new("CylinderMesh")
  1410. Folder141 = Instance.new("Folder")
  1411. CFrameValue142 = Instance.new("CFrameValue")
  1412. Part143 = Instance.new("Part")
  1413. CylinderMesh144 = Instance.new("CylinderMesh")
  1414. Folder145 = Instance.new("Folder")
  1415. CFrameValue146 = Instance.new("CFrameValue")
  1416. Part147 = Instance.new("Part")
  1417. CylinderMesh148 = Instance.new("CylinderMesh")
  1418. Folder149 = Instance.new("Folder")
  1419. CFrameValue150 = Instance.new("CFrameValue")
  1420. Part151 = Instance.new("Part")
  1421. CylinderMesh152 = Instance.new("CylinderMesh")
  1422. Folder153 = Instance.new("Folder")
  1423. CFrameValue154 = Instance.new("CFrameValue")
  1424. Part155 = Instance.new("Part")
  1425. SpecialMesh156 = Instance.new("SpecialMesh")
  1426. Folder157 = Instance.new("Folder")
  1427. CFrameValue158 = Instance.new("CFrameValue")
  1428. Part159 = Instance.new("Part")
  1429. SpecialMesh160 = Instance.new("SpecialMesh")
  1430. Folder161 = Instance.new("Folder")
  1431. CFrameValue162 = Instance.new("CFrameValue")
  1432. Part163 = Instance.new("Part")
  1433. CylinderMesh164 = Instance.new("CylinderMesh")
  1434. Folder165 = Instance.new("Folder")
  1435. CFrameValue166 = Instance.new("CFrameValue")
  1436. Part167 = Instance.new("Part")
  1437. CylinderMesh168 = Instance.new("CylinderMesh")
  1438. Folder169 = Instance.new("Folder")
  1439. CFrameValue170 = Instance.new("CFrameValue")
  1440. Part171 = Instance.new("Part")
  1441. CylinderMesh172 = Instance.new("CylinderMesh")
  1442. Folder173 = Instance.new("Folder")
  1443. CFrameValue174 = Instance.new("CFrameValue")
  1444. Part175 = Instance.new("Part")
  1445. Folder176 = Instance.new("Folder")
  1446. CFrameValue177 = Instance.new("CFrameValue")
  1447. Part178 = Instance.new("Part")
  1448. CylinderMesh179 = Instance.new("CylinderMesh")
  1449. ParticleEmitter180 = Instance.new("ParticleEmitter")
  1450. Folder181 = Instance.new("Folder")
  1451. CFrameValue182 = Instance.new("CFrameValue")
  1452. Part183 = Instance.new("Part")
  1453. CylinderMesh184 = Instance.new("CylinderMesh")
  1454. Folder185 = Instance.new("Folder")
  1455. CFrameValue186 = Instance.new("CFrameValue")
  1456. Part187 = Instance.new("Part")
  1457. CylinderMesh188 = Instance.new("CylinderMesh")
  1458. Folder189 = Instance.new("Folder")
  1459. CFrameValue190 = Instance.new("CFrameValue")
  1460. Part191 = Instance.new("Part")
  1461. SpecialMesh192 = Instance.new("SpecialMesh")
  1462. Folder193 = Instance.new("Folder")
  1463. CFrameValue194 = Instance.new("CFrameValue")
  1464. Part195 = Instance.new("Part")
  1465. CylinderMesh196 = Instance.new("CylinderMesh")
  1466. Folder197 = Instance.new("Folder")
  1467. CFrameValue198 = Instance.new("CFrameValue")
  1468. Part199 = Instance.new("Part")
  1469. SpecialMesh200 = Instance.new("SpecialMesh")
  1470. Folder201 = Instance.new("Folder")
  1471. CFrameValue202 = Instance.new("CFrameValue")
  1472. Part203 = Instance.new("Part")
  1473. CylinderMesh204 = Instance.new("CylinderMesh")
  1474. Folder205 = Instance.new("Folder")
  1475. CFrameValue206 = Instance.new("CFrameValue")
  1476. Part207 = Instance.new("Part")
  1477. Folder208 = Instance.new("Folder")
  1478. CFrameValue209 = Instance.new("CFrameValue")
  1479. Part210 = Instance.new("Part")
  1480. CylinderMesh211 = Instance.new("CylinderMesh")
  1481. Folder212 = Instance.new("Folder")
  1482. CFrameValue213 = Instance.new("CFrameValue")
  1483. Part214 = Instance.new("Part")
  1484. SpecialMesh215 = Instance.new("SpecialMesh")
  1485. Folder216 = Instance.new("Folder")
  1486. CFrameValue217 = Instance.new("CFrameValue")
  1487. Part218 = Instance.new("Part")
  1488. CylinderMesh219 = Instance.new("CylinderMesh")
  1489. Folder220 = Instance.new("Folder")
  1490. CFrameValue221 = Instance.new("CFrameValue")
  1491. Part222 = Instance.new("Part")
  1492. Folder223 = Instance.new("Folder")
  1493. CFrameValue224 = Instance.new("CFrameValue")
  1494. Part225 = Instance.new("Part")
  1495. CylinderMesh226 = Instance.new("CylinderMesh")
  1496. Folder227 = Instance.new("Folder")
  1497. CFrameValue228 = Instance.new("CFrameValue")
  1498. Part229 = Instance.new("Part")
  1499. CylinderMesh230 = Instance.new("CylinderMesh")
  1500. Folder231 = Instance.new("Folder")
  1501. CFrameValue232 = Instance.new("CFrameValue")
  1502. Part233 = Instance.new("Part")
  1503. CylinderMesh234 = Instance.new("CylinderMesh")
  1504. Folder235 = Instance.new("Folder")
  1505. CFrameValue236 = Instance.new("CFrameValue")
  1506. Part237 = Instance.new("Part")
  1507. CylinderMesh238 = Instance.new("CylinderMesh")
  1508. Folder239 = Instance.new("Folder")
  1509. CFrameValue240 = Instance.new("CFrameValue")
  1510. Part241 = Instance.new("Part")
  1511. CylinderMesh242 = Instance.new("CylinderMesh")
  1512. Folder243 = Instance.new("Folder")
  1513. CFrameValue244 = Instance.new("CFrameValue")
  1514. Part245 = Instance.new("Part")
  1515. SpecialMesh246 = Instance.new("SpecialMesh")
  1516. Folder247 = Instance.new("Folder")
  1517. CFrameValue248 = Instance.new("CFrameValue")
  1518. Part249 = Instance.new("Part")
  1519. CylinderMesh250 = Instance.new("CylinderMesh")
  1520. Folder251 = Instance.new("Folder")
  1521. CFrameValue252 = Instance.new("CFrameValue")
  1522. Part253 = Instance.new("Part")
  1523. CylinderMesh254 = Instance.new("CylinderMesh")
  1524. Folder255 = Instance.new("Folder")
  1525. CFrameValue256 = Instance.new("CFrameValue")
  1526. Part257 = Instance.new("Part")
  1527. CylinderMesh258 = Instance.new("CylinderMesh")
  1528. Folder259 = Instance.new("Folder")
  1529. CFrameValue260 = Instance.new("CFrameValue")
  1530. Part261 = Instance.new("Part")
  1531. CylinderMesh262 = Instance.new("CylinderMesh")
  1532. Folder263 = Instance.new("Folder")
  1533. CFrameValue264 = Instance.new("CFrameValue")
  1534. Part265 = Instance.new("Part")
  1535. SpecialMesh266 = Instance.new("SpecialMesh")
  1536. Folder267 = Instance.new("Folder")
  1537. CFrameValue268 = Instance.new("CFrameValue")
  1538. WedgePart269 = Instance.new("WedgePart")
  1539. Folder270 = Instance.new("Folder")
  1540. CFrameValue271 = Instance.new("CFrameValue")
  1541. WedgePart272 = Instance.new("WedgePart")
  1542. Folder273 = Instance.new("Folder")
  1543. CFrameValue274 = Instance.new("CFrameValue")
  1544. WedgePart275 = Instance.new("WedgePart")
  1545. Folder276 = Instance.new("Folder")
  1546. CFrameValue277 = Instance.new("CFrameValue")
  1547. WedgePart278 = Instance.new("WedgePart")
  1548. Folder279 = Instance.new("Folder")
  1549. CFrameValue280 = Instance.new("CFrameValue")
  1550. WedgePart281 = Instance.new("WedgePart")
  1551. Folder282 = Instance.new("Folder")
  1552. CFrameValue283 = Instance.new("CFrameValue")
  1553. Model0.Name = "armcannon"
  1554. Model0.Parent = mas
  1555. Part1.Parent = Model0
  1556. Part1.Material = Enum.Material.Metal
  1557. Part1.BrickColor = BrickColor.new("Really black")
  1558. Part1.Reflectance = 0.10000000149012
  1559. Part1.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  1560. Part1.CanCollide = false
  1561. Part1.Size = Vector3.new(1.23000121, 0.0500000007, 0.349811196)
  1562. Part1.CFrame = CFrame.new(0.0371448994, 8.13310719, 0.022495687, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
  1563. Part1.BottomSurface = Enum.SurfaceType.Smooth
  1564. Part1.TopSurface = Enum.SurfaceType.Smooth
  1565. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1566. Part1.Position = Vector3.new(0.0371448994, 8.13310719, 0.022495687)
  1567. Part1.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  1568. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1569. Folder2.Name = "CFrames"
  1570. Folder2.Parent = Part1
  1571. CFrameValue3.Name = "C0"
  1572. CFrameValue3.Parent = Folder2
  1573. CFrameValue3.Value = CFrame.new(0.0815647691, -0.373321056, -0.00768661499, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  1574. Part4.Parent = Model0
  1575. Part4.Material = Enum.Material.Metal
  1576. Part4.BrickColor = BrickColor.new("Really black")
  1577. Part4.Reflectance = 0.20000000298023
  1578. Part4.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  1579. Part4.CanCollide = false
  1580. Part4.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  1581. Part4.CFrame = CFrame.new(-0.469883472, 6.71011829, -0.0859385133, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  1582. Part4.BottomSurface = Enum.SurfaceType.Smooth
  1583. Part4.TopSurface = Enum.SurfaceType.Smooth
  1584. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1585. Part4.Position = Vector3.new(-0.469883472, 6.71011829, -0.0859385133)
  1586. Part4.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  1587. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1588. CylinderMesh5.Parent = Part4
  1589. Folder6.Name = "CFrames"
  1590. Folder6.Parent = Part4
  1591. CFrameValue7.Name = "C0"
  1592. CFrameValue7.Parent = Folder6
  1593. CFrameValue7.Value = CFrame.new(0.586633861, 1.05020094, -0.118249908, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1594. Part8.Parent = Model0
  1595. Part8.Material = Enum.Material.Metal
  1596. Part8.BrickColor = BrickColor.new("Really black")
  1597. Part8.Reflectance = 0.20000000298023
  1598. Part8.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  1599. Part8.CanCollide = false
  1600. Part8.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
  1601. Part8.CFrame = CFrame.new(-0.0507747307, 7.29127216, -0.503315866, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  1602. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1608. Part8.Position = Vector3.new(-0.0507747307, 7.29127216, -0.503315866)
  1609. Part8.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  1610. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1611. SpecialMesh9.Parent = Part8
  1612. SpecialMesh9.MeshType = Enum.MeshType.Sphere
  1613. Folder10.Name = "CFrames"
  1614. Folder10.Parent = Part8
  1615. CFrameValue11.Name = "C0"
  1616. CFrameValue11.Parent = Folder10
  1617. CFrameValue11.Value = CFrame.new(0.168397918, 0.467819214, -0.534789979, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  1618. Part12.Parent = Model0
  1619. Part12.Material = Enum.Material.Metal
  1620. Part12.BrickColor = BrickColor.new("Really black")
  1621. Part12.Reflectance = 0.10000000149012
  1622. Part12.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
  1623. Part12.CanCollide = false
  1624. Part12.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
  1625. Part12.CFrame = CFrame.new(-0.489252657, 6.58679008, -0.0874458104, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
  1626. Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1632. Part12.Position = Vector3.new(-0.489252657, 6.58679008, -0.0874458104)
  1633. Part12.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
  1634. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1635. SpecialMesh13.Parent = Part12
  1636. SpecialMesh13.MeshType = Enum.MeshType.Sphere
  1637. Folder14.Name = "CFrames"
  1638. Folder14.Parent = Part12
  1639. CFrameValue15.Name = "C0"
  1640. CFrameValue15.Parent = Folder14
  1641. CFrameValue15.Value = CFrame.new(0.605831981, 1.17355347, -0.119945541, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  1642. Part16.Parent = Model0
  1643. Part16.Material = Enum.Material.Metal
  1644. Part16.BrickColor = BrickColor.new("Really black")
  1645. Part16.Reflectance = 0.10000000149012
  1646. Part16.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
  1647. Part16.CanCollide = false
  1648. Part16.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  1649. Part16.CFrame = CFrame.new(-0.419010371, 6.54017735, 0.409794092, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
  1650. Part16.BottomSurface = Enum.SurfaceType.Smooth
  1651. Part16.TopSurface = Enum.SurfaceType.Smooth
  1652. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1653. Part16.Position = Vector3.new(-0.419010371, 6.54017735, 0.409794092)
  1654. Part16.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
  1655. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1656. CylinderMesh17.Parent = Part16
  1657. Folder18.Name = "CFrames"
  1658. Folder18.Parent = Part16
  1659. CFrameValue19.Name = "C0"
  1660. CFrameValue19.Parent = Folder18
  1661. CFrameValue19.Value = CFrame.new(0.535447061, 1.22083998, 0.377210587, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  1662. Part20.Parent = Model0
  1663. Part20.Material = Enum.Material.Metal
  1664. Part20.BrickColor = BrickColor.new("Really black")
  1665. Part20.Reflectance = 0.10000000149012
  1666. Part20.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
  1667. Part20.CanCollide = false
  1668. Part20.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  1669. Part20.CFrame = CFrame.new(-0.418934017, 6.53941154, -0.0839682221, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
  1670. Part20.BottomSurface = Enum.SurfaceType.Smooth
  1671. Part20.TopSurface = Enum.SurfaceType.Smooth
  1672. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1673. Part20.Position = Vector3.new(-0.418934017, 6.53941154, -0.0839682221)
  1674. Part20.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
  1675. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1676. CylinderMesh21.Parent = Part20
  1677. Folder22.Name = "CFrames"
  1678. Folder22.Parent = Part20
  1679. CFrameValue23.Name = "C0"
  1680. CFrameValue23.Parent = Folder22
  1681. CFrameValue23.Value = CFrame.new(0.535447121, 1.22083998, -0.116552353, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  1682. Part24.Parent = Model0
  1683. Part24.Material = Enum.Material.Metal
  1684. Part24.BrickColor = BrickColor.new("Really black")
  1685. Part24.Reflectance = 0.20000000298023
  1686. Part24.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  1687. Part24.CanCollide = false
  1688. Part24.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  1689. Part24.CFrame = CFrame.new(-0.464066774, 6.59119034, -0.0857721791, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  1690. Part24.BottomSurface = Enum.SurfaceType.Smooth
  1691. Part24.TopSurface = Enum.SurfaceType.Smooth
  1692. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1693. Part24.Position = Vector3.new(-0.464066774, 6.59119034, -0.0857721791)
  1694. Part24.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  1695. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1696. CylinderMesh25.Parent = Part24
  1697. Folder26.Name = "CFrames"
  1698. Folder26.Parent = Part24
  1699. CFrameValue27.Name = "C0"
  1700. CFrameValue27.Parent = Folder26
  1701. CFrameValue27.Value = CFrame.new(0.580651999, 1.16912079, -0.118268982, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1702. Part28.Parent = Model0
  1703. Part28.Material = Enum.Material.Metal
  1704. Part28.BrickColor = BrickColor.new("Really black")
  1705. Part28.Reflectance = 0.20000000298023
  1706. Part28.Rotation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
  1707. Part28.CanCollide = false
  1708. Part28.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
  1709. Part28.CFrame = CFrame.new(0.111793168, 7.88118935, 0.0279411152, 0.00138878287, -0.999998748, -0.000503995281, 0.999997675, 0.00138799101, 0.00155193405, -0.0015512252, -0.000506225566, 0.999998569)
  1710. Part28.BottomSurface = Enum.SurfaceType.Smooth
  1711. Part28.TopSurface = Enum.SurfaceType.Smooth
  1712. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1713. Part28.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
  1714. Part28.Orientation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
  1715. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1716. Folder29.Name = "CFrames"
  1717. Folder29.Parent = Part28
  1718. CFrameValue30.Name = "C0"
  1719. CFrameValue30.Parent = Folder29
  1720. CFrameValue30.Value = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -4.63430752e-08, 0.999999821, 0.000349257811, -0.999999881, -4.0988823e-08, -2.44472176e-09, 2.56113708e-09, -0.000349308568, 0.999999881)
  1721. Part31.Parent = Model0
  1722. Part31.Material = Enum.Material.Metal
  1723. Part31.BrickColor = BrickColor.new("Really black")
  1724. Part31.Reflectance = 0.10000000149012
  1725. Part31.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  1726. Part31.CanCollide = false
  1727. Part31.Size = Vector3.new(1.10038221, 0.051904764, 1.08999991)
  1728. Part31.CFrame = CFrame.new(0.100722753, 7.09303474, 0.0341384597, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  1729. Part31.BottomSurface = Enum.SurfaceType.Smooth
  1730. Part31.TopSurface = Enum.SurfaceType.Smooth
  1731. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1732. Part31.Position = Vector3.new(0.100722753, 7.09303474, 0.0341384597)
  1733. Part31.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  1734. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1735. Folder32.Name = "CFrames"
  1736. Folder32.Parent = Part31
  1737. CFrameValue33.Name = "C0"
  1738. CFrameValue33.Parent = Folder32
  1739. CFrameValue33.Value = CFrame.new(0.0165410116, 0.666679382, 0.00233268738, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  1740. Part34.Parent = Model0
  1741. Part34.Material = Enum.Material.Metal
  1742. Part34.BrickColor = BrickColor.new("Really black")
  1743. Part34.Reflectance = 0.20000000298023
  1744. Part34.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
  1745. Part34.CanCollide = false
  1746. Part34.Size = Vector3.new(0.179999962, 1.13, 0.199999943)
  1747. Part34.CFrame = CFrame.new(-0.148030341, 7.89514446, 0.012753956, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
  1748. Part34.BottomSurface = Enum.SurfaceType.Smooth
  1749. Part34.TopSurface = Enum.SurfaceType.Smooth
  1750. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1751. Part34.Position = Vector3.new(-0.148030341, 7.89514446, 0.012753956)
  1752. Part34.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
  1753. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1754. CylinderMesh35.Parent = Part34
  1755. Folder36.Name = "CFrames"
  1756. Folder36.Parent = Part34
  1757. CFrameValue37.Name = "C0"
  1758. CFrameValue37.Parent = Folder36
  1759. CFrameValue37.Value = CFrame.new(0.266410947, -0.135116577, -0.0177688636, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  1760. Part38.Parent = Model0
  1761. Part38.Material = Enum.Material.Metal
  1762. Part38.BrickColor = BrickColor.new("Really black")
  1763. Part38.Reflectance = 0.10000000149012
  1764. Part38.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
  1765. Part38.CanCollide = false
  1766. Part38.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  1767. Part38.CFrame = CFrame.new(-0.467899472, 6.68360567, -0.0841918811, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
  1768. Part38.BottomSurface = Enum.SurfaceType.Smooth
  1769. Part38.TopSurface = Enum.SurfaceType.Smooth
  1770. Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1771. Part38.Position = Vector3.new(-0.467899472, 6.68360567, -0.0841918811)
  1772. Part38.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
  1773. Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1774. CylinderMesh39.Parent = Part38
  1775. Folder40.Name = "CFrames"
  1776. Folder40.Parent = Part38
  1777. CFrameValue41.Name = "C0"
  1778. CFrameValue41.Parent = Folder40
  1779. CFrameValue41.Value = CFrame.new(0.584612846, 1.07671356, -0.116544724, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  1780. Part42.Parent = Model0
  1781. Part42.Material = Enum.Material.Metal
  1782. Part42.BrickColor = BrickColor.new("Really black")
  1783. Part42.Reflectance = 0.10000000149012
  1784. Part42.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
  1785. Part42.CanCollide = false
  1786. Part42.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
  1787. Part42.CFrame = CFrame.new(-0.251828939, 6.99330044, 0.582121253, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
  1788. Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1794. Part42.Position = Vector3.new(-0.251828939, 6.99330044, 0.582121253)
  1795. Part42.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
  1796. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1797. SpecialMesh43.Parent = Part42
  1798. SpecialMesh43.MeshType = Enum.MeshType.Sphere
  1799. Folder44.Name = "CFrames"
  1800. Folder44.Parent = Part42
  1801. CFrameValue45.Name = "C0"
  1802. CFrameValue45.Parent = Folder44
  1803. CFrameValue45.Value = CFrame.new(0.368867934, 0.767753124, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  1804. Part46.Name = "Handle"
  1805. Part46.Parent = Model0
  1806. Part46.Material = Enum.Material.Metal
  1807. Part46.BrickColor = BrickColor.new("Pastel brown")
  1808. Part46.Transparency = 1
  1809. Part46.Rotation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
  1810. Part46.CanCollide = false
  1811. Part46.Size = Vector3.new(1, 2, 1)
  1812. Part46.CFrame = CFrame.new(0.118189953, 7.75968599, 0.0307741985, -0.999998987, -0.00138873665, -0.00015473782, 0.00138849218, -0.999997795, 0.00155144685, -0.000156917391, 0.00155122799, 0.999998748)
  1813. Part46.BottomSurface = Enum.SurfaceType.Smooth
  1814. Part46.TopSurface = Enum.SurfaceType.Smooth
  1815. Part46.Color = Color3.new(1, 0.8, 0.6)
  1816. Part46.Position = Vector3.new(0.118189953, 7.75968599, 0.0307741985)
  1817. Part46.Orientation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
  1818. Part46.Color = Color3.new(1, 0.8, 0.6)
  1819. Motor47.Parent = Part46
  1820. Motor47.C0 = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  1821. Motor47.Part0 = Part46
  1822. Motor47.Part1 = Part203
  1823. Motor48.Parent = Part46
  1824. Motor48.C0 = CFrame.new(0.561711788, 0.21165514, 0.392124146, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  1825. Motor48.Part0 = Part46
  1826. Motor48.Part1 = WedgePart275
  1827. Motor49.Parent = Part46
  1828. Motor49.C0 = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  1829. Motor49.Part0 = Part46
  1830. Motor49.Part1 = Part207
  1831. Motor50.Parent = Part46
  1832. Motor50.C0 = CFrame.new(0.488456905, 0.53175354, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  1833. Motor50.Part0 = Part46
  1834. Motor50.Part1 = Part116
  1835. Motor51.Parent = Part46
  1836. Motor51.C0 = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  1837. Motor51.Part0 = Part46
  1838. Motor51.Part1 = Part178
  1839. Motor52.Parent = Part46
  1840. Motor52.C0 = CFrame.new(0.586633861, 1.05020142, 0.374330491, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1841. Motor52.Part0 = Part46
  1842. Motor52.Part1 = Part123
  1843. Motor53.Parent = Part46
  1844. Motor53.C0 = CFrame.new(0.580651999, 1.16912031, 0.374311388, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1845. Motor53.Part0 = Part46
  1846. Motor53.Part1 = Part131
  1847. Motor54.Parent = Part46
  1848. Motor54.C0 = CFrame.new(-0.346158981, 1.03474426, -0.588941514, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
  1849. Motor54.Part0 = Part46
  1850. Motor54.Part1 = Part139
  1851. Motor55.Parent = Part46
  1852. Motor55.C0 = CFrame.new(-0.345135987, 1.15366364, -0.583043993, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
  1853. Motor55.Part0 = Part46
  1854. Motor55.Part1 = Part143
  1855. Motor56.Parent = Part46
  1856. Motor56.C0 = CFrame.new(0.520293891, 0.935181141, -0.116493225, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  1857. Motor56.Part0 = Part46
  1858. Motor56.Part1 = Part147
  1859. Motor57.Parent = Part46
  1860. Motor57.C0 = CFrame.new(0.605831981, 1.17355347, -0.119945541, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  1861. Motor57.Part0 = Part46
  1862. Motor57.Part1 = Part12
  1863. Motor58.Parent = Part46
  1864. Motor58.C0 = CFrame.new(0.584612906, 1.07671356, -0.36482811, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  1865. Motor58.Part0 = Part46
  1866. Motor58.Part1 = Part241
  1867. Motor59.Parent = Part46
  1868. Motor59.C0 = CFrame.new(0.605831981, 1.17355347, -0.36823082, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  1869. Motor59.Part0 = Part46
  1870. Motor59.Part1 = Part245
  1871. Motor60.Parent = Part46
  1872. Motor60.C0 = CFrame.new(0.535447121, 1.22084045, 0.131734803, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  1873. Motor60.Part0 = Part46
  1874. Motor60.Part1 = Part261
  1875. Motor61.Parent = Part46
  1876. Motor61.C0 = CFrame.new(0.605831921, 1.17355299, 0.128339738, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  1877. Motor61.Part0 = Part46
  1878. Motor61.Part1 = Part265
  1879. Motor62.Parent = Part46
  1880. Motor62.C0 = CFrame.new(0.584612906, 1.07671356, 0.131742448, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  1881. Motor62.Part0 = Part46
  1882. Motor62.Part1 = Part249
  1883. Motor63.Parent = Part46
  1884. Motor63.C0 = CFrame.new(0.488456905, 0.133872509, -0.00565911457, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  1885. Motor63.Part0 = Part46
  1886. Motor63.Part1 = Part257
  1887. Motor64.Parent = Part46
  1888. Motor64.C0 = CFrame.new(0.535447121, 1.22083998, -0.364837646, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  1889. Motor64.Part0 = Part46
  1890. Motor64.Part1 = Part253
  1891. Motor65.Parent = Part46
  1892. Motor65.C0 = CFrame.new(0.535447061, 1.22083998, 0.377210587, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  1893. Motor65.Part0 = Part46
  1894. Motor65.Part1 = Part16
  1895. Motor66.Parent = Part46
  1896. Motor66.C0 = CFrame.new(0.605831921, 1.17355299, 0.373815477, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  1897. Motor66.Part0 = Part46
  1898. Motor66.Part1 = Part135
  1899. Motor67.Parent = Part46
  1900. Motor67.C0 = CFrame.new(0.520385861, 0.93522644, 0.377269715, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  1901. Motor67.Part0 = Part46
  1902. Motor67.Part1 = Part187
  1903. Motor68.Parent = Part46
  1904. Motor68.C0 = CFrame.new(0.584612846, 1.07671309, 0.377218187, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  1905. Motor68.Part0 = Part46
  1906. Motor68.Part1 = Part167
  1907. Motor69.Parent = Part46
  1908. Motor69.C0 = CFrame.new(-0.333770037, 1.22003126, -0.533195496, -0.111971207, -0.133180961, -0.984746218, 0.723163009, -0.690586805, 0.0111699579, -0.681540489, -0.710881472, 0.17363745)
  1909. Motor69.Part0 = Part46
  1910. Motor69.Part1 = Part183
  1911. Motor70.Parent = Part46
  1912. Motor70.C0 = CFrame.new(-0.349332988, 1.16836548, -0.598689914, 0.984750867, -0.0593967699, -0.163516372, -0.0112223597, -0.959641516, 0.281001687, -0.173607737, -0.274881631, -0.945674479)
  1913. Motor70.Part0 = Part46
  1914. Motor70.Part1 = Part199
  1915. Motor71.Parent = Part46
  1916. Motor71.C0 = CFrame.new(-0.342297971, 1.07306671, -0.572114885, -0.171323717, 0.0303794201, -0.984746218, -0.236484185, -0.971571088, 0.0111699579, -0.956411719, 0.234790608, 0.17363745)
  1917. Motor71.Part0 = Part46
  1918. Motor71.Part1 = Part127
  1919. Motor72.Parent = Part46
  1920. Motor72.C0 = CFrame.new(-0.33109504, 0.936004639, -0.49978441, -0.150601238, 0.0871434659, -0.984746218, -0.554519355, -0.832095742, 0.0111699579, -0.818429828, 0.547743022, 0.17363745)
  1921. Motor72.Part0 = Part46
  1922. Motor72.Part1 = Part237
  1923. Motor73.Parent = Part46
  1924. Motor73.C0 = CFrame.new(0.586633921, 1.05020094, -0.364824295, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1925. Motor73.Part0 = Part46
  1926. Motor73.Part1 = Part229
  1927. Weld74.Name = "ClothingWeld"
  1928. Weld74.Parent = Part46
  1929. Weld74.C0 = CFrame.new(0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1, 0, 0, 0, 1)
  1930. Weld74.Part1 = Part46
  1931. Motor75.Parent = Part46
  1932. Motor75.C0 = CFrame.new(0.0515638553, -0.373321056, -0.00767325982, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  1933. Motor75.Part0 = Part46
  1934. Motor75.Part1 = Part222
  1935. Motor76.Parent = Part46
  1936. Motor76.C0 = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  1937. Motor76.Part0 = Part46
  1938. Motor76.Part1 = Part218
  1939. Motor77.Parent = Part46
  1940. Motor77.C0 = CFrame.new(0.488456905, 0.0738759041, -0.00565720722, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  1941. Motor77.Part0 = Part46
  1942. Motor77.Part1 = Part151
  1943. Motor78.Parent = Part46
  1944. Motor78.C0 = CFrame.new(0.56138289, 0.211654186, -0.407875031, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  1945. Motor78.Part0 = Part46
  1946. Motor78.Part1 = WedgePart272
  1947. Motor79.Parent = Part46
  1948. Motor79.C0 = CFrame.new(0.561546862, 0.211654186, -0.00787545741, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  1949. Motor79.Part0 = Part46
  1950. Motor79.Part1 = WedgePart269
  1951. Motor80.Parent = Part46
  1952. Motor80.C0 = CFrame.new(0.466516912, 0.156661987, 0.00214766338, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  1953. Motor80.Part0 = Part46
  1954. Motor80.Part1 = Part175
  1955. Motor81.Parent = Part46
  1956. Motor81.C0 = CFrame.new(0.580651999, 1.16912031, -0.364843369, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1957. Motor81.Part0 = Part46
  1958. Motor81.Part1 = Part210
  1959. Motor82.Parent = Part46
  1960. Motor82.C0 = CFrame.new(0.520201862, 0.935134888, -0.364778519, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  1961. Motor82.Part0 = Part46
  1962. Motor82.Part1 = Part171
  1963. Motor83.Parent = Part46
  1964. Motor83.C0 = CFrame.new(0.268866956, -0.132247448, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  1965. Motor83.Part0 = Part46
  1966. Motor83.Part1 = Part155
  1967. Motor84.Parent = Part46
  1968. Motor84.C0 = CFrame.new(0.586633861, 1.05020142, 0.134397477, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1969. Motor84.Part0 = Part46
  1970. Motor84.Part1 = Part233
  1971. Motor85.Parent = Part46
  1972. Motor85.C0 = CFrame.new(0.580651939, 1.16912079, 0.134376496, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  1973. Motor85.Part0 = Part46
  1974. Motor85.Part1 = Part225
  1975. Motor86.Parent = Part46
  1976. Motor86.C0 = CFrame.new(0.520385921, 0.93522644, 0.131793931, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  1977. Motor86.Part0 = Part46
  1978. Motor86.Part1 = Part163
  1979. Motor87.Parent = Part46
  1980. Motor87.C0 = CFrame.new(0.0683980137, 0.167815685, -0.534790039, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  1981. Motor87.Part0 = Part46
  1982. Motor87.Part1 = Part191
  1983. Motor88.Parent = Part46
  1984. Motor88.C0 = CFrame.new(0.0688669533, 0.167755127, 0.526790619, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  1985. Motor88.Part0 = Part46
  1986. Motor88.Part1 = Part159
  1987. Motor89.Parent = Part46
  1988. Motor89.C0 = CFrame.new(0.168866977, 0.467750549, 0.526790559, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  1989. Motor89.Part0 = Part46
  1990. Motor89.Part1 = Part214
  1991. Motor90.Parent = Part46
  1992. Motor90.C0 = CFrame.new(0.368867934, 0.767753124, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  1993. Motor90.Part0 = Part46
  1994. Motor90.Part1 = Part42
  1995. Motor91.Parent = Part46
  1996. Motor91.C0 = CFrame.new(0.168397918, 0.467819214, -0.534789979, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  1997. Motor91.Part0 = Part46
  1998. Motor91.Part1 = Part8
  1999. Motor92.Parent = Part46
  2000. Motor92.C0 = CFrame.new(0.561567843, -0.238342762, -0.00787545368, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  2001. Motor92.Part0 = Part46
  2002. Motor92.Part1 = WedgePart278
  2003. Motor93.Parent = Part46
  2004. Motor93.C0 = CFrame.new(0.0165249109, 0.321685314, 0.0023326911, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2005. Motor93.Part0 = Part46
  2006. Motor93.Part1 = Part113
  2007. Motor94.Parent = Part46
  2008. Motor94.C0 = CFrame.new(0.266410947, -0.135116577, -0.0177688636, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  2009. Motor94.Part0 = Part46
  2010. Motor94.Part1 = Part34
  2011. Motor95.Parent = Part46
  2012. Motor95.C0 = CFrame.new(0.268397808, -0.13217926, -0.562931061, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2013. Motor95.Part0 = Part46
  2014. Motor95.Part1 = Part109
  2015. Motor96.Parent = Part46
  2016. Motor96.C0 = CFrame.new(0.586569726, -0.263343334, -0.00788689777, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  2017. Motor96.Part0 = Part46
  2018. Motor96.Part1 = WedgePart281
  2019. Motor97.Parent = Part46
  2020. Motor97.C0 = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -4.63430752e-08, 0.999999821, 0.000349257811, -0.999999881, -4.0988823e-08, -2.44472176e-09, 2.56113708e-09, -0.000349308568, 0.999999881)
  2021. Motor97.Part0 = Part46
  2022. Motor97.Part1 = Part28
  2023. Motor98.Parent = Part46
  2024. Motor98.C0 = CFrame.new(0.0165410116, 0.666679382, 0.00233268738, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2025. Motor98.Part0 = Part46
  2026. Motor98.Part1 = Part31
  2027. Motor99.Parent = Part46
  2028. Motor99.C0 = CFrame.new(0.0815647691, -0.373321056, -0.00768661499, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  2029. Motor99.Part0 = Part46
  2030. Motor99.Part1 = Part1
  2031. Motor100.Parent = Part46
  2032. Motor100.C0 = CFrame.new(0.586633861, 1.05020094, -0.118249908, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2033. Motor100.Part0 = Part46
  2034. Motor100.Part1 = Part4
  2035. Motor101.Parent = Part46
  2036. Motor101.C0 = CFrame.new(0.580651999, 1.16912079, -0.118268982, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2037. Motor101.Part0 = Part46
  2038. Motor101.Part1 = Part24
  2039. Motor102.Parent = Part46
  2040. Motor102.C0 = CFrame.new(0.535447121, 1.22083998, -0.116552353, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  2041. Motor102.Part0 = Part46
  2042. Motor102.Part1 = Part20
  2043. Motor103.Parent = Part46
  2044. Motor103.C0 = CFrame.new(0.584612846, 1.07671356, -0.116544724, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  2045. Motor103.Part0 = Part46
  2046. Motor103.Part1 = Part38
  2047. Motor104.Parent = Part46
  2048. Motor104.C0 = CFrame.new(0.668971896, -0.348320484, -0.00792886317, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  2049. Motor104.Part0 = Part46
  2050. Motor104.Part1 = Part120
  2051. Folder105.Name = "CFrames"
  2052. Folder105.Parent = Part46
  2053. CFrameValue106.Name = "C0"
  2054. CFrameValue106.Parent = Folder105
  2055. CFrameValue106.Value = CFrame.new(0, 0, 0, 0.999999881, 2.68732947e-09, -2.53639882e-08, 2.68732947e-09, 0.999999881, -2.56113708e-09, -2.53639882e-08, -2.56113708e-09, 0.99999994)
  2056. Motor107.Parent = Part46
  2057. Motor107.C0 = CFrame.new(0, 0, 0, 0.999999881, 2.68732947e-09, -2.53639882e-08, 2.68732947e-09, 0.999999881, -2.56113708e-09, -2.53639882e-08, -2.56113708e-09, 0.99999994)
  2058. Motor107.Part0 = Part46
  2059. Motor107.Part1 = Part46
  2060. Motor108.Parent = Part46
  2061. Motor108.C0 = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2062. Motor108.Part0 = Part46
  2063. Motor108.Part1 = Part195
  2064. Part109.Parent = Model0
  2065. Part109.Material = Enum.Material.Metal
  2066. Part109.BrickColor = BrickColor.new("Really black")
  2067. Part109.Reflectance = 0.20000000298023
  2068. Part109.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  2069. Part109.CanCollide = false
  2070. Part109.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
  2071. Part109.CFrame = CFrame.new(-0.149936914, 7.8913641, -0.53240335, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  2072. Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2078. Part109.Position = Vector3.new(-0.149936914, 7.8913641, -0.53240335)
  2079. Part109.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  2080. Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2081. SpecialMesh110.Parent = Part109
  2082. SpecialMesh110.MeshType = Enum.MeshType.Sphere
  2083. Folder111.Name = "CFrames"
  2084. Folder111.Parent = Part109
  2085. CFrameValue112.Name = "C0"
  2086. CFrameValue112.Parent = Folder111
  2087. CFrameValue112.Value = CFrame.new(0.268397808, -0.13217926, -0.562931061, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2088. Part113.Parent = Model0
  2089. Part113.Material = Enum.Material.Metal
  2090. Part113.BrickColor = BrickColor.new("Really black")
  2091. Part113.Reflectance = 0.10000000149012
  2092. Part113.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  2093. Part113.CanCollide = false
  2094. Part113.Size = Vector3.new(1.06000125, 1.37999964, 1.04999995)
  2095. Part113.CFrame = CFrame.new(0.101217963, 7.43802786, 0.0336032994, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  2096. Part113.BottomSurface = Enum.SurfaceType.Smooth
  2097. Part113.TopSurface = Enum.SurfaceType.Smooth
  2098. Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2099. Part113.Position = Vector3.new(0.101217963, 7.43802786, 0.0336032994)
  2100. Part113.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  2101. Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2102. Folder114.Name = "CFrames"
  2103. Folder114.Parent = Part113
  2104. CFrameValue115.Name = "C0"
  2105. CFrameValue115.Parent = Folder114
  2106. CFrameValue115.Value = CFrame.new(0.0165249109, 0.321685314, 0.0023326911, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2107. Part116.Parent = Model0
  2108. Part116.Material = Enum.Material.Metal
  2109. Part116.BrickColor = BrickColor.new("Really black")
  2110. Part116.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
  2111. Part116.CanCollide = false
  2112. Part116.Size = Vector3.new(0.460000217, 0.139999866, 0.669999599)
  2113. Part116.CFrame = CFrame.new(-0.371004045, 7.22860289, 0.0258442406, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
  2114. Part116.BottomSurface = Enum.SurfaceType.Smooth
  2115. Part116.TopSurface = Enum.SurfaceType.Smooth
  2116. Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2117. Part116.Position = Vector3.new(-0.371004045, 7.22860289, 0.0258442406)
  2118. Part116.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
  2119. Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2120. CylinderMesh117.Parent = Part116
  2121. Folder118.Name = "CFrames"
  2122. Folder118.Parent = Part116
  2123. CFrameValue119.Name = "C0"
  2124. CFrameValue119.Parent = Folder118
  2125. CFrameValue119.Value = CFrame.new(0.488456905, 0.53175354, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2126. Part120.Parent = Model0
  2127. Part120.Material = Enum.Material.Metal
  2128. Part120.BrickColor = BrickColor.new("Really black")
  2129. Part120.Reflectance = 0.10000000149012
  2130. Part120.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2131. Part120.CanCollide = false
  2132. Part120.Size = Vector3.new(0.0500000007, 0.099999994, 0.0500000007)
  2133. Part120.CFrame = CFrame.new(-0.550296307, 8.108922, 0.022200048, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
  2134. Part120.BottomSurface = Enum.SurfaceType.Smooth
  2135. Part120.TopSurface = Enum.SurfaceType.Smooth
  2136. Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2137. Part120.Position = Vector3.new(-0.550296307, 8.108922, 0.022200048)
  2138. Part120.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2139. Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2140. Folder121.Name = "CFrames"
  2141. Folder121.Parent = Part120
  2142. CFrameValue122.Name = "C0"
  2143. CFrameValue122.Parent = Folder121
  2144. CFrameValue122.Value = CFrame.new(0.668971896, -0.348320484, -0.00792886317, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  2145. Part123.Parent = Model0
  2146. Part123.Material = Enum.Material.Metal
  2147. Part123.BrickColor = BrickColor.new("Really black")
  2148. Part123.Reflectance = 0.20000000298023
  2149. Part123.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2150. Part123.CanCollide = false
  2151. Part123.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2152. Part123.CFrame = CFrame.new(-0.469959706, 6.71088219, 0.406641275, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2153. Part123.BottomSurface = Enum.SurfaceType.Smooth
  2154. Part123.TopSurface = Enum.SurfaceType.Smooth
  2155. Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2156. Part123.Position = Vector3.new(-0.469959706, 6.71088219, 0.406641275)
  2157. Part123.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2158. Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2159. CylinderMesh124.Parent = Part123
  2160. Folder125.Name = "CFrames"
  2161. Folder125.Parent = Part123
  2162. CFrameValue126.Name = "C0"
  2163. CFrameValue126.Parent = Folder125
  2164. CFrameValue126.Value = CFrame.new(0.586633861, 1.05020142, 0.374330491, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2165. Part127.Parent = Model0
  2166. Part127.Material = Enum.Material.Metal
  2167. Part127.BrickColor = BrickColor.new("Really black")
  2168. Part127.Reflectance = 0.10000000149012
  2169. Part127.Rotation = Vector3.new(4.03999996, 79.9700012, 9.59999943)
  2170. Part127.CanCollide = false
  2171. Part127.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2172. Part127.CFrame = CFrame.new(0.459085912, 6.68525887, -0.539621711, 0.171799958, -0.0290664639, 0.984702826, 0.234761953, 0.971975386, -0.0122678569, -0.956750512, 0.233278409, 0.173809081)
  2173. Part127.BottomSurface = Enum.SurfaceType.Smooth
  2174. Part127.TopSurface = Enum.SurfaceType.Smooth
  2175. Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2176. Part127.Position = Vector3.new(0.459085912, 6.68525887, -0.539621711)
  2177. Part127.Orientation = Vector3.new(0.699999988, 79.9899979, 13.5799999)
  2178. Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2179. CylinderMesh128.Parent = Part127
  2180. Folder129.Name = "CFrames"
  2181. Folder129.Parent = Part127
  2182. CFrameValue130.Name = "C0"
  2183. CFrameValue130.Parent = Folder129
  2184. CFrameValue130.Value = CFrame.new(-0.342297971, 1.07306671, -0.572114885, -0.171323717, 0.0303794201, -0.984746218, -0.236484185, -0.971571088, 0.0111699579, -0.956411719, 0.234790608, 0.17363745)
  2185. Part131.Parent = Model0
  2186. Part131.Material = Enum.Material.Metal
  2187. Part131.BrickColor = BrickColor.new("Really black")
  2188. Part131.Reflectance = 0.20000000298023
  2189. Part131.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2190. Part131.CanCollide = false
  2191. Part131.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2192. Part131.CFrame = CFrame.new(-0.464142948, 6.59195518, 0.406807572, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2193. Part131.BottomSurface = Enum.SurfaceType.Smooth
  2194. Part131.TopSurface = Enum.SurfaceType.Smooth
  2195. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2196. Part131.Position = Vector3.new(-0.464142948, 6.59195518, 0.406807572)
  2197. Part131.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2198. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2199. CylinderMesh132.Parent = Part131
  2200. Folder133.Name = "CFrames"
  2201. Folder133.Parent = Part131
  2202. CFrameValue134.Name = "C0"
  2203. CFrameValue134.Parent = Folder133
  2204. CFrameValue134.Value = CFrame.new(0.580651999, 1.16912031, 0.374311388, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2205. Part135.Parent = Model0
  2206. Part135.Material = Enum.Material.Metal
  2207. Part135.BrickColor = BrickColor.new("Really black")
  2208. Part135.Reflectance = 0.10000000149012
  2209. Part135.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
  2210. Part135.CanCollide = false
  2211. Part135.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
  2212. Part135.CFrame = CFrame.new(-0.489328951, 6.58755684, 0.406314582, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
  2213. Part135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. Part135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. Part135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. Part135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. Part135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2219. Part135.Position = Vector3.new(-0.489328951, 6.58755684, 0.406314582)
  2220. Part135.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
  2221. Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2222. SpecialMesh136.Parent = Part135
  2223. SpecialMesh136.MeshType = Enum.MeshType.Sphere
  2224. Folder137.Name = "CFrames"
  2225. Folder137.Parent = Part135
  2226. CFrameValue138.Name = "C0"
  2227. CFrameValue138.Parent = Folder137
  2228. CFrameValue138.Value = CFrame.new(0.605831921, 1.17355299, 0.373815477, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  2229. Part139.Parent = Model0
  2230. Part139.Material = Enum.Material.Metal
  2231. Part139.BrickColor = BrickColor.new("Really black")
  2232. Part139.Reflectance = 0.20000000298023
  2233. Part139.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
  2234. Part139.CanCollide = false
  2235. Part139.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2236. Part139.CFrame = CFrame.new(0.463002741, 6.72354984, -0.55650717, 0.151610449, 0.984680712, 0.0861271098, 0.498466372, -0.00092250586, -0.866908491, -0.853548706, 0.174363896, -0.490970105)
  2237. Part139.BottomSurface = Enum.SurfaceType.Smooth
  2238. Part139.TopSurface = Enum.SurfaceType.Smooth
  2239. Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2240. Part139.Position = Vector3.new(0.463002741, 6.72354984, -0.55650717)
  2241. Part139.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
  2242. Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2243. CylinderMesh140.Parent = Part139
  2244. Folder141.Name = "CFrames"
  2245. Folder141.Parent = Part139
  2246. CFrameValue142.Name = "C0"
  2247. CFrameValue142.Parent = Folder141
  2248. CFrameValue142.Value = CFrame.new(-0.346158981, 1.03474426, -0.588941514, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
  2249. Part143.Parent = Model0
  2250. Part143.Material = Enum.Material.Metal
  2251. Part143.BrickColor = BrickColor.new("Really black")
  2252. Part143.Reflectance = 0.20000000298023
  2253. Part143.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
  2254. Part143.CanCollide = false
  2255. Part143.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2256. Part143.CFrame = CFrame.new(0.461813658, 6.60464096, -0.550425351, 0.151610449, 0.984680712, 0.0861271098, 0.498466372, -0.00092250586, -0.866908491, -0.853548706, 0.174363896, -0.490970105)
  2257. Part143.BottomSurface = Enum.SurfaceType.Smooth
  2258. Part143.TopSurface = Enum.SurfaceType.Smooth
  2259. Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2260. Part143.Position = Vector3.new(0.461813658, 6.60464096, -0.550425351)
  2261. Part143.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
  2262. Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2263. CylinderMesh144.Parent = Part143
  2264. Folder145.Name = "CFrames"
  2265. Folder145.Parent = Part143
  2266. CFrameValue146.Name = "C0"
  2267. CFrameValue146.Parent = Folder145
  2268. CFrameValue146.Value = CFrame.new(-0.345135987, 1.15366364, -0.583043993, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
  2269. Part147.Parent = Model0
  2270. Part147.Material = Enum.Material.Metal
  2271. Part147.BrickColor = BrickColor.new("Really black")
  2272. Part147.Reflectance = 0.10000000149012
  2273. Part147.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
  2274. Part147.CanCollide = false
  2275. Part147.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
  2276. Part147.CFrame = CFrame.new(-0.403384119, 6.82504845, -0.0843498409, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
  2277. Part147.BottomSurface = Enum.SurfaceType.Smooth
  2278. Part147.TopSurface = Enum.SurfaceType.Smooth
  2279. Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2280. Part147.Position = Vector3.new(-0.403384119, 6.82504845, -0.0843498409)
  2281. Part147.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
  2282. Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2283. CylinderMesh148.Parent = Part147
  2284. Folder149.Name = "CFrames"
  2285. Folder149.Parent = Part147
  2286. CFrameValue150.Name = "C0"
  2287. CFrameValue150.Parent = Folder149
  2288. CFrameValue150.Value = CFrame.new(0.520293891, 0.935181141, -0.116493225, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  2289. Part151.Name = "cannonpiece"
  2290. Part151.Parent = Model0
  2291. Part151.Material = Enum.Material.Metal
  2292. Part151.BrickColor = BrickColor.new("Really black")
  2293. Part151.Reflectance = 0.10000000149012
  2294. Part151.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
  2295. Part151.CanCollide = false
  2296. Part151.Size = Vector3.new(0.520000219, 0.699999928, 0.669999599)
  2297. Part151.CFrame = CFrame.new(-0.370368153, 7.68647957, 0.0251549482, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
  2298. Part151.BottomSurface = Enum.SurfaceType.Smooth
  2299. Part151.TopSurface = Enum.SurfaceType.Smooth
  2300. Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2301. Part151.Position = Vector3.new(-0.370368153, 7.68647957, 0.0251549482)
  2302. Part151.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
  2303. Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2304. CylinderMesh152.Parent = Part151
  2305. Folder153.Name = "CFrames"
  2306. Folder153.Parent = Part151
  2307. CFrameValue154.Name = "C0"
  2308. CFrameValue154.Parent = Folder153
  2309. CFrameValue154.Value = CFrame.new(0.488456905, 0.0738759041, -0.00565720722, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2310. Part155.Parent = Model0
  2311. Part155.Material = Enum.Material.Metal
  2312. Part155.BrickColor = BrickColor.new("Really black")
  2313. Part155.Reflectance = 0.20000000298023
  2314. Part155.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
  2315. Part155.CanCollide = false
  2316. Part155.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
  2317. Part155.CFrame = CFrame.new(-0.150578201, 7.89315987, 0.580740809, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
  2318. Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2324. Part155.Position = Vector3.new(-0.150578201, 7.89315987, 0.580740809)
  2325. Part155.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
  2326. Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2327. SpecialMesh156.Parent = Part155
  2328. SpecialMesh156.MeshType = Enum.MeshType.Sphere
  2329. Folder157.Name = "CFrames"
  2330. Folder157.Parent = Part155
  2331. CFrameValue158.Name = "C0"
  2332. CFrameValue158.Parent = Folder157
  2333. CFrameValue158.Value = CFrame.new(0.268866956, -0.132247448, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  2334. Part159.Parent = Model0
  2335. Part159.Material = Enum.Material.Metal
  2336. Part159.BrickColor = BrickColor.new("Really black")
  2337. Part159.Reflectance = 0.20000000298023
  2338. Part159.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
  2339. Part159.CanCollide = false
  2340. Part159.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
  2341. Part159.CFrame = CFrame.new(0.0490085855, 7.59284401, 0.557813585, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
  2342. Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2348. Part159.Position = Vector3.new(0.0490085855, 7.59284401, 0.557813585)
  2349. Part159.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
  2350. Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2351. SpecialMesh160.Parent = Part159
  2352. SpecialMesh160.MeshType = Enum.MeshType.Sphere
  2353. Folder161.Name = "CFrames"
  2354. Folder161.Parent = Part159
  2355. CFrameValue162.Name = "C0"
  2356. CFrameValue162.Parent = Folder161
  2357. CFrameValue162.Value = CFrame.new(0.0688669533, 0.167755127, 0.526790619, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  2358. Part163.Parent = Model0
  2359. Part163.Material = Enum.Material.Metal
  2360. Part163.BrickColor = BrickColor.new("Really black")
  2361. Part163.Reflectance = 0.10000000149012
  2362. Part163.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
  2363. Part163.CanCollide = false
  2364. Part163.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
  2365. Part163.CFrame = CFrame.new(-0.403514594, 6.82538843, 0.163937062, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
  2366. Part163.BottomSurface = Enum.SurfaceType.Smooth
  2367. Part163.TopSurface = Enum.SurfaceType.Smooth
  2368. Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2369. Part163.Position = Vector3.new(-0.403514594, 6.82538843, 0.163937062)
  2370. Part163.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
  2371. Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2372. CylinderMesh164.Parent = Part163
  2373. Folder165.Name = "CFrames"
  2374. Folder165.Parent = Part163
  2375. CFrameValue166.Name = "C0"
  2376. CFrameValue166.Parent = Folder165
  2377. CFrameValue166.Value = CFrame.new(0.520385921, 0.93522644, 0.131793931, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  2378. Part167.Parent = Model0
  2379. Part167.Material = Enum.Material.Metal
  2380. Part167.BrickColor = BrickColor.new("Really black")
  2381. Part167.Reflectance = 0.10000000149012
  2382. Part167.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
  2383. Part167.CanCollide = false
  2384. Part167.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2385. Part167.CFrame = CFrame.new(-0.467975885, 6.68437195, 0.409570396, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
  2386. Part167.BottomSurface = Enum.SurfaceType.Smooth
  2387. Part167.TopSurface = Enum.SurfaceType.Smooth
  2388. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2389. Part167.Position = Vector3.new(-0.467975885, 6.68437195, 0.409570396)
  2390. Part167.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
  2391. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2392. CylinderMesh168.Parent = Part167
  2393. Folder169.Name = "CFrames"
  2394. Folder169.Parent = Part167
  2395. CFrameValue170.Name = "C0"
  2396. CFrameValue170.Parent = Folder169
  2397. CFrameValue170.Value = CFrame.new(0.584612846, 1.07671309, 0.377218187, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  2398. Part171.Parent = Model0
  2399. Part171.Material = Enum.Material.Metal
  2400. Part171.BrickColor = BrickColor.new("Really black")
  2401. Part171.Reflectance = 0.10000000149012
  2402. Part171.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
  2403. Part171.CanCollide = false
  2404. Part171.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
  2405. Part171.CFrame = CFrame.new(-0.403253585, 6.82470942, -0.332634896, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
  2406. Part171.BottomSurface = Enum.SurfaceType.Smooth
  2407. Part171.TopSurface = Enum.SurfaceType.Smooth
  2408. Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2409. Part171.Position = Vector3.new(-0.403253585, 6.82470942, -0.332634896)
  2410. Part171.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
  2411. Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2412. CylinderMesh172.Parent = Part171
  2413. Folder173.Name = "CFrames"
  2414. Folder173.Parent = Part171
  2415. CFrameValue174.Name = "C0"
  2416. CFrameValue174.Parent = Folder173
  2417. CFrameValue174.Value = CFrame.new(0.520201862, 0.935134888, -0.364778519, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  2418. Part175.Parent = Model0
  2419. Part175.Material = Enum.Material.Metal
  2420. Part175.BrickColor = BrickColor.new("Really black")
  2421. Part175.Reflectance = 0.10000000149012
  2422. Part175.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  2423. Part175.CanCollide = false
  2424. Part175.Size = Vector3.new(1.08000124, 1.04999983, 0.149999857)
  2425. Part175.CFrame = CFrame.new(-0.348544359, 7.60367537, 0.0330916718, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  2426. Part175.BottomSurface = Enum.SurfaceType.Smooth
  2427. Part175.TopSurface = Enum.SurfaceType.Smooth
  2428. Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2429. Part175.Position = Vector3.new(-0.348544359, 7.60367537, 0.0330916718)
  2430. Part175.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  2431. Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2432. Folder176.Name = "CFrames"
  2433. Folder176.Parent = Part175
  2434. CFrameValue177.Name = "C0"
  2435. CFrameValue177.Parent = Folder176
  2436. CFrameValue177.Value = CFrame.new(0.466516912, 0.156661987, 0.00214766338, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2437. Part178.Name = "cannonpiece3"
  2438. Part178.Parent = Model0
  2439. Part178.Material = Enum.Material.Metal
  2440. Part178.BrickColor = BrickColor.new("Really black")
  2441. Part178.Reflectance = 0.10000000149012
  2442. Part178.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
  2443. Part178.CanCollide = false
  2444. Part178.Size = Vector3.new(0.520000219, 0.139999866, 0.669999599)
  2445. Part178.CFrame = CFrame.new(-0.370993108, 7.23648453, 0.0258320142, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
  2446. Part178.BottomSurface = Enum.SurfaceType.Smooth
  2447. Part178.TopSurface = Enum.SurfaceType.Smooth
  2448. Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2449. Part178.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
  2450. Part178.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
  2451. Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2452. CylinderMesh179.Parent = Part178
  2453. ParticleEmitter180.Parent = Part178
  2454. ParticleEmitter180.Transparency = NumberSequence.new(0.64999997615814,0.64999997615814,0.89999997615814,1)
  2455. ParticleEmitter180.Size = NumberSequence.new(0.68000000715256,0.68000000715256,1,1.3099999427795,1.8099999427795,3.5999999046326,5.4000000953674)
  2456. ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
  2457. ParticleEmitter180.LightEmission = 0.60000002384186
  2458. ParticleEmitter180.Texture = "http://www.roblox.com/asset/?id=253188732"
  2459. ParticleEmitter180.Acceleration = Vector3.new(0, 1, 0)
  2460. ParticleEmitter180.Lifetime = NumberRange.new(2, 2)
  2461. ParticleEmitter180.Rate = 50
  2462. ParticleEmitter180.Speed = NumberRange.new(0.20000000298023, 0.20000000298023)
  2463. ParticleEmitter180.VelocitySpread = 20
  2464. ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
  2465. ParticleEmitter180.Enabled=false
  2466. Folder181.Name = "CFrames"
  2467. Folder181.Parent = Part178
  2468. CFrameValue182.Name = "C0"
  2469. CFrameValue182.Parent = Folder181
  2470. CFrameValue182.Value = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2471. Part183.Parent = Model0
  2472. Part183.Material = Enum.Material.Metal
  2473. Part183.BrickColor = BrickColor.new("Really black")
  2474. Part183.Reflectance = 0.10000000149012
  2475. Part183.Rotation = Vector3.new(4.03999996, 79.9700012, -50.3999977)
  2476. Part183.CanCollide = false
  2477. Part183.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2478. Part183.CFrame = CFrame.new(0.450347871, 6.53836679, -0.500475764, 0.111072272, 0.134249866, 0.984702826, -0.724374235, 0.689297438, -0.0122678569, -0.680400312, -0.711930931, 0.173809081)
  2479. Part183.BottomSurface = Enum.SurfaceType.Smooth
  2480. Part183.TopSurface = Enum.SurfaceType.Smooth
  2481. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2482. Part183.Position = Vector3.new(0.450347871, 6.53836679, -0.500475764)
  2483. Part183.Orientation = Vector3.new(0.699999988, 79.9899979, -46.4199982)
  2484. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2485. CylinderMesh184.Parent = Part183
  2486. Folder185.Name = "CFrames"
  2487. Folder185.Parent = Part183
  2488. CFrameValue186.Name = "C0"
  2489. CFrameValue186.Parent = Folder185
  2490. CFrameValue186.Value = CFrame.new(-0.333770037, 1.22003126, -0.533195496, -0.111971207, -0.133180961, -0.984746218, 0.723163009, -0.690586805, 0.0111699579, -0.681540489, -0.710881472, 0.17363745)
  2491. Part187.Parent = Model0
  2492. Part187.Material = Enum.Material.Metal
  2493. Part187.BrickColor = BrickColor.new("Really black")
  2494. Part187.Reflectance = 0.10000000149012
  2495. Part187.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
  2496. Part187.CanCollide = false
  2497. Part187.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
  2498. Part187.CFrame = CFrame.new(-0.403552502, 6.82576942, 0.409412533, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
  2499. Part187.BottomSurface = Enum.SurfaceType.Smooth
  2500. Part187.TopSurface = Enum.SurfaceType.Smooth
  2501. Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2502. Part187.Position = Vector3.new(-0.403552502, 6.82576942, 0.409412533)
  2503. Part187.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
  2504. Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2505. CylinderMesh188.Parent = Part187
  2506. Folder189.Name = "CFrames"
  2507. Folder189.Parent = Part187
  2508. CFrameValue190.Name = "C0"
  2509. CFrameValue190.Parent = Folder189
  2510. CFrameValue190.Value = CFrame.new(0.520385861, 0.93522644, 0.377269715, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
  2511. Part191.Parent = Model0
  2512. Part191.Material = Enum.Material.Metal
  2513. Part191.BrickColor = BrickColor.new("Really black")
  2514. Part191.Reflectance = 0.20000000298023
  2515. Part191.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
  2516. Part191.CanCollide = false
  2517. Part191.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
  2518. Part191.CFrame = CFrame.new(0.049641706, 7.59113598, -0.503765643, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
  2519. Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2521. Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2525. Part191.Position = Vector3.new(0.049641706, 7.59113598, -0.503765643)
  2526. Part191.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
  2527. Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2528. SpecialMesh192.Parent = Part191
  2529. SpecialMesh192.MeshType = Enum.MeshType.Sphere
  2530. Folder193.Name = "CFrames"
  2531. Folder193.Parent = Part191
  2532. CFrameValue194.Name = "C0"
  2533. CFrameValue194.Parent = Folder193
  2534. CFrameValue194.Value = CFrame.new(0.0683980137, 0.167815685, -0.534790039, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
  2535. Part195.Name = "cannonpiece1"
  2536. Part195.Parent = Model0
  2537. Part195.Material = Enum.Material.Metal
  2538. Part195.BrickColor = BrickColor.new("Really black")
  2539. Part195.Reflectance = 0.10000000149012
  2540. Part195.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
  2541. Part195.CanCollide = false
  2542. Part195.Size = Vector3.new(0.5400002, 0.0830767974, 0.695768833)
  2543. Part195.CFrame = CFrame.new(-0.370993108, 7.23648453, 0.0258320142, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
  2544. Part195.BottomSurface = Enum.SurfaceType.Smooth
  2545. Part195.TopSurface = Enum.SurfaceType.Smooth
  2546. Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2547. Part195.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
  2548. Part195.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
  2549. Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2550. CylinderMesh196.Parent = Part195
  2551. Folder197.Name = "CFrames"
  2552. Folder197.Parent = Part195
  2553. CFrameValue198.Name = "C0"
  2554. CFrameValue198.Parent = Folder197
  2555. CFrameValue198.Value = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2556. Part199.Parent = Model0
  2557. Part199.Material = Enum.Material.Metal
  2558. Part199.BrickColor = BrickColor.new("Really black")
  2559. Part199.Reflectance = 0.10000000149012
  2560. Part199.Rotation = Vector3.new(163.349991, 9.39999962, -176.470001)
  2561. Part199.CanCollide = false
  2562. Part199.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
  2563. Part199.CFrame = CFrame.new(0.465992659, 6.58990908, -0.566047728, -0.984707415, 0.0607719347, 0.163272306, 0.0123203108, 0.959130406, -0.282695264, -0.173779443, -0.276360571, -0.945211709)
  2564. Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2570. Part199.Position = Vector3.new(0.465992659, 6.58990908, -0.566047728)
  2571. Part199.Orientation = Vector3.new(16.4200001, 170.199997, 0.74000001)
  2572. Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2573. SpecialMesh200.Parent = Part199
  2574. SpecialMesh200.MeshType = Enum.MeshType.Sphere
  2575. Folder201.Name = "CFrames"
  2576. Folder201.Parent = Part199
  2577. CFrameValue202.Name = "C0"
  2578. CFrameValue202.Parent = Folder201
  2579. CFrameValue202.Value = CFrame.new(-0.349332988, 1.16836548, -0.598689914, 0.984750867, -0.0593967699, -0.163516372, -0.0112223597, -0.959641516, 0.281001687, -0.173607737, -0.274881631, -0.945674479)
  2580. Part203.Parent = Model0
  2581. Part203.Material = Enum.Material.Metal
  2582. Part203.BrickColor = BrickColor.new("Really black")
  2583. Part203.Reflectance = 0.15000000596046
  2584. Part203.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
  2585. Part203.CanCollide = false
  2586. Part203.Size = Vector3.new(0.299999982, 1.13999999, 0.339999974)
  2587. Part203.CFrame = CFrame.new(0.197031051, 7.09450006, 0.0268821809, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
  2588. Part203.BottomSurface = Enum.SurfaceType.Smooth
  2589. Part203.TopSurface = Enum.SurfaceType.Smooth
  2590. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2591. Part203.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
  2592. Part203.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
  2593. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2594. CylinderMesh204.Parent = Part203
  2595. Folder205.Name = "CFrames"
  2596. Folder205.Parent = Part203
  2597. CFrameValue206.Name = "C0"
  2598. CFrameValue206.Parent = Folder205
  2599. CFrameValue206.Value = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  2600. Part207.Parent = Model0
  2601. Part207.Material = Enum.Material.Metal
  2602. Part207.BrickColor = BrickColor.new("Really black")
  2603. Part207.Reflectance = 0.20000000298023
  2604. Part207.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2605. Part207.CanCollide = false
  2606. Part207.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
  2607. Part207.CFrame = CFrame.new(0.111793168, 7.88118935, 0.0279411152, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
  2608. Part207.BottomSurface = Enum.SurfaceType.Smooth
  2609. Part207.TopSurface = Enum.SurfaceType.Smooth
  2610. Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2611. Part207.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
  2612. Part207.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2613. Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2614. Folder208.Name = "CFrames"
  2615. Folder208.Parent = Part207
  2616. CFrameValue209.Name = "C0"
  2617. CFrameValue209.Parent = Folder208
  2618. CFrameValue209.Value = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  2619. Part210.Parent = Model0
  2620. Part210.Material = Enum.Material.Metal
  2621. Part210.BrickColor = BrickColor.new("Really black")
  2622. Part210.Reflectance = 0.20000000298023
  2623. Part210.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2624. Part210.CanCollide = false
  2625. Part210.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2626. Part210.CFrame = CFrame.new(-0.464028567, 6.59080839, -0.332346261, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2627. Part210.BottomSurface = Enum.SurfaceType.Smooth
  2628. Part210.TopSurface = Enum.SurfaceType.Smooth
  2629. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2630. Part210.Position = Vector3.new(-0.464028567, 6.59080839, -0.332346261)
  2631. Part210.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2632. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2633. CylinderMesh211.Parent = Part210
  2634. Folder212.Name = "CFrames"
  2635. Folder212.Parent = Part210
  2636. CFrameValue213.Name = "C0"
  2637. CFrameValue213.Parent = Folder212
  2638. CFrameValue213.Value = CFrame.new(0.580651999, 1.16912031, -0.364843369, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2639. Part214.Parent = Model0
  2640. Part214.Material = Enum.Material.Metal
  2641. Part214.BrickColor = BrickColor.new("Really black")
  2642. Part214.Reflectance = 0.20000000298023
  2643. Part214.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
  2644. Part214.CanCollide = false
  2645. Part214.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
  2646. Part214.CFrame = CFrame.new(-0.0514079556, 7.2929883, 0.558263183, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
  2647. Part214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. Part214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. Part214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. Part214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. Part214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2653. Part214.Position = Vector3.new(-0.0514079556, 7.2929883, 0.558263183)
  2654. Part214.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
  2655. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2656. SpecialMesh215.Parent = Part214
  2657. SpecialMesh215.MeshType = Enum.MeshType.Sphere
  2658. Folder216.Name = "CFrames"
  2659. Folder216.Parent = Part214
  2660. CFrameValue217.Name = "C0"
  2661. CFrameValue217.Parent = Folder216
  2662. CFrameValue217.Value = CFrame.new(0.168866977, 0.467750549, 0.526790559, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
  2663. Part218.Parent = Model0
  2664. Part218.Material = Enum.Material.Metal
  2665. Part218.BrickColor = BrickColor.new("Really black")
  2666. Part218.Reflectance = 0.10000000149012
  2667. Part218.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
  2668. Part218.CanCollide = false
  2669. Part218.Size = Vector3.new(0.340000004, 1.12, 0.339999974)
  2670. Part218.CFrame = CFrame.new(0.197031051, 7.09450006, 0.0268821809, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
  2671. Part218.BottomSurface = Enum.SurfaceType.Smooth
  2672. Part218.TopSurface = Enum.SurfaceType.Smooth
  2673. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2674. Part218.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
  2675. Part218.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
  2676. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2677. CylinderMesh219.Parent = Part218
  2678. Folder220.Name = "CFrames"
  2679. Folder220.Parent = Part218
  2680. CFrameValue221.Name = "C0"
  2681. CFrameValue221.Parent = Folder220
  2682. CFrameValue221.Value = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
  2683. Part222.Parent = Model0
  2684. Part222.Material = Enum.Material.Metal
  2685. Part222.BrickColor = BrickColor.new("Really black")
  2686. Part222.Reflectance = 0.10000000149012
  2687. Part222.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2688. Part222.CanCollide = false
  2689. Part222.Size = Vector3.new(1.17000127, 0.193584591, 1.06981122)
  2690. Part222.CFrame = CFrame.new(0.0671457797, 8.13306618, 0.0225137509, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
  2691. Part222.BottomSurface = Enum.SurfaceType.Smooth
  2692. Part222.TopSurface = Enum.SurfaceType.Smooth
  2693. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2694. Part222.Position = Vector3.new(0.0671457797, 8.13306618, 0.0225137509)
  2695. Part222.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
  2696. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2697. Folder223.Name = "CFrames"
  2698. Folder223.Parent = Part222
  2699. CFrameValue224.Name = "C0"
  2700. CFrameValue224.Parent = Folder223
  2701. CFrameValue224.Value = CFrame.new(0.0515638553, -0.373321056, -0.00767325982, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
  2702. Part225.Parent = Model0
  2703. Part225.Material = Enum.Material.Metal
  2704. Part225.BrickColor = BrickColor.new("Really black")
  2705. Part225.Reflectance = 0.20000000298023
  2706. Part225.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2707. Part225.CanCollide = false
  2708. Part225.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2709. Part225.CFrame = CFrame.new(-0.464105815, 6.5915823, 0.166872978, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2710. Part225.BottomSurface = Enum.SurfaceType.Smooth
  2711. Part225.TopSurface = Enum.SurfaceType.Smooth
  2712. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2713. Part225.Position = Vector3.new(-0.464105815, 6.5915823, 0.166872978)
  2714. Part225.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2715. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2716. CylinderMesh226.Parent = Part225
  2717. Folder227.Name = "CFrames"
  2718. Folder227.Parent = Part225
  2719. CFrameValue228.Name = "C0"
  2720. CFrameValue228.Parent = Folder227
  2721. CFrameValue228.Value = CFrame.new(0.580651939, 1.16912079, 0.134376496, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2722. Part229.Parent = Model0
  2723. Part229.Material = Enum.Material.Metal
  2724. Part229.BrickColor = BrickColor.new("Really black")
  2725. Part229.Reflectance = 0.20000000298023
  2726. Part229.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2727. Part229.CanCollide = false
  2728. Part229.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2729. Part229.CFrame = CFrame.new(-0.469845384, 6.70973587, -0.332512587, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2730. Part229.BottomSurface = Enum.SurfaceType.Smooth
  2731. Part229.TopSurface = Enum.SurfaceType.Smooth
  2732. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2733. Part229.Position = Vector3.new(-0.469845384, 6.70973587, -0.332512587)
  2734. Part229.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2735. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2736. CylinderMesh230.Parent = Part229
  2737. Folder231.Name = "CFrames"
  2738. Folder231.Parent = Part229
  2739. CFrameValue232.Name = "C0"
  2740. CFrameValue232.Parent = Folder231
  2741. CFrameValue232.Value = CFrame.new(0.586633921, 1.05020094, -0.364824295, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2742. Part233.Parent = Model0
  2743. Part233.Material = Enum.Material.Metal
  2744. Part233.BrickColor = BrickColor.new("Really black")
  2745. Part233.Reflectance = 0.20000000298023
  2746. Part233.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
  2747. Part233.CanCollide = false
  2748. Part233.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
  2749. Part233.CFrame = CFrame.new(-0.469922572, 6.71050978, 0.166708559, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
  2750. Part233.BottomSurface = Enum.SurfaceType.Smooth
  2751. Part233.TopSurface = Enum.SurfaceType.Smooth
  2752. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2753. Part233.Position = Vector3.new(-0.469922572, 6.71050978, 0.166708559)
  2754. Part233.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
  2755. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2756. CylinderMesh234.Parent = Part233
  2757. Folder235.Name = "CFrames"
  2758. Folder235.Parent = Part233
  2759. CFrameValue236.Name = "C0"
  2760. CFrameValue236.Parent = Folder235
  2761. CFrameValue236.Value = CFrame.new(0.586633861, 1.05020142, 0.134397477, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
  2762. Part237.Parent = Model0
  2763. Part237.Material = Enum.Material.Metal
  2764. Part237.BrickColor = BrickColor.new("Really black")
  2765. Part237.Reflectance = 0.10000000149012
  2766. Part237.Rotation = Vector3.new(4.03999996, 79.9700012, 29.5999985)
  2767. Part237.CanCollide = false
  2768. Part237.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
  2769. Part237.CFrame = CFrame.new(0.448062152, 6.82244825, -0.467505664, 0.151497811, -0.0860725716, 0.984702826, 0.553039253, 0.833064675, -0.0122678569, -0.819265366, 0.54643786, 0.173809081)
  2770. Part237.BottomSurface = Enum.SurfaceType.Smooth
  2771. Part237.TopSurface = Enum.SurfaceType.Smooth
  2772. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2773. Part237.Position = Vector3.new(0.448062152, 6.82244825, -0.467505664)
  2774. Part237.Orientation = Vector3.new(0.699999988, 79.9899979, 33.579998)
  2775. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2776. CylinderMesh238.Parent = Part237
  2777. Folder239.Name = "CFrames"
  2778. Folder239.Parent = Part237
  2779. CFrameValue240.Name = "C0"
  2780. CFrameValue240.Parent = Folder239
  2781. CFrameValue240.Value = CFrame.new(-0.33109504, 0.936004639, -0.49978441, -0.150601238, 0.0871434659, -0.984746218, -0.554519355, -0.832095742, 0.0111699579, -0.818429828, 0.547743022, 0.17363745)
  2782. Part241.Parent = Model0
  2783. Part241.Material = Enum.Material.Metal
  2784. Part241.BrickColor = BrickColor.new("Really black")
  2785. Part241.Reflectance = 0.10000000149012
  2786. Part241.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
  2787. Part241.CanCollide = false
  2788. Part241.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2789. Part241.CFrame = CFrame.new(-0.467861146, 6.68322039, -0.332474977, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
  2790. Part241.BottomSurface = Enum.SurfaceType.Smooth
  2791. Part241.TopSurface = Enum.SurfaceType.Smooth
  2792. Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2793. Part241.Position = Vector3.new(-0.467861146, 6.68322039, -0.332474977)
  2794. Part241.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
  2795. Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2796. CylinderMesh242.Parent = Part241
  2797. Folder243.Name = "CFrames"
  2798. Folder243.Parent = Part241
  2799. CFrameValue244.Name = "C0"
  2800. CFrameValue244.Parent = Folder243
  2801. CFrameValue244.Value = CFrame.new(0.584612906, 1.07671356, -0.36482811, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  2802. Part245.Parent = Model0
  2803. Part245.Material = Enum.Material.Metal
  2804. Part245.BrickColor = BrickColor.new("Really black")
  2805. Part245.Reflectance = 0.10000000149012
  2806. Part245.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
  2807. Part245.CanCollide = false
  2808. Part245.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
  2809. Part245.CFrame = CFrame.new(-0.489214212, 6.5864048, -0.335730791, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
  2810. Part245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. Part245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. Part245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2813. Part245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2814. Part245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2815. Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2816. Part245.Position = Vector3.new(-0.489214212, 6.5864048, -0.335730791)
  2817. Part245.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
  2818. Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2819. SpecialMesh246.Parent = Part245
  2820. SpecialMesh246.MeshType = Enum.MeshType.Sphere
  2821. Folder247.Name = "CFrames"
  2822. Folder247.Parent = Part245
  2823. CFrameValue248.Name = "C0"
  2824. CFrameValue248.Parent = Folder247
  2825. CFrameValue248.Value = CFrame.new(0.605831981, 1.17355347, -0.36823082, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  2826. Part249.Parent = Model0
  2827. Part249.Material = Enum.Material.Metal
  2828. Part249.BrickColor = BrickColor.new("Really black")
  2829. Part249.Reflectance = 0.10000000149012
  2830. Part249.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
  2831. Part249.CanCollide = false
  2832. Part249.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2833. Part249.CFrame = CFrame.new(-0.467937976, 6.68399096, 0.164094985, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
  2834. Part249.BottomSurface = Enum.SurfaceType.Smooth
  2835. Part249.TopSurface = Enum.SurfaceType.Smooth
  2836. Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2837. Part249.Position = Vector3.new(-0.467937976, 6.68399096, 0.164094985)
  2838. Part249.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
  2839. Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2840. CylinderMesh250.Parent = Part249
  2841. Folder251.Name = "CFrames"
  2842. Folder251.Parent = Part249
  2843. CFrameValue252.Name = "C0"
  2844. CFrameValue252.Parent = Folder251
  2845. CFrameValue252.Value = CFrame.new(0.584612906, 1.07671356, 0.131742448, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
  2846. Part253.Parent = Model0
  2847. Part253.Material = Enum.Material.Metal
  2848. Part253.BrickColor = BrickColor.new("Really black")
  2849. Part253.Reflectance = 0.10000000149012
  2850. Part253.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
  2851. Part253.CanCollide = false
  2852. Part253.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2853. Part253.CFrame = CFrame.new(-0.418895632, 6.53902626, -0.332253218, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
  2854. Part253.BottomSurface = Enum.SurfaceType.Smooth
  2855. Part253.TopSurface = Enum.SurfaceType.Smooth
  2856. Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2857. Part253.Position = Vector3.new(-0.418895632, 6.53902626, -0.332253218)
  2858. Part253.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
  2859. Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2860. CylinderMesh254.Parent = Part253
  2861. Folder255.Name = "CFrames"
  2862. Folder255.Parent = Part253
  2863. CFrameValue256.Name = "C0"
  2864. CFrameValue256.Parent = Folder255
  2865. CFrameValue256.Value = CFrame.new(0.535447121, 1.22083998, -0.364837646, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  2866. Part257.Parent = Model0
  2867. Part257.Material = Enum.Material.Metal
  2868. Part257.BrickColor = BrickColor.new("Really black")
  2869. Part257.Reflectance = 0.10000000149012
  2870. Part257.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
  2871. Part257.CanCollide = false
  2872. Part257.Size = Vector3.new(0.480000228, 0.819999874, 0.569999635)
  2873. Part257.CFrame = CFrame.new(-0.37045148, 7.62648344, 0.0252461098, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
  2874. Part257.BottomSurface = Enum.SurfaceType.Smooth
  2875. Part257.TopSurface = Enum.SurfaceType.Smooth
  2876. Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2877. Part257.Position = Vector3.new(-0.37045148, 7.62648344, 0.0252461098)
  2878. Part257.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
  2879. Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2880. CylinderMesh258.Parent = Part257
  2881. Folder259.Name = "CFrames"
  2882. Folder259.Parent = Part257
  2883. CFrameValue260.Name = "C0"
  2884. CFrameValue260.Parent = Folder259
  2885. CFrameValue260.Value = CFrame.new(0.488456905, 0.133872509, -0.00565911457, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
  2886. Part261.Parent = Model0
  2887. Part261.Material = Enum.Material.Metal
  2888. Part261.BrickColor = BrickColor.new("Really black")
  2889. Part261.Reflectance = 0.10000000149012
  2890. Part261.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
  2891. Part261.CanCollide = false
  2892. Part261.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
  2893. Part261.CFrame = CFrame.new(-0.418972462, 6.53979588, 0.164318621, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
  2894. Part261.BottomSurface = Enum.SurfaceType.Smooth
  2895. Part261.TopSurface = Enum.SurfaceType.Smooth
  2896. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2897. Part261.Position = Vector3.new(-0.418972462, 6.53979588, 0.164318621)
  2898. Part261.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
  2899. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2900. CylinderMesh262.Parent = Part261
  2901. Folder263.Name = "CFrames"
  2902. Folder263.Parent = Part261
  2903. CFrameValue264.Name = "C0"
  2904. CFrameValue264.Parent = Folder263
  2905. CFrameValue264.Value = CFrame.new(0.535447121, 1.22084045, 0.131734803, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
  2906. Part265.Parent = Model0
  2907. Part265.Material = Enum.Material.Metal
  2908. Part265.BrickColor = BrickColor.new("Really black")
  2909. Part265.Reflectance = 0.10000000149012
  2910. Part265.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
  2911. Part265.CanCollide = false
  2912. Part265.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
  2913. Part265.CFrame = CFrame.new(-0.489290982, 6.58717585, 0.16083914, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
  2914. Part265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2915. Part265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2916. Part265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. Part265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. Part265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2920. Part265.Position = Vector3.new(-0.489290982, 6.58717585, 0.16083914)
  2921. Part265.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
  2922. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2923. SpecialMesh266.Parent = Part265
  2924. SpecialMesh266.MeshType = Enum.MeshType.Sphere
  2925. Folder267.Name = "CFrames"
  2926. Folder267.Parent = Part265
  2927. CFrameValue268.Name = "C0"
  2928. CFrameValue268.Parent = Folder267
  2929. CFrameValue268.Value = CFrame.new(0.605831921, 1.17355299, 0.128339738, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
  2930. WedgePart269.Parent = Model0
  2931. WedgePart269.Material = Enum.Material.Metal
  2932. WedgePart269.BrickColor = BrickColor.new("Really black")
  2933. WedgePart269.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
  2934. WedgePart269.CanCollide = false
  2935. WedgePart269.Size = Vector3.new(0.549999952, 0.0500000007, 0.999999881)
  2936. WedgePart269.CFrame = CFrame.new(-0.443649024, 7.54879951, 0.023138959, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
  2937. WedgePart269.BottomSurface = Enum.SurfaceType.Smooth
  2938. WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2939. WedgePart269.Position = Vector3.new(-0.443649024, 7.54879951, 0.023138959)
  2940. WedgePart269.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
  2941. WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2942. Folder270.Name = "CFrames"
  2943. Folder270.Parent = WedgePart269
  2944. CFrameValue271.Name = "C0"
  2945. CFrameValue271.Parent = Folder270
  2946. CFrameValue271.Value = CFrame.new(0.561546862, 0.211654186, -0.00787545741, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  2947. WedgePart272.Parent = Model0
  2948. WedgePart272.Material = Enum.Material.Metal
  2949. WedgePart272.BrickColor = BrickColor.new("Really black")
  2950. WedgePart272.Reflectance = 0.10000000149012
  2951. WedgePart272.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
  2952. WedgePart272.CanCollide = false
  2953. WedgePart272.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
  2954. WedgePart272.CFrame = CFrame.new(-0.443423122, 7.54817915, -0.376860082, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
  2955. WedgePart272.BottomSurface = Enum.SurfaceType.Smooth
  2956. WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2957. WedgePart272.Position = Vector3.new(-0.443423122, 7.54817915, -0.376860082)
  2958. WedgePart272.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
  2959. WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2960. Folder273.Name = "CFrames"
  2961. Folder273.Parent = WedgePart272
  2962. CFrameValue274.Name = "C0"
  2963. CFrameValue274.Parent = Folder273
  2964. CFrameValue274.Value = CFrame.new(0.56138289, 0.211654186, -0.407875031, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  2965. WedgePart275.Parent = Model0
  2966. WedgePart275.Material = Enum.Material.Metal
  2967. WedgePart275.BrickColor = BrickColor.new("Really black")
  2968. WedgePart275.Reflectance = 0.10000000149012
  2969. WedgePart275.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
  2970. WedgePart275.CanCollide = false
  2971. WedgePart275.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
  2972. WedgePart275.CFrame = CFrame.new(-0.443875819, 7.5494194, 0.423138052, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
  2973. WedgePart275.BottomSurface = Enum.SurfaceType.Smooth
  2974. WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2975. WedgePart275.Position = Vector3.new(-0.443875819, 7.5494194, 0.423138052)
  2976. WedgePart275.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
  2977. WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2978. Folder276.Name = "CFrames"
  2979. Folder276.Parent = WedgePart275
  2980. CFrameValue277.Name = "C0"
  2981. CFrameValue277.Parent = Folder276
  2982. CFrameValue277.Value = CFrame.new(0.561711788, 0.21165514, 0.392124146, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  2983. WedgePart278.Parent = Model0
  2984. WedgePart278.Material = Enum.Material.Metal
  2985. WedgePart278.BrickColor = BrickColor.new("Really black")
  2986. WedgePart278.Reflectance = 0.10000000149012
  2987. WedgePart278.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
  2988. WedgePart278.CanCollide = false
  2989. WedgePart278.Size = Vector3.new(1.05000007, 0.0500000007, 0.0999998376)
  2990. WedgePart278.CFrame = CFrame.new(-0.44304511, 7.99879551, 0.0224409103, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
  2991. WedgePart278.BottomSurface = Enum.SurfaceType.Smooth
  2992. WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2993. WedgePart278.Position = Vector3.new(-0.44304511, 7.99879551, 0.0224409103)
  2994. WedgePart278.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
  2995. WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2996. Folder279.Name = "CFrames"
  2997. Folder279.Parent = WedgePart278
  2998. CFrameValue280.Name = "C0"
  2999. CFrameValue280.Parent = Folder279
  3000. CFrameValue280.Value = CFrame.new(0.561567843, -0.238342762, -0.00787545368, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  3001. WedgePart281.Parent = Model0
  3002. WedgePart281.Material = Enum.Material.Metal
  3003. WedgePart281.BrickColor = BrickColor.new("Really black")
  3004. WedgePart281.Reflectance = 0.10000000149012
  3005. WedgePart281.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
  3006. WedgePart281.CanCollide = false
  3007. WedgePart281.Size = Vector3.new(1.05000007, 0.0999999866, 0.0500000007)
  3008. WedgePart281.CFrame = CFrame.new(-0.468012244, 8.02383137, 0.0223867632, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
  3009. WedgePart281.BottomSurface = Enum.SurfaceType.Smooth
  3010. WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3011. WedgePart281.Position = Vector3.new(-0.468012244, 8.02383137, 0.0223867632)
  3012. WedgePart281.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
  3013. WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3014. Folder282.Name = "CFrames"
  3015. Folder282.Parent = WedgePart281
  3016. CFrameValue283.Name = "C0"
  3017. CFrameValue283.Parent = Folder282
  3018. CFrameValue283.Value = CFrame.new(0.586569726, -0.263343334, -0.00788689777, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
  3019. for i,v in pairs(mas:GetChildren()) do
  3020. v.Parent = script.Parent
  3021. pcall(function() v:MakeJoints() end)
  3022. end
  3023. mas:Destroy()
  3024. for i,v in pairs(cors) do
  3025. spawn(function()
  3026. pcall(v)
  3027. end)
  3028. end
  3029. wait(.2)
  3030. local p = game.Players.LocalPlayer
  3031. local char = p.Character
  3032. local mouse = p:GetMouse()
  3033. local larm = char["Left Arm"]
  3034. local rarm = char["Right Arm"]
  3035. local lleg = char["Left Leg"]
  3036. local rleg = char["Right Leg"]
  3037. local hed = char.Head
  3038. local torso = char.Torso
  3039.  
  3040. -------------------------------
  3041. ----------------------------------------------------
  3042. local m2 = script.armcannon:clone()
  3043. for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
  3044. --m.Welds.Disabled=false
  3045. local grip2 = Instance.new("Motor")
  3046. grip2.Part0=char["Left Arm"]
  3047. grip2.Part1=m2.Handle
  3048. grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
  3049. grip2.C1=CFrame.new()
  3050. grip2.Parent=grip2.Part0
  3051. m2.Parent=char
  3052. ----------------------------------------------------
  3053. local cor2 = Instance.new("Part", m2)
  3054. cor2.Name = "Thingy"
  3055. cor2.Locked = true
  3056. cor2.BottomSurface = 0
  3057. cor2.CanCollide = false
  3058. cor2.Size = Vector3.new(.1,.1,.1)
  3059. cor2.Transparency = 1
  3060. cor2.TopSurface = 0
  3061. corw2 = Instance.new("Weld", cor2)
  3062. corw2.Part0 = larm
  3063. corw2.Part1 = cor2
  3064. corw2.C0 = CFrame.new(0, 0, 0)
  3065. corw2.C1 = CFrame.new(0, 0, 0)
  3066. weld1 = Instance.new("Weld", m2) -- Right grip
  3067. weld1.Part1 = cor2
  3068. weld1.Part0 = m2.Handle
  3069. weld1.C0 = CFrame.new(.02,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(3.15,1.57,0)
  3070. ------------------------------------------------------------------------------------------------------------
  3071.  
  3072. --Converted with ttyyuu12345's model to script plugin v4
  3073. function sandbox(var,func)
  3074. local env = getfenv(func)
  3075. local newenv = setmetatable({},{
  3076. __index = function(self,k)
  3077. if k=="script" then
  3078. return var
  3079. else
  3080. return env[k]
  3081. end
  3082. end,
  3083. })
  3084. setfenv(func,newenv)
  3085. return func
  3086. end
  3087. cors = {}
  3088. mas = Instance.new("Model",game:GetService("Lighting"))
  3089. Model0 = Instance.new("Model")
  3090. Part1 = Instance.new("Part")
  3091. Folder2 = Instance.new("Folder")
  3092. CFrameValue3 = Instance.new("CFrameValue")
  3093. Part4 = Instance.new("Part")
  3094. BlockMesh5 = Instance.new("BlockMesh")
  3095. Folder6 = Instance.new("Folder")
  3096. CFrameValue7 = Instance.new("CFrameValue")
  3097. Part8 = Instance.new("Part")
  3098. BlockMesh9 = Instance.new("BlockMesh")
  3099. Folder10 = Instance.new("Folder")
  3100. CFrameValue11 = Instance.new("CFrameValue")
  3101. Part12 = Instance.new("Part")
  3102. BlockMesh13 = Instance.new("BlockMesh")
  3103. Folder14 = Instance.new("Folder")
  3104. CFrameValue15 = Instance.new("CFrameValue")
  3105. Part16 = Instance.new("Part")
  3106. SpecialMesh17 = Instance.new("SpecialMesh")
  3107. Folder18 = Instance.new("Folder")
  3108. CFrameValue19 = Instance.new("CFrameValue")
  3109. Part20 = Instance.new("Part")
  3110. SpecialMesh21 = Instance.new("SpecialMesh")
  3111. Folder22 = Instance.new("Folder")
  3112. CFrameValue23 = Instance.new("CFrameValue")
  3113. Part24 = Instance.new("Part")
  3114. SpecialMesh25 = Instance.new("SpecialMesh")
  3115. Folder26 = Instance.new("Folder")
  3116. CFrameValue27 = Instance.new("CFrameValue")
  3117. Part28 = Instance.new("Part")
  3118. SpecialMesh29 = Instance.new("SpecialMesh")
  3119. Folder30 = Instance.new("Folder")
  3120. CFrameValue31 = Instance.new("CFrameValue")
  3121. Part32 = Instance.new("Part")
  3122. BlockMesh33 = Instance.new("BlockMesh")
  3123. Folder34 = Instance.new("Folder")
  3124. CFrameValue35 = Instance.new("CFrameValue")
  3125. Part36 = Instance.new("Part")
  3126. BlockMesh37 = Instance.new("BlockMesh")
  3127. Folder38 = Instance.new("Folder")
  3128. CFrameValue39 = Instance.new("CFrameValue")
  3129. Part40 = Instance.new("Part")
  3130. SpecialMesh41 = Instance.new("SpecialMesh")
  3131. Folder42 = Instance.new("Folder")
  3132. CFrameValue43 = Instance.new("CFrameValue")
  3133. Part44 = Instance.new("Part")
  3134. BlockMesh45 = Instance.new("BlockMesh")
  3135. Folder46 = Instance.new("Folder")
  3136. CFrameValue47 = Instance.new("CFrameValue")
  3137. Part48 = Instance.new("Part")
  3138. BlockMesh49 = Instance.new("BlockMesh")
  3139. Folder50 = Instance.new("Folder")
  3140. CFrameValue51 = Instance.new("CFrameValue")
  3141. Part52 = Instance.new("Part")
  3142. BlockMesh53 = Instance.new("BlockMesh")
  3143. Folder54 = Instance.new("Folder")
  3144. CFrameValue55 = Instance.new("CFrameValue")
  3145. Part56 = Instance.new("Part")
  3146. BlockMesh57 = Instance.new("BlockMesh")
  3147. Folder58 = Instance.new("Folder")
  3148. CFrameValue59 = Instance.new("CFrameValue")
  3149. Part60 = Instance.new("Part")
  3150. SpecialMesh61 = Instance.new("SpecialMesh")
  3151. Folder62 = Instance.new("Folder")
  3152. CFrameValue63 = Instance.new("CFrameValue")
  3153. Part64 = Instance.new("Part")
  3154. BlockMesh65 = Instance.new("BlockMesh")
  3155. Folder66 = Instance.new("Folder")
  3156. CFrameValue67 = Instance.new("CFrameValue")
  3157. Part68 = Instance.new("Part")
  3158. BlockMesh69 = Instance.new("BlockMesh")
  3159. Folder70 = Instance.new("Folder")
  3160. CFrameValue71 = Instance.new("CFrameValue")
  3161. Part72 = Instance.new("Part")
  3162. CylinderMesh73 = Instance.new("CylinderMesh")
  3163. Folder74 = Instance.new("Folder")
  3164. CFrameValue75 = Instance.new("CFrameValue")
  3165. Part76 = Instance.new("Part")
  3166. BlockMesh77 = Instance.new("BlockMesh")
  3167. Folder78 = Instance.new("Folder")
  3168. CFrameValue79 = Instance.new("CFrameValue")
  3169. Part80 = Instance.new("Part")
  3170. BlockMesh81 = Instance.new("BlockMesh")
  3171. Folder82 = Instance.new("Folder")
  3172. CFrameValue83 = Instance.new("CFrameValue")
  3173. Part84 = Instance.new("Part")
  3174. BlockMesh85 = Instance.new("BlockMesh")
  3175. Folder86 = Instance.new("Folder")
  3176. CFrameValue87 = Instance.new("CFrameValue")
  3177. Part88 = Instance.new("Part")
  3178. SpecialMesh89 = Instance.new("SpecialMesh")
  3179. Folder90 = Instance.new("Folder")
  3180. CFrameValue91 = Instance.new("CFrameValue")
  3181. Part92 = Instance.new("Part")
  3182. CylinderMesh93 = Instance.new("CylinderMesh")
  3183. Motor94 = Instance.new("Motor")
  3184. Motor95 = Instance.new("Motor")
  3185. Motor96 = Instance.new("Motor")
  3186. Motor97 = Instance.new("Motor")
  3187. Motor98 = Instance.new("Motor")
  3188. Motor99 = Instance.new("Motor")
  3189. Motor100 = Instance.new("Motor")
  3190. Motor101 = Instance.new("Motor")
  3191. Motor102 = Instance.new("Motor")
  3192. Motor103 = Instance.new("Motor")
  3193. Motor104 = Instance.new("Motor")
  3194. Motor105 = Instance.new("Motor")
  3195. Motor106 = Instance.new("Motor")
  3196. Motor107 = Instance.new("Motor")
  3197. Motor108 = Instance.new("Motor")
  3198. Motor109 = Instance.new("Motor")
  3199. Motor110 = Instance.new("Motor")
  3200. Motor111 = Instance.new("Motor")
  3201. Motor112 = Instance.new("Motor")
  3202. Motor113 = Instance.new("Motor")
  3203. Motor114 = Instance.new("Motor")
  3204. Motor115 = Instance.new("Motor")
  3205. Motor116 = Instance.new("Motor")
  3206. Folder117 = Instance.new("Folder")
  3207. CFrameValue118 = Instance.new("CFrameValue")
  3208. Motor119 = Instance.new("Motor")
  3209. Motor120 = Instance.new("Motor")
  3210. Motor121 = Instance.new("Motor")
  3211. Motor122 = Instance.new("Motor")
  3212. Motor123 = Instance.new("Motor")
  3213. Motor124 = Instance.new("Motor")
  3214. Motor125 = Instance.new("Motor")
  3215. Motor126 = Instance.new("Motor")
  3216. Motor127 = Instance.new("Motor")
  3217. Motor128 = Instance.new("Motor")
  3218. Motor129 = Instance.new("Motor")
  3219. Motor130 = Instance.new("Motor")
  3220. Motor131 = Instance.new("Motor")
  3221. Motor132 = Instance.new("Motor")
  3222. Motor133 = Instance.new("Motor")
  3223. Motor134 = Instance.new("Motor")
  3224. Motor135 = Instance.new("Motor")
  3225. Motor136 = Instance.new("Motor")
  3226. Motor137 = Instance.new("Motor")
  3227. Motor138 = Instance.new("Motor")
  3228. Motor139 = Instance.new("Motor")
  3229. Motor140 = Instance.new("Motor")
  3230. Motor141 = Instance.new("Motor")
  3231. Motor142 = Instance.new("Motor")
  3232. Motor143 = Instance.new("Motor")
  3233. Motor144 = Instance.new("Motor")
  3234. Motor145 = Instance.new("Motor")
  3235. Motor146 = Instance.new("Motor")
  3236. Motor147 = Instance.new("Motor")
  3237. Motor148 = Instance.new("Motor")
  3238. Motor149 = Instance.new("Motor")
  3239. Motor150 = Instance.new("Motor")
  3240. Motor151 = Instance.new("Motor")
  3241. Motor152 = Instance.new("Motor")
  3242. Motor153 = Instance.new("Motor")
  3243. Motor154 = Instance.new("Motor")
  3244. Motor155 = Instance.new("Motor")
  3245. Motor156 = Instance.new("Motor")
  3246. Motor157 = Instance.new("Motor")
  3247. Motor158 = Instance.new("Motor")
  3248. Motor159 = Instance.new("Motor")
  3249. Motor160 = Instance.new("Motor")
  3250. Motor161 = Instance.new("Motor")
  3251. Motor162 = Instance.new("Motor")
  3252. Motor163 = Instance.new("Motor")
  3253. Motor164 = Instance.new("Motor")
  3254. Motor165 = Instance.new("Motor")
  3255. Motor166 = Instance.new("Motor")
  3256. Motor167 = Instance.new("Motor")
  3257. Motor168 = Instance.new("Motor")
  3258. Motor169 = Instance.new("Motor")
  3259. Motor170 = Instance.new("Motor")
  3260. Motor171 = Instance.new("Motor")
  3261. Motor172 = Instance.new("Motor")
  3262. Motor173 = Instance.new("Motor")
  3263. Motor174 = Instance.new("Motor")
  3264. Motor175 = Instance.new("Motor")
  3265. Motor176 = Instance.new("Motor")
  3266. Motor177 = Instance.new("Motor")
  3267. Motor178 = Instance.new("Motor")
  3268. Motor179 = Instance.new("Motor")
  3269. Motor180 = Instance.new("Motor")
  3270. Motor181 = Instance.new("Motor")
  3271. Motor182 = Instance.new("Motor")
  3272. Motor183 = Instance.new("Motor")
  3273. Motor184 = Instance.new("Motor")
  3274. Motor185 = Instance.new("Motor")
  3275. Motor186 = Instance.new("Motor")
  3276. Motor187 = Instance.new("Motor")
  3277. Motor188 = Instance.new("Motor")
  3278. Motor189 = Instance.new("Motor")
  3279. Motor190 = Instance.new("Motor")
  3280. Motor191 = Instance.new("Motor")
  3281. Motor192 = Instance.new("Motor")
  3282. Motor193 = Instance.new("Motor")
  3283. Motor194 = Instance.new("Motor")
  3284. Motor195 = Instance.new("Motor")
  3285. Motor196 = Instance.new("Motor")
  3286. Motor197 = Instance.new("Motor")
  3287. Motor198 = Instance.new("Motor")
  3288. Motor199 = Instance.new("Motor")
  3289. Motor200 = Instance.new("Motor")
  3290. Motor201 = Instance.new("Motor")
  3291. Motor202 = Instance.new("Motor")
  3292. Motor203 = Instance.new("Motor")
  3293. Motor204 = Instance.new("Motor")
  3294. Motor205 = Instance.new("Motor")
  3295. Motor206 = Instance.new("Motor")
  3296. Motor207 = Instance.new("Motor")
  3297. Motor208 = Instance.new("Motor")
  3298. Motor209 = Instance.new("Motor")
  3299. Motor210 = Instance.new("Motor")
  3300. Motor211 = Instance.new("Motor")
  3301. Motor212 = Instance.new("Motor")
  3302. Motor213 = Instance.new("Motor")
  3303. Motor214 = Instance.new("Motor")
  3304. Motor215 = Instance.new("Motor")
  3305. Motor216 = Instance.new("Motor")
  3306. Part217 = Instance.new("Part")
  3307. SpecialMesh218 = Instance.new("SpecialMesh")
  3308. Folder219 = Instance.new("Folder")
  3309. CFrameValue220 = Instance.new("CFrameValue")
  3310. Part221 = Instance.new("Part")
  3311. SpecialMesh222 = Instance.new("SpecialMesh")
  3312. Script223 = Instance.new("Script")
  3313. Folder224 = Instance.new("Folder")
  3314. CFrameValue225 = Instance.new("CFrameValue")
  3315. Part226 = Instance.new("Part")
  3316. SpecialMesh227 = Instance.new("SpecialMesh")
  3317. Folder228 = Instance.new("Folder")
  3318. CFrameValue229 = Instance.new("CFrameValue")
  3319. Part230 = Instance.new("Part")
  3320. SpecialMesh231 = Instance.new("SpecialMesh")
  3321. Folder232 = Instance.new("Folder")
  3322. CFrameValue233 = Instance.new("CFrameValue")
  3323. Part234 = Instance.new("Part")
  3324. SpecialMesh235 = Instance.new("SpecialMesh")
  3325. Folder236 = Instance.new("Folder")
  3326. CFrameValue237 = Instance.new("CFrameValue")
  3327. Part238 = Instance.new("Part")
  3328. BlockMesh239 = Instance.new("BlockMesh")
  3329. Folder240 = Instance.new("Folder")
  3330. CFrameValue241 = Instance.new("CFrameValue")
  3331. Part242 = Instance.new("Part")
  3332. SpecialMesh243 = Instance.new("SpecialMesh")
  3333. Folder244 = Instance.new("Folder")
  3334. CFrameValue245 = Instance.new("CFrameValue")
  3335. Part246 = Instance.new("Part")
  3336. SpecialMesh247 = Instance.new("SpecialMesh")
  3337. Folder248 = Instance.new("Folder")
  3338. CFrameValue249 = Instance.new("CFrameValue")
  3339. Part250 = Instance.new("Part")
  3340. SpecialMesh251 = Instance.new("SpecialMesh")
  3341. Folder252 = Instance.new("Folder")
  3342. CFrameValue253 = Instance.new("CFrameValue")
  3343. Part254 = Instance.new("Part")
  3344. SpecialMesh255 = Instance.new("SpecialMesh")
  3345. Folder256 = Instance.new("Folder")
  3346. CFrameValue257 = Instance.new("CFrameValue")
  3347. Part258 = Instance.new("Part")
  3348. SpecialMesh259 = Instance.new("SpecialMesh")
  3349. Folder260 = Instance.new("Folder")
  3350. CFrameValue261 = Instance.new("CFrameValue")
  3351. Part262 = Instance.new("Part")
  3352. SpecialMesh263 = Instance.new("SpecialMesh")
  3353. Folder264 = Instance.new("Folder")
  3354. CFrameValue265 = Instance.new("CFrameValue")
  3355. Part266 = Instance.new("Part")
  3356. SpecialMesh267 = Instance.new("SpecialMesh")
  3357. Folder268 = Instance.new("Folder")
  3358. CFrameValue269 = Instance.new("CFrameValue")
  3359. Part270 = Instance.new("Part")
  3360. SpecialMesh271 = Instance.new("SpecialMesh")
  3361. Folder272 = Instance.new("Folder")
  3362. CFrameValue273 = Instance.new("CFrameValue")
  3363. Part274 = Instance.new("Part")
  3364. SpecialMesh275 = Instance.new("SpecialMesh")
  3365. Folder276 = Instance.new("Folder")
  3366. CFrameValue277 = Instance.new("CFrameValue")
  3367. Part278 = Instance.new("Part")
  3368. SpecialMesh279 = Instance.new("SpecialMesh")
  3369. Folder280 = Instance.new("Folder")
  3370. CFrameValue281 = Instance.new("CFrameValue")
  3371. Part282 = Instance.new("Part")
  3372. SpecialMesh283 = Instance.new("SpecialMesh")
  3373. Folder284 = Instance.new("Folder")
  3374. CFrameValue285 = Instance.new("CFrameValue")
  3375. Part286 = Instance.new("Part")
  3376. SpecialMesh287 = Instance.new("SpecialMesh")
  3377. Folder288 = Instance.new("Folder")
  3378. CFrameValue289 = Instance.new("CFrameValue")
  3379. Part290 = Instance.new("Part")
  3380. SpecialMesh291 = Instance.new("SpecialMesh")
  3381. Folder292 = Instance.new("Folder")
  3382. CFrameValue293 = Instance.new("CFrameValue")
  3383. Part294 = Instance.new("Part")
  3384. SpecialMesh295 = Instance.new("SpecialMesh")
  3385. Folder296 = Instance.new("Folder")
  3386. CFrameValue297 = Instance.new("CFrameValue")
  3387. Part298 = Instance.new("Part")
  3388. SpecialMesh299 = Instance.new("SpecialMesh")
  3389. Folder300 = Instance.new("Folder")
  3390. CFrameValue301 = Instance.new("CFrameValue")
  3391. Part302 = Instance.new("Part")
  3392. SpecialMesh303 = Instance.new("SpecialMesh")
  3393. Folder304 = Instance.new("Folder")
  3394. CFrameValue305 = Instance.new("CFrameValue")
  3395. Part306 = Instance.new("Part")
  3396. SpecialMesh307 = Instance.new("SpecialMesh")
  3397. Folder308 = Instance.new("Folder")
  3398. CFrameValue309 = Instance.new("CFrameValue")
  3399. Part310 = Instance.new("Part")
  3400. SpecialMesh311 = Instance.new("SpecialMesh")
  3401. Folder312 = Instance.new("Folder")
  3402. CFrameValue313 = Instance.new("CFrameValue")
  3403. Part314 = Instance.new("Part")
  3404. SpecialMesh315 = Instance.new("SpecialMesh")
  3405. Folder316 = Instance.new("Folder")
  3406. CFrameValue317 = Instance.new("CFrameValue")
  3407. Part318 = Instance.new("Part")
  3408. SpecialMesh319 = Instance.new("SpecialMesh")
  3409. Folder320 = Instance.new("Folder")
  3410. CFrameValue321 = Instance.new("CFrameValue")
  3411. Part322 = Instance.new("Part")
  3412. SpecialMesh323 = Instance.new("SpecialMesh")
  3413. Folder324 = Instance.new("Folder")
  3414. CFrameValue325 = Instance.new("CFrameValue")
  3415. Part326 = Instance.new("Part")
  3416. SpecialMesh327 = Instance.new("SpecialMesh")
  3417. Folder328 = Instance.new("Folder")
  3418. CFrameValue329 = Instance.new("CFrameValue")
  3419. Part330 = Instance.new("Part")
  3420. SpecialMesh331 = Instance.new("SpecialMesh")
  3421. Folder332 = Instance.new("Folder")
  3422. CFrameValue333 = Instance.new("CFrameValue")
  3423. Part334 = Instance.new("Part")
  3424. SpecialMesh335 = Instance.new("SpecialMesh")
  3425. Folder336 = Instance.new("Folder")
  3426. CFrameValue337 = Instance.new("CFrameValue")
  3427. Part338 = Instance.new("Part")
  3428. BlockMesh339 = Instance.new("BlockMesh")
  3429. Folder340 = Instance.new("Folder")
  3430. CFrameValue341 = Instance.new("CFrameValue")
  3431. Part342 = Instance.new("Part")
  3432. BlockMesh343 = Instance.new("BlockMesh")
  3433. Folder344 = Instance.new("Folder")
  3434. CFrameValue345 = Instance.new("CFrameValue")
  3435. Part346 = Instance.new("Part")
  3436. BlockMesh347 = Instance.new("BlockMesh")
  3437. Folder348 = Instance.new("Folder")
  3438. CFrameValue349 = Instance.new("CFrameValue")
  3439. Part350 = Instance.new("Part")
  3440. BlockMesh351 = Instance.new("BlockMesh")
  3441. Folder352 = Instance.new("Folder")
  3442. CFrameValue353 = Instance.new("CFrameValue")
  3443. Part354 = Instance.new("Part")
  3444. BlockMesh355 = Instance.new("BlockMesh")
  3445. Folder356 = Instance.new("Folder")
  3446. CFrameValue357 = Instance.new("CFrameValue")
  3447. Part358 = Instance.new("Part")
  3448. SpecialMesh359 = Instance.new("SpecialMesh")
  3449. Folder360 = Instance.new("Folder")
  3450. CFrameValue361 = Instance.new("CFrameValue")
  3451. Part362 = Instance.new("Part")
  3452. BlockMesh363 = Instance.new("BlockMesh")
  3453. Folder364 = Instance.new("Folder")
  3454. CFrameValue365 = Instance.new("CFrameValue")
  3455. Part366 = Instance.new("Part")
  3456. BlockMesh367 = Instance.new("BlockMesh")
  3457. Folder368 = Instance.new("Folder")
  3458. CFrameValue369 = Instance.new("CFrameValue")
  3459. Part370 = Instance.new("Part")
  3460. BlockMesh371 = Instance.new("BlockMesh")
  3461. Folder372 = Instance.new("Folder")
  3462. CFrameValue373 = Instance.new("CFrameValue")
  3463. Part374 = Instance.new("Part")
  3464. BlockMesh375 = Instance.new("BlockMesh")
  3465. Folder376 = Instance.new("Folder")
  3466. CFrameValue377 = Instance.new("CFrameValue")
  3467. Part378 = Instance.new("Part")
  3468. SpecialMesh379 = Instance.new("SpecialMesh")
  3469. Script380 = Instance.new("Script")
  3470. Folder381 = Instance.new("Folder")
  3471. CFrameValue382 = Instance.new("CFrameValue")
  3472. Part383 = Instance.new("Part")
  3473. BlockMesh384 = Instance.new("BlockMesh")
  3474. Folder385 = Instance.new("Folder")
  3475. CFrameValue386 = Instance.new("CFrameValue")
  3476. Part387 = Instance.new("Part")
  3477. BlockMesh388 = Instance.new("BlockMesh")
  3478. Folder389 = Instance.new("Folder")
  3479. CFrameValue390 = Instance.new("CFrameValue")
  3480. Part391 = Instance.new("Part")
  3481. BlockMesh392 = Instance.new("BlockMesh")
  3482. Folder393 = Instance.new("Folder")
  3483. CFrameValue394 = Instance.new("CFrameValue")
  3484. Part395 = Instance.new("Part")
  3485. BlockMesh396 = Instance.new("BlockMesh")
  3486. Folder397 = Instance.new("Folder")
  3487. CFrameValue398 = Instance.new("CFrameValue")
  3488. Part399 = Instance.new("Part")
  3489. BlockMesh400 = Instance.new("BlockMesh")
  3490. Folder401 = Instance.new("Folder")
  3491. CFrameValue402 = Instance.new("CFrameValue")
  3492. Part403 = Instance.new("Part")
  3493. BlockMesh404 = Instance.new("BlockMesh")
  3494. Folder405 = Instance.new("Folder")
  3495. CFrameValue406 = Instance.new("CFrameValue")
  3496. Part407 = Instance.new("Part")
  3497. SpecialMesh408 = Instance.new("SpecialMesh")
  3498. Folder409 = Instance.new("Folder")
  3499. CFrameValue410 = Instance.new("CFrameValue")
  3500. Part411 = Instance.new("Part")
  3501. BlockMesh412 = Instance.new("BlockMesh")
  3502. Folder413 = Instance.new("Folder")
  3503. CFrameValue414 = Instance.new("CFrameValue")
  3504. Part415 = Instance.new("Part")
  3505. BlockMesh416 = Instance.new("BlockMesh")
  3506. Folder417 = Instance.new("Folder")
  3507. CFrameValue418 = Instance.new("CFrameValue")
  3508. Part419 = Instance.new("Part")
  3509. BlockMesh420 = Instance.new("BlockMesh")
  3510. Folder421 = Instance.new("Folder")
  3511. CFrameValue422 = Instance.new("CFrameValue")
  3512. Part423 = Instance.new("Part")
  3513. BlockMesh424 = Instance.new("BlockMesh")
  3514. Folder425 = Instance.new("Folder")
  3515. CFrameValue426 = Instance.new("CFrameValue")
  3516. Part427 = Instance.new("Part")
  3517. BlockMesh428 = Instance.new("BlockMesh")
  3518. Folder429 = Instance.new("Folder")
  3519. CFrameValue430 = Instance.new("CFrameValue")
  3520. Part431 = Instance.new("Part")
  3521. BlockMesh432 = Instance.new("BlockMesh")
  3522. Folder433 = Instance.new("Folder")
  3523. CFrameValue434 = Instance.new("CFrameValue")
  3524. Part435 = Instance.new("Part")
  3525. BlockMesh436 = Instance.new("BlockMesh")
  3526. Folder437 = Instance.new("Folder")
  3527. CFrameValue438 = Instance.new("CFrameValue")
  3528. Part439 = Instance.new("Part")
  3529. BlockMesh440 = Instance.new("BlockMesh")
  3530. Folder441 = Instance.new("Folder")
  3531. CFrameValue442 = Instance.new("CFrameValue")
  3532. Part443 = Instance.new("Part")
  3533. BlockMesh444 = Instance.new("BlockMesh")
  3534. Folder445 = Instance.new("Folder")
  3535. CFrameValue446 = Instance.new("CFrameValue")
  3536. Part447 = Instance.new("Part")
  3537. BlockMesh448 = Instance.new("BlockMesh")
  3538. Folder449 = Instance.new("Folder")
  3539. CFrameValue450 = Instance.new("CFrameValue")
  3540. Part451 = Instance.new("Part")
  3541. BlockMesh452 = Instance.new("BlockMesh")
  3542. Folder453 = Instance.new("Folder")
  3543. CFrameValue454 = Instance.new("CFrameValue")
  3544. Part455 = Instance.new("Part")
  3545. BlockMesh456 = Instance.new("BlockMesh")
  3546. Folder457 = Instance.new("Folder")
  3547. CFrameValue458 = Instance.new("CFrameValue")
  3548. Part459 = Instance.new("Part")
  3549. BlockMesh460 = Instance.new("BlockMesh")
  3550. Folder461 = Instance.new("Folder")
  3551. CFrameValue462 = Instance.new("CFrameValue")
  3552. Part463 = Instance.new("Part")
  3553. BlockMesh464 = Instance.new("BlockMesh")
  3554. Folder465 = Instance.new("Folder")
  3555. CFrameValue466 = Instance.new("CFrameValue")
  3556. Part467 = Instance.new("Part")
  3557. BlockMesh468 = Instance.new("BlockMesh")
  3558. Folder469 = Instance.new("Folder")
  3559. CFrameValue470 = Instance.new("CFrameValue")
  3560. Part471 = Instance.new("Part")
  3561. SpecialMesh472 = Instance.new("SpecialMesh")
  3562. Folder473 = Instance.new("Folder")
  3563. CFrameValue474 = Instance.new("CFrameValue")
  3564. Part475 = Instance.new("Part")
  3565. BlockMesh476 = Instance.new("BlockMesh")
  3566. Folder477 = Instance.new("Folder")
  3567. CFrameValue478 = Instance.new("CFrameValue")
  3568. Part479 = Instance.new("Part")
  3569. BlockMesh480 = Instance.new("BlockMesh")
  3570. Folder481 = Instance.new("Folder")
  3571. CFrameValue482 = Instance.new("CFrameValue")
  3572. Part483 = Instance.new("Part")
  3573. BlockMesh484 = Instance.new("BlockMesh")
  3574. Folder485 = Instance.new("Folder")
  3575. CFrameValue486 = Instance.new("CFrameValue")
  3576. Part487 = Instance.new("Part")
  3577. BlockMesh488 = Instance.new("BlockMesh")
  3578. Folder489 = Instance.new("Folder")
  3579. CFrameValue490 = Instance.new("CFrameValue")
  3580. Part491 = Instance.new("Part")
  3581. BlockMesh492 = Instance.new("BlockMesh")
  3582. Folder493 = Instance.new("Folder")
  3583. CFrameValue494 = Instance.new("CFrameValue")
  3584. Part495 = Instance.new("Part")
  3585. CylinderMesh496 = Instance.new("CylinderMesh")
  3586. Folder497 = Instance.new("Folder")
  3587. CFrameValue498 = Instance.new("CFrameValue")
  3588. Part499 = Instance.new("Part")
  3589. SpecialMesh500 = Instance.new("SpecialMesh")
  3590. Folder501 = Instance.new("Folder")
  3591. CFrameValue502 = Instance.new("CFrameValue")
  3592. Part503 = Instance.new("Part")
  3593. SpecialMesh504 = Instance.new("SpecialMesh")
  3594. Folder505 = Instance.new("Folder")
  3595. CFrameValue506 = Instance.new("CFrameValue")
  3596. Part507 = Instance.new("Part")
  3597. SpecialMesh508 = Instance.new("SpecialMesh")
  3598. Folder509 = Instance.new("Folder")
  3599. CFrameValue510 = Instance.new("CFrameValue")
  3600. Part511 = Instance.new("Part")
  3601. SpecialMesh512 = Instance.new("SpecialMesh")
  3602. Folder513 = Instance.new("Folder")
  3603. CFrameValue514 = Instance.new("CFrameValue")
  3604. Part515 = Instance.new("Part")
  3605. SpecialMesh516 = Instance.new("SpecialMesh")
  3606. Folder517 = Instance.new("Folder")
  3607. CFrameValue518 = Instance.new("CFrameValue")
  3608. Part519 = Instance.new("Part")
  3609. SpecialMesh520 = Instance.new("SpecialMesh")
  3610. Folder521 = Instance.new("Folder")
  3611. CFrameValue522 = Instance.new("CFrameValue")
  3612. Part523 = Instance.new("Part")
  3613. SpecialMesh524 = Instance.new("SpecialMesh")
  3614. Folder525 = Instance.new("Folder")
  3615. CFrameValue526 = Instance.new("CFrameValue")
  3616. Part527 = Instance.new("Part")
  3617. BlockMesh528 = Instance.new("BlockMesh")
  3618. Folder529 = Instance.new("Folder")
  3619. CFrameValue530 = Instance.new("CFrameValue")
  3620. Part531 = Instance.new("Part")
  3621. SpecialMesh532 = Instance.new("SpecialMesh")
  3622. Folder533 = Instance.new("Folder")
  3623. CFrameValue534 = Instance.new("CFrameValue")
  3624. Part535 = Instance.new("Part")
  3625. SpecialMesh536 = Instance.new("SpecialMesh")
  3626. Folder537 = Instance.new("Folder")
  3627. CFrameValue538 = Instance.new("CFrameValue")
  3628. Part539 = Instance.new("Part")
  3629. SpecialMesh540 = Instance.new("SpecialMesh")
  3630. Folder541 = Instance.new("Folder")
  3631. CFrameValue542 = Instance.new("CFrameValue")
  3632. Part543 = Instance.new("Part")
  3633. SpecialMesh544 = Instance.new("SpecialMesh")
  3634. Folder545 = Instance.new("Folder")
  3635. CFrameValue546 = Instance.new("CFrameValue")
  3636. Part547 = Instance.new("Part")
  3637. SpecialMesh548 = Instance.new("SpecialMesh")
  3638. Folder549 = Instance.new("Folder")
  3639. CFrameValue550 = Instance.new("CFrameValue")
  3640. Part551 = Instance.new("Part")
  3641. SpecialMesh552 = Instance.new("SpecialMesh")
  3642. Folder553 = Instance.new("Folder")
  3643. CFrameValue554 = Instance.new("CFrameValue")
  3644. Part555 = Instance.new("Part")
  3645. SpecialMesh556 = Instance.new("SpecialMesh")
  3646. Folder557 = Instance.new("Folder")
  3647. CFrameValue558 = Instance.new("CFrameValue")
  3648. Part559 = Instance.new("Part")
  3649. SpecialMesh560 = Instance.new("SpecialMesh")
  3650. Folder561 = Instance.new("Folder")
  3651. CFrameValue562 = Instance.new("CFrameValue")
  3652. Part563 = Instance.new("Part")
  3653. SpecialMesh564 = Instance.new("SpecialMesh")
  3654. Folder565 = Instance.new("Folder")
  3655. CFrameValue566 = Instance.new("CFrameValue")
  3656. Part567 = Instance.new("Part")
  3657. SpecialMesh568 = Instance.new("SpecialMesh")
  3658. Folder569 = Instance.new("Folder")
  3659. CFrameValue570 = Instance.new("CFrameValue")
  3660. Part571 = Instance.new("Part")
  3661. SpecialMesh572 = Instance.new("SpecialMesh")
  3662. Folder573 = Instance.new("Folder")
  3663. CFrameValue574 = Instance.new("CFrameValue")
  3664. Part575 = Instance.new("Part")
  3665. SpecialMesh576 = Instance.new("SpecialMesh")
  3666. Folder577 = Instance.new("Folder")
  3667. CFrameValue578 = Instance.new("CFrameValue")
  3668. Part579 = Instance.new("Part")
  3669. SpecialMesh580 = Instance.new("SpecialMesh")
  3670. Folder581 = Instance.new("Folder")
  3671. CFrameValue582 = Instance.new("CFrameValue")
  3672. Part583 = Instance.new("Part")
  3673. SpecialMesh584 = Instance.new("SpecialMesh")
  3674. Folder585 = Instance.new("Folder")
  3675. CFrameValue586 = Instance.new("CFrameValue")
  3676. Part587 = Instance.new("Part")
  3677. SpecialMesh588 = Instance.new("SpecialMesh")
  3678. Folder589 = Instance.new("Folder")
  3679. CFrameValue590 = Instance.new("CFrameValue")
  3680. Part591 = Instance.new("Part")
  3681. SpecialMesh592 = Instance.new("SpecialMesh")
  3682. Folder593 = Instance.new("Folder")
  3683. CFrameValue594 = Instance.new("CFrameValue")
  3684. Part595 = Instance.new("Part")
  3685. SpecialMesh596 = Instance.new("SpecialMesh")
  3686. Folder597 = Instance.new("Folder")
  3687. CFrameValue598 = Instance.new("CFrameValue")
  3688. Part599 = Instance.new("Part")
  3689. SpecialMesh600 = Instance.new("SpecialMesh")
  3690. Folder601 = Instance.new("Folder")
  3691. CFrameValue602 = Instance.new("CFrameValue")
  3692. Part603 = Instance.new("Part")
  3693. SpecialMesh604 = Instance.new("SpecialMesh")
  3694. Folder605 = Instance.new("Folder")
  3695. CFrameValue606 = Instance.new("CFrameValue")
  3696. Model0.Name = "Dragonslayer"
  3697. Model0.Parent = mas
  3698. Part1.Parent = Model0
  3699. Part1.BrickColor = BrickColor.new("Neon orange")
  3700. Part1.Transparency = 1
  3701. Part1.Name="Hitbox"
  3702. Part1.Rotation = Vector3.new(65.909996, 88.9599991, 112.049995)
  3703. Part1.Size = Vector3.new(9.99028492, 0.586256504, 2.02198696)
  3704. Part1.CFrame = CFrame.new(46.152916, 0.680819869, 143.12352, -0.00698993821, -0.0172562208, 0.999835491, 0.0356905423, -0.999218345, -0.0169966314, 0.999338686, 0.035564974, 0.00760042761)
  3705. Part1.BottomSurface = Enum.SurfaceType.Smooth
  3706. Part1.TopSurface = Enum.SurfaceType.Smooth
  3707. Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3708. Part1.Position = Vector3.new(46.152916, 0.680819869, 143.12352)
  3709. Part1.Orientation = Vector3.new(0.969999969, 89.5599976, 177.949997)
  3710. Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3711. Folder2.Name = "CFrames"
  3712. Folder2.Parent = Part1
  3713. CFrameValue3.Name = "C0"
  3714. CFrameValue3.Parent = Folder2
  3715. CFrameValue3.Value = CFrame.new(0.0215821266, 6.09555054, 0.00123596191, 4.35113907e-06, 0.99999994, -1.43137295e-05, 0.999984682, -5.4128468e-06, 0.00557211041, 0.0055720266, -1.48853287e-05, -1.00000226)
  3716. Part4.Parent = Model0
  3717. Part4.Material = Enum.Material.Metal
  3718. Part4.BrickColor = BrickColor.new("Black")
  3719. Part4.Rotation = Vector3.new(-1.76999998, 14.9200001, 88.9799957)
  3720. Part4.Anchored = true
  3721. Part4.FormFactor = Enum.FormFactor.Custom
  3722. Part4.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3723. Part4.CFrame = CFrame.new(45.4615707, 0.541190863, 138.380356, 0.0172694977, -0.966150999, 0.257432878, 0.999218225, 0.0258357916, 0.029929027, -0.0355660655, 0.256712317, 0.965833306)
  3724. Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3731. Part4.Position = Vector3.new(45.4615707, 0.541190863, 138.380356)
  3732. Part4.Orientation = Vector3.new(-1.71999991, 14.9200001, 88.5199966)
  3733. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3734. BlockMesh5.Parent = Part4
  3735. BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  3736. BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  3737. Folder6.Name = "CFrames"
  3738. Folder6.Parent = Part4
  3739. CFrameValue7.Name = "C0"
  3740. CFrameValue7.Parent = Folder6
  3741. CFrameValue7.Value = CFrame.new(0.00432825089, 1.35142517, 0.69972229, -1.00000012, 1.96229666e-06, 2.15694308e-06, 3.7252903e-06, 0.258839756, 0.965920508, 1.88186095e-06, 0.965937257, -0.258844465)
  3742. Part8.Parent = Model0
  3743. Part8.Material = Enum.Material.Metal
  3744. Part8.BrickColor = BrickColor.new("Black")
  3745. Part8.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
  3746. Part8.Anchored = true
  3747. Part8.FormFactor = Enum.FormFactor.Custom
  3748. Part8.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3749. Part8.CFrame = CFrame.new(45.9089241, 0.536310315, 138.339294, -0.0172714479, -0.866617382, -0.498692006, -0.999217987, 0.0327045619, -0.0222258158, 0.0355698988, 0.497913718, -0.86649704)
  3750. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3751. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3752. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3753. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3757. Part8.Position = Vector3.new(45.9089241, 0.536310315, 138.339294)
  3758. Part8.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
  3759. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3760. BlockMesh9.Parent = Part8
  3761. BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3762. BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3763. Folder10.Name = "CFrames"
  3764. Folder10.Parent = Part8
  3765. CFrameValue11.Name = "C0"
  3766. CFrameValue11.Parent = Folder10
  3767. CFrameValue11.Value = CFrame.new(1.8119812e-05, 1.30957031, 0.252429962, 1, -1.14925206e-06, 7.78585672e-07, 1.15483999e-07, 0.499991357, -0.866030812, 6.42612576e-08, 0.866045654, 0.500000119)
  3768. Part12.Parent = Model0
  3769. Part12.Material = Enum.Material.Metal
  3770. Part12.BrickColor = BrickColor.new("Black")
  3771. Part12.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
  3772. Part12.Anchored = true
  3773. Part12.FormFactor = Enum.FormFactor.Custom
  3774. Part12.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3775. Part12.CFrame = CFrame.new(45.879921, 0.534309208, 138.269043, -0.0172712952, -0.966157258, -0.257409573, -0.999217987, 0.0258376375, -0.0299322847, 0.0355692543, 0.256688982, -0.965839446)
  3776. Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3783. Part12.Position = Vector3.new(45.879921, 0.534309208, 138.269043)
  3784. Part12.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
  3785. Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3786. BlockMesh13.Parent = Part12
  3787. BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3788. BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3789. Folder14.Name = "CFrames"
  3790. Folder14.Parent = Part12
  3791. CFrameValue15.Name = "C0"
  3792. CFrameValue15.Parent = Folder14
  3793. CFrameValue15.Value = CFrame.new(1.95503235e-05, 1.23933411, 0.281536102, 1, -6.03497028e-07, 4.76837158e-07, -5.25265932e-07, 0.25881651, -0.965926826, -8.71659722e-08, 0.965943575, 0.25882113)
  3794. Part16.Parent = Model0
  3795. Part16.Material = Enum.Material.Metal
  3796. Part16.Rotation = Vector3.new(87.9599991, -0.98999995, 90.0799942)
  3797. Part16.Anchored = true
  3798. Part16.FormFactor = Enum.FormFactor.Custom
  3799. Part16.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3800. Part16.CFrame = CFrame.new(45.3964386, 0.566734254, 138.1875, -0.00141788227, -0.999858499, -0.0172821898, 0.0355940051, 0.0172212105, -0.999218225, 0.999365568, -0.00203203224, 0.0355636738)
  3801. Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3803. Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3804. Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3806. Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. Part16.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
  3808. Part16.Orientation = Vector3.new(87.7299957, -25.9200001, 64.1800003)
  3809. SpecialMesh17.Parent = Part16
  3810. SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
  3811. SpecialMesh17.MeshType = Enum.MeshType.Wedge
  3812. SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
  3813. Folder18.Name = "CFrames"
  3814. Folder18.Parent = Part16
  3815. CFrameValue19.Name = "C0"
  3816. CFrameValue19.Parent = Folder18
  3817. CFrameValue19.Value = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, 4.96208668e-06, -1.13599745e-05, 1.00000024, 1.00000036, 7.71135092e-07, -6.09457493e-06, -9.51113179e-07, 1.00001764, 1.08132008e-05)
  3818. Part20.Parent = Model0
  3819. Part20.Material = Enum.Material.Metal
  3820. Part20.BrickColor = BrickColor.new("Black")
  3821. Part20.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  3822. Part20.Anchored = true
  3823. Part20.FormFactor = Enum.FormFactor.Custom
  3824. Part20.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3825. Part20.CFrame = CFrame.new(46.1590576, 0.400805384, 138.332535, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
  3826. Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3833. Part20.Position = Vector3.new(46.1590576, 0.400805384, 138.332535)
  3834. Part20.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  3835. Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3836. SpecialMesh21.Parent = Part20
  3837. SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  3838. SpecialMesh21.MeshType = Enum.MeshType.Sphere
  3839. SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  3840. Folder22.Name = "CFrames"
  3841. Folder22.Parent = Part20
  3842. CFrameValue23.Name = "C0"
  3843. CFrameValue23.Parent = Folder22
  3844. CFrameValue23.Value = CFrame.new(0.130856752, 1.2976532, 1.14440918e-05, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  3845. Part24.Parent = Model0
  3846. Part24.Material = Enum.Material.Metal
  3847. Part24.Rotation = Vector3.new(-92.0400009, 0.98999995, 89.9199982)
  3848. Part24.Anchored = true
  3849. Part24.FormFactor = Enum.FormFactor.Custom
  3850. Part24.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3851. Part24.CFrame = CFrame.new(45.3952827, 0.499970227, 138.189896, 0.00141788227, -0.999858499, 0.0172821898, -0.0355940051, 0.0172212105, 0.999218225, -0.999365568, -0.00203203224, -0.0355636738)
  3852. Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3854. Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3855. Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3857. Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3858. Part24.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
  3859. Part24.Orientation = Vector3.new(-87.7299957, 154.080002, -64.1800003)
  3860. SpecialMesh25.Parent = Part24
  3861. SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
  3862. SpecialMesh25.MeshType = Enum.MeshType.Wedge
  3863. SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
  3864. Folder26.Name = "CFrames"
  3865. Folder26.Parent = Part24
  3866. CFrameValue27.Name = "C0"
  3867. CFrameValue27.Parent = Folder26
  3868. CFrameValue27.Value = CFrame.new(0.039886713, 1.15971375, 0.765674591, -4.96208668e-06, -1.13599745e-05, -1.00000024, -1.00000036, 7.71135092e-07, 6.09457493e-06, 9.51113179e-07, 1.00001764, -1.08132008e-05)
  3869. Part28.Parent = Model0
  3870. Part28.Material = Enum.Material.Metal
  3871. Part28.Rotation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
  3872. Part28.Anchored = true
  3873. Part28.FormFactor = Enum.FormFactor.Custom
  3874. Part28.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
  3875. Part28.CFrame = CFrame.new(45.3964386, 0.566734254, 138.1875, -0.152687415, -0.988283217, -0.000560536049, 0.98788321, -0.152640909, 0.0280702207, -0.0278261099, 0.00373196183, 0.999605834)
  3876. Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3877. Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3879. Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3880. Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. Part28.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
  3883. Part28.Orientation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
  3884. SpecialMesh29.Parent = Part28
  3885. SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  3886. SpecialMesh29.MeshType = Enum.MeshType.Wedge
  3887. SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  3888. Folder30.Name = "CFrames"
  3889. Folder30.Parent = Part28
  3890. CFrameValue31.Name = "C0"
  3891. CFrameValue31.Parent = Folder30
  3892. CFrameValue31.Value = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, -0.985463262, 0.169723019, 0.00751660019, 0.00757635571, -0.000302328728, 0.999971449, 0.169723943, 0.985508978, -0.00098814955)
  3893. Part32.Parent = Model0
  3894. Part32.Material = Enum.Material.Metal
  3895. Part32.BrickColor = BrickColor.new("Black")
  3896. Part32.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
  3897. Part32.Anchored = true
  3898. Part32.FormFactor = Enum.FormFactor.Custom
  3899. Part32.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  3900. Part32.CFrame = CFrame.new(45.8218689, 0.537801385, 138.338898, -0.0172712952, -0.966157258, -0.257409573, -0.999217987, 0.0258376375, -0.0299322847, 0.0355692543, 0.256688982, -0.965839446)
  3901. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3908. Part32.Position = Vector3.new(45.8218689, 0.537801385, 138.338898)
  3909. Part32.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
  3910. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3911. BlockMesh33.Parent = Part32
  3912. BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  3913. BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  3914. Folder34.Name = "CFrames"
  3915. Folder34.Parent = Part32
  3916. CFrameValue35.Name = "C0"
  3917. CFrameValue35.Parent = Folder34
  3918. CFrameValue35.Value = CFrame.new(1.76429749e-05, 1.30935669, 0.339496613, 1, -6.03497028e-07, 4.76837158e-07, -5.25265932e-07, 0.25881651, -0.965926826, -8.71659722e-08, 0.965943575, 0.25882113)
  3919. Part36.Parent = Model0
  3920. Part36.Material = Enum.Material.Metal
  3921. Part36.BrickColor = BrickColor.new("Black")
  3922. Part36.Rotation = Vector3.new(-2.45000005, -22.4799995, -91.0699997)
  3923. Part36.Anchored = true
  3924. Part36.FormFactor = Enum.FormFactor.Custom
  3925. Part36.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3926. Part36.CFrame = CFrame.new(46.8319168, 0.52085346, 138.473663, -0.0172696002, 0.923872292, -0.382334292, -0.999218047, -0.0023431927, 0.0394729264, 0.0355711691, 0.382713646, 0.923182189)
  3927. Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3933. Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3934. Part36.Position = Vector3.new(46.8319168, 0.52085346, 138.473663)
  3935. Part36.Orientation = Vector3.new(-2.25999999, -22.5, -90.1299973)
  3936. Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3937. BlockMesh37.Parent = Part36
  3938. BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  3939. BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  3940. Folder38.Name = "CFrames"
  3941. Folder38.Parent = Part36
  3942. CFrameValue39.Name = "C0"
  3943. CFrameValue39.Parent = Folder38
  3944. CFrameValue39.Value = CFrame.new(0.00430107117, 1.44200134, -0.670970917, 1.00000012, -2.1122396e-06, -1.85891986e-06, 1.3820827e-06, 0.381076664, 0.924543858, -1.7860657e-06, -0.924559891, 0.38108322)
  3945. Part40.Parent = Model0
  3946. Part40.Material = Enum.Material.Metal
  3947. Part40.Rotation = Vector3.new(-92.0400009, 0.98999995, -90.0799942)
  3948. Part40.Anchored = true
  3949. Part40.FormFactor = Enum.FormFactor.Custom
  3950. Part40.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3951. Part40.CFrame = CFrame.new(46.9470978, 0.473334581, 138.192978, -0.00141788227, 0.999858439, 0.0172822922, 0.0355940051, -0.017221313, 0.999218225, 0.999365568, 0.00203203689, -0.0355636664)
  3952. Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3953. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. Part40.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
  3959. Part40.Orientation = Vector3.new(-87.7299957, 154.080002, 115.82)
  3960. SpecialMesh41.Parent = Part40
  3961. SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
  3962. SpecialMesh41.MeshType = Enum.MeshType.Wedge
  3963. SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
  3964. Folder42.Name = "CFrames"
  3965. Folder42.Parent = Part40
  3966. CFrameValue43.Name = "C0"
  3967. CFrameValue43.Parent = Folder42
  3968. CFrameValue43.Value = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 4.96208668e-06, 1.14644427e-05, -1.00000024, 1.00000036, -7.69970939e-07, 6.10202551e-06, -9.51113179e-07, -1.00001764, -1.09156608e-05)
  3969. Part44.Parent = Model0
  3970. Part44.Material = Enum.Material.Metal
  3971. Part44.BrickColor = BrickColor.new("Black")
  3972. Part44.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  3973. Part44.Anchored = true
  3974. Part44.FormFactor = Enum.FormFactor.Custom
  3975. Part44.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3976. Part44.CFrame = CFrame.new(46.4131393, 0.52765429, 138.340347, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
  3977. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3979. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3984. Part44.Position = Vector3.new(46.4131393, 0.52765429, 138.340347)
  3985. Part44.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  3986. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3987. BlockMesh45.Parent = Part44
  3988. BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3989. BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3990. Folder46.Name = "CFrames"
  3991. Folder46.Parent = Part44
  3992. CFrameValue47.Name = "C0"
  3993. CFrameValue47.Parent = Folder46
  3994. CFrameValue47.Value = CFrame.new(-3.81469727e-06, 1.30960083, -0.251865387, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
  3995. Part48.Parent = Model0
  3996. Part48.Material = Enum.Material.Metal
  3997. Part48.BrickColor = BrickColor.new("Black")
  3998. Part48.Rotation = Vector3.new(-2.16999984, -7.57999992, -91)
  3999. Part48.Anchored = true
  4000. Part48.FormFactor = Enum.FormFactor.Custom
  4001. Part48.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4002. Part48.CFrame = CFrame.new(46.8812485, 0.513454318, 138.290588, -0.0172711536, 0.991121113, -0.131904364, -0.999217868, -0.0124164168, 0.0375427455, 0.0355707258, 0.132448599, 0.990551591)
  4003. Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4008. Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4010. Part48.Position = Vector3.new(46.8812485, 0.513454318, 138.290588)
  4011. Part48.Orientation = Vector3.new(-2.14999986, -7.58999968, -90.7099991)
  4012. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4013. BlockMesh49.Parent = Part48
  4014. BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  4015. BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  4016. Folder50.Name = "CFrames"
  4017. Folder50.Parent = Part48
  4018. CFrameValue51.Name = "C0"
  4019. CFrameValue51.Parent = Folder50
  4020. CFrameValue51.Value = CFrame.new(0.00433087349, 1.25869751, -0.720050812, 0.99999994, 4.23751771e-08, -2.1122396e-06, 9.46223736e-07, 0.130516455, 0.991446495, -2.27992132e-07, -0.99146384, 0.130518526)
  4021. Part52.Parent = Model0
  4022. Part52.Material = Enum.Material.Metal
  4023. Part52.BrickColor = BrickColor.new("Black")
  4024. Part52.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4025. Part52.Anchored = true
  4026. Part52.FormFactor = Enum.FormFactor.Custom
  4027. Part52.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  4028. Part52.CFrame = CFrame.new(46.442524, 0.524629951, 138.26973, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
  4029. Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4036. Part52.Position = Vector3.new(46.442524, 0.524629951, 138.26973)
  4037. Part52.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4038. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4039. BlockMesh53.Parent = Part52
  4040. BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  4041. BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  4042. Folder54.Name = "CFrames"
  4043. Folder54.Parent = Part52
  4044. CFrameValue55.Name = "C0"
  4045. CFrameValue55.Parent = Folder54
  4046. CFrameValue55.Value = CFrame.new(-7.15255737e-07, 1.23887634, -0.281154633, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
  4047. Part56.Parent = Model0
  4048. Part56.Material = Enum.Material.Metal
  4049. Part56.BrickColor = BrickColor.new("Black")
  4050. Part56.Rotation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
  4051. Part56.Anchored = true
  4052. Part56.FormFactor = Enum.FormFactor.Custom
  4053. Part56.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4054. Part56.CFrame = CFrame.new(46.8856125, 0.510238409, 138.202408, -0.0172711536, 0.999858737, -0.00141213555, -0.999217868, -0.0172103774, 0.0356009528, 0.0355707258, 0.00202601915, 0.999365211)
  4055. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4061. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4062. Part56.Position = Vector3.new(46.8856125, 0.510238409, 138.202408)
  4063. Part56.Orientation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
  4064. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4065. BlockMesh57.Parent = Part56
  4066. BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  4067. BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  4068. Folder58.Name = "CFrames"
  4069. Folder58.Parent = Part56
  4070. CFrameValue59.Name = "C0"
  4071. CFrameValue59.Parent = Folder58
  4072. CFrameValue59.Value = CFrame.new(0.004332304, 1.17045593, -0.72428894, 0.99999994, 3.18534148e-07, -2.08988786e-06, 9.46223736e-07, -6.39492646e-06, 1.00000024, -2.27992132e-07, -1.00001776, -6.57676719e-06)
  4073. Part60.Parent = Model0
  4074. Part60.Material = Enum.Material.Metal
  4075. Part60.Rotation = Vector3.new(-2.47000003, -0.129999995, -81.2200012)
  4076. Part60.Anchored = true
  4077. Part60.FormFactor = Enum.FormFactor.Custom
  4078. Part60.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
  4079. Part60.CFrame = CFrame.new(46.9470978, 0.473334581, 138.192978, 0.152665779, 0.98828429, -0.0022639744, -0.987344027, 0.152618721, 0.0431252457, 0.0429646224, -0.0043481607, 0.999067247)
  4080. Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4081. Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4082. Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4083. Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. Part60.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
  4087. Part60.Orientation = Vector3.new(-2.47000003, -0.129999995, -81.2099991)
  4088. SpecialMesh61.Parent = Part60
  4089. SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  4090. SpecialMesh61.MeshType = Enum.MeshType.Wedge
  4091. SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  4092. Folder62.Name = "CFrames"
  4093. Folder62.Parent = Part60
  4094. CFrameValue63.Name = "C0"
  4095. CFrameValue63.Parent = Folder62
  4096. CFrameValue63.Value = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 0.985463321, -0.169722781, -0.00751638412, 0.00757177919, -0.000314270146, 0.999971569, -0.169723809, -0.985509157, 0.000975240953)
  4097. Part64.Parent = Model0
  4098. Part64.Material = Enum.Material.Metal
  4099. Part64.BrickColor = BrickColor.new("Black")
  4100. Part64.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4101. Part64.Anchored = true
  4102. Part64.FormFactor = Enum.FormFactor.Custom
  4103. Part64.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4104. Part64.CFrame = CFrame.new(46.8607559, 0.517109334, 138.382797, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
  4105. Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4109. Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4110. Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4111. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4112. Part64.Position = Vector3.new(46.8607559, 0.517109334, 138.382797)
  4113. Part64.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4114. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4115. BlockMesh65.Parent = Part64
  4116. BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4117. BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4118. Folder66.Name = "CFrames"
  4119. Folder66.Parent = Part64
  4120. CFrameValue67.Name = "C0"
  4121. CFrameValue67.Parent = Folder66
  4122. CFrameValue67.Value = CFrame.new(0.00431227684, 1.35102844, -0.699684143, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
  4123. Part68.Parent = Model0
  4124. Part68.Material = Enum.Material.Metal
  4125. Part68.BrickColor = BrickColor.new("Black")
  4126. Part68.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4127. Part68.Anchored = true
  4128. Part68.FormFactor = Enum.FormFactor.Custom
  4129. Part68.Size = Vector3.new(0.316868067, 1.30239236, 0.316868067)
  4130. Part68.CFrame = CFrame.new(46.1590652, 0.528966904, 138.254639, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
  4131. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4132. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4133. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4134. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4135. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4136. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4137. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4138. Part68.Position = Vector3.new(46.1590652, 0.528966904, 138.254639)
  4139. Part68.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4140. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4141. BlockMesh69.Parent = Part68
  4142. BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
  4143. BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
  4144. Folder70.Name = "CFrames"
  4145. Folder70.Parent = Part68
  4146. CFrameValue71.Name = "C0"
  4147. CFrameValue71.Parent = Folder70
  4148. CFrameValue71.Value = CFrame.new(2.45571136e-05, 1.22436523, 0.002368927, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
  4149. Part72.Parent = Model0
  4150. Part72.Material = Enum.Material.Metal
  4151. Part72.BrickColor = BrickColor.new("Black")
  4152. Part72.Rotation = Vector3.new(83.2599945, 89.0400009, 4.69999981)
  4153. Part72.Anchored = true
  4154. Part72.FormFactor = Enum.FormFactor.Custom
  4155. Part72.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4156. Part72.CFrame = CFrame.new(46.5129929, 0.523137689, 138.141037, 0.0172710326, -0.00141864736, 0.999858558, 0.999217927, 0.0355995558, -0.0172100309, -0.0355692245, 0.99936527, 0.0020324965)
  4157. Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4159. Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4164. Part72.Position = Vector3.new(46.5129929, 0.523137689, 138.141037)
  4165. Part72.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
  4166. Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4167. CylinderMesh73.Parent = Part72
  4168. CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  4169. CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  4170. Folder74.Name = "CFrames"
  4171. Folder74.Parent = Part72
  4172. CFrameValue75.Name = "C0"
  4173. CFrameValue75.Parent = Folder74
  4174. CFrameValue75.Value = CFrame.new(-0.00430440903, 1.11012268, -0.351379395, -0.999999881, -5.77419996e-07, 2.04337994e-07, 5.51342964e-07, 1.00000024, 9.10367817e-08, 3.47878085e-07, -8.98726285e-08, -1.00001752)
  4175. Part76.Parent = Model0
  4176. Part76.Material = Enum.Material.Metal
  4177. Part76.BrickColor = BrickColor.new("Black")
  4178. Part76.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4179. Part76.Anchored = true
  4180. Part76.FormFactor = Enum.FormFactor.Custom
  4181. Part76.Size = Vector3.new(0.316868067, 0.474224269, 0.316868067)
  4182. Part76.CFrame = CFrame.new(46.5676727, 0.524331987, 138.322266, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
  4183. Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4186. Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4187. Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4188. Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4189. Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4190. Part76.Position = Vector3.new(46.5676727, 0.524331987, 138.322266)
  4191. Part76.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4192. Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4193. BlockMesh77.Parent = Part76
  4194. BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  4195. BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  4196. Folder78.Name = "CFrames"
  4197. Folder78.Parent = Part76
  4198. CFrameValue79.Name = "C0"
  4199. CFrameValue79.Parent = Folder78
  4200. CFrameValue79.Value = CFrame.new(3.81469727e-06, 1.29119873, -0.406394958, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
  4201. Part80.Parent = Model0
  4202. Part80.Material = Enum.Material.Metal
  4203. Part80.BrickColor = BrickColor.new("Black")
  4204. Part80.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  4205. Part80.Anchored = true
  4206. Part80.FormFactor = Enum.FormFactor.Custom
  4207. Part80.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4208. Part80.CFrame = CFrame.new(46.7879295, 0.524601758, 138.557755, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
  4209. Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4210. Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4211. Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4216. Part80.Position = Vector3.new(46.7879295, 0.524601758, 138.557755)
  4217. Part80.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  4218. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4219. BlockMesh81.Parent = Part80
  4220. BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4221. BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4222. Folder82.Name = "CFrames"
  4223. Folder82.Parent = Part80
  4224. CFrameValue83.Name = "C0"
  4225. CFrameValue83.Parent = Folder82
  4226. CFrameValue83.Value = CFrame.new(0.00430679321, 1.52622986, -0.627098083, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
  4227. Part84.Parent = Model0
  4228. Part84.Material = Enum.Material.Metal
  4229. Part84.BrickColor = BrickColor.new("Black")
  4230. Part84.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4231. Part84.Anchored = true
  4232. Part84.FormFactor = Enum.FormFactor.Custom
  4233. Part84.Size = Vector3.new(0.316868067, 1.04803562, 0.316868067)
  4234. Part84.CFrame = CFrame.new(46.1612854, 0.527014971, 138.20079, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
  4235. Part84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. Part84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. Part84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. Part84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4240. Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4242. Part84.Position = Vector3.new(46.1612854, 0.527014971, 138.20079)
  4243. Part84.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4244. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4245. BlockMesh85.Parent = Part84
  4246. BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
  4247. BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
  4248. Folder86.Name = "CFrames"
  4249. Folder86.Parent = Part84
  4250. CFrameValue87.Name = "C0"
  4251. CFrameValue87.Parent = Folder86
  4252. CFrameValue87.Value = CFrame.new(2.0980835e-05, 1.17047119, 0.000228881836, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
  4253. Part88.Parent = Model0
  4254. Part88.Material = Enum.Material.Metal
  4255. Part88.BrickColor = BrickColor.new("Dark stone grey")
  4256. Part88.Reflectance = 0.10000000149012
  4257. Part88.Rotation = Vector3.new(87.9599991, -0.98999995, 0.0799999982)
  4258. Part88.Anchored = true
  4259. Part88.FormFactor = Enum.FormFactor.Custom
  4260. Part88.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  4261. Part88.CFrame = CFrame.new(46.1677742, 0.598572016, 135.732925, 0.999858558, -0.00141178723, -0.0172828045, -0.0172220413, 0.0355939232, -0.999218106, 0.00202596327, 0.999365389, 0.0355636775)
  4262. Part88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4263. Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4264. Part88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4265. Part88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4266. Part88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4268. Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4269. Part88.Position = Vector3.new(46.1677742, 0.598572016, 135.732925)
  4270. Part88.Orientation = Vector3.new(87.7299957, -25.9200001, -25.8199997)
  4271. Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4272. SpecialMesh89.Parent = Part88
  4273. SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  4274. SpecialMesh89.MeshType = Enum.MeshType.Wedge
  4275. SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  4276. Folder90.Name = "CFrames"
  4277. Folder90.Parent = Part88
  4278. CFrameValue91.Name = "C0"
  4279. CFrameValue91.Parent = Folder90
  4280. CFrameValue91.Value = CFrame.new(-0.159372091, -1.29328918, -1.90734863e-05, 1.19729812e-05, 4.93228436e-06, 1.00000012, -6.86571002e-06, 1.00000024, -6.08339906e-06, -1.00001776, -7.0463866e-06, 1.14297291e-05)
  4281. Part92.Name = "Handle"
  4282. Part92.Parent = Model0
  4283. Part92.Material = Enum.Material.SmoothPlastic
  4284. Part92.BrickColor = BrickColor.new("Lily white")
  4285. Part92.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  4286. Part92.Anchored = true
  4287. Part92.FormFactor = Enum.FormFactor.Custom
  4288. Part92.Size = Vector3.new(0.316868067, 2.25040984, 0.316868067)
  4289. Part92.CFrame = CFrame.new(46.1631737, 0.485365003, 137.031067, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
  4290. Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4291. Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4292. Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
  4297. Part92.Position = Vector3.new(46.1631737, 0.485365003, 137.031067)
  4298. Part92.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  4299. Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
  4300. CylinderMesh93.Parent = Part92
  4301. CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
  4302. CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
  4303. Motor94.Parent = Part92
  4304. Motor94.C0 = CFrame.new(0.0215821266, 6.09555054, 0.00123596191, 4.35113861e-06, 1, -1.48549398e-05, 0.999984562, -4.2682982e-06, 0.00557202566, 0.00557202613, -1.48789532e-05, -0.999984503)
  4305. Motor94.Part0 = Part92
  4306. Motor94.Part1 = Part1
  4307. Motor95.Parent = Part92
  4308. Motor95.C0 = CFrame.new(0.00432825089, 1.35142517, 0.69972229, -1, 2.78196694e-06, 3.11124495e-06, 3.72528984e-06, 0.258835524, 0.965921462, 1.88186073e-06, 0.965921462, -0.258835524)
  4309. Motor95.Part0 = Part92
  4310. Motor95.Part1 = Part4
  4311. Motor96.Parent = Part92
  4312. Motor96.C0 = CFrame.new(1.8119812e-05, 1.30957031, 0.252429962, 1, -1.13392709e-07, 6.78834482e-08, 1.15483999e-07, 0.499984741, -0.86603421, 6.42612576e-08, 0.86603421, 0.499984741)
  4313. Motor96.Part0 = Part92
  4314. Motor96.Part1 = Part8
  4315. Motor97.Parent = Part92
  4316. Motor97.C0 = CFrame.new(1.95503235e-05, 1.23933411, 0.281536102, 1, 2.20141274e-07, -4.84809334e-07, -5.25265932e-07, 0.258812249, -0.96592772, -8.71659722e-08, 0.96592766, 0.258812308)
  4317. Motor97.Part0 = Part92
  4318. Motor97.Part1 = Part12
  4319. Motor98.Parent = Part92
  4320. Motor98.C0 = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, 4.96208486e-06, -1.13597735e-05, 1, 1, 9.51169227e-07, -4.96207394e-06, -9.51112838e-07, 1, 1.1359778e-05)
  4321. Motor98.Part0 = Part92
  4322. Motor98.Part1 = Part16
  4323. Motor99.Parent = Part92
  4324. Motor99.C0 = CFrame.new(0.130856752, 1.2976532, 1.14440918e-05, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  4325. Motor99.Part0 = Part92
  4326. Motor99.Part1 = Part20
  4327. Motor100.Parent = Part92
  4328. Motor100.C0 = CFrame.new(0.039886713, 1.15971375, 0.765674591, -4.96208486e-06, -1.13597735e-05, -1, -1, 9.51169227e-07, 4.96207394e-06, 9.51112838e-07, 1, -1.1359778e-05)
  4329. Motor100.Part0 = Part92
  4330. Motor100.Part1 = Part24
  4331. Motor101.Parent = Part92
  4332. Motor101.C0 = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, -0.985462546, 0.169726431, 0.00751774618, 0.00757635012, -0.000302371918, 0.99997133, 0.169723824, 0.985491216, -0.000987930573)
  4333. Motor101.Part0 = Part92
  4334. Motor101.Part1 = Part28
  4335. Motor102.Parent = Part92
  4336. Motor102.C0 = CFrame.new(1.76429749e-05, 1.30935669, 0.339496613, 1, 2.20141274e-07, -4.84809334e-07, -5.25265932e-07, 0.258812249, -0.96592772, -8.71659722e-08, 0.96592766, 0.258812308)
  4337. Motor102.Part0 = Part92
  4338. Motor102.Part1 = Part32
  4339. Motor103.Parent = Part92
  4340. Motor103.C0 = CFrame.new(0.00430107117, 1.44200134, -0.670970917, 1, -2.17797083e-06, -5.9718127e-07, 1.38208259e-06, 0.381070882, 0.924545884, -1.78606547e-06, -0.924545884, 0.381070852)
  4341. Motor103.Part0 = Part92
  4342. Motor103.Part1 = Part36
  4343. Motor104.Parent = Part92
  4344. Motor104.C0 = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 4.96208486e-06, 1.14642398e-05, -1, 1, -9.51169739e-07, 4.96207394e-06, -9.51112838e-07, -1, -1.14642444e-05)
  4345. Motor104.Part0 = Part92
  4346. Motor104.Part1 = Part40
  4347. Motor105.Parent = Part92
  4348. Motor105.C0 = CFrame.new(-3.81469727e-06, 1.30960083, -0.251865387, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
  4349. Motor105.Part0 = Part92
  4350. Motor105.Part1 = Part44
  4351. Motor106.Parent = Part92
  4352. Motor106.C0 = CFrame.new(0.00433087349, 1.25869751, -0.720050812, 1, -3.49537629e-07, -9.08374091e-07, 9.46223849e-07, 0.130514175, 0.991446435, -2.2799216e-07, -0.991446495, 0.130514175)
  4353. Motor106.Part0 = Part92
  4354. Motor106.Part1 = Part48
  4355. Motor107.Parent = Part92
  4356. Motor107.C0 = CFrame.new(-7.15255737e-07, 1.23887634, -0.281154633, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
  4357. Motor107.Part0 = Part92
  4358. Motor107.Part1 = Part52
  4359. Motor108.Parent = Part92
  4360. Motor108.C0 = CFrame.new(0.004332304, 1.17045593, -0.72428894, 1, -2.27986092e-07, -9.46225327e-07, 9.46223849e-07, -6.39481323e-06, 1, -2.2799216e-07, -1, -6.39481323e-06)
  4361. Motor108.Part0 = Part92
  4362. Motor108.Part1 = Part56
  4363. Motor109.Parent = Part92
  4364. Motor109.C0 = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 0.985462606, -0.169726223, -0.00751526328, 0.0075717736, -0.000314313424, 0.99997133, -0.16972369, -0.985491276, 0.000975384493)
  4365. Motor109.Part0 = Part92
  4366. Motor109.Part1 = Part60
  4367. Motor110.Parent = Part92
  4368. Motor110.C0 = CFrame.new(0.00431227684, 1.35102844, -0.699684143, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
  4369. Motor110.Part0 = Part92
  4370. Motor110.Part1 = Part64
  4371. Motor111.Parent = Part92
  4372. Motor111.C0 = CFrame.new(2.45571136e-05, 1.22436523, 0.002368927, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
  4373. Motor111.Part0 = Part92
  4374. Motor111.Part1 = Part68
  4375. Motor112.Parent = Part92
  4376. Motor112.C0 = CFrame.new(-0.00430440903, 1.11012268, -0.351379395, -1, 5.51343078e-07, -3.47878142e-07, 5.51343021e-07, 1, -8.98728132e-08, 3.47878114e-07, -8.98729979e-08, -1)
  4377. Motor112.Part0 = Part92
  4378. Motor112.Part1 = Part72
  4379. Motor113.Parent = Part92
  4380. Motor113.C0 = CFrame.new(3.81469727e-06, 1.29119873, -0.406394958, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
  4381. Motor113.Part0 = Part92
  4382. Motor113.Part1 = Part76
  4383. Motor114.Parent = Part92
  4384. Motor114.C0 = CFrame.new(0.00430679321, 1.52622986, -0.627098083, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
  4385. Motor114.Part0 = Part92
  4386. Motor114.Part1 = Part80
  4387. Motor115.Parent = Part92
  4388. Motor115.C0 = CFrame.new(2.0980835e-05, 1.17047119, 0.000228881836, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
  4389. Motor115.Part0 = Part92
  4390. Motor115.Part1 = Part84
  4391. Motor116.Parent = Part92
  4392. Motor116.C0 = CFrame.new(-0.159372091, -1.29328918, -1.90734863e-05, 1.19727683e-05, 4.93228072e-06, 1, -6.86558815e-06, 1, -4.93219841e-06, -1, -6.86552903e-06, 1.1972802e-05)
  4393. Motor116.Part0 = Part92
  4394. Motor116.Part1 = Part88
  4395. Folder117.Name = "CFrames"
  4396. Folder117.Parent = Part92
  4397. CFrameValue118.Name = "C0"
  4398. CFrameValue118.Parent = Folder117
  4399. CFrameValue118.Value = CFrame.new(0, 0, 0, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
  4400. Motor119.Parent = Part92
  4401. Motor119.C0 = CFrame.new(0, 0, 0, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
  4402. Motor119.Part0 = Part92
  4403. Motor119.Part1 = Part92
  4404. Motor120.Parent = Part92
  4405. Motor120.C0 = CFrame.new(0.0399475098, 10.3271942, 0.470355988, 0.928245008, 0.361373931, 0.0881483033, 0.221980721, -0.728324175, 0.648281157, 0.298472494, -0.582196534, -0.756281316)
  4406. Motor120.Part0 = Part92
  4407. Motor120.Part1 = Part217
  4408. Motor121.Parent = Part92
  4409. Motor121.C0 = CFrame.new(0.00655031204, 5.75100708, 0.761394501, 0.985464334, 0.169726714, -0.00727793714, -0.00733313384, -0.000301663094, -0.999973059, -0.16972436, 0.985491097, 0.000947350462)
  4410. Motor121.Part0 = Part92
  4411. Motor121.Part1 = Part221
  4412. Motor122.Parent = Part92
  4413. Motor122.C0 = CFrame.new(0.073366642, 5.73587036, 0.47467041, 0.941091478, 0.33807376, -0.0072751767, 0.00716645224, 0.00156975677, 0.999973118, 0.338076055, -0.941118419, -0.000945504813)
  4414. Motor122.Part0 = Part92
  4415. Motor122.Part1 = Part226
  4416. Motor123.Parent = Part92
  4417. Motor123.C0 = CFrame.new(0.0399506092, 5.75097656, 0.567359924, -0.985464334, 0.169882461, -1.28343868e-06, -0.00733011588, -0.042528525, -0.99906832, -0.169724241, -0.984546244, 0.0431555994)
  4418. Motor123.Part0 = Part92
  4419. Motor123.Part1 = Part230
  4420. Motor124.Parent = Part92
  4421. Motor124.C0 = CFrame.new(-0.0603640079, 5.73588562, -0.495357513, -0.941091478, -0.33807373, 0.00727773691, 0.00716465944, 0.00158232194, 0.999973059, -0.338076115, 0.94111836, 0.000933073345)
  4422. Motor124.Part0 = Part92
  4423. Motor124.Part1 = Part234
  4424. Motor125.Parent = Part92
  4425. Motor125.C0 = CFrame.new(0.00653576851, 5.73590088, -0.010345459, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
  4426. Motor125.Part0 = Part92
  4427. Motor125.Part1 = Part238
  4428. Motor126.Parent = Part92
  4429. Motor126.C0 = CFrame.new(0.0400102139, 10.9382935, -0.0103569031, -0.892778635, 0.450495631, -1.05701456e-05, -0.285315752, -0.565448284, -0.773862481, -0.348627627, -0.690884829, 0.63335371)
  4430. Motor126.Part0 = Part92
  4431. Motor126.Part1 = Part242
  4432. Motor127.Parent = Part92
  4433. Motor127.C0 = CFrame.new(0.00656628609, 5.73588562, -0.495365143, -1, -2.96016083e-07, -1.33737717e-06, 1.3373791e-06, -6.20505898e-06, -1, 2.96007755e-07, -1, 6.20505944e-06)
  4434. Motor127.Part0 = Part92
  4435. Motor127.Part1 = Part246
  4436. Motor128.Parent = Part92
  4437. Motor128.C0 = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, -0.928244889, -0.361374527, -0.0881470665, 0.221979767, -0.728319585, 0.648286581, -0.298473537, 0.582201898, 0.756276727)
  4438. Motor128.Part0 = Part92
  4439. Motor128.Part1 = Part250
  4440. Motor129.Parent = Part92
  4441. Motor129.C0 = CFrame.new(0.0733220577, 10.5728912, -0.204338074, 0.928242028, 0.361383647, -0.0881396234, 0.221995935, -0.728324771, -0.648275256, -0.298470348, 0.582189679, -0.756287456)
  4442. Motor129.Part0 = Part92
  4443. Motor129.Part1 = Part254
  4444. Motor130.Parent = Part92
  4445. Motor130.C0 = CFrame.new(0.073374033, 10.5729065, 0.183654785, -0.928246379, 0.361369312, -0.0881525353, -0.221978188, -0.728333175, -0.648271918, -0.29846999, -0.582188129, 0.756288767)
  4446. Motor130.Part0 = Part92
  4447. Motor130.Part1 = Part258
  4448. Motor131.Parent = Part92
  4449. Motor131.C0 = CFrame.new(0.0399551392, 10.5880585, 0.276332855, 0.892776191, 0.450500429, 4.77037656e-06, 0.28531906, -0.565437376, 0.773869336, 0.348631114, -0.690890729, -0.633345366)
  4450. Motor131.Part0 = Part92
  4451. Motor131.Part1 = Part262
  4452. Motor132.Parent = Part92
  4453. Motor132.C0 = CFrame.new(-0.0269141197, 10.5880432, -0.297027588, -0.892775953, -0.450500876, -2.96651774e-06, 0.285317719, -0.565430999, 0.773874462, -0.348632753, 0.690895736, 0.633339047)
  4454. Motor132.Part0 = Part92
  4455. Motor132.Part1 = Part266
  4456. Motor133.Parent = Part92
  4457. Motor133.C0 = CFrame.new(-0.0268354416, 10.32724, 0.470371246, -0.941090047, -0.338077813, -0.00727954786, 0.00717078755, 0.00157063024, -0.999973118, 0.338080138, -0.94111681, 0.000946179731)
  4458. Motor133.Part0 = Part92
  4459. Motor133.Part1 = Part270
  4460. Motor134.Parent = Part92
  4461. Motor134.C0 = CFrame.new(-0.0268108845, 10.9382935, -0.0103569031, -0.892778456, -0.450496107, -1.01090391e-05, 0.285327792, -0.565435886, -0.77386713, 0.348618448, -0.690894783, 0.633347929)
  4462. Motor134.Part0 = Part92
  4463. Motor134.Part1 = Part274
  4464. Motor135.Parent = Part92
  4465. Motor135.C0 = CFrame.new(0.0399231911, 10.5880737, -0.297035217, -0.892780483, 0.450492054, -6.85116765e-06, -0.285320401, -0.565433264, 0.773871839, 0.348619193, 0.690899551, 0.633342326)
  4466. Motor135.Part0 = Part92
  4467. Motor135.Part1 = Part278
  4468. Motor136.Parent = Part92
  4469. Motor136.C0 = CFrame.new(-0.0268354416, 10.32724, 0.470371246, 0.928239167, -0.361392677, -0.0881337002, -0.22200498, -0.728318512, 0.648279309, -0.298472792, -0.582192123, -0.756284654)
  4470. Motor136.Part0 = Part92
  4471. Motor136.Part1 = Part282
  4472. Motor137.Parent = Part92
  4473. Motor137.C0 = CFrame.new(0.00658583641, 10.572876, -0.204364777, -1, -2.96016083e-07, -1.33737717e-06, 1.3373791e-06, -6.20505898e-06, -1, 2.96007755e-07, -1, 6.20505944e-06)
  4474. Motor137.Part0 = Part92
  4475. Motor137.Part1 = Part286
  4476. Motor138.Parent = Part92
  4477. Motor138.C0 = CFrame.new(0.00658726692, 10.5728912, 0.183677673, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
  4478. Motor138.Part0 = Part92
  4479. Motor138.Part1 = Part290
  4480. Motor139.Parent = Part92
  4481. Motor139.C0 = CFrame.new(-0.0269165039, 10.9383087, -0.0103263855, 0.892778456, -0.450495988, 8.62224169e-06, -0.2853145, -0.565441906, -0.773867726, 0.348629177, 0.690889895, -0.633347392)
  4482. Motor139.Part0 = Part92
  4483. Motor139.Part1 = Part294
  4484. Motor140.Parent = Part92
  4485. Motor140.C0 = CFrame.new(0.0399475098, 10.3271942, 0.470355988, -0.941091478, 0.33807379, 0.00727473199, -0.00716597913, 0.00156975701, -0.999973178, -0.338076055, -0.94111836, 0.000945344858)
  4486. Motor140.Part0 = Part92
  4487. Motor140.Part1 = Part298
  4488. Motor141.Parent = Part92
  4489. Motor141.C0 = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, 0.941091537, -0.338073671, -0.00727717672, -0.00716406433, 0.00158232008, -0.999973118, 0.338076055, 0.94111836, -0.000932873576)
  4490. Motor141.Part0 = Part92
  4491. Motor141.Part1 = Part302
  4492. Motor142.Parent = Part92
  4493. Motor142.C0 = CFrame.new(-0.0268268585, 10.5880737, 0.276359558, 0.892778337, -0.450496346, 8.71674183e-06, -0.285327226, -0.56543684, 0.773866653, -0.348619163, -0.690893888, -0.633348525)
  4494. Motor142.Part0 = Part92
  4495. Motor142.Part1 = Part306
  4496. Motor143.Parent = Part92
  4497. Motor143.C0 = CFrame.new(-0.0603327751, 10.5729065, -0.204334259, 0.9282462, -0.361370116, 0.0881515369, -0.221977308, -0.728328705, -0.648277223, 0.298471332, 0.582193255, -0.756284237)
  4498. Motor143.Part0 = Part92
  4499. Motor143.Part1 = Part310
  4500. Motor144.Parent = Part92
  4501. Motor144.C0 = CFrame.new(0.0399112701, 10.9382935, -0.0103263855, 0.892780542, 0.450491816, 8.16366628e-06, 0.285320878, -0.565432191, -0.773872316, -0.348618567, 0.690900505, -0.63334161)
  4502. Motor144.Part0 = Part92
  4503. Motor144.Part1 = Part314
  4504. Motor145.Parent = Part92
  4505. Motor145.C0 = CFrame.new(0.0399098396, 10.327179, -0.491054535, -0.928240657, 0.361388296, 0.0881358087, -0.221998706, -0.728316724, 0.648283362, 0.298472822, 0.582196891, 0.756280839)
  4506. Motor145.Part0 = Part92
  4507. Motor145.Part1 = Part318
  4508. Motor146.Parent = Part92
  4509. Motor146.C0 = CFrame.new(0.0399098396, 10.327179, -0.491054535, 0.941090107, 0.338077724, 0.00727709103, 0.00716421986, 0.00158164604, -0.999973118, -0.338080108, 0.941116929, -0.0009335918)
  4510. Motor146.Part0 = Part92
  4511. Motor146.Part1 = Part322
  4512. Motor147.Parent = Part92
  4513. Motor147.C0 = CFrame.new(0.00655055046, 5.73590088, 0.474681854, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
  4514. Motor147.Part0 = Part92
  4515. Motor147.Part1 = Part326
  4516. Motor148.Parent = Part92
  4517. Motor148.C0 = CFrame.new(-0.0602412224, 10.5729065, 0.183662415, -0.928240538, -0.361388087, 0.0881376341, 0.222002208, -0.728326619, -0.648271143, 0.298470408, -0.582184792, 0.756291211)
  4518. Motor148.Part0 = Part92
  4519. Motor148.Part1 = Part330
  4520. Motor149.Parent = Part92
  4521. Motor149.C0 = CFrame.new(-0.0602891445, 5.73591614, 0.47467041, 0.941090167, -0.338077515, 0.00727820955, -0.00716932258, 0.00157074956, 0.999973059, -0.33807984, -0.941116929, -0.000945569889)
  4522. Motor149.Part0 = Part92
  4523. Motor149.Part1 = Part334
  4524. Motor150.Parent = Part92
  4525. Motor150.C0 = CFrame.new(0.00432515144, 1.67671204, 0.512001038, -1, 3.27266639e-06, 1.40036104e-06, 3.30433295e-06, 0.707108557, 0.707104981, 1.32391153e-06, 0.707104981, -0.707108617)
  4526. Motor150.Part0 = Part92
  4527. Motor150.Part1 = Part338
  4528. Motor151.Parent = Part92
  4529. Motor151.C0 = CFrame.new(0.00432252884, 1.79136658, -0.361927032, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
  4530. Motor151.Part0 = Part92
  4531. Motor151.Part1 = Part342
  4532. Motor152.Parent = Part92
  4533. Motor152.C0 = CFrame.new(0.00434017181, 1.79180908, 0.361961365, -1, 3.18535535e-06, 4.73058492e-07, 2.99513295e-06, 0.866027713, 0.499996126, 1.18298328e-06, 0.499996126, -0.866027713)
  4534. Motor152.Part0 = Part92
  4535. Motor152.Part1 = Part346
  4536. Motor153.Parent = Part92
  4537. Motor153.C0 = CFrame.new(7.62939453e-06, 1.46446228, 0.23973465, 1, -1.27098033e-07, 3.62236001e-08, 1.15483999e-07, 0.707086325, -0.707127273, 6.42612576e-08, 0.707127273, 0.707086384)
  4538. Motor153.Part0 = Part92
  4539. Motor153.Part1 = Part350
  4540. Motor154.Parent = Part92
  4541. Motor154.C0 = CFrame.new(0.0043296814, 1.5266571, 0.627120972, -1, 3.13735995e-06, 2.202019e-06, 3.4756963e-06, 0.500006557, 0.866021693, 1.61599769e-06, 0.866021693, -0.500006557)
  4542. Motor154.Part0 = Part92
  4543. Motor154.Part1 = Part354
  4544. Motor155.Parent = Part92
  4545. Motor155.C0 = CFrame.new(-0.0269532204, 5.75097656, -0.588039398, 0.985464334, -0.169882491, -1.14019508e-06, -0.00733040599, -0.042515941, -0.999068856, 0.169724286, 0.984546721, -0.04314325)
  4546. Motor155.Part0 = Part92
  4547. Motor155.Part1 = Part358
  4548. Motor156.Parent = Part92
  4549. Motor156.C0 = CFrame.new(0.00432133675, 1.88839722, 0.000312805176, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
  4550. Motor156.Part0 = Part92
  4551. Motor156.Part1 = Part362
  4552. Motor157.Parent = Part92
  4553. Motor157.C0 = CFrame.new(0.00431609154, 1.86373901, -0.18719101, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
  4554. Motor157.Part0 = Part92
  4555. Motor157.Part1 = Part366
  4556. Motor158.Parent = Part92
  4557. Motor158.C0 = CFrame.new(0.00433039665, 1.60704041, 0.575920105, -1, 3.44604814e-06, 2.22814765e-06, 3.86312558e-06, 0.607379377, 0.794411898, 1.38425082e-06, 0.794411957, -0.607379377)
  4558. Motor158.Part0 = Part92
  4559. Motor158.Part1 = Part370
  4560. Motor159.Parent = Part92
  4561. Motor159.C0 = CFrame.new(0.00433015823, 1.74119568, 0.441879272, -1, 3.43232114e-06, 1.33723211e-06, 3.53530095e-06, 0.792291403, 0.610142887, 1.0347286e-06, 0.610142887, -0.792291343)
  4562. Motor159.Part0 = Part92
  4563. Motor159.Part1 = Part374
  4564. Motor160.Parent = Part92
  4565. Motor160.C0 = CFrame.new(0.00645112991, 5.75097656, -0.782058716, -0.985464334, -0.16972661, 0.00727547891, -0.00732859457, -0.000313527067, -0.999973178, 0.16972433, -0.985491097, -0.000934887852)
  4566. Motor160.Part0 = Part92
  4567. Motor160.Part1 = Part378
  4568. Motor161.Parent = Part92
  4569. Motor161.C0 = CFrame.new(0.004322052, 1.83509827, 0.278381348, 1, 9.15049085e-08, 6.42337682e-07, 1.60187497e-07, 0.924538732, -0.381088197, -6.28737382e-07, 0.381088167, 0.924538732)
  4570. Motor161.Part0 = Part92
  4571. Motor161.Part1 = Part383
  4572. Motor162.Parent = Part92
  4573. Motor162.C0 = CFrame.new(0.00432920456, 1.88424683, 0.0952148438, 1, -3.06752611e-07, 6.4615972e-07, 3.87430134e-07, 0.991669059, -0.128811881, -6.01263253e-07, 0.128811881, 0.991668999)
  4574. Motor162.Part0 = Part92
  4575. Motor162.Part1 = Part387
  4576. Motor163.Parent = Part92
  4577. Motor163.C0 = CFrame.new(5.24520874e-06, 1.51742554, 0.163280487, 1, -3.76322021e-07, 4.7321609e-07, 5.62518778e-07, 0.866011262, -0.500024498, -2.21640192e-07, 0.500024438, 0.866011322)
  4578. Motor163.Part0 = Part92
  4579. Motor163.Part1 = Part391
  4580. Motor164.Parent = Part92
  4581. Motor164.C0 = CFrame.new(1.1920929e-05, 1.54875183, 0.0757522583, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
  4582. Motor164.Part0 = Part92
  4583. Motor164.Part1 = Part395
  4584. Motor165.Parent = Part92
  4585. Motor165.C0 = CFrame.new(0.00431060791, 1.60661316, -0.575897217, 1, -1.84301541e-06, -3.07217306e-07, 1.36345614e-06, 0.60737288, 0.794416904, -1.27752708e-06, -0.794416845, 0.60737294)
  4586. Motor165.Part0 = Part92
  4587. Motor165.Part1 = Part399
  4588. Motor166.Parent = Part92
  4589. Motor166.C0 = CFrame.new(0.00429821014, 1.67626953, -0.511955261, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
  4590. Motor166.Part0 = Part92
  4591. Motor166.Part1 = Part403
  4592. Motor167.Parent = Part92
  4593. Motor167.C0 = CFrame.new(0.0732808113, 5.73590088, -0.495361328, -0.941090167, 0.338077366, -0.00727578951, -0.00716284802, 0.00158161088, 0.999973178, 0.338079721, 0.941117048, 0.000933158386)
  4594. Motor167.Part0 = Part92
  4595. Motor167.Part1 = Part407
  4596. Motor168.Parent = Part92
  4597. Motor168.C0 = CFrame.new(0.00431394577, 1.88427734, -0.0944633484, 1, -4.65509913e-07, 5.3133806e-07, 3.91155424e-07, 0.991217315, 0.132243365, -5.88232012e-07, -0.132243365, 0.991217375)
  4598. Motor168.Part0 = Part92
  4599. Motor168.Part1 = Part411
  4600. Motor169.Parent = Part92
  4601. Motor169.C0 = CFrame.new(0.00432252884, 1.86372375, 0.187805176, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
  4602. Motor169.Part0 = Part92
  4603. Motor169.Part1 = Part415
  4604. Motor170.Parent = Part92
  4605. Motor170.C0 = CFrame.new(0.00431609154, 1.83525085, -0.277664185, 1, -8.63607397e-07, 4.07353639e-07, 6.40749931e-07, 0.923211813, 0.384291589, -7.07950676e-07, -0.384291559, 0.923211813)
  4606. Motor170.Part0 = Part92
  4607. Motor170.Part1 = Part419
  4608. Motor171.Parent = Part92
  4609. Motor171.C0 = CFrame.new(8.82148743e-06, 1.556427, -0.0169372559, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
  4610. Motor171.Part0 = Part92
  4611. Motor171.Part1 = Part423
  4612. Motor172.Parent = Part92
  4613. Motor172.C0 = CFrame.new(-4.76837158e-06, 1.44522095, -0.0750808716, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
  4614. Motor172.Part0 = Part92
  4615. Motor172.Part1 = Part427
  4616. Motor173.Parent = Part92
  4617. Motor173.C0 = CFrame.new(0.00431919098, 1.74076843, -0.441883087, 1, -1.43276009e-06, 1.20381642e-07, 1.06170774e-06, 0.792287648, 0.610147715, -9.69572284e-07, -0.610147715, 0.792287707)
  4618. Motor173.Part0 = Part92
  4619. Motor173.Part1 = Part431
  4620. Motor174.Parent = Part92
  4621. Motor174.C0 = CFrame.new(0.0043296814, 1.44242859, 0.670970917, -1, 3.2469602e-06, 2.80784388e-06, 3.83332326e-06, 0.381080985, 0.924541712, 1.93193387e-06, 0.924541652, -0.381080985)
  4622. Motor174.Part0 = Part92
  4623. Motor174.Part1 = Part435
  4624. Motor175.Parent = Part92
  4625. Motor175.C0 = CFrame.new(-4.76837158e-07, 1.53988647, -0.108478546, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
  4626. Motor175.Part0 = Part92
  4627. Motor175.Part1 = Part439
  4628. Motor176.Parent = Part92
  4629. Motor176.C0 = CFrame.new(1.71661377e-05, 1.39347839, 0.299812317, 1, -1.13392709e-07, 6.78834482e-08, 1.15483999e-07, 0.499984741, -0.86603421, 6.42612576e-08, 0.86603421, 0.499984741)
  4630. Motor176.Part0 = Part92
  4631. Motor176.Part1 = Part443
  4632. Motor177.Parent = Part92
  4633. Motor177.C0 = CFrame.new(1.90734863e-06, 1.41616821, -0.145309448, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
  4634. Motor177.Part0 = Part92
  4635. Motor177.Part1 = Part447
  4636. Motor178.Parent = Part92
  4637. Motor178.C0 = CFrame.new(-2.86102295e-06, 1.36688232, -0.322086334, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
  4638. Motor178.Part0 = Part92
  4639. Motor178.Part1 = Part451
  4640. Motor179.Parent = Part92
  4641. Motor179.C0 = CFrame.new(0.00430250168, 1.25915527, 0.7200737, -1, 6.88797968e-07, 3.41124792e-06, 3.47197056e-06, 0.130526379, 0.991444826, 2.37647328e-07, 0.991444886, -0.130526379)
  4642. Motor179.Part0 = Part92
  4643. Motor179.Part1 = Part455
  4644. Motor180.Parent = Part92
  4645. Motor180.C0 = CFrame.new(-2.38418579e-06, 1.44006348, -0.263523102, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
  4646. Motor180.Part0 = Part92
  4647. Motor180.Part1 = Part459
  4648. Motor181.Parent = Part92
  4649. Motor181.C0 = CFrame.new(1.21593475e-05, 1.44522095, 0.075668335, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
  4650. Motor181.Part0 = Part92
  4651. Motor181.Part1 = Part463
  4652. Motor182.Parent = Part92
  4653. Motor182.C0 = CFrame.new(-8.58306885e-06, 1.50018311, -0.192558289, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
  4654. Motor182.Part0 = Part92
  4655. Motor182.Part1 = Part467
  4656. Motor183.Parent = Part92
  4657. Motor183.C0 = CFrame.new(0.039886713, 1.15971375, 0.765674591, 0.985464275, 0.169882685, 1.7271642e-06, 0.00732981367, -0.0425293185, 0.999068379, 0.169724479, -0.984546185, -0.0431563333)
  4658. Motor183.Part0 = Part92
  4659. Motor183.Part1 = Part471
  4660. Motor184.Parent = Part92
  4661. Motor184.C0 = CFrame.new(1.40666962e-05, 1.45515442, 0.000301361084, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
  4662. Motor184.Part0 = Part92
  4663. Motor184.Part1 = Part475
  4664. Motor185.Parent = Part92
  4665. Motor185.C0 = CFrame.new(8.10623169e-06, 1.41619873, 0.145900726, 1, -3.76322021e-07, 4.7321609e-07, 5.62518778e-07, 0.866011262, -0.500024498, -2.21640192e-07, 0.500024438, 0.866011322)
  4666. Motor185.Part0 = Part92
  4667. Motor185.Part1 = Part479
  4668. Motor186.Parent = Part92
  4669. Motor186.C0 = CFrame.new(2.14576721e-06, 1.36988831, -0.205600739, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
  4670. Motor186.Part0 = Part92
  4671. Motor186.Part1 = Part483
  4672. Motor187.Parent = Part92
  4673. Motor187.C0 = CFrame.new(2.62260437e-06, 1.36990356, 0.206192017, 1, -1.27098033e-07, 3.62236001e-08, 1.15483999e-07, 0.707086325, -0.707127273, 6.42612576e-08, 0.707127273, 0.707086384)
  4674. Motor187.Part0 = Part92
  4675. Motor187.Part1 = Part487
  4676. Motor188.Parent = Part92
  4677. Motor188.C0 = CFrame.new(0.00430655479, 1.17089844, 0.724334717, -1, 2.37668658e-07, 3.47196897e-06, 3.47197056e-06, 6.13823704e-06, 1, 2.37647328e-07, 1, -6.13823795e-06)
  4678. Motor188.Part0 = Part92
  4679. Motor188.Part1 = Part491
  4680. Motor189.Parent = Part92
  4681. Motor189.C0 = CFrame.new(-0.00429725647, 1.11010742, 0.35137558, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
  4682. Motor189.Part0 = Part92
  4683. Motor189.Part1 = Part495
  4684. Motor190.Parent = Part92
  4685. Motor190.C0 = CFrame.new(0.0840928555, 1.29763794, 7.62939453e-06, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  4686. Motor190.Part0 = Part92
  4687. Motor190.Part1 = Part499
  4688. Motor191.Parent = Part92
  4689. Motor191.C0 = CFrame.new(-0.0953435898, 1.33520508, 0.0124397278, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  4690. Motor191.Part0 = Part92
  4691. Motor191.Part1 = Part503
  4692. Motor192.Parent = Part92
  4693. Motor192.C0 = CFrame.new(-0.113482475, 1.33755493, 0.0197219849, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  4694. Motor192.Part0 = Part92
  4695. Motor192.Part1 = Part507
  4696. Motor193.Parent = Part92
  4697. Motor193.C0 = CFrame.new(-1.90734863e-06, -1.50241089, -0.165988922, -1, 4.25428198e-06, 4.84343978e-08, -4.25428198e-06, -1, 2.0926816e-06, 4.84433329e-08, 2.09268137e-06, 1)
  4698. Motor193.Part0 = Part92
  4699. Motor193.Part1 = Part511
  4700. Motor194.Parent = Part92
  4701. Motor194.C0 = CFrame.new(0.120788813, -1.50241089, -0.165927887, 0.596560895, -0.443429381, 0.668943584, -0.536866307, 0.399074048, 0.743313193, -0.596564889, -0.802564859, 9.68208406e-06)
  4702. Motor194.Part0 = Part92
  4703. Motor194.Part1 = Part515
  4704. Motor195.Parent = Part92
  4705. Motor195.C0 = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.697640717, -0.71644783, -8.42081499e-06, -0.163069963, -0.158800781, 0.97375083, -0.697642863, -0.679326832, -0.227617025)
  4706. Motor195.Part0 = Part92
  4707. Motor195.Part1 = Part519
  4708. Motor196.Parent = Part92
  4709. Motor196.C0 = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.596548438, -0.802577138, -4.08097594e-06, 0.536868989, 0.399053723, -0.743322253, 0.596575022, 0.443425506, 0.66893363)
  4710. Motor196.Part0 = Part92
  4711. Motor196.Part1 = Part523
  4712. Motor197.Parent = Part92
  4713. Motor197.C0 = CFrame.new(-2.62260437e-06, -1.33644104, 3.81469727e-06, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
  4714. Motor197.Part0 = Part92
  4715. Motor197.Part1 = Part527
  4716. Motor198.Parent = Part92
  4717. Motor198.C0 = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.596564054, 0.443430573, 0.668939948, 0.536859274, 0.399077415, -0.743316412, -0.596567988, 0.802562475, 1.54320733e-05)
  4718. Motor198.Part0 = Part92
  4719. Motor198.Part1 = Part531
  4720. Motor199.Parent = Part92
  4721. Motor199.C0 = CFrame.new(0.15950346, -1.50239563, 0.127185822, 0.596544802, 0.802579761, -5.8031037e-06, -0.536864877, 0.399048567, 0.743327856, 0.596582234, -0.443425298, 0.668927193)
  4722. Motor199.Part0 = Part92
  4723. Motor199.Part1 = Part535
  4724. Motor200.Parent = Part92
  4725. Motor200.C0 = CFrame.new(-0.120570421, -1.29330444, -0.165988922, -0.697624743, 0.679341316, -0.227629557, 0.163076475, -0.158812091, -0.973747849, -0.697657406, -0.716431618, 6.65264997e-06)
  4726. Motor200.Part0 = Part92
  4727. Motor200.Part1 = Part539
  4728. Motor201.Parent = Part92
  4729. Motor201.C0 = CFrame.new(0.120689392, -1.29330444, 0.165992737, 0.697625041, -0.679341972, 0.227626711, 0.163083091, -0.158801243, -0.973748446, 0.697655618, 0.716433346, 5.46056754e-06)
  4730. Motor201.Part0 = Part92
  4731. Motor201.Part1 = Part543
  4732. Motor202.Parent = Part92
  4733. Motor202.C0 = CFrame.new(0.15950346, -1.50239563, 1.90734863e-05, 1.21420362e-05, -5.04031414e-06, -1, -5.6199674e-06, -1, 5.04024592e-06, -1, 5.61990601e-06, -1.21420644e-05)
  4734. Motor202.Part0 = Part92
  4735. Motor202.Part1 = Part547
  4736. Motor203.Parent = Part92
  4737. Motor203.C0 = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.697642803, 0.716445863, 1.10178571e-05, -0.163059443, -0.15879491, 0.973753393, 0.697643399, 0.67933023, 0.227605358)
  4738. Motor203.Part0 = Part92
  4739. Motor203.Part1 = Part551
  4740. Motor204.Parent = Part92
  4741. Motor204.C0 = CFrame.new(-7.62939453e-06, -1.2933197, -0.165981293, 1, 1.07660765e-06, -5.4367124e-06, -1.0766089e-06, 1, -2.30968283e-07, 5.43671194e-06, 2.30974152e-07, 1)
  4742. Motor204.Part0 = Part92
  4743. Motor204.Part1 = Part555
  4744. Motor205.Parent = Part92
  4745. Motor205.C0 = CFrame.new(-1.21593475e-05, -1.50239563, 0.165981293, 1, 4.22075436e-06, 2.05488178e-08, 4.22075436e-06, -1, -2.09174982e-06, 2.05400301e-08, 2.09175005e-06, -1)
  4746. Motor205.Part0 = Part92
  4747. Motor205.Part1 = Part559
  4748. Motor206.Parent = Part92
  4749. Motor206.C0 = CFrame.new(-0.15937686, -1.50236511, -7.62939453e-06, -1.20965087e-05, -4.91737956e-06, 1, 6.9519665e-06, -1, -4.91729543e-06, 1, 6.95190693e-06, 1.20965424e-05)
  4750. Motor206.Part0 = Part92
  4751. Motor206.Part1 = Part563
  4752. Motor207.Parent = Part92
  4753. Motor207.C0 = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.697621763, 0.679347813, 0.227619007, -0.163063079, -0.15881069, 0.973750293, 0.697663486, -0.716425657, -1.32499999e-05)
  4754. Motor207.Part0 = Part92
  4755. Motor207.Part1 = Part567
  4756. Motor208.Parent = Part92
  4757. Motor208.C0 = CFrame.new(-0.159366608, -1.50238037, -0.127197266, -0.596546829, -0.80257827, 7.52499636e-06, -0.536867738, 0.399054259, 0.74332279, -0.596577764, 0.443422765, -0.668932915)
  4758. Motor208.Part0 = Part92
  4759. Motor208.Part1 = Part571
  4760. Motor209.Parent = Part92
  4761. Motor209.C0 = CFrame.new(-0.159455776, -1.29330444, 0.127120972, -0.697634876, -0.716453493, 1.89838033e-06, 0.163083166, -0.158802122, -0.973748386, 0.697645724, -0.679320455, 0.227627411)
  4762. Motor209.Part0 = Part92
  4763. Motor209.Part1 = Part575
  4764. Motor210.Parent = Part92
  4765. Motor210.C0 = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.596558094, -0.443432242, -0.66894424, 0.536867499, 0.399073511, -0.743312657, 0.596566677, -0.802563608, -6.17081378e-06)
  4766. Motor210.Part0 = Part92
  4767. Motor210.Part1 = Part579
  4768. Motor211.Parent = Part92
  4769. Motor211.C0 = CFrame.new(0.159510851, -1.29335022, 3.81469727e-06, -1.21824742e-05, 4.96953362e-06, -1, 5.68934911e-06, 1, 4.9694645e-06, 1, -5.68928863e-06, -1.21825024e-05)
  4770. Motor211.Part0 = Part92
  4771. Motor211.Part1 = Part583
  4772. Motor212.Parent = Part92
  4773. Motor212.C0 = CFrame.new(-0.120661736, -1.50238037, 0.165916443, -0.596566975, 0.44342792, -0.668939233, -0.536857843, 0.399078101, 0.743317187, 0.596566558, 0.802563667, -1.9086212e-05)
  4774. Motor212.Part0 = Part92
  4775. Motor212.Part1 = Part587
  4776. Motor213.Parent = Part92
  4777. Motor213.C0 = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.697621942, -0.679348588, -0.227616236, -0.163069874, -0.158799753, 0.973750949, -0.697661757, 0.716427326, 9.04728722e-07)
  4778. Motor213.Part0 = Part92
  4779. Motor213.Part1 = Part591
  4780. Motor214.Parent = Part92
  4781. Motor214.C0 = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.596546531, 0.802578449, 2.17731872e-06, 0.536866307, 0.39904803, -0.743327141, -0.596579194, -0.443428069, -0.668928146)
  4782. Motor214.Part0 = Part92
  4783. Motor214.Part1 = Part595
  4784. Motor215.Parent = Part92
  4785. Motor215.C0 = CFrame.new(-6.91413879e-06, -1.29330444, 0.165981293, -1, 1.11013526e-06, 5.44795375e-06, 1.11013651e-06, 1, 2.31666561e-07, -5.4479533e-06, 2.31672601e-07, -1)
  4786. Motor215.Part0 = Part92
  4787. Motor215.Part1 = Part599
  4788. Motor216.Parent = Part92
  4789. Motor216.C0 = CFrame.new(0.159585238, -1.2933197, -0.127140045, 0.697636664, 0.716451824, -4.4759704e-06, 0.16307269, -0.158796206, -0.973751068, -0.697646439, 0.679323673, -0.227615759)
  4790. Motor216.Part0 = Part92
  4791. Motor216.Part1 = Part603
  4792. Part217.Parent = Model0
  4793. Part217.Material = Enum.Material.Metal
  4794. Part217.Rotation = Vector3.new(6.81999969, 48.9199982, -118.619995)
  4795. Part217.Anchored = true
  4796. Part217.FormFactor = Enum.FormFactor.Custom
  4797. Part217.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4798. Part217.CFrame = CFrame.new(45.6775513, 0.82118094, 147.352173, -0.314772427, 0.576901257, 0.753738105, -0.914481342, -0.397036105, -0.0780158192, 0.254250944, -0.713830471, 0.652535677)
  4799. Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4800. Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4801. Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4802. Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4803. Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. Part217.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
  4806. Part217.Orientation = Vector3.new(4.46999979, 49.1199989, -113.470001)
  4807. SpecialMesh218.Parent = Part217
  4808. SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  4809. SpecialMesh218.MeshType = Enum.MeshType.Wedge
  4810. SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  4811. Folder219.Name = "CFrames"
  4812. Folder219.Parent = Part217
  4813. CFrameValue220.Name = "C0"
  4814. CFrameValue220.Parent = Folder219
  4815. CFrameValue220.Value = CFrame.new(0.0399475098, 10.3271942, 0.470355988, 0.92824614, 0.361371487, 0.0881471038, 0.221980989, -0.728330076, 0.648274839, 0.298472852, -0.582201898, -0.756300449)
  4816. Part221.Name = "Blade"
  4817. Part221.Parent = Model0
  4818. Part221.Material = Enum.Material.Metal
  4819. Part221.Rotation = Vector3.new(178.37999, 0.0299999993, 81.2200012)
  4820. Part221.Anchored = true
  4821. Part221.FormFactor = Enum.FormFactor.Custom
  4822. Part221.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
  4823. Part221.CFrame = CFrame.new(45.3936234, 0.69665283, 142.7771, 0.152687564, -0.988283336, 0.000596971717, -0.987876356, -0.152641192, -0.0283106118, 0.0280692354, 0.00373267988, -0.999599099)
  4824. Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4825. Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4826. Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4830. Part221.Position = Vector3.new(45.3936234, 0.69665283, 142.7771)
  4831. Part221.Orientation = Vector3.new(1.62, 179.970001, -98.7799988)
  4832. SpecialMesh222.Parent = Part221
  4833. SpecialMesh222.Scale = Vector3.new(0, 1, 1)
  4834. SpecialMesh222.MeshType = Enum.MeshType.Wedge
  4835. SpecialMesh222.Scale = Vector3.new(0, 1, 1)
  4836. Script223.Parent = Part221
  4837. table.insert(cors,sandbox(Script223,function()
  4838. function onTouched(hit)
  4839. local human = hit.Parent:FindFirstChild("Humanoid")
  4840.  
  4841. if (human ~= nil) then
  4842. human.Health = human.Health - 50
  4843. end
  4844. end
  4845.  
  4846.  
  4847. connection = script.Parent.Touched:connect(onTouched)
  4848.  
  4849. end))
  4850. Folder224.Name = "CFrames"
  4851. Folder224.Parent = Part221
  4852. CFrameValue225.Name = "C0"
  4853. CFrameValue225.Parent = Folder224
  4854. CFrameValue225.Value = CFrame.new(0.00655031204, 5.75100708, 0.761394501, 0.98546505, 0.169723332, -0.00727678835, -0.00733313896, -0.000301621389, -0.999973297, -0.169724479, 0.985509098, 0.0009475681)
  4855. Part226.Parent = Model0
  4856. Part226.Material = Enum.Material.Metal
  4857. Part226.Rotation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
  4858. Part226.Anchored = true
  4859. Part226.FormFactor = Enum.FormFactor.Custom
  4860. Part226.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  4861. Part226.CFrame = CFrame.new(45.6791725, 0.624415278, 142.764938, -0.354287207, 0.935146093, -0.000347463414, -0.93428427, -0.353945196, 0.0428523757, 0.0399493128, 0.0155064762, 0.999081612)
  4862. Part226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4863. Part226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4864. Part226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. Part226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4866. Part226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. Part226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. Part226.Position = Vector3.new(45.6791725, 0.624415278, 142.764938)
  4869. Part226.Orientation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
  4870. SpecialMesh227.Parent = Part226
  4871. SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
  4872. SpecialMesh227.MeshType = Enum.MeshType.Wedge
  4873. SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
  4874. Folder228.Name = "CFrames"
  4875. Folder228.Parent = Part226
  4876. CFrameValue229.Name = "C0"
  4877. CFrameValue229.Parent = Folder228
  4878. CFrameValue229.Value = CFrame.new(0.073366642, 5.73587036, 0.47467041, 0.941093504, 0.338068932, -0.00727631897, 0.00716646761, 0.00156970415, 0.999973476, 0.33807677, -0.941136837, -0.000945724081)
  4879. Part230.Parent = Model0
  4880. Part230.Material = Enum.Material.Metal
  4881. Part230.Rotation = Vector3.new(178, -2.38999987, -79.2299957)
  4882. Part230.Anchored = true
  4883. Part230.FormFactor = Enum.FormFactor.Custom
  4884. Part230.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
  4885. Part230.CFrame = CFrame.new(45.5870514, 0.659938395, 142.778656, 0.186728075, 0.981533825, -0.0417330079, 0.981512308, -0.188205153, -0.0348229259, -0.0420332886, -0.0344586968, -0.998522043)
  4886. Part230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. Part230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. Part230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. Part230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4890. Part230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4891. Part230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4892. Part230.Position = Vector3.new(45.5870514, 0.659938395, 142.778656)
  4893. Part230.Orientation = Vector3.new(2, -177.610001, 100.849998)
  4894. SpecialMesh231.Parent = Part230
  4895. SpecialMesh231.Scale = Vector3.new(0, 1, 1)
  4896. SpecialMesh231.MeshType = Enum.MeshType.Wedge
  4897. SpecialMesh231.Scale = Vector3.new(0, 1, 1)
  4898. Folder232.Name = "CFrames"
  4899. Folder232.Parent = Part230
  4900. CFrameValue233.Name = "C0"
  4901. CFrameValue233.Parent = Folder232
  4902. CFrameValue233.Value = CFrame.new(0.0399506092, 5.75097656, 0.567359924, -0.985464811, 0.169880122, -1.71363354e-07, -0.00733011961, -0.0425292924, -0.999068737, -0.169724315, -0.984564066, 0.0431572944)
  4903. Part234.Parent = Model0
  4904. Part234.Material = Enum.Material.Metal
  4905. Part234.Rotation = Vector3.new(-1.62, -0.140000001, 69.25)
  4906. Part234.Anchored = true
  4907. Part234.FormFactor = Enum.FormFactor.Custom
  4908. Part234.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  4909. Part234.CFrame = CFrame.new(46.6513557, 0.741348386, 142.762177, 0.354266912, -0.935150623, -0.002477156, 0.934794307, 0.354057461, 0.0283431653, -0.0256272666, -0.0123565048, 0.999595284)
  4910. Part234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. Part234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4912. Part234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. Part234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4914. Part234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4915. Part234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4916. Part234.Position = Vector3.new(46.6513557, 0.741348386, 142.762177)
  4917. Part234.Orientation = Vector3.new(-1.62, -0.140000001, 69.2600021)
  4918. SpecialMesh235.Parent = Part234
  4919. SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
  4920. SpecialMesh235.MeshType = Enum.MeshType.Wedge
  4921. SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
  4922. Folder236.Name = "CFrames"
  4923. Folder236.Parent = Part234
  4924. CFrameValue237.Name = "C0"
  4925. CFrameValue237.Parent = Folder236
  4926. CFrameValue237.Value = CFrame.new(-0.0603640079, 5.73588562, -0.495357513, -0.941093385, -0.338069022, 0.00727660023, 0.00716467388, 0.00158227049, 0.999973297, -0.3380768, 0.941136897, 0.000932918396)
  4927. Part238.Parent = Model0
  4928. Part238.Material = Enum.Material.Pebble
  4929. Part238.BrickColor = BrickColor.new("Black")
  4930. Part238.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4931. Part238.Anchored = true
  4932. Part238.FormFactor = Enum.FormFactor.Custom
  4933. Part238.Size = Vector3.new(0.316868067, 0.77600342, 9.15252972)
  4934. Part238.CFrame = CFrame.new(46.1652679, 0.682848155, 142.76358, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
  4935. Part238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4936. Part238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4937. Part238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. Part238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. Part238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4940. Part238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4942. Part238.Position = Vector3.new(46.1652679, 0.682848155, 142.76358)
  4943. Part238.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4944. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4945. BlockMesh239.Parent = Part238
  4946. BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
  4947. BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
  4948. Folder240.Name = "CFrames"
  4949. Folder240.Parent = Part238
  4950. CFrameValue241.Name = "C0"
  4951. CFrameValue241.Parent = Folder240
  4952. CFrameValue241.Value = CFrame.new(0.00653576851, 5.73590088, -0.010345459, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
  4953. Part242.Parent = Model0
  4954. Part242.Material = Enum.Material.Metal
  4955. Part242.Rotation = Vector3.new(178.769989, -39.2099991, -61.9499969)
  4956. Part242.Anchored = true
  4957. Part242.FormFactor = Enum.FormFactor.Custom
  4958. Part242.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4959. Part242.CFrame = CFrame.new(46.1573181, 0.834599257, 147.963852, 0.364397198, 0.683805525, -0.632172763, 0.875925481, -0.482159913, -0.0166385099, -0.316182584, -0.547668457, -0.774653494)
  4960. Part242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4961. Part242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4962. Part242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4963. Part242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4964. Part242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. Part242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. Part242.Position = Vector3.new(46.1573181, 0.834599257, 147.963852)
  4967. Part242.Orientation = Vector3.new(0.949999988, -140.779999, 118.829994)
  4968. SpecialMesh243.Parent = Part242
  4969. SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  4970. SpecialMesh243.MeshType = Enum.MeshType.Wedge
  4971. SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  4972. Folder244.Name = "CFrames"
  4973. Folder244.Parent = Part242
  4974. CFrameValue245.Name = "C0"
  4975. CFrameValue245.Parent = Folder244
  4976. CFrameValue245.Value = CFrame.new(0.0400102139, 10.9382935, -0.0103569031, -0.892780364, 0.45049262, -9.99309123e-06, -0.285316288, -0.565455616, -0.773857296, -0.348628283, -0.690893769, 0.633371472)
  4977. Part246.Parent = Model0
  4978. Part246.Material = Enum.Material.Pebble
  4979. Part246.BrickColor = BrickColor.new("Black")
  4980. Part246.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
  4981. Part246.Anchored = true
  4982. Part246.FormFactor = Enum.FormFactor.Custom
  4983. Part246.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
  4984. Part246.CFrame = CFrame.new(46.6502075, 0.674470544, 142.764557, 0.0172710866, 0.999858677, 0.00141236559, 0.999218166, -0.0172103029, -0.0355986841, -0.0355684496, 0.00202620635, -0.99936533)
  4985. Part246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. Part246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4987. Part246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. Part246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. Part246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4990. Part246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4991. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4992. Part246.Position = Vector3.new(46.6502075, 0.674470544, 142.764557)
  4993. Part246.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
  4994. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4995. SpecialMesh247.Parent = Part246
  4996. SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  4997. SpecialMesh247.MeshType = Enum.MeshType.Wedge
  4998. SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  4999. Folder248.Name = "CFrames"
  5000. Folder248.Parent = Part246
  5001. CFrameValue249.Name = "C0"
  5002. CFrameValue249.Parent = Folder248
  5003. CFrameValue249.Value = CFrame.new(0.00656628609, 5.73588562, -0.495365143, -1.00000012, 2.50685844e-07, -1.82539225e-07, 1.33737922e-06, -6.20516948e-06, -1.00000036, 2.96007784e-07, -1.00001764, 6.38607889e-06)
  5004. Part250.Parent = Model0
  5005. Part250.Material = Enum.Material.Metal
  5006. Part250.Rotation = Vector3.new(-10.9299994, -49.079998, 61.3400002)
  5007. Part250.Anchored = true
  5008. Part250.FormFactor = Enum.FormFactor.Custom
  5009. Part250.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5010. Part250.CFrame = CFrame.new(46.6399612, 0.871441901, 147.351761, 0.314143777, -0.574840188, -0.755572677, 0.930286288, 0.345179856, 0.12417198, 0.1894283, -0.741900086, 0.643196344)
  5011. Part250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5012. Part250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5013. Part250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5014. Part250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5015. Part250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. Part250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5017. Part250.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
  5018. Part250.Orientation = Vector3.new(-7.12999964, -49.5900002, 69.6399994)
  5019. SpecialMesh251.Parent = Part250
  5020. SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  5021. SpecialMesh251.MeshType = Enum.MeshType.Wedge
  5022. SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  5023. Folder252.Name = "CFrames"
  5024. Folder252.Parent = Part250
  5025. CFrameValue253.Name = "C0"
  5026. CFrameValue253.Parent = Folder252
  5027. CFrameValue253.Value = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, -0.928246558, -0.361370564, -0.0881473124, 0.221980169, -0.728325486, 0.648280442, -0.298474073, 0.582207382, 0.756295562)
  5028. Part254.Parent = Model0
  5029. Part254.Material = Enum.Material.Metal
  5030. Part254.Rotation = Vector3.new(-175.419998, 49.3400002, 64.3499985)
  5031. Part254.Anchored = true
  5032. Part254.FormFactor = Enum.FormFactor.Custom
  5033. Part254.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
  5034. Part254.CFrame = CFrame.new(46.3512077, 0.784967601, 147.600266, 0.282076389, -0.58731091, 0.75862819, -0.924751401, -0.37700662, 0.0519752726, 0.255479366, -0.716197312, -0.64945507)
  5035. Part254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5036. Part254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5037. Part254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5038. Part254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5039. Part254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5040. Part254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5041. Part254.Position = Vector3.new(46.3512077, 0.784967601, 147.600266)
  5042. Part254.Orientation = Vector3.new(-2.98000002, 130.569992, -112.18)
  5043. SpecialMesh255.Parent = Part254
  5044. SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
  5045. SpecialMesh255.MeshType = Enum.MeshType.Wedge
  5046. SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
  5047. Folder256.Name = "CFrames"
  5048. Folder256.Parent = Part254
  5049. CFrameValue257.Name = "C0"
  5050. CFrameValue257.Parent = Folder256
  5051. CFrameValue257.Value = CFrame.new(0.0733220577, 10.5728912, -0.204338074, 0.928243577, 0.361380726, -0.0881375819, 0.221996307, -0.728330791, -0.648268759, -0.298470855, 0.582195222, -0.756306469)
  5052. Part258.Parent = Model0
  5053. Part258.Material = Enum.Material.Metal
  5054. Part258.Rotation = Vector3.new(-173.179993, -48.9199982, -61.3799973)
  5055. Part258.Anchored = true
  5056. Part258.FormFactor = Enum.FormFactor.Custom
  5057. Part258.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
  5058. Part258.CFrame = CFrame.new(45.9632797, 0.791593075, 147.599487, 0.314769983, 0.576892912, -0.753745556, 0.914482951, -0.397031546, 0.0780205354, -0.2542485, -0.71383965, -0.652526498)
  5059. Part258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5060. Part258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5061. Part258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. Part258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5063. Part258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5064. Part258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5065. Part258.Position = Vector3.new(45.9632797, 0.791593075, 147.599487)
  5066. Part258.Orientation = Vector3.new(-4.46999979, -130.87999, 113.470001)
  5067. SpecialMesh259.Parent = Part258
  5068. SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
  5069. SpecialMesh259.MeshType = Enum.MeshType.Wedge
  5070. SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
  5071. Folder260.Name = "CFrames"
  5072. Folder260.Parent = Part258
  5073. CFrameValue261.Name = "C0"
  5074. CFrameValue261.Parent = Folder260
  5075. CFrameValue261.Value = CFrame.new(0.073374033, 10.5729065, 0.183654785, -0.928247571, 0.361366749, -0.0881513506, -0.221978486, -0.728339076, -0.648265481, -0.298470378, -0.582193434, 0.75630796)
  5076. Part262.Parent = Model0
  5077. Part262.Material = Enum.Material.Metal
  5078. Part262.Rotation = Vector3.new(-1.23000002, 39.2099991, -118.049995)
  5079. Part262.Anchored = true
  5080. Part262.FormFactor = Enum.FormFactor.Custom
  5081. Part262.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
  5082. Part262.CFrame = CFrame.new(45.8711739, 0.827120245, 147.613251, -0.364400655, 0.683811307, 0.632164598, -0.87592274, -0.482164592, 0.0166446399, 0.316185743, -0.547657311, 0.77466017)
  5083. Part262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5084. Part262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5085. Part262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5086. Part262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5087. Part262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. Part262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. Part262.Position = Vector3.new(45.8711739, 0.827120245, 147.613251)
  5090. Part262.Orientation = Vector3.new(-0.949999988, 39.2199974, -118.829994)
  5091. SpecialMesh263.Parent = Part262
  5092. SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
  5093. SpecialMesh263.MeshType = Enum.MeshType.Wedge
  5094. SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
  5095. Folder264.Name = "CFrames"
  5096. Folder264.Parent = Part262
  5097. CFrameValue265.Name = "C0"
  5098. CFrameValue265.Parent = Folder264
  5099. CFrameValue265.Value = CFrame.new(0.0399551392, 10.5880585, 0.276332855, 0.892777801, 0.450497568, 4.24683094e-06, 0.285319567, -0.565444648, 0.77386421, 0.34863174, -0.690899611, -0.633363307)
  5100. Part266.Parent = Model0
  5101. Part266.Material = Enum.Material.Metal
  5102. Part266.Rotation = Vector3.new(-2.8499999, -39.3699989, 61.9399986)
  5103. Part266.Anchored = true
  5104. Part266.FormFactor = Enum.FormFactor.Custom
  5105. Part266.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
  5106. Part266.CFrame = CFrame.new(46.4455948, 0.884069622, 147.61203, 0.363592893, -0.682211816, -0.634353876, 0.896237195, 0.441905677, 0.0384528488, 0.254089862, -0.582507372, 0.772090495)
  5107. Part266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. Part266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5109. Part266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. Part266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. Part266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. Part266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. Part266.Position = Vector3.new(46.4455948, 0.884069622, 147.61203)
  5114. Part266.Orientation = Vector3.new(-2.20000005, -39.4099998, 63.75)
  5115. SpecialMesh267.Parent = Part266
  5116. SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
  5117. SpecialMesh267.MeshType = Enum.MeshType.Wedge
  5118. SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
  5119. Folder268.Name = "CFrames"
  5120. Folder268.Parent = Part266
  5121. CFrameValue269.Name = "C0"
  5122. CFrameValue269.Parent = Folder268
  5123. CFrameValue269.Value = CFrame.new(-0.0269141197, 10.5880432, -0.297027588, -0.892778099, -0.450496852, -4.13507223e-06, 0.285318404, -0.565438211, 0.773869276, -0.348633587, 0.690904558, 0.63335669)
  5124. Part270.Parent = Model0
  5125. Part270.Material = Enum.Material.Metal
  5126. Part270.Rotation = Vector3.new(178.37999, 0.0299999993, -108.769997)
  5127. Part270.Anchored = true
  5128. Part270.FormFactor = Enum.FormFactor.Custom
  5129. Part270.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5130. Part270.CFrame = CFrame.new(45.678688, 0.887912512, 147.349823, -0.321783394, 0.946822584, 0.000598169398, 0.94642967, 0.321667135, -0.0283090137, -0.0269952919, -0.00854284689, -0.999599218)
  5131. Part270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. Part270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5133. Part270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. Part270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5135. Part270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5136. Part270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5137. Part270.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
  5138. Part270.Orientation = Vector3.new(1.62, 179.970001, 71.2299957)
  5139. SpecialMesh271.Parent = Part270
  5140. SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5141. SpecialMesh271.MeshType = Enum.MeshType.Wedge
  5142. SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5143. Folder272.Name = "CFrames"
  5144. Folder272.Parent = Part270
  5145. CFrameValue273.Name = "C0"
  5146. CFrameValue273.Parent = Folder272
  5147. CFrameValue273.Value = CFrame.new(-0.0268354416, 10.32724, 0.470371246, -0.941092193, -0.338072121, -0.00727840886, 0.00717080384, 0.00157057121, -0.999973357, 0.338080913, -0.941135466, 0.000946398242)
  5148. Part274.Parent = Model0
  5149. Part274.Material = Enum.Material.Metal
  5150. Part274.Rotation = Vector3.new(178.769989, -39.2099991, -115.5)
  5151. Part274.Anchored = true
  5152. Part274.FormFactor = Enum.FormFactor.Custom
  5153. Part274.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5154. Part274.CFrame = CFrame.new(46.158474, 0.901368618, 147.961487, -0.333549201, 0.699376404, -0.632167161, 0.908239603, 0.418119907, -0.0166392047, 0.252682835, -0.579703629, -0.774658263)
  5155. Part274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5156. Part274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5157. Part274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5158. Part274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. Part274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5160. Part274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5161. Part274.Position = Vector3.new(46.158474, 0.901368618, 147.961487)
  5162. Part274.Orientation = Vector3.new(0.949999988, -140.779999, 65.2799988)
  5163. SpecialMesh275.Parent = Part274
  5164. SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5165. SpecialMesh275.MeshType = Enum.MeshType.Wedge
  5166. SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5167. Folder276.Name = "CFrames"
  5168. Folder276.Parent = Part274
  5169. CFrameValue277.Name = "C0"
  5170. CFrameValue277.Parent = Folder276
  5171. CFrameValue277.Value = CFrame.new(-0.0268108845, 10.9382935, -0.0103569031, -0.892780781, -0.450491518, -9.56654549e-06, 0.285328537, -0.565442979, -0.773862123, 0.348619372, -0.690903366, 0.633365929)
  5172. Part278.Parent = Model0
  5173. Part278.Material = Enum.Material.Metal
  5174. Part278.Rotation = Vector3.new(-2.8499999, -39.3699989, 115.489998)
  5175. Part278.Anchored = true
  5176. Part278.FormFactor = Enum.FormFactor.Custom
  5177. Part278.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
  5178. Part278.CFrame = CFrame.new(46.4444466, 0.817285001, 147.614426, -0.332740188, -0.697777033, -0.634357095, 0.887926757, -0.458375186, 0.0384567641, -0.317604452, -0.550462008, 0.772087634)
  5179. Part278.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5180. Part278.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5181. Part278.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5182. Part278.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5183. Part278.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5184. Part278.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. Part278.Position = Vector3.new(46.4444466, 0.817285001, 147.614426)
  5186. Part278.Orientation = Vector3.new(-2.20000005, -39.4099998, 117.299995)
  5187. SpecialMesh279.Parent = Part278
  5188. SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
  5189. SpecialMesh279.MeshType = Enum.MeshType.Wedge
  5190. SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
  5191. Folder280.Name = "CFrames"
  5192. Folder280.Parent = Part278
  5193. CFrameValue281.Name = "C0"
  5194. CFrameValue281.Parent = Folder280
  5195. CFrameValue281.Value = CFrame.new(0.0399231911, 10.5880737, -0.297035217, -0.892782509, 0.450488567, -8.09505582e-06, -0.285321057, -0.565440655, 0.773866534, 0.348619968, 0.690908551, 0.633359969)
  5196. Part282.Parent = Model0
  5197. Part282.Material = Enum.Material.Metal
  5198. Part282.Rotation = Vector3.new(-8.63000011, 49.1800003, -64.3699951)
  5199. Part282.Anchored = true
  5200. Part282.FormFactor = Enum.FormFactor.Custom
  5201. Part282.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5202. Part282.CFrame = CFrame.new(45.678688, 0.887912512, 147.349823, 0.282708883, 0.589380026, 0.75678587, -0.940554798, 0.325158566, 0.0981263965, -0.188240483, -0.739532888, 0.646263838)
  5203. Part282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5204. Part282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. Part282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5206. Part282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5207. Part282.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5208. Part282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5209. Part282.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
  5210. Part282.Orientation = Vector3.new(-5.62999964, 49.5, -70.9300003)
  5211. SpecialMesh283.Parent = Part282
  5212. SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5213. SpecialMesh283.MeshType = Enum.MeshType.Wedge
  5214. SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5215. Folder284.Name = "CFrames"
  5216. Folder284.Parent = Part282
  5217. CFrameValue285.Name = "C0"
  5218. CFrameValue285.Parent = Folder284
  5219. CFrameValue285.Value = CFrame.new(-0.0268354416, 10.32724, 0.470371246, 0.928240955, -0.361388117, -0.0881330818, -0.222005397, -0.728324115, 0.648273289, -0.298473358, -0.582197547, -0.756303608)
  5220. Part286.Parent = Model0
  5221. Part286.Material = Enum.Material.Pebble
  5222. Part286.BrickColor = BrickColor.new("Black")
  5223. Part286.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
  5224. Part286.Anchored = true
  5225. Part286.FormFactor = Enum.FormFactor.Custom
  5226. Part286.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
  5227. Part286.CFrame = CFrame.new(46.3523903, 0.851650596, 147.597885, 0.0172710866, 0.999858677, 0.00141236559, 0.999218166, -0.0172103029, -0.0355986841, -0.0355684496, 0.00202620635, -0.99936533)
  5228. Part286.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5229. Part286.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5230. Part286.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5231. Part286.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5232. Part286.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5233. Part286.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5234. Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5235. Part286.Position = Vector3.new(46.3523903, 0.851650596, 147.597885)
  5236. Part286.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
  5237. Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5238. SpecialMesh287.Parent = Part286
  5239. SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
  5240. SpecialMesh287.MeshType = Enum.MeshType.Wedge
  5241. SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
  5242. Folder288.Name = "CFrames"
  5243. Folder288.Parent = Part286
  5244. CFrameValue289.Name = "C0"
  5245. CFrameValue289.Parent = Folder288
  5246. CFrameValue289.Value = CFrame.new(0.00658583641, 10.572876, -0.204364777, -1.00000012, 2.50685844e-07, -1.82539225e-07, 1.33737922e-06, -6.20516948e-06, -1.00000036, 2.96007784e-07, -1.00001764, 6.38607889e-06)
  5247. Part290.Parent = Model0
  5248. Part290.Material = Enum.Material.Pebble
  5249. Part290.BrickColor = BrickColor.new("Black")
  5250. Part290.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  5251. Part290.Anchored = true
  5252. Part290.FormFactor = Enum.FormFactor.Custom
  5253. Part290.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
  5254. Part290.CFrame = CFrame.new(45.9644089, 0.858327568, 147.597107, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
  5255. Part290.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5256. Part290.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5257. Part290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. Part290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5259. Part290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. Part290.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5262. Part290.Position = Vector3.new(45.9644089, 0.858327568, 147.597107)
  5263. Part290.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  5264. Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5265. SpecialMesh291.Parent = Part290
  5266. SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
  5267. SpecialMesh291.MeshType = Enum.MeshType.Wedge
  5268. SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
  5269. Folder292.Name = "CFrames"
  5270. Folder292.Parent = Part290
  5271. CFrameValue293.Name = "C0"
  5272. CFrameValue293.Parent = Folder292
  5273. CFrameValue293.Value = CFrame.new(0.00658726692, 10.5728912, 0.183677673, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
  5274. Part294.Parent = Model0
  5275. Part294.Material = Enum.Material.Metal
  5276. Part294.Rotation = Vector3.new(177.149994, 39.3699989, 118.059998)
  5277. Part294.Anchored = true
  5278. Part294.FormFactor = Enum.FormFactor.Custom
  5279. Part294.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5280. Part294.CFrame = CFrame.new(46.1584435, 0.901474953, 147.961487, -0.363589376, -0.682206094, 0.634362102, -0.896239698, 0.441900402, -0.0384584554, -0.254086584, -0.582518101, -0.772083461)
  5281. Part294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5282. Part294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. Part294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5284. Part294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5285. Part294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5286. Part294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5287. Part294.Position = Vector3.new(46.1584435, 0.901474953, 147.961487)
  5288. Part294.Orientation = Vector3.new(2.20000005, 140.589996, -63.75)
  5289. SpecialMesh295.Parent = Part294
  5290. SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  5291. SpecialMesh295.MeshType = Enum.MeshType.Wedge
  5292. SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  5293. Folder296.Name = "CFrames"
  5294. Folder296.Parent = Part294
  5295. CFrameValue297.Name = "C0"
  5296. CFrameValue297.Parent = Folder296
  5297. CFrameValue297.Value = CFrame.new(-0.0269165039, 10.9383087, -0.0103263855, 0.892780662, -0.450492084, 9.84407961e-06, -0.285315216, -0.565449119, -0.773862422, 0.348630041, 0.690898776, -0.633364975)
  5298. Part298.Parent = Model0
  5299. Part298.Material = Enum.Material.Metal
  5300. Part298.Rotation = Vector3.new(177.539993, 0.0199999996, -69.25)
  5301. Part298.Anchored = true
  5302. Part298.FormFactor = Enum.FormFactor.Custom
  5303. Part298.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5304. Part298.CFrame = CFrame.new(45.6775513, 0.82118094, 147.352173, 0.354287177, 0.935146213, 0.000347635243, 0.93428427, -0.353945196, -0.0428519249, -0.0399488397, 0.0155064762, -0.999081552)
  5305. Part298.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5306. Part298.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5307. Part298.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5308. Part298.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5309. Part298.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5310. Part298.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. Part298.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
  5312. Part298.Orientation = Vector3.new(2.46000004, 179.979996, 110.75)
  5313. SpecialMesh299.Parent = Part298
  5314. SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5315. SpecialMesh299.MeshType = Enum.MeshType.Wedge
  5316. SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5317. Folder300.Name = "CFrames"
  5318. Folder300.Parent = Part298
  5319. CFrameValue301.Name = "C0"
  5320. CFrameValue301.Parent = Folder300
  5321. CFrameValue301.Value = CFrame.new(0.0399475098, 10.3271942, 0.470355988, -0.941093504, 0.338068932, 0.00727586448, -0.0071659945, 0.00156970415, -0.999973416, -0.33807677, -0.941136956, 0.000945559819)
  5322. Part302.Parent = Model0
  5323. Part302.Material = Enum.Material.Metal
  5324. Part302.Rotation = Vector3.new(178.37999, 0.140000001, 110.75)
  5325. Part302.Anchored = true
  5326. Part302.FormFactor = Enum.FormFactor.Custom
  5327. Part302.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5328. Part302.CFrame = CFrame.new(46.6399612, 0.871441901, 147.351761, -0.354266882, -0.935150623, 0.00247694738, -0.934794486, 0.354057401, -0.0283437185, 0.0256278645, -0.0123565048, -0.999595284)
  5329. Part302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5330. Part302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5331. Part302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5332. Part302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5333. Part302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. Part302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. Part302.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
  5336. Part302.Orientation = Vector3.new(1.62, 179.860001, -69.2600021)
  5337. SpecialMesh303.Parent = Part302
  5338. SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5339. SpecialMesh303.MeshType = Enum.MeshType.Wedge
  5340. SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5341. Folder304.Name = "CFrames"
  5342. Folder304.Parent = Part302
  5343. CFrameValue305.Name = "C0"
  5344. CFrameValue305.Parent = Folder304
  5345. CFrameValue305.Value = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, 0.941093564, -0.338068962, -0.0072760433, -0.0071640797, 0.00158226863, -0.999973357, 0.33807677, 0.941136897, -0.000932719326)
  5346. Part306.Parent = Model0
  5347. Part306.Material = Enum.Material.Metal
  5348. Part306.Rotation = Vector3.new(-1.23000002, 39.2099991, -64.5)
  5349. Part306.Anchored = true
  5350. Part306.FormFactor = Enum.FormFactor.Custom
  5351. Part306.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
  5352. Part306.CFrame = CFrame.new(45.8722992, 0.893850565, 147.610886, 0.333549917, 0.69937551, 0.632167757, -0.908239484, 0.418120146, 0.0166405253, -0.252682269, -0.579704583, 0.774657667)
  5353. Part306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. Part306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5355. Part306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5356. Part306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5357. Part306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5358. Part306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5359. Part306.Position = Vector3.new(45.8722992, 0.893850565, 147.610886)
  5360. Part306.Orientation = Vector3.new(-0.949999988, 39.2199974, -65.2799988)
  5361. SpecialMesh307.Parent = Part306
  5362. SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
  5363. SpecialMesh307.MeshType = Enum.MeshType.Wedge
  5364. SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
  5365. Folder308.Name = "CFrames"
  5366. Folder308.Parent = Part306
  5367. CFrameValue309.Name = "C0"
  5368. CFrameValue309.Parent = Folder308
  5369. CFrameValue309.Value = CFrame.new(-0.0268268585, 10.5880737, 0.276359558, 0.892780662, -0.450491786, 8.21426511e-06, -0.285327971, -0.565443933, 0.773861587, -0.348620087, -0.690902472, -0.633366466)
  5370. Part310.Parent = Model0
  5371. Part310.Material = Enum.Material.Metal
  5372. Part310.Rotation = Vector3.new(169.069992, 49.079998, 118.659996)
  5373. Part310.Anchored = true
  5374. Part310.FormFactor = Enum.FormFactor.Custom
  5375. Part310.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
  5376. Part310.CFrame = CFrame.new(46.3535156, 0.918518782, 147.595535, -0.314141601, -0.574831545, 0.755580127, -0.93028754, 0.345174909, -0.124176271, -0.189425796, -0.741909027, -0.643186688)
  5377. Part310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5378. Part310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5379. Part310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. Part310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. Part310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. Part310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. Part310.Position = Vector3.new(46.3535156, 0.918518782, 147.595535)
  5384. Part310.Orientation = Vector3.new(7.12999964, 130.410004, -69.6399994)
  5385. SpecialMesh311.Parent = Part310
  5386. SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
  5387. SpecialMesh311.MeshType = Enum.MeshType.Wedge
  5388. SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
  5389. Folder312.Name = "CFrames"
  5390. Folder312.Parent = Part310
  5391. CFrameValue313.Name = "C0"
  5392. CFrameValue313.Parent = Folder312
  5393. CFrameValue313.Value = CFrame.new(-0.0603327751, 10.5729065, -0.204334259, 0.928247869, -0.361366093, 0.0881518126, -0.221977711, -0.728334546, -0.648270965, 0.298471868, 0.582198679, -0.756303132)
  5394. Part314.Parent = Model0
  5395. Part314.Material = Enum.Material.Metal
  5396. Part314.Rotation = Vector3.new(177.149994, 39.3699989, 64.5100021)
  5397. Part314.Anchored = true
  5398. Part314.FormFactor = Enum.FormFactor.Custom
  5399. Part314.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5400. Part314.CFrame = CFrame.new(46.1572914, 0.834698617, 147.963852, 0.332739562, -0.697777987, 0.63435638, -0.887926817, -0.458374828, -0.0384581126, 0.317604959, -0.550460935, -0.77208817)
  5401. Part314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5402. Part314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5403. Part314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5404. Part314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5405. Part314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5406. Part314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5407. Part314.Position = Vector3.new(46.1572914, 0.834698617, 147.963852)
  5408. Part314.Orientation = Vector3.new(2.20000005, 140.589996, -117.299995)
  5409. SpecialMesh315.Parent = Part314
  5410. SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5411. SpecialMesh315.MeshType = Enum.MeshType.Wedge
  5412. SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5413. Folder316.Name = "CFrames"
  5414. Folder316.Parent = Part314
  5415. CFrameValue317.Name = "C0"
  5416. CFrameValue317.Parent = Folder316
  5417. CFrameValue317.Value = CFrame.new(0.0399112701, 10.9382935, -0.0103263855, 0.892782569, 0.450488269, 9.43429768e-06, 0.285321534, -0.565439582, -0.77386713, -0.348619342, 0.690909505, -0.633359253)
  5418. Part318.Parent = Model0
  5419. Part318.Material = Enum.Material.Metal
  5420. Part318.Rotation = Vector3.new(4.57999992, -49.3400002, 115.649994)
  5421. Part318.Anchored = true
  5422. Part318.FormFactor = Enum.FormFactor.Custom
  5423. Part318.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5424. Part318.CFrame = CFrame.new(46.6388092, 0.804672241, 147.354111, -0.282078862, -0.587318182, -0.758621633, 0.924749851, -0.377010852, -0.0519713163, -0.255482048, -0.716189146, 0.649463177)
  5425. Part318.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. Part318.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5427. Part318.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5428. Part318.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. Part318.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5430. Part318.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5431. Part318.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
  5432. Part318.Orientation = Vector3.new(2.98000002, -49.4300003, 112.18)
  5433. SpecialMesh319.Parent = Part318
  5434. SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5435. SpecialMesh319.MeshType = Enum.MeshType.Wedge
  5436. SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5437. Folder320.Name = "CFrames"
  5438. Folder320.Parent = Part318
  5439. CFrameValue321.Name = "C0"
  5440. CFrameValue321.Parent = Folder320
  5441. CFrameValue321.Value = CFrame.new(0.0399098396, 10.327179, -0.491054535, -0.928242087, 0.361385345, 0.0881337896, -0.221999049, -0.728322744, 0.648276985, 0.298473299, 0.582202435, 0.756299973)
  5442. Part322.Parent = Model0
  5443. Part322.Material = Enum.Material.Metal
  5444. Part322.Rotation = Vector3.new(177.539993, 0.129999995, 71.2299957)
  5445. Part322.Anchored = true
  5446. Part322.FormFactor = Enum.FormFactor.Custom
  5447. Part322.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5448. Part322.CFrame = CFrame.new(46.6388092, 0.804672241, 147.354111, 0.321763009, -0.946827114, 0.0022263038, -0.945919394, -0.32155478, -0.0428866185, 0.0413212292, 0.0116929989, -0.999077559)
  5449. Part322.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5450. Part322.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5451. Part322.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5452. Part322.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. Part322.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5454. Part322.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5455. Part322.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
  5456. Part322.Orientation = Vector3.new(2.46000004, 179.869995, -108.769997)
  5457. SpecialMesh323.Parent = Part322
  5458. SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5459. SpecialMesh323.MeshType = Enum.MeshType.Wedge
  5460. SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5461. Folder324.Name = "CFrames"
  5462. Folder324.Parent = Part322
  5463. CFrameValue325.Name = "C0"
  5464. CFrameValue325.Parent = Folder324
  5465. CFrameValue325.Value = CFrame.new(0.0399098396, 10.327179, -0.491054535, 0.941092253, 0.338071972, 0.00727823004, 0.00716423616, 0.0015815869, -0.999973357, -0.338080883, 0.941135466, -0.000933448086)
  5466. Part326.Parent = Model0
  5467. Part326.Material = Enum.Material.Pebble
  5468. Part326.BrickColor = BrickColor.new("Black")
  5469. Part326.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  5470. Part326.Anchored = true
  5471. Part326.FormFactor = Enum.FormFactor.Custom
  5472. Part326.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
  5473. Part326.CFrame = CFrame.new(45.6803131, 0.691180348, 142.762589, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
  5474. Part326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5475. Part326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5476. Part326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5477. Part326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5478. Part326.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5479. Part326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5480. Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5481. Part326.Position = Vector3.new(45.6803131, 0.691180348, 142.762589)
  5482. Part326.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  5483. Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5484. SpecialMesh327.Parent = Part326
  5485. SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  5486. SpecialMesh327.MeshType = Enum.MeshType.Wedge
  5487. SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  5488. Folder328.Name = "CFrames"
  5489. Folder328.Parent = Part326
  5490. CFrameValue329.Name = "C0"
  5491. CFrameValue329.Parent = Folder328
  5492. CFrameValue329.Value = CFrame.new(0.00655055046, 5.73590088, 0.474681854, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
  5493. Part330.Parent = Model0
  5494. Part330.Material = Enum.Material.Metal
  5495. Part330.Rotation = Vector3.new(171.369995, -49.1800003, -115.629997)
  5496. Part330.Anchored = true
  5497. Part330.FormFactor = Enum.FormFactor.Custom
  5498. Part330.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
  5499. Part330.CFrame = CFrame.new(45.96558, 0.925104201, 147.594742, -0.282706469, 0.589372575, -0.756792545, 0.94055599, 0.325153828, -0.0981299281, 0.188237682, -0.739540875, -0.646255493)
  5500. Part330.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5501. Part330.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5502. Part330.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5503. Part330.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5504. Part330.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. Part330.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5506. Part330.Position = Vector3.new(45.96558, 0.925104201, 147.594742)
  5507. Part330.Orientation = Vector3.new(5.62999964, -130.5, 70.9300003)
  5508. SpecialMesh331.Parent = Part330
  5509. SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
  5510. SpecialMesh331.MeshType = Enum.MeshType.Wedge
  5511. SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
  5512. Folder332.Name = "CFrames"
  5513. Folder332.Parent = Part330
  5514. CFrameValue333.Name = "C0"
  5515. CFrameValue333.Parent = Folder332
  5516. CFrameValue333.Value = CFrame.new(-0.0602412224, 10.5729065, 0.183662415, -0.928242326, -0.361383498, 0.0881370232, 0.222002625, -0.728332281, -0.648265064, 0.298470974, -0.582190216, 0.756310225)
  5517. Part334.Parent = Model0
  5518. Part334.Material = Enum.Material.Metal
  5519. Part334.Rotation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
  5520. Part334.Anchored = true
  5521. Part334.FormFactor = Enum.FormFactor.Custom
  5522. Part334.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  5523. Part334.CFrame = CFrame.new(45.6814804, 0.757968128, 142.760223, 0.321783036, 0.946822703, -0.000598755199, -0.94642967, 0.321666807, 0.028310366, 0.0269967597, -0.0085427165, 0.999599218)
  5524. Part334.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5525. Part334.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5526. Part334.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. Part334.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5528. Part334.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5529. Part334.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5530. Part334.Position = Vector3.new(45.6814804, 0.757968128, 142.760223)
  5531. Part334.Orientation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
  5532. SpecialMesh335.Parent = Part334
  5533. SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
  5534. SpecialMesh335.MeshType = Enum.MeshType.Wedge
  5535. SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
  5536. Folder336.Name = "CFrames"
  5537. Folder336.Parent = Part334
  5538. CFrameValue337.Name = "C0"
  5539. CFrameValue337.Parent = Folder336
  5540. CFrameValue337.Value = CFrame.new(-0.0602891445, 5.73591614, 0.47467041, 0.941092193, -0.338071793, 0.00727706961, -0.00716933794, 0.00157069042, 0.999973416, -0.338080555, -0.941135585, -0.000945789274)
  5541. Part338.Parent = Model0
  5542. Part338.Material = Enum.Material.Metal
  5543. Part338.BrickColor = BrickColor.new("Black")
  5544. Part338.Rotation = Vector3.new(-1.04999995, 44.9099998, 88.5999985)
  5545. Part338.Anchored = true
  5546. Part338.FormFactor = Enum.FormFactor.Custom
  5547. Part338.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5548. Part338.CFrame = CFrame.new(45.6487999, 0.549543679, 138.705826, 0.0172700547, -0.70800215, 0.706011534, 0.999218106, 0.0373395383, 0.0130016981, -0.035566479, 0.705228806, 0.708087325)
  5549. Part338.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5550. Part338.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5551. Part338.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5552. Part338.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5553. Part338.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5554. Part338.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5555. Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5556. Part338.Position = Vector3.new(45.6487999, 0.549543679, 138.705826)
  5557. Part338.Orientation = Vector3.new(-0.74000001, 44.9199982, 87.8600006)
  5558. Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5559. BlockMesh339.Parent = Part338
  5560. BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5561. BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5562. Folder340.Name = "CFrames"
  5563. Folder340.Parent = Part338
  5564. CFrameValue341.Name = "C0"
  5565. CFrameValue341.Parent = Folder340
  5566. CFrameValue341.Value = CFrame.new(0.00432515144, 1.67671204, 0.512001038, -0.99999994, 2.07312405e-06, 9.79751348e-07, 3.30433249e-06, 0.707114875, 0.707099199, 1.32391142e-06, 0.707111299, -0.707127154)
  5567. Part342.Parent = Model0
  5568. Part342.Material = Enum.Material.Metal
  5569. Part342.BrickColor = BrickColor.new("Black")
  5570. Part342.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  5571. Part342.Anchored = true
  5572. Part342.FormFactor = Enum.FormFactor.Custom
  5573. Part342.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5574. Part342.CFrame = CFrame.new(46.5224266, 0.538588107, 138.822189, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
  5575. Part342.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5576. Part342.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5577. Part342.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. Part342.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. Part342.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. Part342.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5581. Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5582. Part342.Position = Vector3.new(46.5224266, 0.538588107, 138.822189)
  5583. Part342.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  5584. Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5585. BlockMesh343.Parent = Part342
  5586. BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5587. BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5588. Folder344.Name = "CFrames"
  5589. Folder344.Parent = Part342
  5590. CFrameValue345.Name = "C0"
  5591. CFrameValue345.Parent = Folder344
  5592. CFrameValue345.Value = CFrame.new(0.00432252884, 1.79136658, -0.361927032, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
  5593. Part346.Parent = Model0
  5594. Part346.Material = Enum.Material.Metal
  5595. Part346.BrickColor = BrickColor.new("Black")
  5596. Part346.Rotation = Vector3.new(-0.329999983, 59.9099998, 88.0299988)
  5597. Part346.Anchored = true
  5598. Part346.FormFactor = Enum.FormFactor.Custom
  5599. Part346.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5600. Part346.CFrame = CFrame.new(45.7986488, 0.551043391, 138.821152, 0.0172701981, -0.501147628, 0.865199745, 0.999218225, 0.0394326486, 0.00289448164, -0.0355667919, 0.864465654, 0.501432478)
  5601. Part346.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5602. Part346.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5603. Part346.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5604. Part346.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5605. Part346.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5606. Part346.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5607. Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5608. Part346.Position = Vector3.new(45.7986488, 0.551043391, 138.821152)
  5609. Part346.Orientation = Vector3.new(-0.170000002, 59.9099998, 87.7399979)
  5610. Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5611. BlockMesh347.Parent = Part346
  5612. BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5613. BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5614. Folder348.Name = "CFrames"
  5615. Folder348.Parent = Part346
  5616. CFrameValue349.Name = "C0"
  5617. CFrameValue349.Parent = Folder348
  5618. CFrameValue349.Value = CFrame.new(0.00434017181, 1.79180908, 0.361961365, -1.00000012, 1.92224979e-06, 3.85567546e-07, 2.9951334e-06, 0.866031647, 0.499989808, 1.1829834e-06, 0.499998391, -0.866046786)
  5619. Part350.Parent = Model0
  5620. Part350.Material = Enum.Material.Metal
  5621. Part350.BrickColor = BrickColor.new("Black")
  5622. Part350.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
  5623. Part350.Anchored = true
  5624. Part350.FormFactor = Enum.FormFactor.Custom
  5625. Part350.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5626. Part350.CFrame = CFrame.new(45.9213982, 0.541616082, 138.49411, -0.0172714479, -0.708024263, -0.705989361, -0.999217987, 0.0373425111, -0.0130043048, 0.0355698988, 0.705206394, -0.708109438)
  5627. Part350.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5628. Part350.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. Part350.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. Part350.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. Part350.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. Part350.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5634. Part350.Position = Vector3.new(45.9213982, 0.541616082, 138.49411)
  5635. Part350.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
  5636. Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5637. BlockMesh351.Parent = Part350
  5638. BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5639. BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5640. Folder352.Name = "CFrames"
  5641. Folder352.Parent = Part350
  5642. CFrameValue353.Name = "C0"
  5643. CFrameValue353.Parent = Folder352
  5644. CFrameValue353.Value = CFrame.new(7.62939453e-06, 1.46446228, 0.23973465, 1, -1.31130219e-06, 4.58210707e-07, 1.15483999e-07, 0.707092583, -0.707121372, 6.42612576e-08, 0.707133532, 0.707104921)
  5645. Part354.Parent = Model0
  5646. Part354.Material = Enum.Material.Metal
  5647. Part354.BrickColor = BrickColor.new("Black")
  5648. Part354.Rotation = Vector3.new(-1.46999991, 29.9099998, 88.8600006)
  5649. Part354.Anchored = true
  5650. Part354.FormFactor = Enum.FormFactor.Custom
  5651. Part354.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5652. Part354.CFrame = CFrame.new(45.5339127, 0.546178222, 138.555634, 0.0172697622, -0.866604924, 0.498713821, 0.999218106, 0.0327018723, 0.0222227164, -0.0355663076, 0.497935623, 0.866484642)
  5653. Part354.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5654. Part354.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. Part354.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5656. Part354.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5657. Part354.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. Part354.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5659. Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5660. Part354.Position = Vector3.new(45.5339127, 0.546178222, 138.555634)
  5661. Part354.Orientation = Vector3.new(-1.26999998, 29.9200001, 88.1299973)
  5662. Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5663. BlockMesh355.Parent = Part354
  5664. BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5665. BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5666. Folder356.Name = "CFrames"
  5667. Folder356.Parent = Part354
  5668. CFrameValue357.Name = "C0"
  5669. CFrameValue357.Parent = Folder356
  5670. CFrameValue357.Value = CFrame.new(0.0043296814, 1.5266571, 0.627120972, -0.99999994, 2.10292637e-06, 1.49942935e-06, 3.47569585e-06, 0.500013173, 0.866018295, 1.61599746e-06, 0.866033137, -0.500021994)
  5671. Part358.Parent = Model0
  5672. Part358.Material = Enum.Material.Metal
  5673. Part358.Rotation = Vector3.new(177.919998, 2.54999995, 100.769997)
  5674. Part358.Anchored = true
  5675. Part358.FormFactor = Enum.FormFactor.Custom
  5676. Part358.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
  5677. Part358.CFrame = CFrame.new(46.7434196, 0.706905723, 142.778625, -0.186707348, -0.981413782, 0.04455515, -0.982034326, 0.185177594, -0.0363083407, 0.0273820739, -0.0505333059, -0.998347044)
  5678. Part358.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5679. Part358.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5680. Part358.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5681. Part358.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5682. Part358.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5683. Part358.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5684. Part358.Position = Vector3.new(46.7434196, 0.706905723, 142.778625)
  5685. Part358.Orientation = Vector3.new(2.07999992, 177.440002, -79.3199997)
  5686. SpecialMesh359.Parent = Part358
  5687. SpecialMesh359.Scale = Vector3.new(0, 1, 1)
  5688. SpecialMesh359.MeshType = Enum.MeshType.Wedge
  5689. SpecialMesh359.Scale = Vector3.new(0, 1, 1)
  5690. Folder360.Name = "CFrames"
  5691. Folder360.Parent = Part358
  5692. CFrameValue361.Name = "C0"
  5693. CFrameValue361.Parent = Folder360
  5694. CFrameValue361.Value = CFrame.new(-0.0269532204, 5.75097656, -0.588039398, 0.985464931, -0.169880092, 1.11758709e-08, -0.00733041018, -0.0425167158, -0.999069154, 0.16972439, 0.984564662, -0.04314458)
  5695. Part362.Parent = Model0
  5696. Part362.Material = Enum.Material.Metal
  5697. Part362.BrickColor = BrickColor.new("Black")
  5698. Part362.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  5699. Part362.Anchored = true
  5700. Part362.FormFactor = Enum.FormFactor.Custom
  5701. Part362.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5702. Part362.CFrame = CFrame.new(46.1601067, 0.548276722, 138.918411, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
  5703. Part362.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5704. Part362.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5705. Part362.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. Part362.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5707. Part362.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. Part362.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5710. Part362.Position = Vector3.new(46.1601067, 0.548276722, 138.918411)
  5711. Part362.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  5712. Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5713. BlockMesh363.Parent = Part362
  5714. BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5715. BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5716. Folder364.Name = "CFrames"
  5717. Folder364.Parent = Part362
  5718. CFrameValue365.Name = "C0"
  5719. CFrameValue365.Parent = Folder364
  5720. CFrameValue365.Value = CFrame.new(0.00432133675, 1.88839722, 0.000312805176, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
  5721. Part366.Parent = Model0
  5722. Part366.Material = Enum.Material.Metal
  5723. Part366.BrickColor = BrickColor.new("Black")
  5724. Part366.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  5725. Part366.Anchored = true
  5726. Part366.FormFactor = Enum.FormFactor.Custom
  5727. Part366.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5728. Part366.CFrame = CFrame.new(46.3476143, 0.544177711, 138.89415, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
  5729. Part366.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5730. Part366.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. Part366.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. Part366.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. Part366.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5734. Part366.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5735. Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5736. Part366.Position = Vector3.new(46.3476143, 0.544177711, 138.89415)
  5737. Part366.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  5738. Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5739. BlockMesh367.Parent = Part366
  5740. BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5741. BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5742. Folder368.Name = "CFrames"
  5743. Folder368.Parent = Part366
  5744. CFrameValue369.Name = "C0"
  5745. CFrameValue369.Parent = Folder368
  5746. CFrameValue369.Value = CFrame.new(0.00431609154, 1.86373901, -0.18719101, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
  5747. Part370.Parent = Model0
  5748. Part370.Material = Enum.Material.Metal
  5749. Part370.BrickColor = BrickColor.new("Black")
  5750. Part370.Rotation = Vector3.new(-1.27999997, 37.3099976, 88.7599945)
  5751. Part370.Anchored = true
  5752. Part370.FormFactor = Enum.FormFactor.Custom
  5753. Part370.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5754. Part370.CFrame = CFrame.new(45.5849876, 0.54815793, 138.636063, 0.0172699951, -0.79515624, 0.606173217, 0.999218225, 0.0352916047, 0.0178253986, -0.0355659239, 0.605385959, 0.795137167)
  5755. Part370.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5756. Part370.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5757. Part370.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5758. Part370.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5759. Part370.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5760. Part370.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5761. Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5762. Part370.Position = Vector3.new(45.5849876, 0.54815793, 138.636063)
  5763. Part370.Orientation = Vector3.new(-1.01999998, 37.3199997, 87.9799957)
  5764. Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5765. BlockMesh371.Parent = Part370
  5766. BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5767. BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5768. Folder372.Name = "CFrames"
  5769. Folder372.Parent = Part370
  5770. CFrameValue373.Name = "C0"
  5771. CFrameValue373.Parent = Folder372
  5772. CFrameValue373.Value = CFrame.new(0.00433039665, 1.60704041, 0.575920105, -1.00000012, 2.3227185e-06, 1.66147947e-06, 3.86312604e-06, 0.607386112, 0.794407129, 1.38425094e-06, 0.794420779, -0.607396841)
  5773. Part374.Parent = Model0
  5774. Part374.Material = Enum.Material.Metal
  5775. Part374.BrickColor = BrickColor.new("Black")
  5776. Part374.Rotation = Vector3.new(-0.75999999, 52.3099976, 88.3799973)
  5777. Part374.Anchored = true
  5778. Part374.FormFactor = Enum.FormFactor.Custom
  5779. Part374.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5780. Part374.CFrame = CFrame.new(45.7188148, 0.55062747, 138.770416, 0.0172703434, -0.611173987, 0.791318953, 0.999218106, 0.0387030803, 0.00808386132, -0.035566248, 0.79055351, 0.611359417)
  5781. Part374.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5782. Part374.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5783. Part374.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5784. Part374.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5785. Part374.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. Part374.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5788. Part374.Position = Vector3.new(45.7188148, 0.55062747, 138.770416)
  5789. Part374.Orientation = Vector3.new(-0.459999979, 52.3099976, 87.7799988)
  5790. Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5791. BlockMesh375.Parent = Part374
  5792. BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5793. BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5794. Folder376.Name = "CFrames"
  5795. Folder376.Parent = Part374
  5796. CFrameValue377.Name = "C0"
  5797. CFrameValue377.Parent = Folder376
  5798. CFrameValue377.Value = CFrame.new(0.00433015823, 1.74119568, 0.441879272, -0.99999994, 2.19978392e-06, 1.08219683e-06, 3.53530049e-06, 0.792296529, 0.610136569, 1.03472848e-06, 0.610146821, -0.792310536)
  5799. Part378.Name = "Blade"
  5800. Part378.Parent = Model0
  5801. Part378.Material = Enum.Material.Metal
  5802. Part378.Rotation = Vector3.new(177.539993, 0.129999995, -98.7799988)
  5803. Part378.Anchored = true
  5804. Part378.FormFactor = Enum.FormFactor.Custom
  5805. Part378.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
  5806. Part378.CFrame = CFrame.new(46.9368401, 0.670188427, 142.780197, -0.152666748, 0.98828423, 0.00222762721, 0.987354398, 0.152619183, -0.0428850316, -0.0427216627, -0.00434739189, -0.999077678)
  5807. Part378.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. Part378.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. Part378.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5810. Part378.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5811. Part378.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5812. Part378.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5813. Part378.Position = Vector3.new(46.9368401, 0.670188427, 142.780197)
  5814. Part378.Orientation = Vector3.new(2.46000004, 179.869995, 81.2099991)
  5815. SpecialMesh379.Parent = Part378
  5816. SpecialMesh379.Scale = Vector3.new(0, 1, 1)
  5817. SpecialMesh379.MeshType = Enum.MeshType.Wedge
  5818. SpecialMesh379.Scale = Vector3.new(0, 1, 1)
  5819. Script380.Parent = Part378
  5820. table.insert(cors,sandbox(Script380,function()
  5821. function onTouched(hit)
  5822. local human = hit.Parent:FindFirstChild("Humanoid")
  5823.  
  5824. if (human ~= nil) then
  5825. human.Health = human.Health - 50
  5826. end
  5827. end
  5828.  
  5829.  
  5830. connection = script.Parent.Touched:connect(onTouched)
  5831.  
  5832. end))
  5833. Folder381.Name = "CFrames"
  5834. Folder381.Parent = Part378
  5835. CFrameValue382.Name = "C0"
  5836. CFrameValue382.Parent = Folder381
  5837. CFrameValue382.Value = CFrame.new(0.00645112991, 5.75097656, -0.782058716, -0.98546505, -0.169723213, 0.00727661327, -0.00732859969, -0.000313485507, -0.999973416, 0.16972445, -0.985509098, -0.000934743788)
  5838. Part383.Parent = Model0
  5839. Part383.Material = Enum.Material.Metal
  5840. Part383.BrickColor = BrickColor.new("Black")
  5841. Part383.Rotation = Vector3.new(-179.649994, -67.5, 92.5899963)
  5842. Part383.Anchored = true
  5843. Part383.FormFactor = Enum.FormFactor.Custom
  5844. Part383.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5845. Part383.CFrame = CFrame.new(45.8821602, 0.551164389, 138.864578, -0.017270755, -0.382340372, -0.923869669, -0.999217987, 0.0394722596, 0.00234447233, 0.0355699435, 0.923179746, -0.382719845)
  5846. Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5847. Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5848. Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5849. Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5850. Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5851. Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5852. Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5853. Part383.Position = Vector3.new(45.8821602, 0.551164389, 138.864578)
  5854. Part383.Orientation = Vector3.new(-0.129999995, -112.5, -87.7399979)
  5855. Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5856. BlockMesh384.Parent = Part383
  5857. BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5858. BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5859. Folder385.Name = "CFrames"
  5860. Folder385.Parent = Part383
  5861. CFrameValue386.Name = "C0"
  5862. CFrameValue386.Parent = Folder385
  5863. CFrameValue386.Value = CFrame.new(0.004322052, 1.83509827, 0.278381348, 0.99999994, -1.17719173e-06, 5.68106771e-07, 1.60187483e-07, 0.924541354, -0.381082833, -6.28737325e-07, 0.38108927, 0.924557328)
  5864. Part387.Parent = Model0
  5865. Part387.Material = Enum.Material.Metal
  5866. Part387.BrickColor = BrickColor.new("Black")
  5867. Part387.Rotation = Vector3.new(-174.550003, -82.4599991, 97.5599976)
  5868. Part387.Anchored = true
  5869. Part387.FormFactor = Enum.FormFactor.Custom
  5870. Part387.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5871. Part387.CFrame = CFrame.new(46.0652237, 0.549754858, 138.914078, -0.0172707848, -0.130198374, -0.991346538, -0.999218106, 0.0375207067, 0.0124807097, 0.0355701745, 0.990778089, -0.130743563)
  5872. Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5873. Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5874. Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5875. Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5876. Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5877. Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5879. Part387.Position = Vector3.new(46.0652237, 0.549754858, 138.914078)
  5880. Part387.Orientation = Vector3.new(-0.719999969, -97.5099945, -87.8499985)
  5881. Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5882. BlockMesh388.Parent = Part387
  5883. BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5884. BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5885. Folder389.Name = "CFrames"
  5886. Folder389.Parent = Part387
  5887. CFrameValue390.Name = "C0"
  5888. CFrameValue390.Parent = Folder389
  5889. CFrameValue390.Value = CFrame.new(0.00432920456, 1.88424683, 0.0952148438, 1.00000012, -1.4975667e-06, 2.54716724e-07, 3.87430191e-07, 0.991669655, -0.128809899, -6.01263309e-07, 0.128811955, 0.99168694)
  5890. Part391.Parent = Model0
  5891. Part391.Material = Enum.Material.Metal
  5892. Part391.BrickColor = BrickColor.new("Black")
  5893. Part391.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
  5894. Part391.Anchored = true
  5895. Part391.FormFactor = Enum.FormFactor.Custom
  5896. Part391.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5897. Part391.CFrame = CFrame.new(45.9977646, 0.542188346, 138.547195, -0.0172711629, -0.501175761, -0.865183413, -0.999218047, 0.0394361056, -0.0028967252, 0.0355703495, 0.864448905, -0.501460731)
  5898. Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5899. Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5900. Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5901. Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5902. Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5903. Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5904. Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5905. Part391.Position = Vector3.new(45.9977646, 0.542188346, 138.547195)
  5906. Part391.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
  5907. Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5908. BlockMesh392.Parent = Part391
  5909. BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5910. BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5911. Folder393.Name = "CFrames"
  5912. Folder393.Parent = Part391
  5913. CFrameValue394.Name = "C0"
  5914. CFrameValue394.Parent = Folder393
  5915. CFrameValue394.Value = CFrame.new(5.24520874e-06, 1.51742554, 0.163280487, 1.00000012, -1.64285302e-06, 5.69969416e-07, 5.62518835e-07, 0.866015077, -0.500018179, -2.21640221e-07, 0.500026643, 0.866030514)
  5916. Part395.Parent = Model0
  5917. Part395.Material = Enum.Material.Metal
  5918. Part395.BrickColor = BrickColor.new("Black")
  5919. Part395.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  5920. Part395.Anchored = true
  5921. Part395.FormFactor = Enum.FormFactor.Custom
  5922. Part395.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5923. Part395.CFrame = CFrame.new(46.0852318, 0.541790783, 138.57869, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
  5924. Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5931. Part395.Position = Vector3.new(46.0852318, 0.541790783, 138.57869)
  5932. Part395.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  5933. Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5934. BlockMesh396.Parent = Part395
  5935. BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5936. BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5937. Folder397.Name = "CFrames"
  5938. Folder397.Parent = Part395
  5939. CFrameValue398.Name = "C0"
  5940. CFrameValue398.Parent = Folder397
  5941. CFrameValue398.Value = CFrame.new(1.1920929e-05, 1.54875183, 0.0757522583, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
  5942. Part399.Parent = Model0
  5943. Part399.Material = Enum.Material.Metal
  5944. Part399.BrickColor = BrickColor.new("Black")
  5945. Part399.Rotation = Vector3.new(-2.79999995, -37.4799995, -91.25)
  5946. Part399.Anchored = true
  5947. Part399.FormFactor = Enum.FormFactor.Custom
  5948. Part399.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5949. Part399.CFrame = CFrame.new(46.7366257, 0.52834022, 138.637985, -0.0172701087, 0.793438017, -0.60842073, -0.999218047, 0.00795249827, 0.0387346819, 0.0355711505, 0.608608663, 0.792673111)
  5950. Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5953. Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5954. Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5955. Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5956. Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5957. Part399.Position = Vector3.new(46.7366257, 0.52834022, 138.637985)
  5958. Part399.Orientation = Vector3.new(-2.22000003, -37.5099983, -89.5400009)
  5959. Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5960. BlockMesh400.Parent = Part399
  5961. BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5962. BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5963. Folder401.Name = "CFrames"
  5964. Folder401.Parent = Part399
  5965. CFrameValue402.Name = "C0"
  5966. CFrameValue402.Parent = Folder401
  5967. CFrameValue402.Value = CFrame.new(0.00431060791, 1.60661316, -0.575897217, 1.00000012, -2.10106373e-06, -1.5348196e-06, 1.36345625e-06, 0.607379854, 0.794412076, -1.27752719e-06, -0.794425964, 0.607390225)
  5968. Part403.Parent = Model0
  5969. Part403.Material = Enum.Material.Metal
  5970. Part403.BrickColor = BrickColor.new("Black")
  5971. Part403.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  5972. Part403.Anchored = true
  5973. Part403.FormFactor = Enum.FormFactor.Custom
  5974. Part403.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5975. Part403.CFrame = CFrame.new(46.672596, 0.531932712, 138.707458, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
  5976. Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5977. Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5978. Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5979. Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5980. Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5981. Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5982. Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5983. Part403.Position = Vector3.new(46.672596, 0.531932712, 138.707458)
  5984. Part403.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  5985. Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5986. BlockMesh404.Parent = Part403
  5987. BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5988. BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5989. Folder405.Name = "CFrames"
  5990. Folder405.Parent = Part403
  5991. CFrameValue406.Name = "C0"
  5992. CFrameValue406.Parent = Folder405
  5993. CFrameValue406.Value = CFrame.new(0.00429821014, 1.67626953, -0.511955261, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
  5994. Part407.Parent = Model0
  5995. Part407.Material = Enum.Material.Metal
  5996. Part407.Rotation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
  5997. Part407.Anchored = true
  5998. Part407.FormFactor = Enum.FormFactor.Custom
  5999. Part407.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  6000. Part407.CFrame = CFrame.new(46.6490517, 0.607808232, 142.766937, -0.321762651, -0.946827114, -0.00222589076, 0.945919633, -0.321554482, 0.0428853109, -0.0413198657, 0.0116929542, 0.999077678)
  6001. Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6002. Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6003. Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6004. Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6005. Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6006. Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6007. Part407.Position = Vector3.new(46.6490517, 0.607808232, 142.766937)
  6008. Part407.Orientation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
  6009. SpecialMesh408.Parent = Part407
  6010. SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
  6011. SpecialMesh408.MeshType = Enum.MeshType.Wedge
  6012. SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
  6013. Folder409.Name = "CFrames"
  6014. Folder409.Parent = Part407
  6015. CFrameValue410.Name = "C0"
  6016. CFrameValue410.Parent = Folder409
  6017. CFrameValue410.Value = CFrame.new(0.0732808113, 5.73590088, -0.495361328, -0.941092432, 0.338071674, -0.00727692246, -0.00716286525, 0.00158155244, 0.999973416, 0.338080525, 0.941135466, 0.000933012227)
  6018. Part411.Parent = Model0
  6019. Part411.Material = Enum.Material.Metal
  6020. Part411.BrickColor = BrickColor.new("Black")
  6021. Part411.Rotation = Vector3.new(-9.48999977, -82.4199982, -97.5199966)
  6022. Part411.Anchored = true
  6023. Part411.FormFactor = Enum.FormFactor.Custom
  6024. Part411.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6025. Part411.CFrame = CFrame.new(46.2548714, 0.546506882, 138.91449, -0.0172707979, 0.130816147, -0.991265178, -0.999218106, 0.0330120064, 0.0217664968, 0.0355701782, 0.990857244, 0.130142435)
  6026. Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6028. Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6029. Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6030. Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6031. Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6032. Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6033. Part411.Position = Vector3.new(46.2548714, 0.546506882, 138.91449)
  6034. Part411.Orientation = Vector3.new(-1.25, -82.5199966, -88.1100006)
  6035. Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6036. BlockMesh412.Parent = Part411
  6037. BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6038. BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6039. Folder413.Name = "CFrames"
  6040. Folder413.Parent = Part411
  6041. CFrameValue414.Name = "C0"
  6042. CFrameValue414.Parent = Folder413
  6043. CFrameValue414.Value = CFrame.new(0.00431394577, 1.88427734, -0.0944633484, 1.00000012, -1.51991844e-06, -1.66706741e-07, 3.91155481e-07, 0.991217911, 0.132240951, -5.88232069e-07, -0.13224344, 0.991235137)
  6044. Part415.Parent = Model0
  6045. Part415.Material = Enum.Material.Metal
  6046. Part415.BrickColor = BrickColor.new("Black")
  6047. Part415.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  6048. Part415.Anchored = true
  6049. Part415.FormFactor = Enum.FormFactor.Custom
  6050. Part415.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6051. Part415.CFrame = CFrame.new(45.9726791, 0.550624847, 138.893387, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
  6052. Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6053. Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6054. Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6055. Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6056. Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6057. Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6058. Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6059. Part415.Position = Vector3.new(45.9726791, 0.550624847, 138.893387)
  6060. Part415.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  6061. Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6062. BlockMesh416.Parent = Part415
  6063. BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  6064. BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  6065. Folder417.Name = "CFrames"
  6066. Folder417.Parent = Part415
  6067. CFrameValue418.Name = "C0"
  6068. CFrameValue418.Parent = Folder417
  6069. CFrameValue418.Value = CFrame.new(0.00432252884, 1.86372375, 0.187805176, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
  6070. Part419.Parent = Model0
  6071. Part419.Material = Enum.Material.Metal
  6072. Part419.BrickColor = BrickColor.new("Black")
  6073. Part419.Rotation = Vector3.new(-4.42000008, -67.4599991, -92.5799942)
  6074. Part419.Anchored = true
  6075. Part419.FormFactor = Enum.FormFactor.Custom
  6076. Part419.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6077. Part419.CFrame = CFrame.new(46.4381104, 0.541606069, 138.86586, -0.0172706768, 0.382921845, -0.923628867, -0.999218047, 0.0262536965, 0.0295690745, 0.0355704278, 0.923409283, 0.382165402)
  6078. Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6079. Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6080. Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6082. Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6083. Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6084. Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6085. Part419.Position = Vector3.new(46.4381104, 0.541606069, 138.86586)
  6086. Part419.Orientation = Vector3.new(-1.68999994, -67.5199966, -88.4899979)
  6087. Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6088. BlockMesh420.Parent = Part419
  6089. BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6090. BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6091. Folder421.Name = "CFrames"
  6092. Folder421.Parent = Part419
  6093. CFrameValue422.Name = "C0"
  6094. CFrameValue422.Parent = Folder421
  6095. CFrameValue422.Value = CFrame.new(0.00431609154, 1.83525085, -0.277664185, 1, -1.70990825e-06, -5.38304448e-07, 6.40749931e-07, 0.923214555, 0.384285778, -7.07950676e-07, -0.384292692, 0.92323041)
  6096. Part423.Parent = Model0
  6097. Part423.Material = Enum.Material.Metal
  6098. Part423.BrickColor = BrickColor.new("Black")
  6099. Part423.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  6100. Part423.Anchored = true
  6101. Part423.FormFactor = Enum.FormFactor.Custom
  6102. Part423.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6103. Part423.CFrame = CFrame.new(46.1778946, 0.540471494, 138.586533, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
  6104. Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6105. Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6111. Part423.Position = Vector3.new(46.1778946, 0.540471494, 138.586533)
  6112. Part423.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6113. Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6114. BlockMesh424.Parent = Part423
  6115. BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6116. BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6117. Folder425.Name = "CFrames"
  6118. Folder425.Parent = Part423
  6119. CFrameValue426.Name = "C0"
  6120. CFrameValue426.Parent = Folder425
  6121. CFrameValue426.Value = CFrame.new(8.82148743e-06, 1.556427, -0.0169372559, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
  6122. Part427.Parent = Model0
  6123. Part427.Material = Enum.Material.Metal
  6124. Part427.BrickColor = BrickColor.new("Black")
  6125. Part427.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  6126. Part427.Anchored = true
  6127. Part427.FormFactor = Enum.FormFactor.Custom
  6128. Part427.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6129. Part427.CFrame = CFrame.new(46.2361908, 0.53552556, 138.47551, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
  6130. Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6131. Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6132. Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6133. Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6134. Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6135. Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6136. Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6137. Part427.Position = Vector3.new(46.2361908, 0.53552556, 138.47551)
  6138. Part427.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  6139. Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6140. BlockMesh428.Parent = Part427
  6141. BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6142. BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6143. Folder429.Name = "CFrames"
  6144. Folder429.Parent = Part427
  6145. CFrameValue430.Name = "C0"
  6146. CFrameValue430.Parent = Folder429
  6147. CFrameValue430.Value = CFrame.new(-4.76837158e-06, 1.44522095, -0.0750808716, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
  6148. Part431.Parent = Model0
  6149. Part431.Material = Enum.Material.Metal
  6150. Part431.BrickColor = BrickColor.new("Black")
  6151. Part431.Rotation = Vector3.new(-3.32999992, -52.4699974, -91.6199951)
  6152. Part431.Anchored = true
  6153. Part431.FormFactor = Enum.FormFactor.Custom
  6154. Part431.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6155. Part431.CFrame = CFrame.new(46.6024399, 0.53541398, 138.77179, -0.017270416, 0.608930945, -0.793046594, -0.999218047, 0.0177063867, 0.0353566259, 0.0355708487, 0.793030083, 0.608143389)
  6156. Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6157. Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6158. Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6159. Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6160. Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6161. Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6162. Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6163. Part431.Position = Vector3.new(46.6024399, 0.53541398, 138.77179)
  6164. Part431.Orientation = Vector3.new(-2.02999997, -52.5200005, -88.9799957)
  6165. Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6166. BlockMesh432.Parent = Part431
  6167. BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6168. BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6169. Folder433.Name = "CFrames"
  6170. Folder433.Parent = Part431
  6171. CFrameValue434.Name = "C0"
  6172. CFrameValue434.Parent = Folder433
  6173. CFrameValue434.Value = CFrame.new(0.00431919098, 1.74076843, -0.441883087, 1, -1.99489295e-06, -1.00396574e-06, 1.06170774e-06, 0.792293191, 0.610141098, -9.69572284e-07, -0.610152006, 0.79230696)
  6174. Part435.Parent = Model0
  6175. Part435.Material = Enum.Material.Metal
  6176. Part435.BrickColor = BrickColor.new("Black")
  6177. Part435.Rotation = Vector3.new(-1.63, 22.3199997, 88.9300003)
  6178. Part435.Anchored = true
  6179. Part435.FormFactor = Enum.FormFactor.Custom
  6180. Part435.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6181. Part435.CFrame = CFrame.new(45.4901848, 0.543934107, 138.471359, 0.0172694474, -0.924949288, 0.379721284, 0.999218225, 0.029475145, 0.0263522454, -0.0355659574, 0.378965765, 0.924727082)
  6182. Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6183. Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6184. Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6185. Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6186. Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6187. Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6188. Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6189. Part435.Position = Vector3.new(45.4901848, 0.543934107, 138.471359)
  6190. Part435.Orientation = Vector3.new(-1.50999999, 22.3199997, 88.3099976)
  6191. Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6192. BlockMesh436.Parent = Part435
  6193. BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  6194. BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  6195. Folder437.Name = "CFrames"
  6196. Folder437.Parent = Part435
  6197. CFrameValue438.Name = "C0"
  6198. CFrameValue438.Parent = Folder437
  6199. CFrameValue438.Value = CFrame.new(0.0043296814, 1.44242859, 0.670970917, -1.00000012, 2.3143366e-06, 1.97067857e-06, 3.83332372e-06, 0.381086707, 0.924539566, 1.93193409e-06, 0.92455554, -0.381093591)
  6200. Part439.Parent = Model0
  6201. Part439.Material = Enum.Material.Metal
  6202. Part439.BrickColor = BrickColor.new("Black")
  6203. Part439.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  6204. Part439.Anchored = true
  6205. Part439.FormFactor = Enum.FormFactor.Custom
  6206. Part439.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6207. Part439.CFrame = CFrame.new(46.2694511, 0.538316369, 138.57019, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
  6208. Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6209. Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6210. Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6211. Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6212. Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6213. Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6214. Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6215. Part439.Position = Vector3.new(46.2694511, 0.538316369, 138.57019)
  6216. Part439.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  6217. Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6218. BlockMesh440.Parent = Part439
  6219. BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6220. BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6221. Folder441.Name = "CFrames"
  6222. Folder441.Parent = Part439
  6223. CFrameValue442.Name = "C0"
  6224. CFrameValue442.Parent = Folder441
  6225. CFrameValue442.Value = CFrame.new(-4.76837158e-07, 1.53988647, -0.108478546, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
  6226. Part443.Parent = Model0
  6227. Part443.Material = Enum.Material.Metal
  6228. Part443.BrickColor = BrickColor.new("Black")
  6229. Part443.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
  6230. Part443.Anchored = true
  6231. Part443.FormFactor = Enum.FormFactor.Custom
  6232. Part443.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6233. Part443.CFrame = CFrame.new(45.8614311, 0.54011327, 138.42305, -0.0172714479, -0.866617382, -0.498692006, -0.999217987, 0.0327045619, -0.0222258158, 0.0355698988, 0.497913718, -0.86649704)
  6234. Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6235. Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6236. Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6237. Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6238. Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6239. Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6240. Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6241. Part443.Position = Vector3.new(45.8614311, 0.54011327, 138.42305)
  6242. Part443.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
  6243. Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6244. BlockMesh444.Parent = Part443
  6245. BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6246. BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6247. Folder445.Name = "CFrames"
  6248. Folder445.Parent = Part443
  6249. CFrameValue446.Name = "C0"
  6250. CFrameValue446.Parent = Folder445
  6251. CFrameValue446.Value = CFrame.new(1.71661377e-05, 1.39347839, 0.299812317, 1, -1.14925206e-06, 7.78585672e-07, 1.15483999e-07, 0.499991357, -0.866030812, 6.42612576e-08, 0.866045654, 0.500000119)
  6252. Part447.Parent = Model0
  6253. Part447.Material = Enum.Material.Metal
  6254. Part447.BrickColor = BrickColor.new("Black")
  6255. Part447.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  6256. Part447.Anchored = true
  6257. Part447.FormFactor = Enum.FormFactor.Custom
  6258. Part447.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6259. Part447.CFrame = CFrame.new(46.3064499, 0.533275962, 138.446625, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
  6260. Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6261. Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6262. Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6263. Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6264. Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6265. Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6266. Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6267. Part447.Position = Vector3.new(46.3064499, 0.533275962, 138.446625)
  6268. Part447.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  6269. Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6270. BlockMesh448.Parent = Part447
  6271. BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6272. BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6273. Folder449.Name = "CFrames"
  6274. Folder449.Parent = Part447
  6275. CFrameValue450.Name = "C0"
  6276. CFrameValue450.Parent = Folder449
  6277. CFrameValue450.Value = CFrame.new(1.90734863e-06, 1.41616821, -0.145309448, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
  6278. Part451.Parent = Model0
  6279. Part451.Material = Enum.Material.Metal
  6280. Part451.BrickColor = BrickColor.new("Black")
  6281. Part451.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  6282. Part451.Anchored = true
  6283. Part451.FormFactor = Enum.FormFactor.Custom
  6284. Part451.Size = Vector3.new(0.316868067, 0.582002521, 0.316868067)
  6285. Part451.CFrame = CFrame.new(46.4832687, 0.528484344, 138.397736, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
  6286. Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6287. Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6288. Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6289. Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6290. Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6291. Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6292. Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6293. Part451.Position = Vector3.new(46.4832687, 0.528484344, 138.397736)
  6294. Part451.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  6295. Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6296. BlockMesh452.Parent = Part451
  6297. BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6298. BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6299. Folder453.Name = "CFrames"
  6300. Folder453.Parent = Part451
  6301. CFrameValue454.Name = "C0"
  6302. CFrameValue454.Parent = Folder453
  6303. CFrameValue454.Value = CFrame.new(-2.86102295e-06, 1.36688232, -0.322086334, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
  6304. Part455.Parent = Model0
  6305. Part455.Material = Enum.Material.Metal
  6306. Part455.BrickColor = BrickColor.new("Black")
  6307. Part455.Rotation = Vector3.new(-1.90999997, 7.4199996, 89)
  6308. Part455.Anchored = true
  6309. Part455.FormFactor = Enum.FormFactor.Custom
  6310. Part455.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6311. Part455.CFrame = CFrame.new(45.441349, 0.538282216, 138.288101, 0.0172711406, -0.991489649, 0.129103661, 0.999218106, 0.0217092764, 0.0330456793, -0.0355663113, 0.128430739, 0.991080642)
  6312. Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6313. Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6314. Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6315. Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6316. Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6317. Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6318. Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6319. Part455.Position = Vector3.new(45.441349, 0.538282216, 138.288101)
  6320. Part455.Orientation = Vector3.new(-1.88999999, 7.4199996, 88.7599945)
  6321. Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6322. BlockMesh456.Parent = Part455
  6323. BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6324. BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6325. Folder457.Name = "CFrames"
  6326. Folder457.Parent = Part455
  6327. CFrameValue458.Name = "C0"
  6328. CFrameValue458.Parent = Folder457
  6329. CFrameValue458.Value = CFrame.new(0.00430250168, 1.25915527, 0.7200737, -1, 1.86264515e-09, 2.35810876e-06, 3.47197056e-06, 0.130528629, 0.991444826, 2.37647328e-07, 0.991462052, -0.130531058)
  6330. Part459.Parent = Model0
  6331. Part459.Material = Enum.Material.Metal
  6332. Part459.BrickColor = BrickColor.new("Black")
  6333. Part459.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  6334. Part459.Anchored = true
  6335. Part459.FormFactor = Enum.FormFactor.Custom
  6336. Part459.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6337. Part459.CFrame = CFrame.new(46.424614, 0.532096505, 138.470749, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
  6338. Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6339. Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6340. Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6341. Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6342. Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6343. Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6344. Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6345. Part459.Position = Vector3.new(46.424614, 0.532096505, 138.470749)
  6346. Part459.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  6347. Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6348. BlockMesh460.Parent = Part459
  6349. BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6350. BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6351. Folder461.Name = "CFrames"
  6352. Folder461.Parent = Part459
  6353. CFrameValue462.Name = "C0"
  6354. CFrameValue462.Parent = Folder461
  6355. CFrameValue462.Value = CFrame.new(-2.38418579e-06, 1.44006348, -0.263523102, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
  6356. Part463.Parent = Model0
  6357. Part463.Material = Enum.Material.Metal
  6358. Part463.BrickColor = BrickColor.new("Black")
  6359. Part463.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  6360. Part463.Anchored = true
  6361. Part463.FormFactor = Enum.FormFactor.Custom
  6362. Part463.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6363. Part463.CFrame = CFrame.new(46.0854645, 0.538102925, 138.475204, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
  6364. Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6365. Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6366. Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6367. Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6368. Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6369. Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6370. Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6371. Part463.Position = Vector3.new(46.0854645, 0.538102925, 138.475204)
  6372. Part463.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  6373. Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6374. BlockMesh464.Parent = Part463
  6375. BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6376. BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6377. Folder465.Name = "CFrames"
  6378. Folder465.Parent = Part463
  6379. CFrameValue466.Name = "C0"
  6380. CFrameValue466.Parent = Folder465
  6381. CFrameValue466.Value = CFrame.new(1.21593475e-05, 1.44522095, 0.075668335, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
  6382. Part467.Parent = Model0
  6383. Part467.Material = Enum.Material.Metal
  6384. Part467.BrickColor = BrickColor.new("Black")
  6385. Part467.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  6386. Part467.Anchored = true
  6387. Part467.FormFactor = Enum.FormFactor.Custom
  6388. Part467.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6389. Part467.CFrame = CFrame.new(46.3535728, 0.535464168, 138.530685, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
  6390. Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6391. Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6392. Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6393. Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6394. Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6395. Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6396. Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6397. Part467.Position = Vector3.new(46.3535728, 0.535464168, 138.530685)
  6398. Part467.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  6399. Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6400. BlockMesh468.Parent = Part467
  6401. BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6402. BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6403. Folder469.Name = "CFrames"
  6404. Folder469.Parent = Part467
  6405. CFrameValue470.Name = "C0"
  6406. CFrameValue470.Parent = Folder469
  6407. CFrameValue470.Value = CFrame.new(-8.58306885e-06, 1.50018311, -0.192558289, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
  6408. Part471.Parent = Model0
  6409. Part471.Material = Enum.Material.Metal
  6410. Part471.Rotation = Vector3.new(-2, 2.38999987, -100.769997)
  6411. Part471.Anchored = true
  6412. Part471.FormFactor = Enum.FormFactor.Custom
  6413. Part471.Size = Vector3.new(0.316868067, 0.393357426, 0.316868067)
  6414. Part471.CFrame = CFrame.new(45.3952827, 0.499970227, 138.189896, -0.186728343, 0.981533766, 0.0417337231, -0.981512368, -0.188205451, 0.0348224789, 0.0420329906, -0.0344594792, 0.998521864)
  6415. Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6416. Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6417. Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6418. Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6419. Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6420. Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6421. Part471.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
  6422. Part471.Orientation = Vector3.new(-2, 2.38999987, -100.849998)
  6423. SpecialMesh472.Parent = Part471
  6424. SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
  6425. SpecialMesh472.MeshType = Enum.MeshType.Wedge
  6426. SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
  6427. Folder473.Name = "CFrames"
  6428. Folder473.Parent = Part471
  6429. CFrameValue474.Name = "C0"
  6430. CFrameValue474.Parent = Folder473
  6431. CFrameValue474.Value = CFrame.new(0.039886713, 1.15971375, 0.765674591, 0.985464871, 0.16988039, 5.99771738e-07, 0.00732981786, -0.0425300859, 0.999068558, 0.169724584, -0.984564006, -0.0431580171)
  6432. Part475.Parent = Model0
  6433. Part475.Material = Enum.Material.Metal
  6434. Part475.BrickColor = BrickColor.new("Black")
  6435. Part475.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  6436. Part475.Anchored = true
  6437. Part475.FormFactor = Enum.FormFactor.Custom
  6438. Part475.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6439. Part475.CFrame = CFrame.new(46.1608047, 0.537157655, 138.485291, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
  6440. Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6441. Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6442. Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6443. Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6444. Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6445. Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6446. Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6447. Part475.Position = Vector3.new(46.1608047, 0.537157655, 138.485291)
  6448. Part475.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6449. Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6450. BlockMesh476.Parent = Part475
  6451. BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6452. BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6453. Folder477.Name = "CFrames"
  6454. Folder477.Parent = Part475
  6455. CFrameValue478.Name = "C0"
  6456. CFrameValue478.Parent = Folder477
  6457. CFrameValue478.Value = CFrame.new(1.40666962e-05, 1.45515442, 0.000301361084, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
  6458. Part479.Parent = Model0
  6459. Part479.Material = Enum.Material.Metal
  6460. Part479.BrickColor = BrickColor.new("Black")
  6461. Part479.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
  6462. Part479.Anchored = true
  6463. Part479.FormFactor = Enum.FormFactor.Custom
  6464. Part479.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6465. Part479.CFrame = CFrame.new(46.0152817, 0.538282692, 138.44606, -0.0172711629, -0.501175761, -0.865183413, -0.999218047, 0.0394361056, -0.0028967252, 0.0355703495, 0.864448905, -0.501460731)
  6466. Part479.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6467. Part479.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6468. Part479.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6469. Part479.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6470. Part479.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6471. Part479.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6472. Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6473. Part479.Position = Vector3.new(46.0152817, 0.538282692, 138.44606)
  6474. Part479.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
  6475. Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6476. BlockMesh480.Parent = Part479
  6477. BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6478. BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6479. Folder481.Name = "CFrames"
  6480. Folder481.Parent = Part479
  6481. CFrameValue482.Name = "C0"
  6482. CFrameValue482.Parent = Folder481
  6483. CFrameValue482.Value = CFrame.new(8.10623169e-06, 1.41619873, 0.145900726, 1.00000012, -1.64285302e-06, 5.69969416e-07, 5.62518835e-07, 0.866015077, -0.500018179, -2.21640221e-07, 0.500026643, 0.866030514)
  6484. Part483.Parent = Model0
  6485. Part483.Material = Enum.Material.Metal
  6486. Part483.BrickColor = BrickColor.new("Black")
  6487. Part483.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  6488. Part483.Anchored = true
  6489. Part483.FormFactor = Enum.FormFactor.Custom
  6490. Part483.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6491. Part483.CFrame = CFrame.new(46.3667946, 0.530590773, 138.400497, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
  6492. Part483.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6493. Part483.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6494. Part483.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6495. Part483.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6496. Part483.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6497. Part483.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6498. Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6499. Part483.Position = Vector3.new(46.3667946, 0.530590773, 138.400497)
  6500. Part483.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  6501. Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6502. BlockMesh484.Parent = Part483
  6503. BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6504. BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6505. Folder485.Name = "CFrames"
  6506. Folder485.Parent = Part483
  6507. CFrameValue486.Name = "C0"
  6508. CFrameValue486.Parent = Folder485
  6509. CFrameValue486.Value = CFrame.new(2.14576721e-06, 1.36988831, -0.205600739, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
  6510. Part487.Parent = Model0
  6511. Part487.Material = Enum.Material.Metal
  6512. Part487.BrickColor = BrickColor.new("Black")
  6513. Part487.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
  6514. Part487.Anchored = true
  6515. Part487.FormFactor = Enum.FormFactor.Custom
  6516. Part487.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6517. Part487.CFrame = CFrame.new(45.9550705, 0.537677705, 138.399673, -0.0172714479, -0.708024263, -0.705989361, -0.999217987, 0.0373425111, -0.0130043048, 0.0355698988, 0.705206394, -0.708109438)
  6518. Part487.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6519. Part487.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6520. Part487.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6521. Part487.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6522. Part487.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6523. Part487.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6524. Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6525. Part487.Position = Vector3.new(45.9550705, 0.537677705, 138.399673)
  6526. Part487.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
  6527. Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6528. BlockMesh488.Parent = Part487
  6529. BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6530. BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6531. Folder489.Name = "CFrames"
  6532. Folder489.Parent = Part487
  6533. CFrameValue490.Name = "C0"
  6534. CFrameValue490.Parent = Folder489
  6535. CFrameValue490.Value = CFrame.new(2.62260437e-06, 1.36990356, 0.206192017, 1, -1.31130219e-06, 4.58210707e-07, 1.15483999e-07, 0.707092583, -0.707121372, 6.42612576e-08, 0.707133532, 0.707104921)
  6536. Part491.Parent = Model0
  6537. Part491.Material = Enum.Material.Metal
  6538. Part491.BrickColor = BrickColor.new("Black")
  6539. Part491.Rotation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
  6540. Part491.Anchored = true
  6541. Part491.FormFactor = Enum.FormFactor.Custom
  6542. Part491.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6543. Part491.CFrame = CFrame.new(45.4372177, 0.535209894, 138.199905, 0.0172711406, -0.999858677, -0.00141246896, 0.999218106, 0.0172103606, 0.0355965421, -0.0355663113, -0.00202627527, 0.999365389)
  6544. Part491.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6545. Part491.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6546. Part491.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6547. Part491.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6548. Part491.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6549. Part491.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6550. Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6551. Part491.Position = Vector3.new(45.4372177, 0.535209894, 138.199905)
  6552. Part491.Orientation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
  6553. Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6554. BlockMesh492.Parent = Part491
  6555. BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  6556. BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  6557. Folder493.Name = "CFrames"
  6558. Folder493.Parent = Part491
  6559. CFrameValue494.Name = "C0"
  6560. CFrameValue494.Parent = Folder493
  6561. CFrameValue494.Value = CFrame.new(0.00430655479, 1.17089844, 0.724334717, -1, -3.10879841e-07, 2.32830644e-06, 3.47197056e-06, 6.13834709e-06, 1.00000036, 2.37647328e-07, 1.00001764, -6.31948933e-06)
  6562. Part495.Parent = Model0
  6563. Part495.Material = Enum.Material.Metal
  6564. Part495.BrickColor = BrickColor.new("Black")
  6565. Part495.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  6566. Part495.Anchored = true
  6567. Part495.FormFactor = Enum.FormFactor.Custom
  6568. Part495.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6569. Part495.CFrame = CFrame.new(45.8103523, 0.535223901, 138.139587, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
  6570. Part495.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6571. Part495.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6572. Part495.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6573. Part495.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6574. Part495.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. Part495.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6577. Part495.Position = Vector3.new(45.8103523, 0.535223901, 138.139587)
  6578. Part495.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6579. Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6580. CylinderMesh496.Parent = Part495
  6581. CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  6582. CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  6583. Folder497.Name = "CFrames"
  6584. Folder497.Parent = Part495
  6585. CFrameValue498.Name = "C0"
  6586. CFrameValue498.Parent = Folder497
  6587. CFrameValue498.Value = CFrame.new(-0.00429725647, 1.11010742, 0.35137558, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
  6588. Part499.Parent = Model0
  6589. Part499.Material = Enum.Material.Metal
  6590. Part499.BrickColor = BrickColor.new("Black")
  6591. Part499.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6592. Part499.Anchored = true
  6593. Part499.FormFactor = Enum.FormFactor.Custom
  6594. Part499.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6595. Part499.CFrame = CFrame.new(46.1598701, 0.447531641, 138.330856, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
  6596. Part499.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6597. Part499.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6598. Part499.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6599. Part499.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6600. Part499.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6601. Part499.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6602. Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6603. Part499.Position = Vector3.new(46.1598701, 0.447531641, 138.330856)
  6604. Part499.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6605. Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6606. SpecialMesh500.Parent = Part499
  6607. SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6608. SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6609. Folder501.Name = "CFrames"
  6610. Folder501.Parent = Part499
  6611. CFrameValue502.Name = "C0"
  6612. CFrameValue502.Parent = Folder501
  6613. CFrameValue502.Value = CFrame.new(0.0840928555, 1.29763794, 7.62939453e-06, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  6614. Part503.Parent = Model0
  6615. Part503.Material = Enum.Material.Metal
  6616. Part503.BrickColor = BrickColor.new("Black")
  6617. Part503.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6618. Part503.Anchored = true
  6619. Part503.FormFactor = Enum.FormFactor.Custom
  6620. Part503.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6621. Part503.CFrame = CFrame.new(46.150486, 0.628380477, 138.362015, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
  6622. Part503.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6623. Part503.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6624. Part503.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6625. Part503.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6626. Part503.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6627. Part503.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6628. Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6629. Part503.Position = Vector3.new(46.150486, 0.628380477, 138.362015)
  6630. Part503.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6631. Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6632. SpecialMesh504.Parent = Part503
  6633. SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6634. SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6635. Folder505.Name = "CFrames"
  6636. Folder505.Parent = Part503
  6637. CFrameValue506.Name = "C0"
  6638. CFrameValue506.Parent = Folder505
  6639. CFrameValue506.Value = CFrame.new(-0.0953435898, 1.33520508, 0.0124397278, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  6640. Part507.Parent = Model0
  6641. Part507.Material = Enum.Material.Metal
  6642. Part507.BrickColor = BrickColor.new("Black")
  6643. Part507.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6644. Part507.Anchored = true
  6645. Part507.FormFactor = Enum.FormFactor.Custom
  6646. Part507.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6647. Part507.CFrame = CFrame.new(46.1435165, 0.646713436, 138.363693, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
  6648. Part507.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6649. Part507.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6650. Part507.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6651. Part507.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6652. Part507.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6653. Part507.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6654. Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6655. Part507.Position = Vector3.new(46.1435165, 0.646713436, 138.363693)
  6656. Part507.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6657. Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6658. SpecialMesh508.Parent = Part507
  6659. SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  6660. SpecialMesh508.MeshType = Enum.MeshType.Sphere
  6661. SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  6662. Folder509.Name = "CFrames"
  6663. Folder509.Parent = Part507
  6664. CFrameValue510.Name = "C0"
  6665. CFrameValue510.Parent = Folder509
  6666. CFrameValue510.Value = CFrame.new(-0.113482475, 1.33755493, 0.0197219849, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
  6667. Part511.Parent = Model0
  6668. Part511.Material = Enum.Material.Metal
  6669. Part511.BrickColor = BrickColor.new("Dark stone grey")
  6670. Part511.Reflectance = 0.10000000149012
  6671. Part511.Rotation = Vector3.new(-96.7299957, -89.0400009, -4.69000006)
  6672. Part511.Anchored = true
  6673. Part511.FormFactor = Enum.FormFactor.Custom
  6674. Part511.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6675. Part511.CFrame = CFrame.new(46.3312683, 0.429026097, 135.529953, 0.017271338, 0.00141656166, -0.999858677, 0.999217749, -0.0356043391, 0.0172103979, -0.0355740301, -0.999365091, -0.00203050533)
  6676. Part511.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6677. Part511.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6678. Part511.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6679. Part511.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6680. Part511.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6681. Part511.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6682. Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6683. Part511.Position = Vector3.new(46.3312683, 0.429026097, 135.529953)
  6684. Part511.Orientation = Vector3.new(-0.98999995, -90.1199951, 92.0400009)
  6685. Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6686. SpecialMesh512.Parent = Part511
  6687. SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  6688. SpecialMesh512.MeshType = Enum.MeshType.Wedge
  6689. SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  6690. Folder513.Name = "CFrames"
  6691. Folder513.Parent = Part511
  6692. CFrameValue514.Name = "C0"
  6693. CFrameValue514.Parent = Folder513
  6694. CFrameValue514.Value = CFrame.new(-1.90734863e-06, -1.50241089, -0.165988922, -0.99999994, 5.40167093e-06, -4.98592271e-07, -4.25428152e-06, -1.00000024, 1.91223808e-06, 4.84433258e-08, 2.09268183e-06, 1.00001764)
  6695. Part515.Parent = Model0
  6696. Part515.Material = Enum.Material.Metal
  6697. Part515.BrickColor = BrickColor.new("Dark stone grey")
  6698. Part515.Rotation = Vector3.new(39.9399986, -0.719999969, -54.0599976)
  6699. Part515.Anchored = true
  6700. Part515.FormFactor = Enum.FormFactor.Custom
  6701. Part515.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6702. Part515.CFrame = CFrame.new(46.3291168, 0.308330357, 135.534241, 0.586932302, 0.809548557, -0.0126173757, -0.625477135, 0.443472356, -0.641958535, -0.514096916, 0.384675056, 0.766635537)
  6703. Part515.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6704. Part515.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6705. Part515.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6706. Part515.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6707. Part515.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6708. Part515.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6709. Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6710. Part515.Position = Vector3.new(46.3291168, 0.308330357, 135.534241)
  6711. Part515.Orientation = Vector3.new(39.9399986, -0.939999998, -54.6599998)
  6712. Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6713. SpecialMesh516.Parent = Part515
  6714. SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6715. SpecialMesh516.MeshType = Enum.MeshType.Wedge
  6716. SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6717. Folder517.Name = "CFrames"
  6718. Folder517.Parent = Part515
  6719. CFrameValue518.Name = "C0"
  6720. CFrameValue518.Parent = Folder517
  6721. CFrameValue518.Value = CFrame.new(0.120788813, -1.50241089, -0.165927887, 0.596564949, -0.443424731, 0.668943048, -0.536869943, 0.399069846, 0.743313372, -0.596568942, -0.802583754, 9.2338305e-06)
  6722. Part519.Parent = Model0
  6723. Part519.Material = Enum.Material.Metal
  6724. Part519.BrickColor = BrickColor.new("Dark stone grey")
  6725. Part519.Rotation = Vector3.new(-1.80999994, 13.0699997, -45.25)
  6726. Part519.Anchored = true
  6727. Part519.FormFactor = Enum.FormFactor.Custom
  6728. Part519.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6729. Part519.CFrame = CFrame.new(46.0021095, 0.595594823, 135.566711, 0.685720384, 0.691834927, 0.226207405, -0.714912832, 0.698536813, 0.030756589, -0.136734858, -0.182806864, 0.973594248)
  6730. Part519.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6731. Part519.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6732. Part519.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6733. Part519.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6734. Part519.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6735. Part519.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6736. Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6737. Part519.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
  6738. Part519.Orientation = Vector3.new(-1.75999999, 13.0799999, -45.6599998)
  6739. Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6740. SpecialMesh520.Parent = Part519
  6741. SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6742. SpecialMesh520.MeshType = Enum.MeshType.Wedge
  6743. SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6744. Folder521.Name = "CFrames"
  6745. Folder521.Parent = Part519
  6746. CFrameValue522.Name = "C0"
  6747. CFrameValue522.Parent = Folder521
  6748. CFrameValue522.Value = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.697647035, -0.716441512, -9.41008329e-06, -0.163071439, -0.1588047, 0.973750293, -0.697649181, -0.679343641, -0.227624938)
  6749. Part523.Parent = Model0
  6750. Part523.Material = Enum.Material.Metal
  6751. Part523.BrickColor = BrickColor.new("Dark stone grey")
  6752. Part523.Rotation = Vector3.new(178.849991, -41.8999977, 144.709991)
  6753. Part523.Anchored = true
  6754. Part523.FormFactor = Enum.FormFactor.Custom
  6755. Part523.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6756. Part523.CFrame = CFrame.new(46.3339691, 0.589796841, 135.567368, -0.607548535, -0.430067122, -0.667791009, -0.566706419, 0.82378453, -0.0149454065, 0.556537986, 0.36935845, -0.744204342)
  6757. Part523.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6758. Part523.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6759. Part523.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6760. Part523.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6761. Part523.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6762. Part523.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6763. Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6764. Part523.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
  6765. Part523.Orientation = Vector3.new(0.859999955, -138.099991, -34.5299988)
  6766. Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6767. SpecialMesh524.Parent = Part523
  6768. SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6769. SpecialMesh524.MeshType = Enum.MeshType.Wedge
  6770. SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6771. Folder525.Name = "CFrames"
  6772. Folder525.Parent = Part523
  6773. CFrameValue526.Name = "C0"
  6774. CFrameValue526.Parent = Folder525
  6775. CFrameValue526.Value = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.596551836, -0.802574694, -3.55392694e-06, 0.536872089, 0.399060458, -0.74331665, 0.596578419, 0.443433017, 0.668951988)
  6776. Part527.Parent = Model0
  6777. Part527.Material = Enum.Material.Metal
  6778. Part527.BrickColor = BrickColor.new("Dark stone grey")
  6779. Part527.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  6780. Part527.Anchored = true
  6781. Part527.FormFactor = Enum.FormFactor.Custom
  6782. Part527.Size = Vector3.new(0.316868067, 0.418179721, 0.316868067)
  6783. Part527.CFrame = CFrame.new(46.165062, 0.437791824, 135.69548, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
  6784. Part527.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6785. Part527.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6786. Part527.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6787. Part527.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6788. Part527.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6789. Part527.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6790. Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6791. Part527.Position = Vector3.new(46.165062, 0.437791824, 135.69548)
  6792. Part527.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6793. Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6794. BlockMesh528.Parent = Part527
  6795. BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
  6796. BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
  6797. Folder529.Name = "CFrames"
  6798. Folder529.Parent = Part527
  6799. CFrameValue530.Name = "C0"
  6800. CFrameValue530.Parent = Folder529
  6801. CFrameValue530.Value = CFrame.new(-2.62260437e-06, -1.33644104, 3.81469727e-06, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
  6802. Part531.Parent = Model0
  6803. Part531.Material = Enum.Material.Metal
  6804. Part531.BrickColor = BrickColor.new("Dark stone grey")
  6805. Part531.Rotation = Vector3.new(135.979996, -0.599999964, 54.1699982)
  6806. Part531.Anchored = true
  6807. Part531.FormFactor = Enum.FormFactor.Custom
  6808. Part531.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6809. Part531.CFrame = CFrame.new(46.0021095, 0.595594823, 135.566711, 0.585411727, -0.810678899, -0.0105141569, -0.587256193, -0.415059626, -0.694878399, 0.558954, 0.41296038, -0.719051123)
  6810. Part531.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6811. Part531.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6812. Part531.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6813. Part531.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6814. Part531.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6815. Part531.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6816. Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6817. Part531.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
  6818. Part531.Orientation = Vector3.new(44.0200005, -179.159988, -125.25)
  6819. Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6820. SpecialMesh532.Parent = Part531
  6821. SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6822. SpecialMesh532.MeshType = Enum.MeshType.Wedge
  6823. SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6824. Folder533.Name = "CFrames"
  6825. Folder533.Parent = Part531
  6826. CFrameValue534.Name = "C0"
  6827. CFrameValue534.Parent = Folder533
  6828. CFrameValue534.Value = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.59656781, 0.443425, 0.668940544, 0.536862671, 0.399072409, -0.743317187, -0.596571743, 0.802581728, 1.52123393e-05)
  6829. Part535.Parent = Model0
  6830. Part535.Material = Enum.Material.Metal
  6831. Part535.BrickColor = BrickColor.new("Dark stone grey")
  6832. Part535.Rotation = Vector3.new(-2.92999983, -42.0599976, -144.709991)
  6833. Part535.Anchored = true
  6834. Part535.FormFactor = Enum.FormFactor.Custom
  6835. Part535.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6836. Part535.CFrame = CFrame.new(46.0353813, 0.274691135, 135.535034, -0.606033027, 0.428934097, -0.669893444, -0.604927301, -0.795374751, 0.0379808359, -0.516520977, 0.428250194, 0.741490602)
  6837. Part535.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6838. Part535.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6839. Part535.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6840. Part535.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6841. Part535.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6842. Part535.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6843. Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6844. Part535.Position = Vector3.new(46.0353813, 0.274691135, 135.535034)
  6845. Part535.Orientation = Vector3.new(-2.18000007, -42.0999985, -142.73999)
  6846. Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6847. SpecialMesh536.Parent = Part535
  6848. SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6849. SpecialMesh536.MeshType = Enum.MeshType.Wedge
  6850. SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6851. Folder537.Name = "CFrames"
  6852. Folder537.Parent = Part535
  6853. CFrameValue538.Name = "C0"
  6854. CFrameValue538.Parent = Folder537
  6855. CFrameValue538.Value = CFrame.new(0.15950346, -1.50239563, 0.127185822, 0.596548855, 0.802577078, -7.09854066e-06, -0.536868513, 0.399054885, 0.743322432, 0.596586287, -0.443432331, 0.668945253)
  6856. Part539.Parent = Model0
  6857. Part539.Material = Enum.Material.Metal
  6858. Part539.BrickColor = BrickColor.new("Dark stone grey")
  6859. Part539.Rotation = Vector3.new(-168.87999, 0.299999982, -44.8199997)
  6860. Part539.Anchored = true
  6861. Part539.FormFactor = Enum.FormFactor.Custom
  6862. Part539.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  6863. Part539.CFrame = CFrame.new(46.3330536, 0.556943357, 135.734619, 0.709370077, 0.704828799, 0.00530599151, 0.690883994, -0.696787655, 0.192786202, 0.139577642, -0.133090004, -0.981226444)
  6864. Part539.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6865. Part539.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6866. Part539.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6867. Part539.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6868. Part539.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6869. Part539.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6870. Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6871. Part539.Position = Vector3.new(46.3330536, 0.556943357, 135.734619)
  6872. Part539.Orientation = Vector3.new(-11.1199999, 179.690002, 135.23999)
  6873. Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6874. SpecialMesh540.Parent = Part539
  6875. SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6876. SpecialMesh540.MeshType = Enum.MeshType.Wedge
  6877. SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6878. Folder541.Name = "CFrames"
  6879. Folder541.Parent = Part539
  6880. CFrameValue542.Name = "C0"
  6881. CFrameValue542.Parent = Folder541
  6882. CFrameValue542.Value = CFrame.new(-0.120570421, -1.29330444, -0.165988922, -0.697630644, 0.679335594, -0.227628529, 0.163077861, -0.158810765, -0.973748088, -0.697663307, -0.716450453, 6.97071664e-06)
  6883. Part543.Parent = Model0
  6884. Part543.Material = Enum.Material.Metal
  6885. Part543.BrickColor = BrickColor.new("Dark stone grey")
  6886. Part543.Rotation = Vector3.new(164.800003, -0.149999991, 135.220001)
  6887. Part543.Anchored = true
  6888. Part543.FormFactor = Enum.FormFactor.Custom
  6889. Part543.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  6890. Part543.CFrame = CFrame.new(45.9969559, 0.321586132, 135.742538, -0.709830821, -0.704380214, -0.00255547976, -0.679273129, 0.68548131, -0.262114108, 0.186377525, -0.184318885, -0.965033829)
  6891. Part543.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6892. Part543.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6893. Part543.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6894. Part543.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6895. Part543.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6896. Part543.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6897. Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6898. Part543.Position = Vector3.new(45.9969559, 0.321586132, 135.742538)
  6899. Part543.Orientation = Vector3.new(15.1999998, -179.849991, -44.7399979)
  6900. Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6901. SpecialMesh544.Parent = Part543
  6902. SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6903. SpecialMesh544.MeshType = Enum.MeshType.Wedge
  6904. SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6905. Folder545.Name = "CFrames"
  6906. Folder545.Parent = Part543
  6907. CFrameValue546.Name = "C0"
  6908. CFrameValue546.Parent = Folder545
  6909. CFrameValue546.Value = CFrame.new(0.120689392, -1.29330444, 0.165992737, 0.697630703, -0.679335892, 0.227627769, 0.163084418, -0.158799812, -0.973748803, 0.697661281, 0.71645242, 5.53764403e-06)
  6910. Part547.Parent = Model0
  6911. Part547.Material = Enum.Material.Metal
  6912. Part547.BrickColor = BrickColor.new("Dark stone grey")
  6913. Part547.Reflectance = 0.10000000149012
  6914. Part547.Rotation = Vector3.new(-92.0400009, 0.98999995, -0.0799999982)
  6915. Part547.Anchored = true
  6916. Part547.FormFactor = Enum.FormFactor.Custom
  6917. Part547.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6918. Part547.CFrame = CFrame.new(46.162529, 0.272502363, 135.535294, 0.999858379, 0.00141303474, 0.0172829702, -0.0172221623, -0.0355938375, 0.999218047, 0.00202721357, -0.999365449, -0.0355635844)
  6919. Part547.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6920. Part547.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6921. Part547.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6922. Part547.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6923. Part547.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6924. Part547.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6925. Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6926. Part547.Position = Vector3.new(46.162529, 0.272502363, 135.535294)
  6927. Part547.Orientation = Vector3.new(-87.7299957, 154.080002, -154.179993)
  6928. Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6929. SpecialMesh548.Parent = Part547
  6930. SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  6931. SpecialMesh548.MeshType = Enum.MeshType.Wedge
  6932. SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  6933. Folder549.Name = "CFrames"
  6934. Folder549.Parent = Part547
  6935. CFrameValue550.Name = "C0"
  6936. CFrameValue550.Parent = Folder549
  6937. CFrameValue550.Value = CFrame.new(0.15950346, -1.50239563, 1.90734863e-05, 1.2142249e-05, -5.04031777e-06, -1, -5.62006608e-06, -1.00000024, 6.17653131e-06, -1.00001752, 5.80050983e-06, -1.15975563e-05)
  6938. Part551.Parent = Model0
  6939. Part551.Material = Enum.Material.Metal
  6940. Part551.BrickColor = BrickColor.new("Dark stone grey")
  6941. Part551.Rotation = Vector3.new(-2.26999998, -13.2399998, 134.73999)
  6942. Part551.Anchored = true
  6943. Part551.FormFactor = Enum.FormFactor.Custom
  6944. Part551.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6945. Part551.CFrame = CFrame.new(46.3283768, 0.271101058, 135.578735, -0.685257912, -0.691387951, -0.228958488, 0.703304768, -0.709841609, 0.0385719649, -0.189190447, -0.134595126, 0.972672164)
  6946. Part551.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. Part551.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6948. Part551.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6949. Part551.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6950. Part551.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6951. Part551.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6952. Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6953. Part551.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
  6954. Part551.Orientation = Vector3.new(-2.21000004, -13.25, 135.270004)
  6955. Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6956. SpecialMesh552.Parent = Part551
  6957. SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6958. SpecialMesh552.MeshType = Enum.MeshType.Wedge
  6959. SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6960. Folder553.Name = "CFrames"
  6961. Folder553.Parent = Part551
  6962. CFrameValue554.Name = "C0"
  6963. CFrameValue554.Parent = Folder553
  6964. CFrameValue554.Value = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.697648942, 0.716440022, 9.74908471e-06, -0.163060889, -0.158798903, 0.973752737, 0.697649539, 0.679347336, 0.227613002)
  6965. Part555.Parent = Model0
  6966. Part555.Material = Enum.Material.Metal
  6967. Part555.BrickColor = BrickColor.new("Dark stone grey")
  6968. Part555.Reflectance = 0.10000000149012
  6969. Part555.Rotation = Vector3.new(-96.7299957, -89.0400009, 175.300003)
  6970. Part555.Anchored = true
  6971. Part555.FormFactor = Enum.FormFactor.Custom
  6972. Part555.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  6973. Part555.CFrame = CFrame.new(46.3309593, 0.436474502, 135.738892, -0.0172768179, -0.00141897704, -0.999858618, -0.999217987, 0.035599038, 0.0172157958, 0.0355686955, 0.999365151, -0.0020330227)
  6974. Part555.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6975. Part555.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6976. Part555.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6977. Part555.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6978. Part555.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6979. Part555.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6980. Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6981. Part555.Position = Vector3.new(46.3309593, 0.436474502, 135.738892)
  6982. Part555.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6983. Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6984. SpecialMesh556.Parent = Part555
  6985. SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  6986. SpecialMesh556.MeshType = Enum.MeshType.Wedge
  6987. SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  6988. Folder557.Name = "CFrames"
  6989. Folder557.Parent = Part555
  6990. CFrameValue558.Name = "C0"
  6991. CFrameValue558.Parent = Folder557
  6992. CFrameValue558.Value = CFrame.new(-7.62939453e-06, -1.2933197, -0.165981293, 1, -5.96046448e-08, -5.9842132e-06, -1.0766089e-06, 1.00000012, -4.11644578e-07, 5.43671194e-06, 2.30967999e-07, 1.00001764)
  6993. Part559.Parent = Model0
  6994. Part559.Material = Enum.Material.Metal
  6995. Part559.BrickColor = BrickColor.new("Dark stone grey")
  6996. Part559.Reflectance = 0.10000000149012
  6997. Part559.Rotation = Vector3.new(83.2699966, 89.0400009, -175.309998)
  6998. Part559.Anchored = true
  6999. Part559.FormFactor = Enum.FormFactor.Custom
  7000. Part559.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7001. Part559.CFrame = CFrame.new(45.9993477, 0.434749782, 135.529282, -0.0172714069, 0.00141656306, 0.999858677, -0.999217749, -0.0356043056, -0.0172104686, 0.0355739966, -0.999365091, 0.00203050813)
  7002. Part559.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7003. Part559.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7004. Part559.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7005. Part559.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7006. Part559.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7007. Part559.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7008. Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7009. Part559.Position = Vector3.new(45.9993477, 0.434749782, 135.529282)
  7010. Part559.Orientation = Vector3.new(0.98999995, 89.8799973, -92.0400009)
  7011. Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7012. SpecialMesh560.Parent = Part559
  7013. SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  7014. SpecialMesh560.MeshType = Enum.MeshType.Wedge
  7015. SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  7016. Folder561.Name = "CFrames"
  7017. Folder561.Parent = Part559
  7018. CFrameValue562.Name = "C0"
  7019. CFrameValue562.Parent = Folder561
  7020. CFrameValue562.Value = CFrame.new(-1.21593475e-05, -1.50239563, 0.165981293, 0.99999994, 5.36814332e-06, 5.69474651e-07, 4.22075391e-06, -1.00000024, -1.91177242e-06, 2.05400283e-08, 2.0917505e-06, -1.00001764)
  7021. Part563.Parent = Model0
  7022. Part563.Material = Enum.Material.Metal
  7023. Part563.BrickColor = BrickColor.new("Dark stone grey")
  7024. Part563.Reflectance = 0.10000000149012
  7025. Part563.Rotation = Vector3.new(87.9599991, -0.98999995, -179.919998)
  7026. Part563.Anchored = true
  7027. Part563.FormFactor = Enum.FormFactor.Custom
  7028. Part563.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7029. Part563.CFrame = CFrame.new(46.1680641, 0.591133416, 135.523972, -0.999858558, 0.00141170109, -0.0172829255, 0.0172221679, -0.0355939381, -0.999218047, -0.00202588132, -0.999365449, 0.0355637074)
  7030. Part563.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7031. Part563.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7032. Part563.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7033. Part563.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7034. Part563.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7035. Part563.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7036. Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7037. Part563.Position = Vector3.new(46.1680641, 0.591133416, 135.523972)
  7038. Part563.Orientation = Vector3.new(87.7299957, -25.9200001, 154.179993)
  7039. Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7040. SpecialMesh564.Parent = Part563
  7041. SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  7042. SpecialMesh564.MeshType = Enum.MeshType.Wedge
  7043. SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  7044. Folder565.Name = "CFrames"
  7045. Folder565.Parent = Part563
  7046. CFrameValue566.Name = "C0"
  7047. CFrameValue566.Parent = Folder565
  7048. CFrameValue566.Value = CFrame.new(-0.15937686, -1.50236511, -7.62939453e-06, -1.20967234e-05, -4.91738319e-06, 1, 6.95209019e-06, -1.00000024, -6.05359674e-06, 1.00001776, 7.13230111e-06, 1.15526054e-05)
  7049. Part567.Parent = Model0
  7050. Part567.Material = Enum.Material.Metal
  7051. Part567.BrickColor = BrickColor.new("Dark stone grey")
  7052. Part567.Rotation = Vector3.new(11.1099997, -0.299999982, -135.179993)
  7053. Part567.Anchored = true
  7054. Part567.FormFactor = Enum.FormFactor.Custom
  7055. Part567.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7056. Part567.CFrame = CFrame.new(46.3339691, 0.589796841, 135.567368, -0.709376097, 0.704822838, -0.00529921381, -0.690880358, -0.696794093, -0.192775637, -0.13956435, -0.13308841, 0.98122853)
  7057. Part567.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7058. Part567.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7059. Part567.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7060. Part567.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7061. Part567.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7062. Part567.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7063. Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7064. Part567.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
  7065. Part567.Orientation = Vector3.new(11.1099997, -0.310000002, -135.23999)
  7066. Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7067. SpecialMesh568.Parent = Part567
  7068. SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7069. SpecialMesh568.MeshType = Enum.MeshType.Wedge
  7070. SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7071. Folder569.Name = "CFrames"
  7072. Folder569.Parent = Part567
  7073. CFrameValue570.Name = "C0"
  7074. CFrameValue570.Parent = Folder569
  7075. CFrameValue570.Value = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.697627604, 0.67934221, 0.227617919, -0.163064435, -0.158809379, 0.973750532, 0.697669327, -0.716444612, -1.35698356e-05)
  7076. Part571.Parent = Model0
  7077. Part571.Material = Enum.Material.Metal
  7078. Part571.BrickColor = BrickColor.new("Dark stone grey")
  7079. Part571.Rotation = Vector3.new(-1.14999998, 41.8999977, 35.2900009)
  7080. Part571.Anchored = true
  7081. Part571.FormFactor = Enum.FormFactor.Custom
  7082. Part571.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7083. Part571.CFrame = CFrame.new(46.2952347, 0.588934064, 135.524216, 0.607551277, -0.43006441, 0.667790115, 0.56670475, 0.823785841, 0.0149419028, -0.556536615, 0.369358987, 0.744205117)
  7084. Part571.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7085. Part571.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7086. Part571.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7087. Part571.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7088. Part571.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7089. Part571.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7090. Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7091. Part571.Position = Vector3.new(46.2952347, 0.588934064, 135.524216)
  7092. Part571.Orientation = Vector3.new(-0.859999955, 41.8999977, 34.5299988)
  7093. Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7094. SpecialMesh572.Parent = Part571
  7095. SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7096. SpecialMesh572.MeshType = Enum.MeshType.Wedge
  7097. SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7098. Folder573.Name = "CFrames"
  7099. Folder573.Parent = Part571
  7100. CFrameValue574.Name = "C0"
  7101. CFrameValue574.Parent = Folder573
  7102. CFrameValue574.Value = CFrame.new(-0.159366608, -1.50238037, -0.127197266, -0.596550226, -0.802576065, 7.09854066e-06, -0.536870837, 0.399061054, 0.743317306, -0.596581161, 0.443430334, -0.668951154)
  7103. Part575.Parent = Model0
  7104. Part575.Material = Enum.Material.Metal
  7105. Part575.BrickColor = BrickColor.new("Dark stone grey")
  7106. Part575.Rotation = Vector3.new(178.190002, -13.0699997, -134.75)
  7107. Part575.Anchored = true
  7108. Part575.FormFactor = Enum.FormFactor.Custom
  7109. Part575.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  7110. Part575.CFrame = CFrame.new(46.0406609, 0.600843489, 135.732651, -0.685723305, 0.691828668, -0.226217687, 0.714907527, 0.698542714, -0.0307497624, 0.136748254, -0.182808429, -0.973591983)
  7111. Part575.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7112. Part575.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7113. Part575.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7114. Part575.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7115. Part575.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7116. Part575.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7117. Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7118. Part575.Position = Vector3.new(46.0406609, 0.600843489, 135.732651)
  7119. Part575.Orientation = Vector3.new(1.75999999, -166.919998, 45.6599998)
  7120. Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7121. SpecialMesh576.Parent = Part575
  7122. SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7123. SpecialMesh576.MeshType = Enum.MeshType.Wedge
  7124. SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7125. Folder577.Name = "CFrames"
  7126. Folder577.Parent = Part575
  7127. CFrameValue578.Name = "C0"
  7128. CFrameValue578.Parent = Folder577
  7129. CFrameValue578.Value = CFrame.new(-0.159455776, -1.29330444, 0.127120972, -0.697641194, -0.716447353, 2.84612179e-06, 0.163084641, -0.158806056, -0.97374773, 0.697652042, -0.679337263, 0.227635339)
  7130. Part579.Parent = Model0
  7131. Part579.Material = Enum.Material.Metal
  7132. Part579.BrickColor = BrickColor.new("Dark stone grey")
  7133. Part579.Rotation = Vector3.new(-140.059998, 0.719999969, -125.939995)
  7134. Part579.Anchored = true
  7135. Part579.FormFactor = Enum.FormFactor.Custom
  7136. Part579.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7137. Part579.CFrame = CFrame.new(46.3283768, 0.271101058, 135.578735, -0.586934149, 0.809547365, 0.0126138311, 0.625474393, 0.443475217, 0.64195931, 0.514098227, 0.38467443, -0.766634822)
  7138. Part579.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7139. Part579.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7140. Part579.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7141. Part579.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7142. Part579.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7143. Part579.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7144. Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7145. Part579.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
  7146. Part579.Orientation = Vector3.new(-39.9399986, 179.059998, 54.6599998)
  7147. Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7148. SpecialMesh580.Parent = Part579
  7149. SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7150. SpecialMesh580.MeshType = Enum.MeshType.Wedge
  7151. SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7152. Folder581.Name = "CFrames"
  7153. Folder581.Parent = Part579
  7154. CFrameValue582.Name = "C0"
  7155. CFrameValue582.Parent = Folder581
  7156. CFrameValue582.Value = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.596562147, -0.443427593, -0.668943703, 0.536871135, 0.399069309, -0.743312657, 0.59657073, -0.802582502, -5.67664392e-06)
  7157. Part583.Parent = Model0
  7158. Part583.Material = Enum.Material.Metal
  7159. Part583.BrickColor = BrickColor.new("Dark stone grey")
  7160. Part583.Reflectance = 0.10000000149012
  7161. Part583.Rotation = Vector3.new(-92.0400009, 0.98999995, 179.919998)
  7162. Part583.Anchored = true
  7163. Part583.FormFactor = Enum.FormFactor.Custom
  7164. Part583.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  7165. Part583.CFrame = CFrame.new(46.1622467, 0.27993691, 135.744217, -0.999858439, -0.00141296443, 0.0172830075, 0.0172222052, 0.0355939083, 0.999218047, -0.00202714605, 0.999365449, -0.0355636515)
  7166. Part583.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7167. Part583.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7168. Part583.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7169. Part583.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7170. Part583.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7171. Part583.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7172. Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7173. Part583.Position = Vector3.new(46.1622467, 0.27993691, 135.744217)
  7174. Part583.Orientation = Vector3.new(-87.7299957, 154.080002, 25.8199997)
  7175. Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7176. SpecialMesh584.Parent = Part583
  7177. SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  7178. SpecialMesh584.MeshType = Enum.MeshType.Wedge
  7179. SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  7180. Folder585.Name = "CFrames"
  7181. Folder585.Parent = Part583
  7182. CFrameValue586.Name = "C0"
  7183. CFrameValue586.Parent = Folder585
  7184. CFrameValue586.Value = CFrame.new(0.159510851, -1.29335022, 3.81469727e-06, -1.21826888e-05, 4.96953726e-06, -1, 5.68944961e-06, 1.00000024, 6.10947609e-06, 1.00001764, -5.86966053e-06, -1.1634671e-05)
  7185. Part587.Parent = Model0
  7186. Part587.Material = Enum.Material.Metal
  7187. Part587.BrickColor = BrickColor.new("Dark stone grey")
  7188. Part587.Rotation = Vector3.new(-44.0200005, 0.599999964, 125.829994)
  7189. Part587.Anchored = true
  7190. Part587.FormFactor = Enum.FormFactor.Custom
  7191. Part587.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7192. Part587.CFrame = CFrame.new(46.0014954, 0.555304468, 135.525009, -0.585410237, -0.810680032, 0.0105177732, 0.587259173, -0.415056974, 0.694877446, -0.55895263, 0.412961006, 0.719051838)
  7193. Part587.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7194. Part587.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7195. Part587.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7196. Part587.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7197. Part587.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7198. Part587.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7199. Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7200. Part587.Position = Vector3.new(46.0014954, 0.555304468, 135.525009)
  7201. Part587.Orientation = Vector3.new(-44.0200005, 0.839999974, 125.25)
  7202. Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7203. SpecialMesh588.Parent = Part587
  7204. SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7205. SpecialMesh588.MeshType = Enum.MeshType.Wedge
  7206. SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7207. Folder589.Name = "CFrames"
  7208. Folder589.Parent = Part587
  7209. CFrameValue590.Name = "C0"
  7210. CFrameValue590.Parent = Folder589
  7211. CFrameValue590.Value = CFrame.new(-0.120661736, -1.50238037, 0.165916443, -0.59657073, 0.443422407, -0.66893959, -0.536861241, 0.399073124, 0.743317842, 0.596570313, 0.80258286, -1.88449631e-05)
  7212. Part591.Parent = Model0
  7213. Part591.Material = Enum.Material.Metal
  7214. Part591.BrickColor = BrickColor.new("Dark stone grey")
  7215. Part591.Rotation = Vector3.new(-15.1899996, 0.149999991, 44.7799988)
  7216. Part591.Anchored = true
  7217. Part591.FormFactor = Enum.FormFactor.Custom
  7218. Part591.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7219. Part591.CFrame = CFrame.new(45.9965363, 0.276894867, 135.578049, 0.70983696, -0.704374075, 0.00254890556, 0.679270446, 0.685487866, 0.262103736, -0.186364204, -0.184317634, 0.965036511)
  7220. Part591.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7221. Part591.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7222. Part591.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7223. Part591.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7224. Part591.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7225. Part591.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7226. Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7227. Part591.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
  7228. Part591.Orientation = Vector3.new(-15.1899996, 0.149999991, 44.7399979)
  7229. Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7230. SpecialMesh592.Parent = Part591
  7231. SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7232. SpecialMesh592.MeshType = Enum.MeshType.Wedge
  7233. SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7234. Folder593.Name = "CFrames"
  7235. Folder593.Parent = Part591
  7236. CFrameValue594.Name = "C0"
  7237. CFrameValue594.Parent = Folder593
  7238. CFrameValue594.Value = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.697627664, -0.679342508, -0.227617189, -0.163071215, -0.158798337, 0.973751128, -0.69766748, 0.7164464, 8.51694494e-07)
  7239. Part595.Parent = Model0
  7240. Part595.Material = Enum.Material.Metal
  7241. Part595.BrickColor = BrickColor.new("Dark stone grey")
  7242. Part595.Rotation = Vector3.new(177.069992, 42.0599976, -35.2900009)
  7243. Part595.Anchored = true
  7244. Part595.FormFactor = Enum.FormFactor.Custom
  7245. Part595.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7246. Part595.CFrame = CFrame.new(45.9965363, 0.276894867, 135.578049, 0.606030047, 0.428936869, 0.669894338, 0.604929149, -0.79537338, -0.037977159, 0.516522288, 0.428249598, -0.741489947)
  7247. Part595.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7248. Part595.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7249. Part595.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7250. Part595.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7251. Part595.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7252. Part595.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7253. Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7254. Part595.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
  7255. Part595.Orientation = Vector3.new(2.18000007, 137.899994, 142.73999)
  7256. Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7257. SpecialMesh596.Parent = Part595
  7258. SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7259. SpecialMesh596.MeshType = Enum.MeshType.Wedge
  7260. SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7261. Folder597.Name = "CFrames"
  7262. Folder597.Parent = Part595
  7263. CFrameValue598.Name = "C0"
  7264. CFrameValue598.Parent = Folder597
  7265. CFrameValue598.Value = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.596550584, 0.802575648, 3.43099236e-06, 0.536869943, 0.399054319, -0.743321598, -0.596583247, -0.443435073, -0.668946087)
  7266. Part599.Parent = Model0
  7267. Part599.Material = Enum.Material.Metal
  7268. Part599.BrickColor = BrickColor.new("Dark stone grey")
  7269. Part599.Reflectance = 0.10000000149012
  7270. Part599.Rotation = Vector3.new(83.2699966, 89.0400009, 4.69999981)
  7271. Part599.Anchored = true
  7272. Part599.FormFactor = Enum.FormFactor.Custom
  7273. Part599.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  7274. Part599.CFrame = CFrame.new(45.999054, 0.442187369, 135.738235, 0.0172768291, -0.00141897844, 0.999858618, 0.999217987, 0.0355990082, -0.017215807, -0.035568662, 0.99936527, 0.00203302316)
  7275. Part599.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7276. Part599.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7277. Part599.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7278. Part599.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7279. Part599.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7280. Part599.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7281. Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7282. Part599.Position = Vector3.new(45.999054, 0.442187369, 135.738235)
  7283. Part599.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
  7284. Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7285. SpecialMesh600.Parent = Part599
  7286. SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  7287. SpecialMesh600.MeshType = Enum.MeshType.Wedge
  7288. SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  7289. Folder601.Name = "CFrames"
  7290. Folder601.Parent = Part599
  7291. CFrameValue602.Name = "C0"
  7292. CFrameValue602.Parent = Folder601
  7293. CFrameValue602.Value = CFrame.new(-6.91413879e-06, -1.29330444, 0.165981293, -1, -2.23517418e-08, 5.9954109e-06, 1.11013651e-06, 1.00000024, 4.11644578e-07, -5.4479533e-06, 2.3166649e-07, -1.00001764)
  7294. Part603.Parent = Model0
  7295. Part603.Material = Enum.Material.Metal
  7296. Part603.BrickColor = BrickColor.new("Dark stone grey")
  7297. Part603.Rotation = Vector3.new(177.729996, 13.2399998, 45.25)
  7298. Part603.Anchored = true
  7299. Part603.FormFactor = Enum.FormFactor.Custom
  7300. Part603.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  7301. Part603.CFrame = CFrame.new(46.2893715, 0.277675599, 135.744507, 0.685261011, -0.691381574, 0.22896874, -0.703298211, -0.709847569, -0.0385786034, 0.189203456, -0.134596214, -0.972669482)
  7302. Part603.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7303. Part603.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7304. Part603.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7305. Part603.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7306. Part603.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7307. Part603.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7308. Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7309. Part603.Position = Vector3.new(46.2893715, 0.277675599, 135.744507)
  7310. Part603.Orientation = Vector3.new(2.21000004, 166.75, -135.270004)
  7311. Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7312. SpecialMesh604.Parent = Part603
  7313. SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7314. SpecialMesh604.MeshType = Enum.MeshType.Wedge
  7315. SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7316. Folder605.Name = "CFrames"
  7317. Folder605.Parent = Part603
  7318. CFrameValue606.Name = "C0"
  7319. CFrameValue606.Parent = Folder605
  7320. CFrameValue606.Value = CFrame.new(0.159585238, -1.2933197, -0.127140045, 0.697642803, 0.716445804, -3.19629908e-06, 0.163074136, -0.158800215, -0.973750293, -0.697652578, 0.679340839, -0.227623358)
  7321. for i,v in pairs(mas:GetChildren()) do
  7322. v.Parent = script.Parent
  7323. pcall(function() v:MakeJoints() end)
  7324. end
  7325. mas:Destroy()
  7326. for i,v in pairs(cors) do
  7327. spawn(function()
  7328. pcall(v)
  7329. end)
  7330. end
  7331.  
  7332. ----------------------------------------------------
  7333.  
  7334. --debounces start
  7335. Debounces = {
  7336. CanAttack = true;
  7337. CanJoke = true;
  7338. NoIdl = false;
  7339. Slashing = false;
  7340. Slashed = false;
  7341. Slapping = false;
  7342. Slapped = false;
  7343. ks = false;
  7344. Reaping = false;
  7345. Reaped = false;
  7346. }
  7347. mode = "normal"
  7348. --debounces end
  7349. -------------------------------
  7350.  
  7351. ----------------------------------------------------
  7352. local m2 = script.Parent.Dragonslayer:clone()
  7353. for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
  7354. --m.Welds.Disabled=false
  7355. local grip2 = Instance.new("Motor")
  7356. grip2.Part0=char["Right Arm"]
  7357. grip2.Part1=m2.Handle
  7358. grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
  7359. grip2.C1=CFrame.new()
  7360. grip2.Parent=grip2.Part0
  7361. m2.Parent=char
  7362. ----------------------------------------------------
  7363. local cor2 = Instance.new("Part", m2)
  7364. cor2.Name = "Thingy"
  7365. cor2.Locked = true
  7366. cor2.BottomSurface = 0
  7367. cor2.CanCollide = false
  7368. cor2.Size = Vector3.new(.1,.1,.1)
  7369. cor2.Transparency = 1
  7370. cor2.TopSurface = 0
  7371. corw2 = Instance.new("Weld", cor2)
  7372. corw2.Part0 = rarm
  7373. corw2.Part1 = cor2
  7374. corw2.C0 = CFrame.new(0, 0, 0)
  7375. corw2.C1 = CFrame.new(0, 0, 0)
  7376. weld1 = Instance.new("Weld", m2) -- Right grip
  7377. weld1.Part1 = cor2
  7378. weld1.Part0 = m2.Handle
  7379. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  7380. ------------------------------------------------------------------------------------------------------------
  7381. wait(.1)
  7382. local a = char.Dragonslayer:GetChildren()
  7383. wait(.1)
  7384. a.Locked=true
  7385. ----------------------------------------------------
  7386. ----------------------------------------------------
  7387.  
  7388. ---------------
  7389. fat = Instance.new("BindableEvent", script)--artificial heartbeat
  7390. fat.Name = "Heartbeat"
  7391. script:WaitForChild("Heartbeat")
  7392. frame = 0.033333333333333
  7393. tf = 0
  7394. allowframeloss = false
  7395. tossremainder = false
  7396. lastframe = tick()
  7397. script.Heartbeat:Fire()
  7398. game:GetService("RunService").Heartbeat:connect(function(s, p)
  7399.  
  7400. tf = tf + s
  7401. if frame <= tf then
  7402. if allowframeloss then
  7403. script.Heartbeat:Fire()
  7404. lastframe = tick()
  7405. else
  7406. for i = 1, math.floor(tf / frame) do
  7407. script.Heartbeat:Fire()
  7408. end
  7409. lastframe = tick()
  7410. end
  7411. if tossremainder then
  7412. tf = 0
  7413. else
  7414. tf = tf - frame * math.floor(tf / frame)
  7415. end
  7416. end
  7417. end
  7418. )
  7419. local Touche = {char.Name, }
  7420. function swait(num)
  7421. if num == 0 or num == nil then
  7422. fat.Event:wait()
  7423. else
  7424. for i = 0, num do
  7425. fat.Event:wait()
  7426. end
  7427. end
  7428. end
  7429. ----------------------------------------------------
  7430. function weld5(part0, part1, c0, c1)
  7431. local weeld=Instance.new("Weld", part0)
  7432. weeld.Part0=part0
  7433. weeld.Part1=part1
  7434. weeld.C0=c0
  7435. weeld.C1=c1
  7436. return weeld
  7437. end
  7438. ----------
  7439. local acos = math.acos
  7440. local sqrt = math.sqrt
  7441. local Vec3 = Vector3.new
  7442. local fromAxisAngle = CFrame.fromAxisAngle
  7443.  
  7444. local function toAxisAngle(CFr)
  7445. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  7446. local Angle = math.acos((R00+R11+R22-1)/2)
  7447. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7448. A = A == 0 and 0.00001 or A
  7449. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7450. B = B == 0 and 0.00001 or B
  7451. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7452. C = C == 0 and 0.00001 or C
  7453. local x = (R21-R12)/sqrt(A)
  7454. local y = (R02-R20)/sqrt(B)
  7455. local z = (R10-R01)/sqrt(C)
  7456. return Vec3(x,y,z),Angle
  7457. end
  7458.  
  7459. function ApplyTrig(Num,Func)
  7460. local Min,Max = Func(0),Func(1)
  7461. local i = Func(Num)
  7462. return (i-Min)/(Max-Min)
  7463.  
  7464. end
  7465.  
  7466. function LerpCFrame(CFrame1,CFrame2,Num)
  7467. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  7468. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  7469. end
  7470. ----------------------------------------------------
  7471. mod=Instance.new('Model',char)
  7472.  
  7473. ------
  7474. mod4 = Instance.new("Model",char)
  7475.  
  7476.  
  7477. lite = Instance.new("PointLight")
  7478. lite.Parent = torso
  7479. lite.Brightness = 6
  7480. lite.Range = 8
  7481. lite.Color = Color3.new(255,0,0)
  7482. -------------------------------
  7483. -------------------------------
  7484. mouse.KeyDown:connect(function(key)
  7485. if string.byte(key) == 52 then
  7486. if Debounces.CanAttack == true then
  7487. if stanceToggle ~= "Floating" then
  7488. char["Humanoid"].WalkSpeed = 60
  7489.  
  7490. elseif Debounces.CanAttack == false then
  7491. elseif stanceToggle == "Floating" then
  7492. wait()
  7493. end
  7494. end
  7495. end
  7496. end)
  7497. mouse.KeyUp:connect(function(key)
  7498. if string.byte(key) == 52 then
  7499.  
  7500. char["Humanoid"].WalkSpeed = 9
  7501. end
  7502. end)
  7503. --------------------------------
  7504. mouse.KeyDown:connect(function(key)
  7505. if key == "f" and equipped == false then
  7506. equipped = true
  7507. stanceToggle = "Normal"
  7508. elseif key == "f" and equipped == true then
  7509. equipped = false
  7510. stanceToggle = "Sheathed"
  7511. end
  7512. end)
  7513. function lerp(a, b, t) -- Linear interpolation
  7514. return a + (b - a)*t
  7515. end
  7516.  
  7517. function slerp(a, b, t) --Spherical interpolation
  7518. dot = a:Dot(b)
  7519. if dot > 0.99999 or dot < -0.99999 then
  7520. return t <= 0.5 and a or b
  7521. else
  7522. r = math.acos(dot)
  7523. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  7524. end
  7525. end
  7526.  
  7527. function matrixInterpolate(a, b, t)
  7528. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  7529. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  7530. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  7531. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  7532. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  7533. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  7534. local t = v1:Dot(v2)
  7535. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  7536. return CFrame.new()
  7537. end
  7538. return CFrame.new(
  7539. v0.x, v0.y, v0.z,
  7540. v1.x, v1.y, v1.z,
  7541. v2.x, v2.y, v2.z,
  7542. v3.x, v3.y, v3.z)
  7543. end
  7544. ----------------------------------------------------
  7545. function genWeld(a,b)
  7546. local w = Instance.new("Weld",a)
  7547. w.Part0 = a
  7548. w.Part1 = b
  7549. return w
  7550. end
  7551. function weld(a, b)
  7552. local weld = Instance.new("Weld")
  7553. weld.Name = "W"
  7554. weld.Part0 = a
  7555. weld.Part1 = b
  7556. weld.C0 = a.CFrame:inverse() * b.CFrame
  7557. weld.Parent = a
  7558. return weld;
  7559. end
  7560. ----------------------------------------------------
  7561. function Lerp(c1,c2,al)
  7562. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  7563. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  7564. for i,v in pairs(com1) do
  7565. com1[i] = v+(com2[i]-v)*al
  7566. end
  7567. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  7568. end
  7569. ----------------------------------------------------
  7570. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  7571. local wld = Instance.new("Weld", wp1)
  7572. wld.Part0 = wp0
  7573. wld.Part1 = wp1
  7574. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  7575. end
  7576. ----------------------------------------------------
  7577. newWeld(torso, larm, -1.5, 0.5, 0)
  7578. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  7579. newWeld(torso, rarm, 1.5, 0.5, 0)
  7580. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  7581. newWeld(torso, hed, 0, 1.5, 0)
  7582. newWeld(torso, lleg, -0.5, -1, 0)
  7583. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  7584. newWeld(torso, rleg, 0.5, -1, 0)
  7585. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  7586. newWeld(root, torso, 0, -1, 0)
  7587. torso.Weld.C1 = CFrame.new(0, -1, 0)
  7588. ----------------------------------------------------
  7589. wait(.1)
  7590. char.Dragonslayer:GetChildren().Locked=true
  7591. print("locked lol")
  7592. ----------------------------------------------------
  7593. function Dmg()
  7594. local partofdeath = char.Dragonslayer.Hitbox
  7595. local function CreateRegion3FromLocAndSize(Position, Size)
  7596. local SizeOffset = Size/2
  7597. local Point1 = Position - SizeOffset
  7598. local Point2 = Position + SizeOffset
  7599. return Region3.new(Point1, Point2)
  7600. end
  7601. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  7602. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  7603. spawn(function()
  7604. if Debounces.Slashing == true and Debounces.Slashed == false then
  7605. Debounces.Slashed = true
  7606. ypcall(function()
  7607. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  7608. humanoid:TakeDamage(math.random(40,48))
  7609. end)
  7610. wait(.4)
  7611. Debounces.Slashed = false
  7612. end
  7613. end)
  7614. end
  7615. end
  7616. ----------------------------------------------------
  7617. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7618. ptz = {0.7, 0.8, 0.9, 1}
  7619. idz = {"231917961", "231917950"}
  7620. function attackone()
  7621. for i = 1, 13 do
  7622. Dmg()
  7623. weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(1.4,-.1,.8)
  7624. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2, 0.5, -0.3)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(-10)), 0.3)
  7625. 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.3)
  7626. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0.4)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(-10)), 0.5)
  7627. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(-40),math.rad(0)), 0.5)
  7628. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  7629. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  7630. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  7631. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(18), math.rad(0), math.rad(15)), 0.7)
  7632. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.4, -1.3, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
  7633. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)), 0.5)
  7634. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
  7635. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.5)
  7636. if Debounces.on == false then
  7637. break
  7638. end
  7639. fat.Event:wait()
  7640. end
  7641.  
  7642. Debounces.Slashing = true
  7643. wait(0.4)
  7644. x = Instance.new("Sound", hed)
  7645. x.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  7646. x.Pitch = ptz[math.random(1,#ptz)]
  7647. x.Volume = 2
  7648. wait(.01)
  7649. x:Play()
  7650.  
  7651. for i = 1, 14 do
  7652. Dmg()
  7653. weld1.C0 = CFrame.new(0,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(3,0,0)
  7654. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0.4)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(100)), 0.4)
  7655. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.4)
  7656. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, -0.3)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-20)), 0.4)
  7657. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.4)
  7658. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  7659. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7660. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  7661. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(-1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7662. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
  7663. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(15)), 0.5)
  7664. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
  7665. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(-10)), 0.5)
  7666. if Debounces.on == false then break end
  7667. swait()
  7668. rs:wait()
  7669. end
  7670. Debounces.Slashing = false
  7671. end
  7672. function attacktwo()
  7673. Debounces.Reaping = true
  7674. Debounces.Slashing = true
  7675. x:Play()
  7676. wait(.1)
  7677.  
  7678. for i = 1, 14 do
  7679. Dmg()
  7680. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(80)), 0.7)
  7681. 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)
  7682. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (-70)), 0.5)
  7683. 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.4)
  7684. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.5)
  7685. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7686. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
  7687. 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)
  7688. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  7689. 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)
  7690. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  7691. 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)
  7692. Debounces.Reaping = false
  7693. if Debounces.on == false then
  7694. break
  7695. end
  7696. swait()
  7697. rs:wait()
  7698. end
  7699. end
  7700. ----------------------------------------------------
  7701. ----------------------------------------------------
  7702. --[[mouse.KeyDown:connect(function(key)
  7703. if key == "e" then
  7704. if Debounces.CanAttack == true and stanceToggle == "Normal" then
  7705. Debounces.CanAttack = false
  7706. Debounces.NoIdl = true
  7707. Debounces.on = true
  7708. for i = 1,50 do
  7709. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)), 0.05)
  7710. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(20)), 0.05)
  7711. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), math.rad(0)), 0.05)
  7712. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (8),math.rad(-46), math.rad(0)), 0.05)
  7713. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (-4), math.rad(60), math.rad(0)), 0.05)
  7714. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles (math.rad(120), math.rad(70), math.rad(-60)), 0.05)
  7715. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad (120),math.rad(- 70),math.rad(60)), 0.05)
  7716. if Debounces.on == false then break end wait()
  7717. end
  7718. wait(1)
  7719. z = Instance.new("Sound")
  7720. z.SoundId = "http://www.roblox.com/asset/? id=160773067"
  7721. z.Parent = char
  7722. z.Looped = false
  7723. z.Pitch = .4
  7724. z.Volume = .5
  7725. wait()
  7726. z:Play()
  7727. Debounces.Reaping = true
  7728. Reap()
  7729. for i = 1, 20 do
  7730. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (8),math.rad(66), math.rad(0)), 0.5)
  7731. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (-12), math.rad(-66), math.rad(0)), 0.5)
  7732. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles (math.rad(120), math.rad(70), math.rad(-60)), 0.5)
  7733. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad (120),math.rad(- 70),math.rad(60)), 0.5)
  7734. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad (6), 0, math.rad(10)), 0.5)
  7735. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad (-10), math.rad(-10), math.rad(20)), 0.5)
  7736. if Debounces.on == false then break end wait()
  7737. end
  7738. if Debounces.CanAttack == false then
  7739. Debounces.Slashing = false
  7740. Debounces.CanAttack = true
  7741. Debounces.NoIdl = false
  7742. z:Destroy()
  7743. end
  7744. end
  7745. end
  7746. end)]]
  7747. ----------------------------------------------------
  7748.  
  7749. ----------------------------------------------------
  7750. ComboNum = 0
  7751. mouse.Button1Down:connect(function()
  7752.  
  7753. if Debounces.CanAttack == true and stanceToggle=="Normal" then
  7754. Debounces.CanAttack = false
  7755. Debounces.NoIdl = true
  7756. Debounces.Reaping = true
  7757. Debounces.on = true
  7758. if ComboNum == 0 then
  7759. attackone()
  7760. elseif ComboNum == 1 then
  7761. attacktwo()
  7762. --[[elseif ComboNum == 2 then
  7763. attackthree()]]--
  7764. end
  7765. ComboNum = ComboNum + 1
  7766. Debounces.CanAttack = true
  7767. Debounces.on = false
  7768. wait(.5)
  7769. if Debounces.CanAttack == true then
  7770. ComboNum = 0
  7771. Debounces.NoIdl = false
  7772. end
  7773. end
  7774. end)
  7775. hitbb = char.Dragonslayer.Hitbox
  7776. ----------------------------------------------------
  7777. Reap = function()
  7778.  
  7779. hitbb.Touched:connect(function(ht1)
  7780.  
  7781. hit1 = ht1.Parent
  7782. if ht1 and hit1:IsA("Model") and hit1:FindFirstChild("Humanoid") and hit1.Name ~= p.Name and Debounces.Reaping == true and Debounces.Reaped == false then
  7783. Debounces.Reaped = true
  7784. h = hit1:FindFirstChild("Humanoid")
  7785. if h ~= nil then
  7786. hum.MaxHealth = hum.MaxHealth + h.MaxHealth
  7787. hum.Health = hum.MaxHealth
  7788. e = Instance.new("Part")
  7789. e.TopSurface = 0
  7790. e.BottomSurface = 0
  7791. e.Reflectance = 0.05
  7792. e.formFactor = "Symmetric"
  7793. e.Size = Vector3.new(1, 1, 1)
  7794. e.Anchored = true
  7795. e.CanCollide = false
  7796. e.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7797. e.CFrame = CFrame.new(ht1.Position)
  7798. e.Parent = hit1
  7799. z = Instance.new("Sound", rarm)
  7800. z.SoundId = "http://www.roblox.com/asset/?id=895716446"
  7801. z.Volume = 0.6
  7802. z.Pitch = pt[math.random(1, #pt)]
  7803. z.Looped = false
  7804. wait()
  7805. z:Play()
  7806. Instance.new("BlockMesh", e)
  7807. coroutine.resume(coroutine.create(function(par)
  7808.  
  7809. for i = 1, 13 do
  7810. par.CFrame = par.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-20, 20) / 50, math.random(-20, 20) / 50, math.random(-20, 20) / 50)
  7811. par.Transparency = i / 13
  7812. par.Mesh.Scale = par.Mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
  7813. wait()
  7814. end
  7815. par.Parent = nil
  7816. end
  7817. ), e)
  7818. for _,v in pairs(hit1:children()) do
  7819.  
  7820. if v.className == "Part" then
  7821.  
  7822. v.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7823. v.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
  7824. v:BreakJoints()
  7825. f = Instance.new("BodyVelocity")
  7826. f.P = 3000
  7827. f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7828. f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
  7829. f.Parent = v
  7830. v.CanCollide = false
  7831. coroutine.resume(coroutine.create(function(par)
  7832.  
  7833. for i = 1, 30 do
  7834. par.Transparency = i / 30
  7835. wait()
  7836. end
  7837. par.Parent = nil
  7838. end
  7839.  
  7840. ), v)
  7841. elseif v.Name == "Base" then
  7842. else
  7843. if v.className == "Accessory" then
  7844. v.Handle.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7845. v.Handle.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
  7846. v.Handle:BreakJoints()
  7847. f = Instance.new("BodyVelocity")
  7848. f.P = 3000
  7849. f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7850. f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
  7851. f.Parent = v.Handle
  7852. v.Handle.CanCollide = false
  7853. coroutine.resume(coroutine.create(function(par)
  7854.  
  7855. for i = 1, 30 do
  7856. par.Transparency = i / 30
  7857. wait()
  7858. end
  7859. par.Parent = nil
  7860. end
  7861. ), v.Handle)
  7862.  
  7863. if h == nil then
  7864. wait()
  7865. end
  7866. end
  7867. end
  7868. end
  7869. end
  7870. end
  7871. end
  7872.  
  7873. )
  7874. Debounces.Reaped = false
  7875. end
  7876.  
  7877. ----------------------------------------------
  7878. ROW = function(out, trans, s, wt, t, ang, plus)
  7879. if game:GetService("Workspace"):findFirstChild("Base")~=nil then
  7880. for i = 1, 360, 360/t do
  7881. local c = Instance.new("Part", game:GetService("Workspace"))
  7882. c.FormFactor = 3
  7883. c.TopSurface = 0
  7884. c.BottomSurface = 0
  7885. c.Size = s
  7886. c.Anchored = true
  7887. c.CanCollide = wt
  7888. c.Material=game:GetService("Workspace").Base.Material
  7889. c.Transparency = trans
  7890. c.BrickColor = game:GetService("Workspace").Base.BrickColor
  7891. c.CFrame = CFrame.new(torso.CFrame.x,0,torso.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  7892. c.Locked=true
  7893. game.Debris:AddItem(c,4+math.random(1,10)/10)
  7894. end
  7895. end
  7896. end
  7897. ----------------------------------------------
  7898. -------------------
  7899. function Crater(Torso,Radius)
  7900. Spawn(function()
  7901. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  7902. local Ignore = {}
  7903. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  7904. if v.Character ~= nil then
  7905. Ignore[#Ignore+1] = v.Character
  7906. end
  7907. end
  7908. local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  7909. if Hit == nil then return end
  7910. local Parts = {}
  7911. for i = 1,360,10 do
  7912. local P = Instance.new("Part",Torso.Parent)
  7913. P.Anchored = true
  7914. P.FormFactor = "Custom"
  7915. P.BrickColor = Hit.BrickColor
  7916. P.Material = Hit.Material
  7917. P.TopSurface = "Smooth"
  7918. P.BottomSurface = "Smooth"
  7919. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  7920. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  7921. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  7922. if math.random(0,5) == 0 then -- rubble
  7923. local P = Instance.new("Part",Torso.Parent)
  7924. P.Anchored = true
  7925. P.FormFactor = "Custom"
  7926. P.BrickColor = Hit.BrickColor
  7927. P.Material = Hit.Material
  7928. P.TopSurface = "Smooth"
  7929. P.BottomSurface = "Smooth"
  7930. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  7931. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  7932. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  7933. end
  7934. end
  7935. for i = 0,1,0.05 do
  7936. for i2,v in pairs(Parts) do
  7937. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  7938. end
  7939. wait(0.02)
  7940. end
  7941. for i,v in pairs(Parts) do
  7942. if v[1].Size.X > 2.1 then
  7943. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  7944. end
  7945. v[1].Anchored = false
  7946. end
  7947. for i = 0,1,0.05 do
  7948. for i2,v in pairs(Parts) do
  7949. v[1].Transparency = i
  7950. if i == 1 then
  7951. v[1]:Destroy()
  7952. elseif i >= 0.25 then
  7953. v[1].CanCollide = false
  7954. end
  7955. end
  7956. wait(0.02)
  7957. end
  7958. Parts = nil
  7959. end)
  7960. end
  7961.  
  7962.  
  7963. local Touche = {char.Name}
  7964. -------------------------------
  7965. ROW = function(out, trans, s, wt, t, ang, plus)
  7966. if game:GetService("Workspace"):findFirstChild("Base")~=nil then
  7967. for i = 1, 360, 360/t do
  7968. local c = Instance.new("Part", game:GetService("Workspace"))
  7969. c.FormFactor = 3
  7970. c.TopSurface = 0
  7971. c.BottomSurface = 0
  7972. c.Size = s
  7973. c.Anchored = true
  7974. c.CanCollide = wt
  7975. c.Material=game:GetService("Workspace").Base.Material
  7976. c.Transparency = trans
  7977. c.BrickColor = game:GetService("Workspace").Base.BrickColor
  7978. c.CFrame = CFrame.new(torso.CFrame.x,0,torso.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  7979. c.Locked=true
  7980. game.Debris:AddItem(c,4+math.random(1,10)/10)
  7981. end
  7982. end
  7983. end
  7984. ----------------------------------------------
  7985. Part = function(x,y,z,color,tr,cc,an,parent)
  7986. local p = Instance.new('Part',parent or Weapon)
  7987. p.formFactor = 'Custom'
  7988. p.Size = Vector3.new(x,y,z)
  7989. p.BrickColor = BrickColor.new(color)
  7990. p.CanCollide = cc
  7991. p.Transparency = tr
  7992. p.Anchored = an
  7993. p.TopSurface,p.BottomSurface = 0,0
  7994. p.Locked=true
  7995. p:BreakJoints()
  7996. return p end
  7997.  
  7998. Mesh = function(par,num,x,y,z)
  7999. local msh = _
  8000. if num == 1 then msh = Instance.new("CylinderMesh",par)
  8001. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  8002. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  8003. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  8004. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  8005. end msh.Scale = Vector3.new(x,y,z)
  8006. return msh end
  8007.  
  8008. ----------------------------------------------
  8009. function explosion(col1,col2,cfr,sz,rng,dmg)
  8010. local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
  8011. local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  8012. local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  8013. v1,v2,v3=sz.x,sz.y,sz.z
  8014. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  8015. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  8016. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  8017. a.CFrame=cfr
  8018. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  8019. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  8020. for i,v in pairs(game:GetService("Workspace"):children()) do
  8021. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  8022. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  8023. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  8024. local hit=v
  8025. hit.Humanoid.Health=v.Humanoid.Health-dmg
  8026. hit.Humanoid.PlatformStand=true
  8027. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
  8028. wait(.1)
  8029. spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  8030. end
  8031. end
  8032. end
  8033. end
  8034. spawn(function()
  8035. while wait() do
  8036. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  8037. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  8038. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  8039. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  8040. a.Transparency=a.Transparency+0.05
  8041. a2.Transparency=a2.Transparency+0.05
  8042. a3.Transparency=a3.Transparency+0.05
  8043. end
  8044. end)
  8045. end
  8046.  
  8047. ----------------------------------------------
  8048. local Shockwave = function()
  8049. local bl = Instance.new("Part", char)
  8050. bl.Locked = true
  8051. bl.Name = "Shell"
  8052. bl.BrickColor = BrickColor.new("Crimson")
  8053. bl.Anchored = true
  8054. bl.Material="Marble"
  8055. bl.CanCollide = false
  8056. bl.Transparency = 0
  8057. bl.Reflectance = 0
  8058. bl.BottomSurface = 0
  8059. bl.TopSurface = 0
  8060. bl.Position = torso.Position - Vector3.new(0,2,0)
  8061. bl.Shape = 0
  8062. local blm = Instance.new("SpecialMesh", bl)
  8063. blm.MeshType = "Sphere"
  8064. blm.Scale = Vector3.new(1, 1, 1)
  8065. blm.MeshId = "rbxassetid://1323306"
  8066. local sdfg = Instance.new("Part", char)
  8067. sdfg.Locked = true
  8068. sdfg.Name = "Shell"
  8069. sdfg.BrickColor = BrickColor.new("Really black")
  8070. sdfg.Anchored = true
  8071. sdfg.Material="Marble"
  8072. sdfg.CanCollide = false
  8073. sdfg.Transparency = 0
  8074. sdfg.Reflectance = 0
  8075. sdfg.BottomSurface = 0
  8076. sdfg.TopSurface = 0
  8077. sdfg.Position = torso.Position - Vector3.new(0,2,0)
  8078. sdfg.Shape = 0
  8079. sdfg.CFrame = sdfg.CFrame * CFrame.Angles(math.rad(45), math.rad(45), math.rad(0))
  8080. local blms = Instance.new("SpecialMesh", sdfg)
  8081. blms.MeshType = "Sphere"
  8082. blms.Scale = Vector3.new(1, 1, 1)
  8083. blms.MeshId = "rbxassetid://3270017"
  8084.  
  8085. local zxc = Instance.new("Part", char)
  8086. zxc.Locked = true
  8087. zxc.Name = "Shell"
  8088. zxc.BrickColor = BrickColor.new("Really black")
  8089. zxc.Anchored = true
  8090. zxc.Material="Marble"
  8091. zxc.CanCollide = false
  8092. zxc.Transparency = 0
  8093. zxc.Reflectance = 0
  8094. zxc.BottomSurface = 0
  8095. zxc.TopSurface = 0
  8096. zxc.Position = torso.Position - Vector3.new(0,2,0)
  8097. zxc.Shape = 0
  8098. zxc.CFrame = zxc.CFrame * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0))
  8099. local blmz = Instance.new("SpecialMesh", zxc)
  8100. blmz.MeshType = "Sphere"
  8101. blmz.Scale = Vector3.new(1, 1, 1)
  8102. blmz.MeshId = "rbxassetid://3270017"
  8103.  
  8104. local rng1 = Instance.new("Part", char)
  8105. rng1.Anchored = true
  8106. rng1.BrickColor = BrickColor.new("Really black")
  8107. rng1.CanCollide = false
  8108. rng1.FormFactor = 3
  8109. rng1.Name = "Ring"
  8110. rng1.Size = Vector3.new(1, 1, 1)
  8111. rng1.Transparency = 0.35
  8112. rng1.TopSurface = 0
  8113. rng1.BottomSurface = 0
  8114. local rng = Instance.new("Part", char)
  8115. rng.Anchored = true
  8116. rng.BrickColor = BrickColor.new("Light blue")
  8117. rng.CanCollide = false
  8118. rng.FormFactor = 3
  8119. rng.Name = "Ring"
  8120. rng.Size = Vector3.new(1, 1, 1)
  8121. rng.Transparency = 0.35
  8122. rng.TopSurface = 0
  8123. rng.BottomSurface = 0
  8124. rng.Position = torso.Position - Vector3.new(0,2,0)
  8125. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8126. local rngm1 = Instance.new("SpecialMesh", rng)
  8127. rngm1.MeshId = "http://www.roblox.com/asset/?id=20329976"
  8128. rngm1.Scale = Vector3.new(10, 10, 10)
  8129. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  8130. local Wave = Instance.new("Part")
  8131. Wave.Name = "Shockwave"
  8132. Wave.BrickColor = BrickColor.new("White")
  8133. Wave.Size = Vector3.new(1, 1, 1)
  8134. Wave.Shape = "Ball"
  8135. Wave.CanCollide = false
  8136. Wave.Anchored = true
  8137. Wave.TopSurface = 0
  8138. Wave.BottomSurface = 0
  8139. Wave.Touched:connect(function(hit)
  8140. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  8141. local Occlude = true
  8142. local NotOccludes = {
  8143. char.Name;
  8144. "Wings";
  8145. "Scythe";
  8146. "Thingy";
  8147. "Thingy2";
  8148. }
  8149. for i,v in pairs(NotOccludes) do
  8150. if hit.Parent.Name == v then
  8151. Occlude = false
  8152. end
  8153. end
  8154. if Occlude then
  8155. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 40
  8156. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  8157. end
  8158. end
  8159. end)
  8160. Wave.Parent=game:GetService("Workspace")
  8161.  
  8162. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  8163.  
  8164. coroutine.wrap(function()
  8165. for i = 1, 20, 0.2 do
  8166. rngm1.Scale = Vector3.new(10 + i*2, 1 + 1*2, 10 + i*2)
  8167. rng1.Transparency = i/20
  8168. rng.Transparency=i/20
  8169. blm.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8170. bl.Transparency = i/20
  8171. blms.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8172. sdfg.Transparency = i/20
  8173. blmz.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8174. zxc.Transparency = i/20
  8175.  
  8176. wait()
  8177. end
  8178. wait()
  8179. rng:Destroy()
  8180. end)()
  8181.  
  8182. delay(0, function()
  8183. if Daytime == false then
  8184. for i = 1, 50, 1 do
  8185. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8186. Wave.CFrame = char.Torso.CFrame
  8187. local t = i / 50
  8188. Wave.Transparency = t
  8189. wait()
  8190. end
  8191. else
  8192. for i = 1, 50, 1 do
  8193. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8194. Wave.CFrame = char.Torso.CFrame
  8195. local t = i / 50
  8196. Wave.Transparency = t
  8197. wait()
  8198. end
  8199. end
  8200. Wave:Destroy()
  8201. end)
  8202. delay(0, function()
  8203. while wait() do
  8204. if Wave ~= nil then
  8205. Wave.CFrame = char.Torso.CFrame
  8206. else
  8207. break
  8208. end
  8209. end
  8210. end)
  8211. end
  8212.  
  8213.  
  8214.  
  8215.  
  8216. -------------------------------
  8217. mouse.KeyDown:connect(function(key)
  8218. if key == "r" and stanceToggle == "Normal" then
  8219. if Debounces.CanAttack == true then
  8220. Debounces.CanAttack = false
  8221. x = Instance.new("Sound")
  8222. x.SoundId = "http://www.roblox.com/asset?id=219338993"
  8223. x.Parent = char
  8224. x.Volume = 0.7
  8225. x.Pitch = 1
  8226. x.Looped = true
  8227. x:Play()
  8228. Debounces.NoIdl = true
  8229. Debounces.on = true
  8230. for i = 1,30 do
  8231. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (20),math.rad(0), math.rad (0)),0.1)
  8232. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0)*CFrame.Angles (math.rad(30), math.rad(0), 0), 0.1)
  8233. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles (math.rad(120),math.rad (0),math.rad(-40)), 0.1)
  8234. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles (math.rad(120),math.rad (0),math.rad(40)), 0.1)
  8235. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
  8236. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
  8237. if Debounces.on == false then break end
  8238. wait()
  8239. end
  8240. wait(1.2)
  8241.  
  8242. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  8243. explosion('Really red','Black',torso.CFrame,Vector3.new(50,50,50),30,math.random (15,30))
  8244. x:Destroy()
  8245. b = Instance.new("Sound")
  8246. b.SoundId = "http://www.roblox.com/asset/?id=168586621"
  8247. b.Volume=1
  8248. b.Pitch=.5
  8249. b.PlayOnRemove=true
  8250. b.Parent = char
  8251. b.Looped = false
  8252. b:Play()
  8253. n = Instance.new("Sound")
  8254. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  8255. n.Parent = char
  8256. n.Pitch = 0.94
  8257. n.Looped = false
  8258. n:Play()
  8259. Shockwave()
  8260. Crater(hed,6)
  8261. for i = 1,20 do
  8262. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(- 10),math.rad(0), math.rad (0)), 0.8)
  8263. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0)*CFrame.Angles (math.rad(-40), math.rad(0), 0), 0.8)
  8264. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles (math.rad(50),math.rad (0),math.rad(-40)), 0.8)
  8265. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles (math.rad(50),math.rad (0),math.rad(40)), 0.8)
  8266. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-20)), 0.8)
  8267. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(20)), 0.8)
  8268. if Debounces.on == false then break end
  8269. wait()
  8270. end
  8271. Debounces.NoIdl = false
  8272. Debounces.on = false
  8273. wait(1)
  8274. if Debounces.CanAttack == false then
  8275. Debounces.CanAttack = true
  8276. x:Destroy()
  8277. b:Destroy()
  8278. n:Destroy()
  8279. end
  8280. end
  8281. end
  8282. end)
  8283.  
  8284. ----------------------------------------------------
  8285. smoke=char.armcannon.cannonpiece3.ParticleEmitter
  8286. ----------------------------------------------------
  8287.  
  8288. mouse.KeyDown:connect(function(key)
  8289. if key == "e" and stanceToggle == "Sheathed" then
  8290. if Debounces.CanAttack == true then
  8291. char.Humanoid.WalkSpeed = 8
  8292. Debounces.CanAttack = false
  8293. Debounces.NoIdl = true
  8294. Debounces.on = true
  8295. smoke.Enabled=true
  8296. for i = 1, 30 do
  8297. smoke.Enabled=true
  8298. 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.1)
  8299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(- 40),math.rad(-90)), 0.1)
  8300. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12),math.rad(60), math.rad (0)), 0.1)
  8301. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (0), math.rad(-60), math.rad(0)), 0.1)
  8302. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-5)), 0.1)
  8303. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(5)), 0.1)
  8304. if Debounces.on == false then break end
  8305. wait()
  8306.  
  8307. end
  8308. while wait(math.random(0.5,1.5)) do
  8309. if Debounces.on == false then
  8310. break
  8311. else
  8312. local expl = Instance.new("Explosion",game:GetService("Workspace"))
  8313. expl.Visible = false
  8314. local mous_ = game:GetService("Players").LocalPlayer:GetMouse()
  8315. local pos = mous_.Hit.p
  8316. local needsff = false
  8317. local pos_x = game:GetService("Players").LocalPlayer.Character.Torso.Position.X
  8318. local pos_y = game:GetService("Players").LocalPlayer.Character.Torso.Position.Y
  8319. local pos_z = game:GetService("Players").LocalPlayer.Character.Torso.Position.Z
  8320. local outset = 6
  8321. local x1,x2,y1,y2,z1,z2 = mous_.Hit.p.X+outset, mous_.Hit.p.X-outset, mous_.Hit.p.Y+outset, mous_.Hit.p.Y-outset, mous_.Hit.p.Z+outset, mous_.Hit.p.Z-outset
  8322. if pos_x < x1 and pos_x > x2 and pos_y < y1 and pos_y > y2 and pos_z < z1 and pos_z > z2 then
  8323. needsff = true
  8324. local forcefield = Instance.new("ForceField",p.Character)
  8325. forcefield.Visible = false
  8326. spawn(function()
  8327. wait(1)
  8328. pcall(game.Destroy,p.Character.ForceField)
  8329. end)
  8330. end
  8331. expl.Position = pos
  8332. spawn(function()
  8333. local blast = Instance.new("Part",p.Character)
  8334. blast.Anchored = true
  8335. blast.CanCollide = false
  8336. blast.BrickColor = BrickColor.new("Really red")
  8337. blast.Material = Enum.Material.Neon
  8338. blast.Size = Vector3.new(0.1,0.1,0.1)
  8339. blast.CFrame = CFrame.new(mous_.Hit.p)
  8340. local blastm = Instance.new("SpecialMesh",blast)
  8341. blastm.MeshType = Enum.MeshType.Sphere
  8342. blastm.Scale = Vector3.new(80,80,80)
  8343. local rp = Instance.new("Part",workspace)
  8344. rp.Anchored = true
  8345. rp.CanCollide = false
  8346. rp.BrickColor = BrickColor.new("Black")
  8347. rp.Size = Vector3.new(5,5,5)
  8348. rp.CFrame = blast.CFrame * CFrame.Angles(math.random(0,360),math.random(0,360),math.random(0,360))
  8349. local rm = Instance.new("SpecialMesh",rp)
  8350. rm.MeshId = "http://roblox.com/asset/?id=3270017"
  8351. rm.Scale = rm.Scale+Vector3.new(10,10,2)
  8352. local s = Instance.new("Sound",blast)
  8353. s.SoundId = "http://roblox.com/asset/?id=168586621"
  8354. s.Volume = 3
  8355. s.Looped = false
  8356. s.Pitch = 1.2
  8357. s:Play()
  8358. for i = 1,10 do
  8359. wait()
  8360. blastm.Scale = blastm.Scale+Vector3.new(12,12,12)
  8361. rm.Scale = rm.Scale+Vector3.new(1,1,0)
  8362. rp.Transparency = i / 10
  8363. blast.Transparency = i / 10
  8364. end
  8365. rp:Remove()
  8366. end)
  8367.  
  8368. end
  8369. end
  8370.  
  8371.  
  8372. end
  8373. end
  8374. end)
  8375.  
  8376. --------------------
  8377. mouse.KeyDown:connect(function(key)
  8378. if key == "n" and stanceToggle =="Sheathed" then
  8379.  
  8380. stanceToggle = "Idle2"
  8381.  
  8382. elseif key == "n" and stanceToggle == "Idle2" then
  8383. stanceToggle = "Sheathed"
  8384. end
  8385.  
  8386. end
  8387. )
  8388. ---------------------
  8389. mouse.KeyDown:connect(function(key)
  8390. if key == "b" and mus.Playing == true then
  8391. mus:Pause()
  8392. elseif key == "b" and mus.Playing == false then
  8393. mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
  8394. mus:Play()
  8395. end
  8396. end)
  8397. ----------------------------------------------------
  8398. mouse.KeyUp:connect(function(key)
  8399. if key == "e" and stanceToggle == "Sheathed" then
  8400. Debounces.NoIdl = false
  8401. Debounces.on = false
  8402. smoke.Enabled=false
  8403. wait()
  8404. smoke.Enabled=false
  8405. char.Humanoid.WalkSpeed = 9
  8406. if Debounces.CanAttack == false then
  8407. Debounces.CanAttack = true
  8408. end
  8409. end
  8410. end)
  8411. ----------------------------------------------------
  8412. -------------------------------
  8413. local animpose = "Idle"
  8414. local lastanimpose = "Idle"
  8415. local grab = false
  8416. local sine = 0
  8417.  
  8418. local val = 0
  8419. local ffing = false
  8420. jump = false
  8421. rs:connect(function()
  8422. if char.Humanoid.Jump == true then
  8423. jump = true
  8424. else
  8425. jump = false
  8426. end
  8427. char.Humanoid.FreeFalling:connect(function(f)
  8428. if f then
  8429. ffing = true
  8430. else
  8431. ffing = false
  8432. end
  8433.  
  8434. end)
  8435. end)
  8436.  
  8437.  
  8438. -------------------------------
  8439. RightLeg = CFrame.new(0.5, -1, 0)
  8440. LeftLeg = CFrame.new(-0.5, -1, 0)
  8441. lefth = (torso.CFrame*LeftLeg)
  8442. righth = (torso.CFrame*RightLeg)
  8443.  
  8444. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  8445.  
  8446. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  8447. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  8448. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  8449. game:GetService("RunService").RenderStepped:connect(function()
  8450.  
  8451. char["Humanoid"].FreeFalling:connect(function(f)
  8452. if f then
  8453. ffing = true
  8454. else
  8455. ffing = false
  8456. end
  8457. end)
  8458. sine = sine + change
  8459. if jump == true then
  8460. animpose = "Jumping"
  8461. elseif ffing == true then
  8462. animpose = "Freefalling"
  8463. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  8464. animpose = "Idle"
  8465. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  8466. animpose = "Walking"
  8467. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  8468. animpose = "Running"
  8469. end
  8470. if animpose ~= lastanimpose then
  8471. sine = 0
  8472. if Debounces.NoIdl == false then
  8473. if stanceToggle == "Normal" then
  8474. for i = 1, 2 do
  8475. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(-90),math.rad(-50),math.rad(0)), 0.5)
  8476. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 1, -.2)*CFrame.Angles(math.rad(-70),math.rad(40),math.rad(0)), 0.5)
  8477. 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)
  8478. 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)
  8479. 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)
  8480. 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)
  8481.  
  8482. end
  8483. elseif stanceToggle == "Sheathed" then
  8484. 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+.5*math.cos(sine/10)),math.rad(0+1*math.cos(sine/10)),math.rad(15+1*math.cos(sine/10))), 0.8)
  8485. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.45, -.3)*CFrame.Angles(math.rad(10),math.rad(12),math.rad(0)), 0.5)
  8486. 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)
  8487. 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)
  8488. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
  8489. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0-3*math.cos(sine/10)),math.rad(0)), 0.5)
  8490. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
  8491. 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(0+3*math.cos(sine/10)), 0), 0.1)
  8492. 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)
  8493. 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)
  8494. 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)
  8495. 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)
  8496.  
  8497. wait()
  8498. end
  8499. else
  8500. end
  8501. end
  8502. lastanimpose = animpose
  8503. if Debounces.NoIdl == false then
  8504. if animpose == "Idle" then
  8505. if stanceToggle == "Normal" then
  8506. change = 0.5
  8507. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
  8508. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 1, -.2)*CFrame.Angles(math.rad(-90),math.rad(-50),math.rad(0)), 0.5)
  8509. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  8510. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(1.4, 0, 0)*CFrame.Angles(math.rad(-70),math.rad(40),math.rad(0)), 0.5)
  8511. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
  8512. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8513. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/13)), math.rad(0), 0), 0.1)
  8514. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/13), -1, 0) * CFrame.Angles(math.rad(0), math.rad(0+0*math.cos(sine/13)), 0), 0.1)
  8515. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/13)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/13)), math.rad(0), math.rad(0)), 0.1)
  8516. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/13)), math.rad(5+3*math.cos(sine/13))), 0.1)
  8517. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/13)), math.rad(0), math.rad(0)), 0.1)
  8518. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/13)), math.rad(-5+3*math.cos(sine/13))), 0.1)
  8519. weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(1.4,-.1,.8)
  8520. corw2.Part0 = rarm
  8521. elseif stanceToggle == "Sheathed" then
  8522. change = .5
  8523. 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+.5*math.cos(sine/10)),math.rad(0+1*math.cos(sine/10)),math.rad(15+1*math.cos(sine/10))), 0.8)
  8524. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.45, -.18)*CFrame.Angles(math.rad(10),math.rad(12),math.rad(0)), 0.5)
  8525. 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)
  8526. 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)
  8527. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
  8528. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8529. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
  8530. 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(0+3*math.cos(sine/10)), 0), 0.1)
  8531. 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)
  8532. 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)
  8533. 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)
  8534. 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)
  8535. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8536.  
  8537. corw2.Part0 = torso
  8538. elseif stanceToggle == "Idle2" then
  8539. change = 0.2
  8540. 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)
  8541. 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)
  8542. 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)
  8543. 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)
  8544. 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)
  8545. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  8546. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  8547. --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)
  8548. 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)
  8549. 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)
  8550. 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)
  8551. 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)
  8552. 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)
  8553. end
  8554.  
  8555. elseif animpose == "Walking" then
  8556. if stanceToggle == "Normal" then
  8557. change = .4
  8558. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
  8559. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(-10),math.rad(60),math.rad(0)), 0.7)
  8560. 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)
  8561. 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)
  8562. 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)
  8563. 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)
  8564. 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)
  8565. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8566. 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)
  8567. 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)
  8568. 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)
  8569. 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)
  8570. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  8571.  
  8572.  
  8573. corw2.Part0 = rarm
  8574.  
  8575. elseif stanceToggle == "Sheathed" then
  8576. change = 0.4
  8577. 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)
  8578. 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)
  8579. 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)
  8580. 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)
  8581. 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)
  8582. 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)
  8583. 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)
  8584. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8585. 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)
  8586. 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)
  8587. 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)
  8588. 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)
  8589. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8590.  
  8591. corw2.Part0 = torso
  8592.  
  8593. end
  8594. elseif animpose == "Running" then
  8595. if stanceToggle == "Normal" then
  8596. change = .5
  8597. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
  8598. 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)
  8599. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24 + 0.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)
  8600. 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)
  8601. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.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)
  8602. 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)
  8603. 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)
  8604. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8605. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.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), 0.8)
  8606. 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)
  8607. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.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), 0.8)
  8608. 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)
  8609. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  8610. corw2.Part0 = rarm
  8611.  
  8612. elseif stanceToggle == "Sheathed" then
  8613. change = 0.5
  8614. 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)
  8615. 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)
  8616. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24 + 0.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)
  8617. 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)
  8618. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.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)
  8619. 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)
  8620. 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)
  8621. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8622. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.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), 0.8)
  8623. 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)
  8624. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.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), 0.8)
  8625. 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)
  8626. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8627.  
  8628. corw2.Part0 = torso
  8629.  
  8630. elseif animpose == "Freefalling" then
  8631. change = 0.5
  8632. 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)
  8633. 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)
  8634. 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)
  8635. 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)
  8636. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  8637. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  8638. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8639. 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)
  8640. 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)
  8641. 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)
  8642. 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)
  8643.  
  8644. if stanceToggle == "Landed" then
  8645. change = 0.5
  8646. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1)*CFrame.Angles(math.rad(-12),math.rad(0), math.rad(0)),0.4)
  8647. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.4)
  8648. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-30)), 0.4)
  8649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)), 0.4)
  8650. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1+.1*math.cos(sine/4)) * CFrame.Angles(math.rad(-30-30*math.cos(sine/4)), 0, 0), 0.4)
  8651. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0-30*math.cos(sine/14)), 0, 0), 0.4)
  8652. end
  8653. elseif animpose == "Jumping" then
  8654. 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)
  8655. 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)
  8656. 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)
  8657. 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)
  8658. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  8659. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  8660. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8661. 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)
  8662. 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)
  8663. 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)
  8664. 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)
  8665.  
  8666. end
  8667. end
  8668.  
  8669. end
  8670. end)
  8671. --
  8672. local doe = 400
  8673. coroutine.wrap(function()
  8674. while 1 do
  8675. swait()
  8676. if doe <= 360 then
  8677. doe = doe + 2
  8678. else
  8679. doe = 0
  8680. end
  8681. end
  8682. end)()
  8683. while true do
  8684. swait()
  8685. while true do
  8686. swait()
  8687. if rp:FindFirstChild("mus")==nil then
  8688. end
  8689. end
  8690. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement