Advertisement
wamandnj

Untitled

Mar 28th, 2019
505
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. local cor2 = Instance.new("Part")
  3041. cor2.Name = "Thingy"
  3042. cor2.Locked = true
  3043. cor2.BottomSurface = 0
  3044. cor2.CanCollide = false
  3045. cor2.Size = Vector3.new(.1,.1,.1)
  3046. cor2.Transparency = 1
  3047. cor2.TopSurface = 0
  3048. corw2 = Instance.new("Weld", cor2)
  3049. corw2.Part0 = larm
  3050. corw2.Part1 = cor2
  3051. corw2.C0 = CFrame.new(0, 0, 0)
  3052. corw2.C1 = CFrame.new(0, 0, 0)
  3053. weld1 = Instance.new("Weld", m2) -- Right grip
  3054. weld1.Part1 = cor2
  3055. weld1.Part0 = m2.Handle
  3056. weld1.C0 = CFrame.new(.02,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(3.15,1.57,0)
  3057. ------------------------------------------------------------------------------------------------------------
  3058.  
  3059. --Converted with ttyyuu12345's model to script plugin v4
  3060. function sandbox(var,func)
  3061. local env = getfenv(func)
  3062. local newenv = setmetatable({},{
  3063. __index = function(self,k)
  3064. if k=="script" then
  3065. return var
  3066. else
  3067. return env[k]
  3068. end
  3069. end,
  3070. })
  3071. setfenv(func,newenv)
  3072. return func
  3073. end
  3074. cors = {}
  3075. mas = Instance.new("Model",game:GetService("Lighting"))
  3076. Model0 = Instance.new("Model")
  3077. Part1 = Instance.new("Part")
  3078. Folder2 = Instance.new("Folder")
  3079. CFrameValue3 = Instance.new("CFrameValue")
  3080. Part4 = Instance.new("Part")
  3081. BlockMesh5 = Instance.new("BlockMesh")
  3082. Folder6 = Instance.new("Folder")
  3083. CFrameValue7 = Instance.new("CFrameValue")
  3084. Part8 = Instance.new("Part")
  3085. BlockMesh9 = Instance.new("BlockMesh")
  3086. Folder10 = Instance.new("Folder")
  3087. CFrameValue11 = Instance.new("CFrameValue")
  3088. Part12 = Instance.new("Part")
  3089. BlockMesh13 = Instance.new("BlockMesh")
  3090. Folder14 = Instance.new("Folder")
  3091. CFrameValue15 = Instance.new("CFrameValue")
  3092. Part16 = Instance.new("Part")
  3093. SpecialMesh17 = Instance.new("SpecialMesh")
  3094. Folder18 = Instance.new("Folder")
  3095. CFrameValue19 = Instance.new("CFrameValue")
  3096. Part20 = Instance.new("Part")
  3097. SpecialMesh21 = Instance.new("SpecialMesh")
  3098. Folder22 = Instance.new("Folder")
  3099. CFrameValue23 = Instance.new("CFrameValue")
  3100. Part24 = Instance.new("Part")
  3101. SpecialMesh25 = Instance.new("SpecialMesh")
  3102. Folder26 = Instance.new("Folder")
  3103. CFrameValue27 = Instance.new("CFrameValue")
  3104. Part28 = Instance.new("Part")
  3105. SpecialMesh29 = Instance.new("SpecialMesh")
  3106. Folder30 = Instance.new("Folder")
  3107. CFrameValue31 = Instance.new("CFrameValue")
  3108. Part32 = Instance.new("Part")
  3109. BlockMesh33 = Instance.new("BlockMesh")
  3110. Folder34 = Instance.new("Folder")
  3111. CFrameValue35 = Instance.new("CFrameValue")
  3112. Part36 = Instance.new("Part")
  3113. BlockMesh37 = Instance.new("BlockMesh")
  3114. Folder38 = Instance.new("Folder")
  3115. CFrameValue39 = Instance.new("CFrameValue")
  3116. Part40 = Instance.new("Part")
  3117. SpecialMesh41 = Instance.new("SpecialMesh")
  3118. Folder42 = Instance.new("Folder")
  3119. CFrameValue43 = Instance.new("CFrameValue")
  3120. Part44 = Instance.new("Part")
  3121. BlockMesh45 = Instance.new("BlockMesh")
  3122. Folder46 = Instance.new("Folder")
  3123. CFrameValue47 = Instance.new("CFrameValue")
  3124. Part48 = Instance.new("Part")
  3125. BlockMesh49 = Instance.new("BlockMesh")
  3126. Folder50 = Instance.new("Folder")
  3127. CFrameValue51 = Instance.new("CFrameValue")
  3128. Part52 = Instance.new("Part")
  3129. BlockMesh53 = Instance.new("BlockMesh")
  3130. Folder54 = Instance.new("Folder")
  3131. CFrameValue55 = Instance.new("CFrameValue")
  3132. Part56 = Instance.new("Part")
  3133. BlockMesh57 = Instance.new("BlockMesh")
  3134. Folder58 = Instance.new("Folder")
  3135. CFrameValue59 = Instance.new("CFrameValue")
  3136. Part60 = Instance.new("Part")
  3137. SpecialMesh61 = Instance.new("SpecialMesh")
  3138. Folder62 = Instance.new("Folder")
  3139. CFrameValue63 = Instance.new("CFrameValue")
  3140. Part64 = Instance.new("Part")
  3141. BlockMesh65 = Instance.new("BlockMesh")
  3142. Folder66 = Instance.new("Folder")
  3143. CFrameValue67 = Instance.new("CFrameValue")
  3144. Part68 = Instance.new("Part")
  3145. BlockMesh69 = Instance.new("BlockMesh")
  3146. Folder70 = Instance.new("Folder")
  3147. CFrameValue71 = Instance.new("CFrameValue")
  3148. Part72 = Instance.new("Part")
  3149. CylinderMesh73 = Instance.new("CylinderMesh")
  3150. Folder74 = Instance.new("Folder")
  3151. CFrameValue75 = Instance.new("CFrameValue")
  3152. Part76 = Instance.new("Part")
  3153. BlockMesh77 = Instance.new("BlockMesh")
  3154. Folder78 = Instance.new("Folder")
  3155. CFrameValue79 = Instance.new("CFrameValue")
  3156. Part80 = Instance.new("Part")
  3157. BlockMesh81 = Instance.new("BlockMesh")
  3158. Folder82 = Instance.new("Folder")
  3159. CFrameValue83 = Instance.new("CFrameValue")
  3160. Part84 = Instance.new("Part")
  3161. BlockMesh85 = Instance.new("BlockMesh")
  3162. Folder86 = Instance.new("Folder")
  3163. CFrameValue87 = Instance.new("CFrameValue")
  3164. Part88 = Instance.new("Part")
  3165. SpecialMesh89 = Instance.new("SpecialMesh")
  3166. Folder90 = Instance.new("Folder")
  3167. CFrameValue91 = Instance.new("CFrameValue")
  3168. Part92 = Instance.new("Part")
  3169. CylinderMesh93 = Instance.new("CylinderMesh")
  3170. Motor94 = Instance.new("Motor")
  3171. Motor95 = Instance.new("Motor")
  3172. Motor96 = Instance.new("Motor")
  3173. Motor97 = Instance.new("Motor")
  3174. Motor98 = Instance.new("Motor")
  3175. Motor99 = Instance.new("Motor")
  3176. Motor100 = Instance.new("Motor")
  3177. Motor101 = Instance.new("Motor")
  3178. Motor102 = Instance.new("Motor")
  3179. Motor103 = Instance.new("Motor")
  3180. Motor104 = Instance.new("Motor")
  3181. Motor105 = Instance.new("Motor")
  3182. Motor106 = Instance.new("Motor")
  3183. Motor107 = Instance.new("Motor")
  3184. Motor108 = Instance.new("Motor")
  3185. Motor109 = Instance.new("Motor")
  3186. Motor110 = Instance.new("Motor")
  3187. Motor111 = Instance.new("Motor")
  3188. Motor112 = Instance.new("Motor")
  3189. Motor113 = Instance.new("Motor")
  3190. Motor114 = Instance.new("Motor")
  3191. Motor115 = Instance.new("Motor")
  3192. Motor116 = Instance.new("Motor")
  3193. Folder117 = Instance.new("Folder")
  3194. CFrameValue118 = Instance.new("CFrameValue")
  3195. Motor119 = Instance.new("Motor")
  3196. Motor120 = Instance.new("Motor")
  3197. Motor121 = Instance.new("Motor")
  3198. Motor122 = Instance.new("Motor")
  3199. Motor123 = Instance.new("Motor")
  3200. Motor124 = Instance.new("Motor")
  3201. Motor125 = Instance.new("Motor")
  3202. Motor126 = Instance.new("Motor")
  3203. Motor127 = Instance.new("Motor")
  3204. Motor128 = Instance.new("Motor")
  3205. Motor129 = Instance.new("Motor")
  3206. Motor130 = Instance.new("Motor")
  3207. Motor131 = Instance.new("Motor")
  3208. Motor132 = Instance.new("Motor")
  3209. Motor133 = Instance.new("Motor")
  3210. Motor134 = Instance.new("Motor")
  3211. Motor135 = Instance.new("Motor")
  3212. Motor136 = Instance.new("Motor")
  3213. Motor137 = Instance.new("Motor")
  3214. Motor138 = Instance.new("Motor")
  3215. Motor139 = Instance.new("Motor")
  3216. Motor140 = Instance.new("Motor")
  3217. Motor141 = Instance.new("Motor")
  3218. Motor142 = Instance.new("Motor")
  3219. Motor143 = Instance.new("Motor")
  3220. Motor144 = Instance.new("Motor")
  3221. Motor145 = Instance.new("Motor")
  3222. Motor146 = Instance.new("Motor")
  3223. Motor147 = Instance.new("Motor")
  3224. Motor148 = Instance.new("Motor")
  3225. Motor149 = Instance.new("Motor")
  3226. Motor150 = Instance.new("Motor")
  3227. Motor151 = Instance.new("Motor")
  3228. Motor152 = Instance.new("Motor")
  3229. Motor153 = Instance.new("Motor")
  3230. Motor154 = Instance.new("Motor")
  3231. Motor155 = Instance.new("Motor")
  3232. Motor156 = Instance.new("Motor")
  3233. Motor157 = Instance.new("Motor")
  3234. Motor158 = Instance.new("Motor")
  3235. Motor159 = Instance.new("Motor")
  3236. Motor160 = Instance.new("Motor")
  3237. Motor161 = Instance.new("Motor")
  3238. Motor162 = Instance.new("Motor")
  3239. Motor163 = Instance.new("Motor")
  3240. Motor164 = Instance.new("Motor")
  3241. Motor165 = Instance.new("Motor")
  3242. Motor166 = Instance.new("Motor")
  3243. Motor167 = Instance.new("Motor")
  3244. Motor168 = Instance.new("Motor")
  3245. Motor169 = Instance.new("Motor")
  3246. Motor170 = Instance.new("Motor")
  3247. Motor171 = Instance.new("Motor")
  3248. Motor172 = Instance.new("Motor")
  3249. Motor173 = Instance.new("Motor")
  3250. Motor174 = Instance.new("Motor")
  3251. Motor175 = Instance.new("Motor")
  3252. Motor176 = Instance.new("Motor")
  3253. Motor177 = Instance.new("Motor")
  3254. Motor178 = Instance.new("Motor")
  3255. Motor179 = Instance.new("Motor")
  3256. Motor180 = Instance.new("Motor")
  3257. Motor181 = Instance.new("Motor")
  3258. Motor182 = Instance.new("Motor")
  3259. Motor183 = Instance.new("Motor")
  3260. Motor184 = Instance.new("Motor")
  3261. Motor185 = Instance.new("Motor")
  3262. Motor186 = Instance.new("Motor")
  3263. Motor187 = Instance.new("Motor")
  3264. Motor188 = Instance.new("Motor")
  3265. Motor189 = Instance.new("Motor")
  3266. Motor190 = Instance.new("Motor")
  3267. Motor191 = Instance.new("Motor")
  3268. Motor192 = Instance.new("Motor")
  3269. Motor193 = Instance.new("Motor")
  3270. Motor194 = Instance.new("Motor")
  3271. Motor195 = Instance.new("Motor")
  3272. Motor196 = Instance.new("Motor")
  3273. Motor197 = Instance.new("Motor")
  3274. Motor198 = Instance.new("Motor")
  3275. Motor199 = Instance.new("Motor")
  3276. Motor200 = Instance.new("Motor")
  3277. Motor201 = Instance.new("Motor")
  3278. Motor202 = Instance.new("Motor")
  3279. Motor203 = Instance.new("Motor")
  3280. Motor204 = Instance.new("Motor")
  3281. Motor205 = Instance.new("Motor")
  3282. Motor206 = Instance.new("Motor")
  3283. Motor207 = Instance.new("Motor")
  3284. Motor208 = Instance.new("Motor")
  3285. Motor209 = Instance.new("Motor")
  3286. Motor210 = Instance.new("Motor")
  3287. Motor211 = Instance.new("Motor")
  3288. Motor212 = Instance.new("Motor")
  3289. Motor213 = Instance.new("Motor")
  3290. Motor214 = Instance.new("Motor")
  3291. Motor215 = Instance.new("Motor")
  3292. Motor216 = Instance.new("Motor")
  3293. Part217 = Instance.new("Part")
  3294. SpecialMesh218 = Instance.new("SpecialMesh")
  3295. Folder219 = Instance.new("Folder")
  3296. CFrameValue220 = Instance.new("CFrameValue")
  3297. Part221 = Instance.new("Part")
  3298. SpecialMesh222 = Instance.new("SpecialMesh")
  3299. Script223 = Instance.new("Script")
  3300. Folder224 = Instance.new("Folder")
  3301. CFrameValue225 = Instance.new("CFrameValue")
  3302. Part226 = Instance.new("Part")
  3303. SpecialMesh227 = Instance.new("SpecialMesh")
  3304. Folder228 = Instance.new("Folder")
  3305. CFrameValue229 = Instance.new("CFrameValue")
  3306. Part230 = Instance.new("Part")
  3307. SpecialMesh231 = Instance.new("SpecialMesh")
  3308. Folder232 = Instance.new("Folder")
  3309. CFrameValue233 = Instance.new("CFrameValue")
  3310. Part234 = Instance.new("Part")
  3311. SpecialMesh235 = Instance.new("SpecialMesh")
  3312. Folder236 = Instance.new("Folder")
  3313. CFrameValue237 = Instance.new("CFrameValue")
  3314. Part238 = Instance.new("Part")
  3315. BlockMesh239 = Instance.new("BlockMesh")
  3316. Folder240 = Instance.new("Folder")
  3317. CFrameValue241 = Instance.new("CFrameValue")
  3318. Part242 = Instance.new("Part")
  3319. SpecialMesh243 = Instance.new("SpecialMesh")
  3320. Folder244 = Instance.new("Folder")
  3321. CFrameValue245 = Instance.new("CFrameValue")
  3322. Part246 = Instance.new("Part")
  3323. SpecialMesh247 = Instance.new("SpecialMesh")
  3324. Folder248 = Instance.new("Folder")
  3325. CFrameValue249 = Instance.new("CFrameValue")
  3326. Part250 = Instance.new("Part")
  3327. SpecialMesh251 = Instance.new("SpecialMesh")
  3328. Folder252 = Instance.new("Folder")
  3329. CFrameValue253 = Instance.new("CFrameValue")
  3330. Part254 = Instance.new("Part")
  3331. SpecialMesh255 = Instance.new("SpecialMesh")
  3332. Folder256 = Instance.new("Folder")
  3333. CFrameValue257 = Instance.new("CFrameValue")
  3334. Part258 = Instance.new("Part")
  3335. SpecialMesh259 = Instance.new("SpecialMesh")
  3336. Folder260 = Instance.new("Folder")
  3337. CFrameValue261 = Instance.new("CFrameValue")
  3338. Part262 = Instance.new("Part")
  3339. SpecialMesh263 = Instance.new("SpecialMesh")
  3340. Folder264 = Instance.new("Folder")
  3341. CFrameValue265 = Instance.new("CFrameValue")
  3342. Part266 = Instance.new("Part")
  3343. SpecialMesh267 = Instance.new("SpecialMesh")
  3344. Folder268 = Instance.new("Folder")
  3345. CFrameValue269 = Instance.new("CFrameValue")
  3346. Part270 = Instance.new("Part")
  3347. SpecialMesh271 = Instance.new("SpecialMesh")
  3348. Folder272 = Instance.new("Folder")
  3349. CFrameValue273 = Instance.new("CFrameValue")
  3350. Part274 = Instance.new("Part")
  3351. SpecialMesh275 = Instance.new("SpecialMesh")
  3352. Folder276 = Instance.new("Folder")
  3353. CFrameValue277 = Instance.new("CFrameValue")
  3354. Part278 = Instance.new("Part")
  3355. SpecialMesh279 = Instance.new("SpecialMesh")
  3356. Folder280 = Instance.new("Folder")
  3357. CFrameValue281 = Instance.new("CFrameValue")
  3358. Part282 = Instance.new("Part")
  3359. SpecialMesh283 = Instance.new("SpecialMesh")
  3360. Folder284 = Instance.new("Folder")
  3361. CFrameValue285 = Instance.new("CFrameValue")
  3362. Part286 = Instance.new("Part")
  3363. SpecialMesh287 = Instance.new("SpecialMesh")
  3364. Folder288 = Instance.new("Folder")
  3365. CFrameValue289 = Instance.new("CFrameValue")
  3366. Part290 = Instance.new("Part")
  3367. SpecialMesh291 = Instance.new("SpecialMesh")
  3368. Folder292 = Instance.new("Folder")
  3369. CFrameValue293 = Instance.new("CFrameValue")
  3370. Part294 = Instance.new("Part")
  3371. SpecialMesh295 = Instance.new("SpecialMesh")
  3372. Folder296 = Instance.new("Folder")
  3373. CFrameValue297 = Instance.new("CFrameValue")
  3374. Part298 = Instance.new("Part")
  3375. SpecialMesh299 = Instance.new("SpecialMesh")
  3376. Folder300 = Instance.new("Folder")
  3377. CFrameValue301 = Instance.new("CFrameValue")
  3378. Part302 = Instance.new("Part")
  3379. SpecialMesh303 = Instance.new("SpecialMesh")
  3380. Folder304 = Instance.new("Folder")
  3381. CFrameValue305 = Instance.new("CFrameValue")
  3382. Part306 = Instance.new("Part")
  3383. SpecialMesh307 = Instance.new("SpecialMesh")
  3384. Folder308 = Instance.new("Folder")
  3385. CFrameValue309 = Instance.new("CFrameValue")
  3386. Part310 = Instance.new("Part")
  3387. SpecialMesh311 = Instance.new("SpecialMesh")
  3388. Folder312 = Instance.new("Folder")
  3389. CFrameValue313 = Instance.new("CFrameValue")
  3390. Part314 = Instance.new("Part")
  3391. SpecialMesh315 = Instance.new("SpecialMesh")
  3392. Folder316 = Instance.new("Folder")
  3393. CFrameValue317 = Instance.new("CFrameValue")
  3394. Part318 = Instance.new("Part")
  3395. SpecialMesh319 = Instance.new("SpecialMesh")
  3396. Folder320 = Instance.new("Folder")
  3397. CFrameValue321 = Instance.new("CFrameValue")
  3398. Part322 = Instance.new("Part")
  3399. SpecialMesh323 = Instance.new("SpecialMesh")
  3400. Folder324 = Instance.new("Folder")
  3401. CFrameValue325 = Instance.new("CFrameValue")
  3402. Part326 = Instance.new("Part")
  3403. SpecialMesh327 = Instance.new("SpecialMesh")
  3404. Folder328 = Instance.new("Folder")
  3405. CFrameValue329 = Instance.new("CFrameValue")
  3406. Part330 = Instance.new("Part")
  3407. SpecialMesh331 = Instance.new("SpecialMesh")
  3408. Folder332 = Instance.new("Folder")
  3409. CFrameValue333 = Instance.new("CFrameValue")
  3410. Part334 = Instance.new("Part")
  3411. SpecialMesh335 = Instance.new("SpecialMesh")
  3412. Folder336 = Instance.new("Folder")
  3413. CFrameValue337 = Instance.new("CFrameValue")
  3414. Part338 = Instance.new("Part")
  3415. BlockMesh339 = Instance.new("BlockMesh")
  3416. Folder340 = Instance.new("Folder")
  3417. CFrameValue341 = Instance.new("CFrameValue")
  3418. Part342 = Instance.new("Part")
  3419. BlockMesh343 = Instance.new("BlockMesh")
  3420. Folder344 = Instance.new("Folder")
  3421. CFrameValue345 = Instance.new("CFrameValue")
  3422. Part346 = Instance.new("Part")
  3423. BlockMesh347 = Instance.new("BlockMesh")
  3424. Folder348 = Instance.new("Folder")
  3425. CFrameValue349 = Instance.new("CFrameValue")
  3426. Part350 = Instance.new("Part")
  3427. BlockMesh351 = Instance.new("BlockMesh")
  3428. Folder352 = Instance.new("Folder")
  3429. CFrameValue353 = Instance.new("CFrameValue")
  3430. Part354 = Instance.new("Part")
  3431. BlockMesh355 = Instance.new("BlockMesh")
  3432. Folder356 = Instance.new("Folder")
  3433. CFrameValue357 = Instance.new("CFrameValue")
  3434. Part358 = Instance.new("Part")
  3435. SpecialMesh359 = Instance.new("SpecialMesh")
  3436. Folder360 = Instance.new("Folder")
  3437. CFrameValue361 = Instance.new("CFrameValue")
  3438. Part362 = Instance.new("Part")
  3439. BlockMesh363 = Instance.new("BlockMesh")
  3440. Folder364 = Instance.new("Folder")
  3441. CFrameValue365 = Instance.new("CFrameValue")
  3442. Part366 = Instance.new("Part")
  3443. BlockMesh367 = Instance.new("BlockMesh")
  3444. Folder368 = Instance.new("Folder")
  3445. CFrameValue369 = Instance.new("CFrameValue")
  3446. Part370 = Instance.new("Part")
  3447. BlockMesh371 = Instance.new("BlockMesh")
  3448. Folder372 = Instance.new("Folder")
  3449. CFrameValue373 = Instance.new("CFrameValue")
  3450. Part374 = Instance.new("Part")
  3451. BlockMesh375 = Instance.new("BlockMesh")
  3452. Folder376 = Instance.new("Folder")
  3453. CFrameValue377 = Instance.new("CFrameValue")
  3454. Part378 = Instance.new("Part")
  3455. SpecialMesh379 = Instance.new("SpecialMesh")
  3456. Script380 = Instance.new("Script")
  3457. Folder381 = Instance.new("Folder")
  3458. CFrameValue382 = Instance.new("CFrameValue")
  3459. Part383 = Instance.new("Part")
  3460. BlockMesh384 = Instance.new("BlockMesh")
  3461. Folder385 = Instance.new("Folder")
  3462. CFrameValue386 = Instance.new("CFrameValue")
  3463. Part387 = Instance.new("Part")
  3464. BlockMesh388 = Instance.new("BlockMesh")
  3465. Folder389 = Instance.new("Folder")
  3466. CFrameValue390 = Instance.new("CFrameValue")
  3467. Part391 = Instance.new("Part")
  3468. BlockMesh392 = Instance.new("BlockMesh")
  3469. Folder393 = Instance.new("Folder")
  3470. CFrameValue394 = Instance.new("CFrameValue")
  3471. Part395 = Instance.new("Part")
  3472. BlockMesh396 = Instance.new("BlockMesh")
  3473. Folder397 = Instance.new("Folder")
  3474. CFrameValue398 = Instance.new("CFrameValue")
  3475. Part399 = Instance.new("Part")
  3476. BlockMesh400 = Instance.new("BlockMesh")
  3477. Folder401 = Instance.new("Folder")
  3478. CFrameValue402 = Instance.new("CFrameValue")
  3479. Part403 = Instance.new("Part")
  3480. BlockMesh404 = Instance.new("BlockMesh")
  3481. Folder405 = Instance.new("Folder")
  3482. CFrameValue406 = Instance.new("CFrameValue")
  3483. Part407 = Instance.new("Part")
  3484. SpecialMesh408 = Instance.new("SpecialMesh")
  3485. Folder409 = Instance.new("Folder")
  3486. CFrameValue410 = Instance.new("CFrameValue")
  3487. Part411 = Instance.new("Part")
  3488. BlockMesh412 = Instance.new("BlockMesh")
  3489. Folder413 = Instance.new("Folder")
  3490. CFrameValue414 = Instance.new("CFrameValue")
  3491. Part415 = Instance.new("Part")
  3492. BlockMesh416 = Instance.new("BlockMesh")
  3493. Folder417 = Instance.new("Folder")
  3494. CFrameValue418 = Instance.new("CFrameValue")
  3495. Part419 = Instance.new("Part")
  3496. BlockMesh420 = Instance.new("BlockMesh")
  3497. Folder421 = Instance.new("Folder")
  3498. CFrameValue422 = Instance.new("CFrameValue")
  3499. Part423 = Instance.new("Part")
  3500. BlockMesh424 = Instance.new("BlockMesh")
  3501. Folder425 = Instance.new("Folder")
  3502. CFrameValue426 = Instance.new("CFrameValue")
  3503. Part427 = Instance.new("Part")
  3504. BlockMesh428 = Instance.new("BlockMesh")
  3505. Folder429 = Instance.new("Folder")
  3506. CFrameValue430 = Instance.new("CFrameValue")
  3507. Part431 = Instance.new("Part")
  3508. BlockMesh432 = Instance.new("BlockMesh")
  3509. Folder433 = Instance.new("Folder")
  3510. CFrameValue434 = Instance.new("CFrameValue")
  3511. Part435 = Instance.new("Part")
  3512. BlockMesh436 = Instance.new("BlockMesh")
  3513. Folder437 = Instance.new("Folder")
  3514. CFrameValue438 = Instance.new("CFrameValue")
  3515. Part439 = Instance.new("Part")
  3516. BlockMesh440 = Instance.new("BlockMesh")
  3517. Folder441 = Instance.new("Folder")
  3518. CFrameValue442 = Instance.new("CFrameValue")
  3519. Part443 = Instance.new("Part")
  3520. BlockMesh444 = Instance.new("BlockMesh")
  3521. Folder445 = Instance.new("Folder")
  3522. CFrameValue446 = Instance.new("CFrameValue")
  3523. Part447 = Instance.new("Part")
  3524. BlockMesh448 = Instance.new("BlockMesh")
  3525. Folder449 = Instance.new("Folder")
  3526. CFrameValue450 = Instance.new("CFrameValue")
  3527. Part451 = Instance.new("Part")
  3528. BlockMesh452 = Instance.new("BlockMesh")
  3529. Folder453 = Instance.new("Folder")
  3530. CFrameValue454 = Instance.new("CFrameValue")
  3531. Part455 = Instance.new("Part")
  3532. BlockMesh456 = Instance.new("BlockMesh")
  3533. Folder457 = Instance.new("Folder")
  3534. CFrameValue458 = Instance.new("CFrameValue")
  3535. Part459 = Instance.new("Part")
  3536. BlockMesh460 = Instance.new("BlockMesh")
  3537. Folder461 = Instance.new("Folder")
  3538. CFrameValue462 = Instance.new("CFrameValue")
  3539. Part463 = Instance.new("Part")
  3540. BlockMesh464 = Instance.new("BlockMesh")
  3541. Folder465 = Instance.new("Folder")
  3542. CFrameValue466 = Instance.new("CFrameValue")
  3543. Part467 = Instance.new("Part")
  3544. BlockMesh468 = Instance.new("BlockMesh")
  3545. Folder469 = Instance.new("Folder")
  3546. CFrameValue470 = Instance.new("CFrameValue")
  3547. Part471 = Instance.new("Part")
  3548. SpecialMesh472 = Instance.new("SpecialMesh")
  3549. Folder473 = Instance.new("Folder")
  3550. CFrameValue474 = Instance.new("CFrameValue")
  3551. Part475 = Instance.new("Part")
  3552. BlockMesh476 = Instance.new("BlockMesh")
  3553. Folder477 = Instance.new("Folder")
  3554. CFrameValue478 = Instance.new("CFrameValue")
  3555. Part479 = Instance.new("Part")
  3556. BlockMesh480 = Instance.new("BlockMesh")
  3557. Folder481 = Instance.new("Folder")
  3558. CFrameValue482 = Instance.new("CFrameValue")
  3559. Part483 = Instance.new("Part")
  3560. BlockMesh484 = Instance.new("BlockMesh")
  3561. Folder485 = Instance.new("Folder")
  3562. CFrameValue486 = Instance.new("CFrameValue")
  3563. Part487 = Instance.new("Part")
  3564. BlockMesh488 = Instance.new("BlockMesh")
  3565. Folder489 = Instance.new("Folder")
  3566. CFrameValue490 = Instance.new("CFrameValue")
  3567. Part491 = Instance.new("Part")
  3568. BlockMesh492 = Instance.new("BlockMesh")
  3569. Folder493 = Instance.new("Folder")
  3570. CFrameValue494 = Instance.new("CFrameValue")
  3571. Part495 = Instance.new("Part")
  3572. CylinderMesh496 = Instance.new("CylinderMesh")
  3573. Folder497 = Instance.new("Folder")
  3574. CFrameValue498 = Instance.new("CFrameValue")
  3575. Part499 = Instance.new("Part")
  3576. SpecialMesh500 = Instance.new("SpecialMesh")
  3577. Folder501 = Instance.new("Folder")
  3578. CFrameValue502 = Instance.new("CFrameValue")
  3579. Part503 = Instance.new("Part")
  3580. SpecialMesh504 = Instance.new("SpecialMesh")
  3581. Folder505 = Instance.new("Folder")
  3582. CFrameValue506 = Instance.new("CFrameValue")
  3583. Part507 = Instance.new("Part")
  3584. SpecialMesh508 = Instance.new("SpecialMesh")
  3585. Folder509 = Instance.new("Folder")
  3586. CFrameValue510 = Instance.new("CFrameValue")
  3587. Part511 = Instance.new("Part")
  3588. SpecialMesh512 = Instance.new("SpecialMesh")
  3589. Folder513 = Instance.new("Folder")
  3590. CFrameValue514 = Instance.new("CFrameValue")
  3591. Part515 = Instance.new("Part")
  3592. SpecialMesh516 = Instance.new("SpecialMesh")
  3593. Folder517 = Instance.new("Folder")
  3594. CFrameValue518 = Instance.new("CFrameValue")
  3595. Part519 = Instance.new("Part")
  3596. SpecialMesh520 = Instance.new("SpecialMesh")
  3597. Folder521 = Instance.new("Folder")
  3598. CFrameValue522 = Instance.new("CFrameValue")
  3599. Part523 = Instance.new("Part")
  3600. SpecialMesh524 = Instance.new("SpecialMesh")
  3601. Folder525 = Instance.new("Folder")
  3602. CFrameValue526 = Instance.new("CFrameValue")
  3603. Part527 = Instance.new("Part")
  3604. BlockMesh528 = Instance.new("BlockMesh")
  3605. Folder529 = Instance.new("Folder")
  3606. CFrameValue530 = Instance.new("CFrameValue")
  3607. Part531 = Instance.new("Part")
  3608. SpecialMesh532 = Instance.new("SpecialMesh")
  3609. Folder533 = Instance.new("Folder")
  3610. CFrameValue534 = Instance.new("CFrameValue")
  3611. Part535 = Instance.new("Part")
  3612. SpecialMesh536 = Instance.new("SpecialMesh")
  3613. Folder537 = Instance.new("Folder")
  3614. CFrameValue538 = Instance.new("CFrameValue")
  3615. Part539 = Instance.new("Part")
  3616. SpecialMesh540 = Instance.new("SpecialMesh")
  3617. Folder541 = Instance.new("Folder")
  3618. CFrameValue542 = Instance.new("CFrameValue")
  3619. Part543 = Instance.new("Part")
  3620. SpecialMesh544 = Instance.new("SpecialMesh")
  3621. Folder545 = Instance.new("Folder")
  3622. CFrameValue546 = Instance.new("CFrameValue")
  3623. Part547 = Instance.new("Part")
  3624. SpecialMesh548 = Instance.new("SpecialMesh")
  3625. Folder549 = Instance.new("Folder")
  3626. CFrameValue550 = Instance.new("CFrameValue")
  3627. Part551 = Instance.new("Part")
  3628. SpecialMesh552 = Instance.new("SpecialMesh")
  3629. Folder553 = Instance.new("Folder")
  3630. CFrameValue554 = Instance.new("CFrameValue")
  3631. Part555 = Instance.new("Part")
  3632. SpecialMesh556 = Instance.new("SpecialMesh")
  3633. Folder557 = Instance.new("Folder")
  3634. CFrameValue558 = Instance.new("CFrameValue")
  3635. Part559 = Instance.new("Part")
  3636. SpecialMesh560 = Instance.new("SpecialMesh")
  3637. Folder561 = Instance.new("Folder")
  3638. CFrameValue562 = Instance.new("CFrameValue")
  3639. Part563 = Instance.new("Part")
  3640. SpecialMesh564 = Instance.new("SpecialMesh")
  3641. Folder565 = Instance.new("Folder")
  3642. CFrameValue566 = Instance.new("CFrameValue")
  3643. Part567 = Instance.new("Part")
  3644. SpecialMesh568 = Instance.new("SpecialMesh")
  3645. Folder569 = Instance.new("Folder")
  3646. CFrameValue570 = Instance.new("CFrameValue")
  3647. Part571 = Instance.new("Part")
  3648. SpecialMesh572 = Instance.new("SpecialMesh")
  3649. Folder573 = Instance.new("Folder")
  3650. CFrameValue574 = Instance.new("CFrameValue")
  3651. Part575 = Instance.new("Part")
  3652. SpecialMesh576 = Instance.new("SpecialMesh")
  3653. Folder577 = Instance.new("Folder")
  3654. CFrameValue578 = Instance.new("CFrameValue")
  3655. Part579 = Instance.new("Part")
  3656. SpecialMesh580 = Instance.new("SpecialMesh")
  3657. Folder581 = Instance.new("Folder")
  3658. CFrameValue582 = Instance.new("CFrameValue")
  3659. Part583 = Instance.new("Part")
  3660. SpecialMesh584 = Instance.new("SpecialMesh")
  3661. Folder585 = Instance.new("Folder")
  3662. CFrameValue586 = Instance.new("CFrameValue")
  3663. Part587 = Instance.new("Part")
  3664. SpecialMesh588 = Instance.new("SpecialMesh")
  3665. Folder589 = Instance.new("Folder")
  3666. CFrameValue590 = Instance.new("CFrameValue")
  3667. Part591 = Instance.new("Part")
  3668. SpecialMesh592 = Instance.new("SpecialMesh")
  3669. Folder593 = Instance.new("Folder")
  3670. CFrameValue594 = Instance.new("CFrameValue")
  3671. Part595 = Instance.new("Part")
  3672. SpecialMesh596 = Instance.new("SpecialMesh")
  3673. Folder597 = Instance.new("Folder")
  3674. CFrameValue598 = Instance.new("CFrameValue")
  3675. Part599 = Instance.new("Part")
  3676. SpecialMesh600 = Instance.new("SpecialMesh")
  3677. Folder601 = Instance.new("Folder")
  3678. CFrameValue602 = Instance.new("CFrameValue")
  3679. Part603 = Instance.new("Part")
  3680. SpecialMesh604 = Instance.new("SpecialMesh")
  3681. Folder605 = Instance.new("Folder")
  3682. CFrameValue606 = Instance.new("CFrameValue")
  3683. Model0.Name = "Dragonslayer"
  3684. Model0.Parent = mas
  3685. Part1.Parent = Model0
  3686. Part1.BrickColor = BrickColor.new("Neon orange")
  3687. Part1.Transparency = 1
  3688. Part1.Name="Hitbox"
  3689. Part1.Rotation = Vector3.new(65.909996, 88.9599991, 112.049995)
  3690. Part1.Size = Vector3.new(9.99028492, 0.586256504, 2.02198696)
  3691. 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)
  3692. Part1.BottomSurface = Enum.SurfaceType.Smooth
  3693. Part1.TopSurface = Enum.SurfaceType.Smooth
  3694. Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3695. Part1.Position = Vector3.new(46.152916, 0.680819869, 143.12352)
  3696. Part1.Orientation = Vector3.new(0.969999969, 89.5599976, 177.949997)
  3697. Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3698. Folder2.Name = "CFrames"
  3699. Folder2.Parent = Part1
  3700. CFrameValue3.Name = "C0"
  3701. CFrameValue3.Parent = Folder2
  3702. 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)
  3703. Part4.Parent = Model0
  3704. Part4.Material = Enum.Material.Metal
  3705. Part4.BrickColor = BrickColor.new("Black")
  3706. Part4.Rotation = Vector3.new(-1.76999998, 14.9200001, 88.9799957)
  3707. Part4.Anchored = true
  3708. Part4.FormFactor = Enum.FormFactor.Custom
  3709. Part4.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3710. 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)
  3711. Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3714. Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3718. Part4.Position = Vector3.new(45.4615707, 0.541190863, 138.380356)
  3719. Part4.Orientation = Vector3.new(-1.71999991, 14.9200001, 88.5199966)
  3720. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3721. BlockMesh5.Parent = Part4
  3722. BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  3723. BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  3724. Folder6.Name = "CFrames"
  3725. Folder6.Parent = Part4
  3726. CFrameValue7.Name = "C0"
  3727. CFrameValue7.Parent = Folder6
  3728. 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)
  3729. Part8.Parent = Model0
  3730. Part8.Material = Enum.Material.Metal
  3731. Part8.BrickColor = BrickColor.new("Black")
  3732. Part8.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
  3733. Part8.Anchored = true
  3734. Part8.FormFactor = Enum.FormFactor.Custom
  3735. Part8.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3736. 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)
  3737. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3742. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3744. Part8.Position = Vector3.new(45.9089241, 0.536310315, 138.339294)
  3745. Part8.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
  3746. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3747. BlockMesh9.Parent = Part8
  3748. BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3749. BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3750. Folder10.Name = "CFrames"
  3751. Folder10.Parent = Part8
  3752. CFrameValue11.Name = "C0"
  3753. CFrameValue11.Parent = Folder10
  3754. 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)
  3755. Part12.Parent = Model0
  3756. Part12.Material = Enum.Material.Metal
  3757. Part12.BrickColor = BrickColor.new("Black")
  3758. Part12.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
  3759. Part12.Anchored = true
  3760. Part12.FormFactor = Enum.FormFactor.Custom
  3761. Part12.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3762. 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)
  3763. Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3770. Part12.Position = Vector3.new(45.879921, 0.534309208, 138.269043)
  3771. Part12.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
  3772. Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3773. BlockMesh13.Parent = Part12
  3774. BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3775. BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3776. Folder14.Name = "CFrames"
  3777. Folder14.Parent = Part12
  3778. CFrameValue15.Name = "C0"
  3779. CFrameValue15.Parent = Folder14
  3780. 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)
  3781. Part16.Parent = Model0
  3782. Part16.Material = Enum.Material.Metal
  3783. Part16.Rotation = Vector3.new(87.9599991, -0.98999995, 90.0799942)
  3784. Part16.Anchored = true
  3785. Part16.FormFactor = Enum.FormFactor.Custom
  3786. Part16.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3787. 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)
  3788. Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. Part16.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
  3795. Part16.Orientation = Vector3.new(87.7299957, -25.9200001, 64.1800003)
  3796. SpecialMesh17.Parent = Part16
  3797. SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
  3798. SpecialMesh17.MeshType = Enum.MeshType.Wedge
  3799. SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
  3800. Folder18.Name = "CFrames"
  3801. Folder18.Parent = Part16
  3802. CFrameValue19.Name = "C0"
  3803. CFrameValue19.Parent = Folder18
  3804. 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)
  3805. Part20.Parent = Model0
  3806. Part20.Material = Enum.Material.Metal
  3807. Part20.BrickColor = BrickColor.new("Black")
  3808. Part20.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  3809. Part20.Anchored = true
  3810. Part20.FormFactor = Enum.FormFactor.Custom
  3811. Part20.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3812. 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)
  3813. Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3819. Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3820. Part20.Position = Vector3.new(46.1590576, 0.400805384, 138.332535)
  3821. Part20.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  3822. Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3823. SpecialMesh21.Parent = Part20
  3824. SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  3825. SpecialMesh21.MeshType = Enum.MeshType.Sphere
  3826. SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  3827. Folder22.Name = "CFrames"
  3828. Folder22.Parent = Part20
  3829. CFrameValue23.Name = "C0"
  3830. CFrameValue23.Parent = Folder22
  3831. 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)
  3832. Part24.Parent = Model0
  3833. Part24.Material = Enum.Material.Metal
  3834. Part24.Rotation = Vector3.new(-92.0400009, 0.98999995, 89.9199982)
  3835. Part24.Anchored = true
  3836. Part24.FormFactor = Enum.FormFactor.Custom
  3837. Part24.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3838. 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)
  3839. Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3840. Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3841. Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3842. Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. Part24.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
  3846. Part24.Orientation = Vector3.new(-87.7299957, 154.080002, -64.1800003)
  3847. SpecialMesh25.Parent = Part24
  3848. SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
  3849. SpecialMesh25.MeshType = Enum.MeshType.Wedge
  3850. SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
  3851. Folder26.Name = "CFrames"
  3852. Folder26.Parent = Part24
  3853. CFrameValue27.Name = "C0"
  3854. CFrameValue27.Parent = Folder26
  3855. 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)
  3856. Part28.Parent = Model0
  3857. Part28.Material = Enum.Material.Metal
  3858. Part28.Rotation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
  3859. Part28.Anchored = true
  3860. Part28.FormFactor = Enum.FormFactor.Custom
  3861. Part28.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
  3862. 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)
  3863. Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3864. Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3865. Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. Part28.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
  3870. Part28.Orientation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
  3871. SpecialMesh29.Parent = Part28
  3872. SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  3873. SpecialMesh29.MeshType = Enum.MeshType.Wedge
  3874. SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  3875. Folder30.Name = "CFrames"
  3876. Folder30.Parent = Part28
  3877. CFrameValue31.Name = "C0"
  3878. CFrameValue31.Parent = Folder30
  3879. 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)
  3880. Part32.Parent = Model0
  3881. Part32.Material = Enum.Material.Metal
  3882. Part32.BrickColor = BrickColor.new("Black")
  3883. Part32.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
  3884. Part32.Anchored = true
  3885. Part32.FormFactor = Enum.FormFactor.Custom
  3886. Part32.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  3887. 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)
  3888. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3895. Part32.Position = Vector3.new(45.8218689, 0.537801385, 138.338898)
  3896. Part32.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
  3897. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3898. BlockMesh33.Parent = Part32
  3899. BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  3900. BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  3901. Folder34.Name = "CFrames"
  3902. Folder34.Parent = Part32
  3903. CFrameValue35.Name = "C0"
  3904. CFrameValue35.Parent = Folder34
  3905. 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)
  3906. Part36.Parent = Model0
  3907. Part36.Material = Enum.Material.Metal
  3908. Part36.BrickColor = BrickColor.new("Black")
  3909. Part36.Rotation = Vector3.new(-2.45000005, -22.4799995, -91.0699997)
  3910. Part36.Anchored = true
  3911. Part36.FormFactor = Enum.FormFactor.Custom
  3912. Part36.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3913. 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)
  3914. Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3918. Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3921. Part36.Position = Vector3.new(46.8319168, 0.52085346, 138.473663)
  3922. Part36.Orientation = Vector3.new(-2.25999999, -22.5, -90.1299973)
  3923. Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3924. BlockMesh37.Parent = Part36
  3925. BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  3926. BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  3927. Folder38.Name = "CFrames"
  3928. Folder38.Parent = Part36
  3929. CFrameValue39.Name = "C0"
  3930. CFrameValue39.Parent = Folder38
  3931. 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)
  3932. Part40.Parent = Model0
  3933. Part40.Material = Enum.Material.Metal
  3934. Part40.Rotation = Vector3.new(-92.0400009, 0.98999995, -90.0799942)
  3935. Part40.Anchored = true
  3936. Part40.FormFactor = Enum.FormFactor.Custom
  3937. Part40.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
  3938. 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)
  3939. Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3941. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. Part40.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
  3946. Part40.Orientation = Vector3.new(-87.7299957, 154.080002, 115.82)
  3947. SpecialMesh41.Parent = Part40
  3948. SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
  3949. SpecialMesh41.MeshType = Enum.MeshType.Wedge
  3950. SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
  3951. Folder42.Name = "CFrames"
  3952. Folder42.Parent = Part40
  3953. CFrameValue43.Name = "C0"
  3954. CFrameValue43.Parent = Folder42
  3955. 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)
  3956. Part44.Parent = Model0
  3957. Part44.Material = Enum.Material.Metal
  3958. Part44.BrickColor = BrickColor.new("Black")
  3959. Part44.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  3960. Part44.Anchored = true
  3961. Part44.FormFactor = Enum.FormFactor.Custom
  3962. Part44.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  3963. 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)
  3964. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3971. Part44.Position = Vector3.new(46.4131393, 0.52765429, 138.340347)
  3972. Part44.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  3973. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3974. BlockMesh45.Parent = Part44
  3975. BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3976. BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  3977. Folder46.Name = "CFrames"
  3978. Folder46.Parent = Part44
  3979. CFrameValue47.Name = "C0"
  3980. CFrameValue47.Parent = Folder46
  3981. 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)
  3982. Part48.Parent = Model0
  3983. Part48.Material = Enum.Material.Metal
  3984. Part48.BrickColor = BrickColor.new("Black")
  3985. Part48.Rotation = Vector3.new(-2.16999984, -7.57999992, -91)
  3986. Part48.Anchored = true
  3987. Part48.FormFactor = Enum.FormFactor.Custom
  3988. Part48.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  3989. 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)
  3990. Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3997. Part48.Position = Vector3.new(46.8812485, 0.513454318, 138.290588)
  3998. Part48.Orientation = Vector3.new(-2.14999986, -7.58999968, -90.7099991)
  3999. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4000. BlockMesh49.Parent = Part48
  4001. BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  4002. BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  4003. Folder50.Name = "CFrames"
  4004. Folder50.Parent = Part48
  4005. CFrameValue51.Name = "C0"
  4006. CFrameValue51.Parent = Folder50
  4007. 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)
  4008. Part52.Parent = Model0
  4009. Part52.Material = Enum.Material.Metal
  4010. Part52.BrickColor = BrickColor.new("Black")
  4011. Part52.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4012. Part52.Anchored = true
  4013. Part52.FormFactor = Enum.FormFactor.Custom
  4014. Part52.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  4015. 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)
  4016. Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4022. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4023. Part52.Position = Vector3.new(46.442524, 0.524629951, 138.26973)
  4024. Part52.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4025. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4026. BlockMesh53.Parent = Part52
  4027. BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  4028. BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  4029. Folder54.Name = "CFrames"
  4030. Folder54.Parent = Part52
  4031. CFrameValue55.Name = "C0"
  4032. CFrameValue55.Parent = Folder54
  4033. 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)
  4034. Part56.Parent = Model0
  4035. Part56.Material = Enum.Material.Metal
  4036. Part56.BrickColor = BrickColor.new("Black")
  4037. Part56.Rotation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
  4038. Part56.Anchored = true
  4039. Part56.FormFactor = Enum.FormFactor.Custom
  4040. Part56.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4041. 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)
  4042. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4043. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4044. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4045. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4046. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4047. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4049. Part56.Position = Vector3.new(46.8856125, 0.510238409, 138.202408)
  4050. Part56.Orientation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
  4051. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4052. BlockMesh57.Parent = Part56
  4053. BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  4054. BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  4055. Folder58.Name = "CFrames"
  4056. Folder58.Parent = Part56
  4057. CFrameValue59.Name = "C0"
  4058. CFrameValue59.Parent = Folder58
  4059. 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)
  4060. Part60.Parent = Model0
  4061. Part60.Material = Enum.Material.Metal
  4062. Part60.Rotation = Vector3.new(-2.47000003, -0.129999995, -81.2200012)
  4063. Part60.Anchored = true
  4064. Part60.FormFactor = Enum.FormFactor.Custom
  4065. Part60.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
  4066. 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)
  4067. Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. Part60.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
  4074. Part60.Orientation = Vector3.new(-2.47000003, -0.129999995, -81.2099991)
  4075. SpecialMesh61.Parent = Part60
  4076. SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  4077. SpecialMesh61.MeshType = Enum.MeshType.Wedge
  4078. SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
  4079. Folder62.Name = "CFrames"
  4080. Folder62.Parent = Part60
  4081. CFrameValue63.Name = "C0"
  4082. CFrameValue63.Parent = Folder62
  4083. 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)
  4084. Part64.Parent = Model0
  4085. Part64.Material = Enum.Material.Metal
  4086. Part64.BrickColor = BrickColor.new("Black")
  4087. Part64.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4088. Part64.Anchored = true
  4089. Part64.FormFactor = Enum.FormFactor.Custom
  4090. Part64.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4091. 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)
  4092. Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4094. Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4095. Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4098. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4099. Part64.Position = Vector3.new(46.8607559, 0.517109334, 138.382797)
  4100. Part64.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4101. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4102. BlockMesh65.Parent = Part64
  4103. BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4104. BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4105. Folder66.Name = "CFrames"
  4106. Folder66.Parent = Part64
  4107. CFrameValue67.Name = "C0"
  4108. CFrameValue67.Parent = Folder66
  4109. 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)
  4110. Part68.Parent = Model0
  4111. Part68.Material = Enum.Material.Metal
  4112. Part68.BrickColor = BrickColor.new("Black")
  4113. Part68.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4114. Part68.Anchored = true
  4115. Part68.FormFactor = Enum.FormFactor.Custom
  4116. Part68.Size = Vector3.new(0.316868067, 1.30239236, 0.316868067)
  4117. 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)
  4118. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4121. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4125. Part68.Position = Vector3.new(46.1590652, 0.528966904, 138.254639)
  4126. Part68.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4127. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4128. BlockMesh69.Parent = Part68
  4129. BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
  4130. BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
  4131. Folder70.Name = "CFrames"
  4132. Folder70.Parent = Part68
  4133. CFrameValue71.Name = "C0"
  4134. CFrameValue71.Parent = Folder70
  4135. 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)
  4136. Part72.Parent = Model0
  4137. Part72.Material = Enum.Material.Metal
  4138. Part72.BrickColor = BrickColor.new("Black")
  4139. Part72.Rotation = Vector3.new(83.2599945, 89.0400009, 4.69999981)
  4140. Part72.Anchored = true
  4141. Part72.FormFactor = Enum.FormFactor.Custom
  4142. Part72.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4143. 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)
  4144. Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4148. Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4149. Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4150. Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4151. Part72.Position = Vector3.new(46.5129929, 0.523137689, 138.141037)
  4152. Part72.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
  4153. Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4154. CylinderMesh73.Parent = Part72
  4155. CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  4156. CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  4157. Folder74.Name = "CFrames"
  4158. Folder74.Parent = Part72
  4159. CFrameValue75.Name = "C0"
  4160. CFrameValue75.Parent = Folder74
  4161. 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)
  4162. Part76.Parent = Model0
  4163. Part76.Material = Enum.Material.Metal
  4164. Part76.BrickColor = BrickColor.new("Black")
  4165. Part76.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
  4166. Part76.Anchored = true
  4167. Part76.FormFactor = Enum.FormFactor.Custom
  4168. Part76.Size = Vector3.new(0.316868067, 0.474224269, 0.316868067)
  4169. 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)
  4170. Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4171. Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4177. Part76.Position = Vector3.new(46.5676727, 0.524331987, 138.322266)
  4178. Part76.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
  4179. Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4180. BlockMesh77.Parent = Part76
  4181. BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  4182. BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  4183. Folder78.Name = "CFrames"
  4184. Folder78.Parent = Part76
  4185. CFrameValue79.Name = "C0"
  4186. CFrameValue79.Parent = Folder78
  4187. 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)
  4188. Part80.Parent = Model0
  4189. Part80.Material = Enum.Material.Metal
  4190. Part80.BrickColor = BrickColor.new("Black")
  4191. Part80.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  4192. Part80.Anchored = true
  4193. Part80.FormFactor = Enum.FormFactor.Custom
  4194. Part80.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4195. 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)
  4196. Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4201. Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4202. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4203. Part80.Position = Vector3.new(46.7879295, 0.524601758, 138.557755)
  4204. Part80.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  4205. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4206. BlockMesh81.Parent = Part80
  4207. BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4208. BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  4209. Folder82.Name = "CFrames"
  4210. Folder82.Parent = Part80
  4211. CFrameValue83.Name = "C0"
  4212. CFrameValue83.Parent = Folder82
  4213. 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)
  4214. Part84.Parent = Model0
  4215. Part84.Material = Enum.Material.Metal
  4216. Part84.BrickColor = BrickColor.new("Black")
  4217. Part84.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4218. Part84.Anchored = true
  4219. Part84.FormFactor = Enum.FormFactor.Custom
  4220. Part84.Size = Vector3.new(0.316868067, 1.04803562, 0.316868067)
  4221. 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)
  4222. Part84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4223. Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4224. Part84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4225. Part84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4226. Part84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4227. Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4229. Part84.Position = Vector3.new(46.1612854, 0.527014971, 138.20079)
  4230. Part84.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4231. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4232. BlockMesh85.Parent = Part84
  4233. BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
  4234. BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
  4235. Folder86.Name = "CFrames"
  4236. Folder86.Parent = Part84
  4237. CFrameValue87.Name = "C0"
  4238. CFrameValue87.Parent = Folder86
  4239. 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)
  4240. Part88.Parent = Model0
  4241. Part88.Material = Enum.Material.Metal
  4242. Part88.BrickColor = BrickColor.new("Dark stone grey")
  4243. Part88.Reflectance = 0.10000000149012
  4244. Part88.Rotation = Vector3.new(87.9599991, -0.98999995, 0.0799999982)
  4245. Part88.Anchored = true
  4246. Part88.FormFactor = Enum.FormFactor.Custom
  4247. Part88.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  4248. 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)
  4249. Part88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4250. Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. Part88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. Part88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. Part88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4254. Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4255. Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4256. Part88.Position = Vector3.new(46.1677742, 0.598572016, 135.732925)
  4257. Part88.Orientation = Vector3.new(87.7299957, -25.9200001, -25.8199997)
  4258. Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4259. SpecialMesh89.Parent = Part88
  4260. SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  4261. SpecialMesh89.MeshType = Enum.MeshType.Wedge
  4262. SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  4263. Folder90.Name = "CFrames"
  4264. Folder90.Parent = Part88
  4265. CFrameValue91.Name = "C0"
  4266. CFrameValue91.Parent = Folder90
  4267. 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)
  4268. Part92.Name = "Handle"
  4269. Part92.Parent = Model0
  4270. Part92.Material = Enum.Material.SmoothPlastic
  4271. Part92.BrickColor = BrickColor.new("Lily white")
  4272. Part92.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  4273. Part92.Anchored = true
  4274. Part92.FormFactor = Enum.FormFactor.Custom
  4275. Part92.Size = Vector3.new(0.316868067, 2.25040984, 0.316868067)
  4276. 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)
  4277. Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4279. Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4281. Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4282. Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4283. Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
  4284. Part92.Position = Vector3.new(46.1631737, 0.485365003, 137.031067)
  4285. Part92.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  4286. Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
  4287. CylinderMesh93.Parent = Part92
  4288. CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
  4289. CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
  4290. Motor94.Parent = Part92
  4291. 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)
  4292. Motor94.Part0 = Part92
  4293. Motor94.Part1 = Part1
  4294. Motor95.Parent = Part92
  4295. 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)
  4296. Motor95.Part0 = Part92
  4297. Motor95.Part1 = Part4
  4298. Motor96.Parent = Part92
  4299. 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)
  4300. Motor96.Part0 = Part92
  4301. Motor96.Part1 = Part8
  4302. Motor97.Parent = Part92
  4303. 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)
  4304. Motor97.Part0 = Part92
  4305. Motor97.Part1 = Part12
  4306. Motor98.Parent = Part92
  4307. 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)
  4308. Motor98.Part0 = Part92
  4309. Motor98.Part1 = Part16
  4310. Motor99.Parent = Part92
  4311. 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)
  4312. Motor99.Part0 = Part92
  4313. Motor99.Part1 = Part20
  4314. Motor100.Parent = Part92
  4315. 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)
  4316. Motor100.Part0 = Part92
  4317. Motor100.Part1 = Part24
  4318. Motor101.Parent = Part92
  4319. 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)
  4320. Motor101.Part0 = Part92
  4321. Motor101.Part1 = Part28
  4322. Motor102.Parent = Part92
  4323. 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)
  4324. Motor102.Part0 = Part92
  4325. Motor102.Part1 = Part32
  4326. Motor103.Parent = Part92
  4327. 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)
  4328. Motor103.Part0 = Part92
  4329. Motor103.Part1 = Part36
  4330. Motor104.Parent = Part92
  4331. 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)
  4332. Motor104.Part0 = Part92
  4333. Motor104.Part1 = Part40
  4334. Motor105.Parent = Part92
  4335. 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)
  4336. Motor105.Part0 = Part92
  4337. Motor105.Part1 = Part44
  4338. Motor106.Parent = Part92
  4339. 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)
  4340. Motor106.Part0 = Part92
  4341. Motor106.Part1 = Part48
  4342. Motor107.Parent = Part92
  4343. 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)
  4344. Motor107.Part0 = Part92
  4345. Motor107.Part1 = Part52
  4346. Motor108.Parent = Part92
  4347. 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)
  4348. Motor108.Part0 = Part92
  4349. Motor108.Part1 = Part56
  4350. Motor109.Parent = Part92
  4351. 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)
  4352. Motor109.Part0 = Part92
  4353. Motor109.Part1 = Part60
  4354. Motor110.Parent = Part92
  4355. 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)
  4356. Motor110.Part0 = Part92
  4357. Motor110.Part1 = Part64
  4358. Motor111.Parent = Part92
  4359. 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)
  4360. Motor111.Part0 = Part92
  4361. Motor111.Part1 = Part68
  4362. Motor112.Parent = Part92
  4363. 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)
  4364. Motor112.Part0 = Part92
  4365. Motor112.Part1 = Part72
  4366. Motor113.Parent = Part92
  4367. 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)
  4368. Motor113.Part0 = Part92
  4369. Motor113.Part1 = Part76
  4370. Motor114.Parent = Part92
  4371. 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)
  4372. Motor114.Part0 = Part92
  4373. Motor114.Part1 = Part80
  4374. Motor115.Parent = Part92
  4375. 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)
  4376. Motor115.Part0 = Part92
  4377. Motor115.Part1 = Part84
  4378. Motor116.Parent = Part92
  4379. 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)
  4380. Motor116.Part0 = Part92
  4381. Motor116.Part1 = Part88
  4382. Folder117.Name = "CFrames"
  4383. Folder117.Parent = Part92
  4384. CFrameValue118.Name = "C0"
  4385. CFrameValue118.Parent = Folder117
  4386. 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)
  4387. Motor119.Parent = Part92
  4388. 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)
  4389. Motor119.Part0 = Part92
  4390. Motor119.Part1 = Part92
  4391. Motor120.Parent = Part92
  4392. 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)
  4393. Motor120.Part0 = Part92
  4394. Motor120.Part1 = Part217
  4395. Motor121.Parent = Part92
  4396. 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)
  4397. Motor121.Part0 = Part92
  4398. Motor121.Part1 = Part221
  4399. Motor122.Parent = Part92
  4400. 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)
  4401. Motor122.Part0 = Part92
  4402. Motor122.Part1 = Part226
  4403. Motor123.Parent = Part92
  4404. 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)
  4405. Motor123.Part0 = Part92
  4406. Motor123.Part1 = Part230
  4407. Motor124.Parent = Part92
  4408. 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)
  4409. Motor124.Part0 = Part92
  4410. Motor124.Part1 = Part234
  4411. Motor125.Parent = Part92
  4412. 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)
  4413. Motor125.Part0 = Part92
  4414. Motor125.Part1 = Part238
  4415. Motor126.Parent = Part92
  4416. 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)
  4417. Motor126.Part0 = Part92
  4418. Motor126.Part1 = Part242
  4419. Motor127.Parent = Part92
  4420. 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)
  4421. Motor127.Part0 = Part92
  4422. Motor127.Part1 = Part246
  4423. Motor128.Parent = Part92
  4424. 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)
  4425. Motor128.Part0 = Part92
  4426. Motor128.Part1 = Part250
  4427. Motor129.Parent = Part92
  4428. 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)
  4429. Motor129.Part0 = Part92
  4430. Motor129.Part1 = Part254
  4431. Motor130.Parent = Part92
  4432. 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)
  4433. Motor130.Part0 = Part92
  4434. Motor130.Part1 = Part258
  4435. Motor131.Parent = Part92
  4436. 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)
  4437. Motor131.Part0 = Part92
  4438. Motor131.Part1 = Part262
  4439. Motor132.Parent = Part92
  4440. 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)
  4441. Motor132.Part0 = Part92
  4442. Motor132.Part1 = Part266
  4443. Motor133.Parent = Part92
  4444. 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)
  4445. Motor133.Part0 = Part92
  4446. Motor133.Part1 = Part270
  4447. Motor134.Parent = Part92
  4448. 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)
  4449. Motor134.Part0 = Part92
  4450. Motor134.Part1 = Part274
  4451. Motor135.Parent = Part92
  4452. 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)
  4453. Motor135.Part0 = Part92
  4454. Motor135.Part1 = Part278
  4455. Motor136.Parent = Part92
  4456. 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)
  4457. Motor136.Part0 = Part92
  4458. Motor136.Part1 = Part282
  4459. Motor137.Parent = Part92
  4460. 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)
  4461. Motor137.Part0 = Part92
  4462. Motor137.Part1 = Part286
  4463. Motor138.Parent = Part92
  4464. 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)
  4465. Motor138.Part0 = Part92
  4466. Motor138.Part1 = Part290
  4467. Motor139.Parent = Part92
  4468. 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)
  4469. Motor139.Part0 = Part92
  4470. Motor139.Part1 = Part294
  4471. Motor140.Parent = Part92
  4472. 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)
  4473. Motor140.Part0 = Part92
  4474. Motor140.Part1 = Part298
  4475. Motor141.Parent = Part92
  4476. 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)
  4477. Motor141.Part0 = Part92
  4478. Motor141.Part1 = Part302
  4479. Motor142.Parent = Part92
  4480. 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)
  4481. Motor142.Part0 = Part92
  4482. Motor142.Part1 = Part306
  4483. Motor143.Parent = Part92
  4484. 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)
  4485. Motor143.Part0 = Part92
  4486. Motor143.Part1 = Part310
  4487. Motor144.Parent = Part92
  4488. 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)
  4489. Motor144.Part0 = Part92
  4490. Motor144.Part1 = Part314
  4491. Motor145.Parent = Part92
  4492. 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)
  4493. Motor145.Part0 = Part92
  4494. Motor145.Part1 = Part318
  4495. Motor146.Parent = Part92
  4496. 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)
  4497. Motor146.Part0 = Part92
  4498. Motor146.Part1 = Part322
  4499. Motor147.Parent = Part92
  4500. 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)
  4501. Motor147.Part0 = Part92
  4502. Motor147.Part1 = Part326
  4503. Motor148.Parent = Part92
  4504. 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)
  4505. Motor148.Part0 = Part92
  4506. Motor148.Part1 = Part330
  4507. Motor149.Parent = Part92
  4508. 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)
  4509. Motor149.Part0 = Part92
  4510. Motor149.Part1 = Part334
  4511. Motor150.Parent = Part92
  4512. 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)
  4513. Motor150.Part0 = Part92
  4514. Motor150.Part1 = Part338
  4515. Motor151.Parent = Part92
  4516. 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)
  4517. Motor151.Part0 = Part92
  4518. Motor151.Part1 = Part342
  4519. Motor152.Parent = Part92
  4520. 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)
  4521. Motor152.Part0 = Part92
  4522. Motor152.Part1 = Part346
  4523. Motor153.Parent = Part92
  4524. 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)
  4525. Motor153.Part0 = Part92
  4526. Motor153.Part1 = Part350
  4527. Motor154.Parent = Part92
  4528. 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)
  4529. Motor154.Part0 = Part92
  4530. Motor154.Part1 = Part354
  4531. Motor155.Parent = Part92
  4532. 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)
  4533. Motor155.Part0 = Part92
  4534. Motor155.Part1 = Part358
  4535. Motor156.Parent = Part92
  4536. 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)
  4537. Motor156.Part0 = Part92
  4538. Motor156.Part1 = Part362
  4539. Motor157.Parent = Part92
  4540. 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)
  4541. Motor157.Part0 = Part92
  4542. Motor157.Part1 = Part366
  4543. Motor158.Parent = Part92
  4544. 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)
  4545. Motor158.Part0 = Part92
  4546. Motor158.Part1 = Part370
  4547. Motor159.Parent = Part92
  4548. 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)
  4549. Motor159.Part0 = Part92
  4550. Motor159.Part1 = Part374
  4551. Motor160.Parent = Part92
  4552. 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)
  4553. Motor160.Part0 = Part92
  4554. Motor160.Part1 = Part378
  4555. Motor161.Parent = Part92
  4556. 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)
  4557. Motor161.Part0 = Part92
  4558. Motor161.Part1 = Part383
  4559. Motor162.Parent = Part92
  4560. 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)
  4561. Motor162.Part0 = Part92
  4562. Motor162.Part1 = Part387
  4563. Motor163.Parent = Part92
  4564. 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)
  4565. Motor163.Part0 = Part92
  4566. Motor163.Part1 = Part391
  4567. Motor164.Parent = Part92
  4568. 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)
  4569. Motor164.Part0 = Part92
  4570. Motor164.Part1 = Part395
  4571. Motor165.Parent = Part92
  4572. 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)
  4573. Motor165.Part0 = Part92
  4574. Motor165.Part1 = Part399
  4575. Motor166.Parent = Part92
  4576. 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)
  4577. Motor166.Part0 = Part92
  4578. Motor166.Part1 = Part403
  4579. Motor167.Parent = Part92
  4580. 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)
  4581. Motor167.Part0 = Part92
  4582. Motor167.Part1 = Part407
  4583. Motor168.Parent = Part92
  4584. 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)
  4585. Motor168.Part0 = Part92
  4586. Motor168.Part1 = Part411
  4587. Motor169.Parent = Part92
  4588. 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)
  4589. Motor169.Part0 = Part92
  4590. Motor169.Part1 = Part415
  4591. Motor170.Parent = Part92
  4592. 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)
  4593. Motor170.Part0 = Part92
  4594. Motor170.Part1 = Part419
  4595. Motor171.Parent = Part92
  4596. 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)
  4597. Motor171.Part0 = Part92
  4598. Motor171.Part1 = Part423
  4599. Motor172.Parent = Part92
  4600. 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)
  4601. Motor172.Part0 = Part92
  4602. Motor172.Part1 = Part427
  4603. Motor173.Parent = Part92
  4604. 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)
  4605. Motor173.Part0 = Part92
  4606. Motor173.Part1 = Part431
  4607. Motor174.Parent = Part92
  4608. 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)
  4609. Motor174.Part0 = Part92
  4610. Motor174.Part1 = Part435
  4611. Motor175.Parent = Part92
  4612. 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)
  4613. Motor175.Part0 = Part92
  4614. Motor175.Part1 = Part439
  4615. Motor176.Parent = Part92
  4616. 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)
  4617. Motor176.Part0 = Part92
  4618. Motor176.Part1 = Part443
  4619. Motor177.Parent = Part92
  4620. 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)
  4621. Motor177.Part0 = Part92
  4622. Motor177.Part1 = Part447
  4623. Motor178.Parent = Part92
  4624. 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)
  4625. Motor178.Part0 = Part92
  4626. Motor178.Part1 = Part451
  4627. Motor179.Parent = Part92
  4628. 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)
  4629. Motor179.Part0 = Part92
  4630. Motor179.Part1 = Part455
  4631. Motor180.Parent = Part92
  4632. 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)
  4633. Motor180.Part0 = Part92
  4634. Motor180.Part1 = Part459
  4635. Motor181.Parent = Part92
  4636. 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)
  4637. Motor181.Part0 = Part92
  4638. Motor181.Part1 = Part463
  4639. Motor182.Parent = Part92
  4640. 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)
  4641. Motor182.Part0 = Part92
  4642. Motor182.Part1 = Part467
  4643. Motor183.Parent = Part92
  4644. 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)
  4645. Motor183.Part0 = Part92
  4646. Motor183.Part1 = Part471
  4647. Motor184.Parent = Part92
  4648. 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)
  4649. Motor184.Part0 = Part92
  4650. Motor184.Part1 = Part475
  4651. Motor185.Parent = Part92
  4652. 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)
  4653. Motor185.Part0 = Part92
  4654. Motor185.Part1 = Part479
  4655. Motor186.Parent = Part92
  4656. 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)
  4657. Motor186.Part0 = Part92
  4658. Motor186.Part1 = Part483
  4659. Motor187.Parent = Part92
  4660. 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)
  4661. Motor187.Part0 = Part92
  4662. Motor187.Part1 = Part487
  4663. Motor188.Parent = Part92
  4664. 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)
  4665. Motor188.Part0 = Part92
  4666. Motor188.Part1 = Part491
  4667. Motor189.Parent = Part92
  4668. 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)
  4669. Motor189.Part0 = Part92
  4670. Motor189.Part1 = Part495
  4671. Motor190.Parent = Part92
  4672. 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)
  4673. Motor190.Part0 = Part92
  4674. Motor190.Part1 = Part499
  4675. Motor191.Parent = Part92
  4676. 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)
  4677. Motor191.Part0 = Part92
  4678. Motor191.Part1 = Part503
  4679. Motor192.Parent = Part92
  4680. 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)
  4681. Motor192.Part0 = Part92
  4682. Motor192.Part1 = Part507
  4683. Motor193.Parent = Part92
  4684. 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)
  4685. Motor193.Part0 = Part92
  4686. Motor193.Part1 = Part511
  4687. Motor194.Parent = Part92
  4688. 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)
  4689. Motor194.Part0 = Part92
  4690. Motor194.Part1 = Part515
  4691. Motor195.Parent = Part92
  4692. 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)
  4693. Motor195.Part0 = Part92
  4694. Motor195.Part1 = Part519
  4695. Motor196.Parent = Part92
  4696. 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)
  4697. Motor196.Part0 = Part92
  4698. Motor196.Part1 = Part523
  4699. Motor197.Parent = Part92
  4700. 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)
  4701. Motor197.Part0 = Part92
  4702. Motor197.Part1 = Part527
  4703. Motor198.Parent = Part92
  4704. 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)
  4705. Motor198.Part0 = Part92
  4706. Motor198.Part1 = Part531
  4707. Motor199.Parent = Part92
  4708. 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)
  4709. Motor199.Part0 = Part92
  4710. Motor199.Part1 = Part535
  4711. Motor200.Parent = Part92
  4712. 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)
  4713. Motor200.Part0 = Part92
  4714. Motor200.Part1 = Part539
  4715. Motor201.Parent = Part92
  4716. 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)
  4717. Motor201.Part0 = Part92
  4718. Motor201.Part1 = Part543
  4719. Motor202.Parent = Part92
  4720. 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)
  4721. Motor202.Part0 = Part92
  4722. Motor202.Part1 = Part547
  4723. Motor203.Parent = Part92
  4724. 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)
  4725. Motor203.Part0 = Part92
  4726. Motor203.Part1 = Part551
  4727. Motor204.Parent = Part92
  4728. 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)
  4729. Motor204.Part0 = Part92
  4730. Motor204.Part1 = Part555
  4731. Motor205.Parent = Part92
  4732. 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)
  4733. Motor205.Part0 = Part92
  4734. Motor205.Part1 = Part559
  4735. Motor206.Parent = Part92
  4736. 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)
  4737. Motor206.Part0 = Part92
  4738. Motor206.Part1 = Part563
  4739. Motor207.Parent = Part92
  4740. 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)
  4741. Motor207.Part0 = Part92
  4742. Motor207.Part1 = Part567
  4743. Motor208.Parent = Part92
  4744. 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)
  4745. Motor208.Part0 = Part92
  4746. Motor208.Part1 = Part571
  4747. Motor209.Parent = Part92
  4748. 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)
  4749. Motor209.Part0 = Part92
  4750. Motor209.Part1 = Part575
  4751. Motor210.Parent = Part92
  4752. 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)
  4753. Motor210.Part0 = Part92
  4754. Motor210.Part1 = Part579
  4755. Motor211.Parent = Part92
  4756. 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)
  4757. Motor211.Part0 = Part92
  4758. Motor211.Part1 = Part583
  4759. Motor212.Parent = Part92
  4760. 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)
  4761. Motor212.Part0 = Part92
  4762. Motor212.Part1 = Part587
  4763. Motor213.Parent = Part92
  4764. 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)
  4765. Motor213.Part0 = Part92
  4766. Motor213.Part1 = Part591
  4767. Motor214.Parent = Part92
  4768. 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)
  4769. Motor214.Part0 = Part92
  4770. Motor214.Part1 = Part595
  4771. Motor215.Parent = Part92
  4772. 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)
  4773. Motor215.Part0 = Part92
  4774. Motor215.Part1 = Part599
  4775. Motor216.Parent = Part92
  4776. 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)
  4777. Motor216.Part0 = Part92
  4778. Motor216.Part1 = Part603
  4779. Part217.Parent = Model0
  4780. Part217.Material = Enum.Material.Metal
  4781. Part217.Rotation = Vector3.new(6.81999969, 48.9199982, -118.619995)
  4782. Part217.Anchored = true
  4783. Part217.FormFactor = Enum.FormFactor.Custom
  4784. Part217.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4785. 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)
  4786. Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4792. Part217.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
  4793. Part217.Orientation = Vector3.new(4.46999979, 49.1199989, -113.470001)
  4794. SpecialMesh218.Parent = Part217
  4795. SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  4796. SpecialMesh218.MeshType = Enum.MeshType.Wedge
  4797. SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  4798. Folder219.Name = "CFrames"
  4799. Folder219.Parent = Part217
  4800. CFrameValue220.Name = "C0"
  4801. CFrameValue220.Parent = Folder219
  4802. 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)
  4803. Part221.Name = "Blade"
  4804. Part221.Parent = Model0
  4805. Part221.Material = Enum.Material.Metal
  4806. Part221.Rotation = Vector3.new(178.37999, 0.0299999993, 81.2200012)
  4807. Part221.Anchored = true
  4808. Part221.FormFactor = Enum.FormFactor.Custom
  4809. Part221.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
  4810. 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)
  4811. Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4813. Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4814. Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4815. Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4816. Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4817. Part221.Position = Vector3.new(45.3936234, 0.69665283, 142.7771)
  4818. Part221.Orientation = Vector3.new(1.62, 179.970001, -98.7799988)
  4819. SpecialMesh222.Parent = Part221
  4820. SpecialMesh222.Scale = Vector3.new(0, 1, 1)
  4821. SpecialMesh222.MeshType = Enum.MeshType.Wedge
  4822. SpecialMesh222.Scale = Vector3.new(0, 1, 1)
  4823. Script223.Parent = Part221
  4824. table.insert(cors,sandbox(Script223,function()
  4825. function onTouched(hit)
  4826. local human = hit.Parent:FindFirstChild("Humanoid")
  4827.  
  4828. if (human ~= nil) then
  4829. human.Health = human.Health - 50
  4830. end
  4831. end
  4832.  
  4833.  
  4834. connection = script.Parent.Touched:connect(onTouched)
  4835.  
  4836. end))
  4837. Folder224.Name = "CFrames"
  4838. Folder224.Parent = Part221
  4839. CFrameValue225.Name = "C0"
  4840. CFrameValue225.Parent = Folder224
  4841. 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)
  4842. Part226.Parent = Model0
  4843. Part226.Material = Enum.Material.Metal
  4844. Part226.Rotation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
  4845. Part226.Anchored = true
  4846. Part226.FormFactor = Enum.FormFactor.Custom
  4847. Part226.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  4848. 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)
  4849. Part226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4850. Part226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4851. Part226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4852. Part226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4853. Part226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4854. Part226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. Part226.Position = Vector3.new(45.6791725, 0.624415278, 142.764938)
  4856. Part226.Orientation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
  4857. SpecialMesh227.Parent = Part226
  4858. SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
  4859. SpecialMesh227.MeshType = Enum.MeshType.Wedge
  4860. SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
  4861. Folder228.Name = "CFrames"
  4862. Folder228.Parent = Part226
  4863. CFrameValue229.Name = "C0"
  4864. CFrameValue229.Parent = Folder228
  4865. 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)
  4866. Part230.Parent = Model0
  4867. Part230.Material = Enum.Material.Metal
  4868. Part230.Rotation = Vector3.new(178, -2.38999987, -79.2299957)
  4869. Part230.Anchored = true
  4870. Part230.FormFactor = Enum.FormFactor.Custom
  4871. Part230.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
  4872. 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)
  4873. Part230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. Part230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. Part230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. Part230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. Part230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. Part230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4879. Part230.Position = Vector3.new(45.5870514, 0.659938395, 142.778656)
  4880. Part230.Orientation = Vector3.new(2, -177.610001, 100.849998)
  4881. SpecialMesh231.Parent = Part230
  4882. SpecialMesh231.Scale = Vector3.new(0, 1, 1)
  4883. SpecialMesh231.MeshType = Enum.MeshType.Wedge
  4884. SpecialMesh231.Scale = Vector3.new(0, 1, 1)
  4885. Folder232.Name = "CFrames"
  4886. Folder232.Parent = Part230
  4887. CFrameValue233.Name = "C0"
  4888. CFrameValue233.Parent = Folder232
  4889. 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)
  4890. Part234.Parent = Model0
  4891. Part234.Material = Enum.Material.Metal
  4892. Part234.Rotation = Vector3.new(-1.62, -0.140000001, 69.25)
  4893. Part234.Anchored = true
  4894. Part234.FormFactor = Enum.FormFactor.Custom
  4895. Part234.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  4896. 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)
  4897. Part234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4898. Part234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4899. Part234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4900. Part234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. Part234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. Part234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4903. Part234.Position = Vector3.new(46.6513557, 0.741348386, 142.762177)
  4904. Part234.Orientation = Vector3.new(-1.62, -0.140000001, 69.2600021)
  4905. SpecialMesh235.Parent = Part234
  4906. SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
  4907. SpecialMesh235.MeshType = Enum.MeshType.Wedge
  4908. SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
  4909. Folder236.Name = "CFrames"
  4910. Folder236.Parent = Part234
  4911. CFrameValue237.Name = "C0"
  4912. CFrameValue237.Parent = Folder236
  4913. 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)
  4914. Part238.Parent = Model0
  4915. Part238.Material = Enum.Material.Pebble
  4916. Part238.BrickColor = BrickColor.new("Black")
  4917. Part238.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  4918. Part238.Anchored = true
  4919. Part238.FormFactor = Enum.FormFactor.Custom
  4920. Part238.Size = Vector3.new(0.316868067, 0.77600342, 9.15252972)
  4921. 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)
  4922. Part238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4923. Part238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. Part238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4925. Part238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4926. Part238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. Part238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4929. Part238.Position = Vector3.new(46.1652679, 0.682848155, 142.76358)
  4930. Part238.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  4931. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4932. BlockMesh239.Parent = Part238
  4933. BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
  4934. BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
  4935. Folder240.Name = "CFrames"
  4936. Folder240.Parent = Part238
  4937. CFrameValue241.Name = "C0"
  4938. CFrameValue241.Parent = Folder240
  4939. 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)
  4940. Part242.Parent = Model0
  4941. Part242.Material = Enum.Material.Metal
  4942. Part242.Rotation = Vector3.new(178.769989, -39.2099991, -61.9499969)
  4943. Part242.Anchored = true
  4944. Part242.FormFactor = Enum.FormFactor.Custom
  4945. Part242.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4946. 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)
  4947. Part242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4948. Part242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4949. Part242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4950. Part242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4951. Part242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4952. Part242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4953. Part242.Position = Vector3.new(46.1573181, 0.834599257, 147.963852)
  4954. Part242.Orientation = Vector3.new(0.949999988, -140.779999, 118.829994)
  4955. SpecialMesh243.Parent = Part242
  4956. SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  4957. SpecialMesh243.MeshType = Enum.MeshType.Wedge
  4958. SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  4959. Folder244.Name = "CFrames"
  4960. Folder244.Parent = Part242
  4961. CFrameValue245.Name = "C0"
  4962. CFrameValue245.Parent = Folder244
  4963. 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)
  4964. Part246.Parent = Model0
  4965. Part246.Material = Enum.Material.Pebble
  4966. Part246.BrickColor = BrickColor.new("Black")
  4967. Part246.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
  4968. Part246.Anchored = true
  4969. Part246.FormFactor = Enum.FormFactor.Custom
  4970. Part246.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
  4971. 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)
  4972. Part246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4973. Part246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4974. Part246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4975. Part246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4976. Part246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4977. Part246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4978. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4979. Part246.Position = Vector3.new(46.6502075, 0.674470544, 142.764557)
  4980. Part246.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
  4981. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4982. SpecialMesh247.Parent = Part246
  4983. SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  4984. SpecialMesh247.MeshType = Enum.MeshType.Wedge
  4985. SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  4986. Folder248.Name = "CFrames"
  4987. Folder248.Parent = Part246
  4988. CFrameValue249.Name = "C0"
  4989. CFrameValue249.Parent = Folder248
  4990. 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)
  4991. Part250.Parent = Model0
  4992. Part250.Material = Enum.Material.Metal
  4993. Part250.Rotation = Vector3.new(-10.9299994, -49.079998, 61.3400002)
  4994. Part250.Anchored = true
  4995. Part250.FormFactor = Enum.FormFactor.Custom
  4996. Part250.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  4997. 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)
  4998. Part250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4999. Part250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5000. Part250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5001. Part250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5002. Part250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. Part250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5004. Part250.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
  5005. Part250.Orientation = Vector3.new(-7.12999964, -49.5900002, 69.6399994)
  5006. SpecialMesh251.Parent = Part250
  5007. SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  5008. SpecialMesh251.MeshType = Enum.MeshType.Wedge
  5009. SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
  5010. Folder252.Name = "CFrames"
  5011. Folder252.Parent = Part250
  5012. CFrameValue253.Name = "C0"
  5013. CFrameValue253.Parent = Folder252
  5014. 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)
  5015. Part254.Parent = Model0
  5016. Part254.Material = Enum.Material.Metal
  5017. Part254.Rotation = Vector3.new(-175.419998, 49.3400002, 64.3499985)
  5018. Part254.Anchored = true
  5019. Part254.FormFactor = Enum.FormFactor.Custom
  5020. Part254.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
  5021. 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)
  5022. Part254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5023. Part254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5024. Part254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5025. Part254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. Part254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5027. Part254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. Part254.Position = Vector3.new(46.3512077, 0.784967601, 147.600266)
  5029. Part254.Orientation = Vector3.new(-2.98000002, 130.569992, -112.18)
  5030. SpecialMesh255.Parent = Part254
  5031. SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
  5032. SpecialMesh255.MeshType = Enum.MeshType.Wedge
  5033. SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
  5034. Folder256.Name = "CFrames"
  5035. Folder256.Parent = Part254
  5036. CFrameValue257.Name = "C0"
  5037. CFrameValue257.Parent = Folder256
  5038. 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)
  5039. Part258.Parent = Model0
  5040. Part258.Material = Enum.Material.Metal
  5041. Part258.Rotation = Vector3.new(-173.179993, -48.9199982, -61.3799973)
  5042. Part258.Anchored = true
  5043. Part258.FormFactor = Enum.FormFactor.Custom
  5044. Part258.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
  5045. 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)
  5046. Part258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. Part258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. Part258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. Part258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5050. Part258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. Part258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5052. Part258.Position = Vector3.new(45.9632797, 0.791593075, 147.599487)
  5053. Part258.Orientation = Vector3.new(-4.46999979, -130.87999, 113.470001)
  5054. SpecialMesh259.Parent = Part258
  5055. SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
  5056. SpecialMesh259.MeshType = Enum.MeshType.Wedge
  5057. SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
  5058. Folder260.Name = "CFrames"
  5059. Folder260.Parent = Part258
  5060. CFrameValue261.Name = "C0"
  5061. CFrameValue261.Parent = Folder260
  5062. 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)
  5063. Part262.Parent = Model0
  5064. Part262.Material = Enum.Material.Metal
  5065. Part262.Rotation = Vector3.new(-1.23000002, 39.2099991, -118.049995)
  5066. Part262.Anchored = true
  5067. Part262.FormFactor = Enum.FormFactor.Custom
  5068. Part262.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
  5069. 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)
  5070. Part262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5071. Part262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5072. Part262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5073. Part262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5074. Part262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. Part262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5076. Part262.Position = Vector3.new(45.8711739, 0.827120245, 147.613251)
  5077. Part262.Orientation = Vector3.new(-0.949999988, 39.2199974, -118.829994)
  5078. SpecialMesh263.Parent = Part262
  5079. SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
  5080. SpecialMesh263.MeshType = Enum.MeshType.Wedge
  5081. SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
  5082. Folder264.Name = "CFrames"
  5083. Folder264.Parent = Part262
  5084. CFrameValue265.Name = "C0"
  5085. CFrameValue265.Parent = Folder264
  5086. 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)
  5087. Part266.Parent = Model0
  5088. Part266.Material = Enum.Material.Metal
  5089. Part266.Rotation = Vector3.new(-2.8499999, -39.3699989, 61.9399986)
  5090. Part266.Anchored = true
  5091. Part266.FormFactor = Enum.FormFactor.Custom
  5092. Part266.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
  5093. 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)
  5094. Part266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. Part266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5096. Part266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. Part266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5098. Part266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5099. Part266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5100. Part266.Position = Vector3.new(46.4455948, 0.884069622, 147.61203)
  5101. Part266.Orientation = Vector3.new(-2.20000005, -39.4099998, 63.75)
  5102. SpecialMesh267.Parent = Part266
  5103. SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
  5104. SpecialMesh267.MeshType = Enum.MeshType.Wedge
  5105. SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
  5106. Folder268.Name = "CFrames"
  5107. Folder268.Parent = Part266
  5108. CFrameValue269.Name = "C0"
  5109. CFrameValue269.Parent = Folder268
  5110. 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)
  5111. Part270.Parent = Model0
  5112. Part270.Material = Enum.Material.Metal
  5113. Part270.Rotation = Vector3.new(178.37999, 0.0299999993, -108.769997)
  5114. Part270.Anchored = true
  5115. Part270.FormFactor = Enum.FormFactor.Custom
  5116. Part270.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5117. 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)
  5118. Part270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5119. Part270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5120. Part270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5121. Part270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5122. Part270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5123. Part270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5124. Part270.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
  5125. Part270.Orientation = Vector3.new(1.62, 179.970001, 71.2299957)
  5126. SpecialMesh271.Parent = Part270
  5127. SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5128. SpecialMesh271.MeshType = Enum.MeshType.Wedge
  5129. SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5130. Folder272.Name = "CFrames"
  5131. Folder272.Parent = Part270
  5132. CFrameValue273.Name = "C0"
  5133. CFrameValue273.Parent = Folder272
  5134. 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)
  5135. Part274.Parent = Model0
  5136. Part274.Material = Enum.Material.Metal
  5137. Part274.Rotation = Vector3.new(178.769989, -39.2099991, -115.5)
  5138. Part274.Anchored = true
  5139. Part274.FormFactor = Enum.FormFactor.Custom
  5140. Part274.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5141. 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)
  5142. Part274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5143. Part274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5144. Part274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5145. Part274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5146. Part274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5147. Part274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5148. Part274.Position = Vector3.new(46.158474, 0.901368618, 147.961487)
  5149. Part274.Orientation = Vector3.new(0.949999988, -140.779999, 65.2799988)
  5150. SpecialMesh275.Parent = Part274
  5151. SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5152. SpecialMesh275.MeshType = Enum.MeshType.Wedge
  5153. SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5154. Folder276.Name = "CFrames"
  5155. Folder276.Parent = Part274
  5156. CFrameValue277.Name = "C0"
  5157. CFrameValue277.Parent = Folder276
  5158. 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)
  5159. Part278.Parent = Model0
  5160. Part278.Material = Enum.Material.Metal
  5161. Part278.Rotation = Vector3.new(-2.8499999, -39.3699989, 115.489998)
  5162. Part278.Anchored = true
  5163. Part278.FormFactor = Enum.FormFactor.Custom
  5164. Part278.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
  5165. 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)
  5166. Part278.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5167. Part278.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. Part278.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. Part278.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5170. Part278.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. Part278.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. Part278.Position = Vector3.new(46.4444466, 0.817285001, 147.614426)
  5173. Part278.Orientation = Vector3.new(-2.20000005, -39.4099998, 117.299995)
  5174. SpecialMesh279.Parent = Part278
  5175. SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
  5176. SpecialMesh279.MeshType = Enum.MeshType.Wedge
  5177. SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
  5178. Folder280.Name = "CFrames"
  5179. Folder280.Parent = Part278
  5180. CFrameValue281.Name = "C0"
  5181. CFrameValue281.Parent = Folder280
  5182. 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)
  5183. Part282.Parent = Model0
  5184. Part282.Material = Enum.Material.Metal
  5185. Part282.Rotation = Vector3.new(-8.63000011, 49.1800003, -64.3699951)
  5186. Part282.Anchored = true
  5187. Part282.FormFactor = Enum.FormFactor.Custom
  5188. Part282.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5189. 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)
  5190. Part282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5191. Part282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5192. Part282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5193. Part282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5194. Part282.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5195. Part282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5196. Part282.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
  5197. Part282.Orientation = Vector3.new(-5.62999964, 49.5, -70.9300003)
  5198. SpecialMesh283.Parent = Part282
  5199. SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5200. SpecialMesh283.MeshType = Enum.MeshType.Wedge
  5201. SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5202. Folder284.Name = "CFrames"
  5203. Folder284.Parent = Part282
  5204. CFrameValue285.Name = "C0"
  5205. CFrameValue285.Parent = Folder284
  5206. 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)
  5207. Part286.Parent = Model0
  5208. Part286.Material = Enum.Material.Pebble
  5209. Part286.BrickColor = BrickColor.new("Black")
  5210. Part286.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
  5211. Part286.Anchored = true
  5212. Part286.FormFactor = Enum.FormFactor.Custom
  5213. Part286.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
  5214. 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)
  5215. Part286.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5216. Part286.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5217. Part286.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5218. Part286.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5219. Part286.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5220. Part286.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5221. Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5222. Part286.Position = Vector3.new(46.3523903, 0.851650596, 147.597885)
  5223. Part286.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
  5224. Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5225. SpecialMesh287.Parent = Part286
  5226. SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
  5227. SpecialMesh287.MeshType = Enum.MeshType.Wedge
  5228. SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
  5229. Folder288.Name = "CFrames"
  5230. Folder288.Parent = Part286
  5231. CFrameValue289.Name = "C0"
  5232. CFrameValue289.Parent = Folder288
  5233. 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)
  5234. Part290.Parent = Model0
  5235. Part290.Material = Enum.Material.Pebble
  5236. Part290.BrickColor = BrickColor.new("Black")
  5237. Part290.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  5238. Part290.Anchored = true
  5239. Part290.FormFactor = Enum.FormFactor.Custom
  5240. Part290.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
  5241. 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)
  5242. Part290.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5243. Part290.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5244. Part290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5245. Part290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5246. Part290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5247. Part290.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5248. Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5249. Part290.Position = Vector3.new(45.9644089, 0.858327568, 147.597107)
  5250. Part290.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  5251. Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5252. SpecialMesh291.Parent = Part290
  5253. SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
  5254. SpecialMesh291.MeshType = Enum.MeshType.Wedge
  5255. SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
  5256. Folder292.Name = "CFrames"
  5257. Folder292.Parent = Part290
  5258. CFrameValue293.Name = "C0"
  5259. CFrameValue293.Parent = Folder292
  5260. 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)
  5261. Part294.Parent = Model0
  5262. Part294.Material = Enum.Material.Metal
  5263. Part294.Rotation = Vector3.new(177.149994, 39.3699989, 118.059998)
  5264. Part294.Anchored = true
  5265. Part294.FormFactor = Enum.FormFactor.Custom
  5266. Part294.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5267. 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)
  5268. Part294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5269. Part294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5270. Part294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5271. Part294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. Part294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5273. Part294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5274. Part294.Position = Vector3.new(46.1584435, 0.901474953, 147.961487)
  5275. Part294.Orientation = Vector3.new(2.20000005, 140.589996, -63.75)
  5276. SpecialMesh295.Parent = Part294
  5277. SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  5278. SpecialMesh295.MeshType = Enum.MeshType.Wedge
  5279. SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
  5280. Folder296.Name = "CFrames"
  5281. Folder296.Parent = Part294
  5282. CFrameValue297.Name = "C0"
  5283. CFrameValue297.Parent = Folder296
  5284. 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)
  5285. Part298.Parent = Model0
  5286. Part298.Material = Enum.Material.Metal
  5287. Part298.Rotation = Vector3.new(177.539993, 0.0199999996, -69.25)
  5288. Part298.Anchored = true
  5289. Part298.FormFactor = Enum.FormFactor.Custom
  5290. Part298.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5291. 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)
  5292. Part298.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. Part298.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. Part298.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. Part298.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. Part298.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. Part298.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5298. Part298.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
  5299. Part298.Orientation = Vector3.new(2.46000004, 179.979996, 110.75)
  5300. SpecialMesh299.Parent = Part298
  5301. SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5302. SpecialMesh299.MeshType = Enum.MeshType.Wedge
  5303. SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5304. Folder300.Name = "CFrames"
  5305. Folder300.Parent = Part298
  5306. CFrameValue301.Name = "C0"
  5307. CFrameValue301.Parent = Folder300
  5308. 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)
  5309. Part302.Parent = Model0
  5310. Part302.Material = Enum.Material.Metal
  5311. Part302.Rotation = Vector3.new(178.37999, 0.140000001, 110.75)
  5312. Part302.Anchored = true
  5313. Part302.FormFactor = Enum.FormFactor.Custom
  5314. Part302.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5315. 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)
  5316. Part302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5317. Part302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. Part302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5319. Part302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5320. Part302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5321. Part302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5322. Part302.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
  5323. Part302.Orientation = Vector3.new(1.62, 179.860001, -69.2600021)
  5324. SpecialMesh303.Parent = Part302
  5325. SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5326. SpecialMesh303.MeshType = Enum.MeshType.Wedge
  5327. SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
  5328. Folder304.Name = "CFrames"
  5329. Folder304.Parent = Part302
  5330. CFrameValue305.Name = "C0"
  5331. CFrameValue305.Parent = Folder304
  5332. 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)
  5333. Part306.Parent = Model0
  5334. Part306.Material = Enum.Material.Metal
  5335. Part306.Rotation = Vector3.new(-1.23000002, 39.2099991, -64.5)
  5336. Part306.Anchored = true
  5337. Part306.FormFactor = Enum.FormFactor.Custom
  5338. Part306.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
  5339. 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)
  5340. Part306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. Part306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. Part306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. Part306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5344. Part306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5345. Part306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. Part306.Position = Vector3.new(45.8722992, 0.893850565, 147.610886)
  5347. Part306.Orientation = Vector3.new(-0.949999988, 39.2199974, -65.2799988)
  5348. SpecialMesh307.Parent = Part306
  5349. SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
  5350. SpecialMesh307.MeshType = Enum.MeshType.Wedge
  5351. SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
  5352. Folder308.Name = "CFrames"
  5353. Folder308.Parent = Part306
  5354. CFrameValue309.Name = "C0"
  5355. CFrameValue309.Parent = Folder308
  5356. 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)
  5357. Part310.Parent = Model0
  5358. Part310.Material = Enum.Material.Metal
  5359. Part310.Rotation = Vector3.new(169.069992, 49.079998, 118.659996)
  5360. Part310.Anchored = true
  5361. Part310.FormFactor = Enum.FormFactor.Custom
  5362. Part310.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
  5363. 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)
  5364. Part310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. Part310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5366. Part310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. Part310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5368. Part310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5369. Part310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5370. Part310.Position = Vector3.new(46.3535156, 0.918518782, 147.595535)
  5371. Part310.Orientation = Vector3.new(7.12999964, 130.410004, -69.6399994)
  5372. SpecialMesh311.Parent = Part310
  5373. SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
  5374. SpecialMesh311.MeshType = Enum.MeshType.Wedge
  5375. SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
  5376. Folder312.Name = "CFrames"
  5377. Folder312.Parent = Part310
  5378. CFrameValue313.Name = "C0"
  5379. CFrameValue313.Parent = Folder312
  5380. 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)
  5381. Part314.Parent = Model0
  5382. Part314.Material = Enum.Material.Metal
  5383. Part314.Rotation = Vector3.new(177.149994, 39.3699989, 64.5100021)
  5384. Part314.Anchored = true
  5385. Part314.FormFactor = Enum.FormFactor.Custom
  5386. Part314.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5387. 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)
  5388. Part314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5389. Part314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. Part314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. Part314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. Part314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5393. Part314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5394. Part314.Position = Vector3.new(46.1572914, 0.834698617, 147.963852)
  5395. Part314.Orientation = Vector3.new(2.20000005, 140.589996, -117.299995)
  5396. SpecialMesh315.Parent = Part314
  5397. SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5398. SpecialMesh315.MeshType = Enum.MeshType.Wedge
  5399. SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
  5400. Folder316.Name = "CFrames"
  5401. Folder316.Parent = Part314
  5402. CFrameValue317.Name = "C0"
  5403. CFrameValue317.Parent = Folder316
  5404. 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)
  5405. Part318.Parent = Model0
  5406. Part318.Material = Enum.Material.Metal
  5407. Part318.Rotation = Vector3.new(4.57999992, -49.3400002, 115.649994)
  5408. Part318.Anchored = true
  5409. Part318.FormFactor = Enum.FormFactor.Custom
  5410. Part318.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5411. 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)
  5412. Part318.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5413. Part318.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5414. Part318.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5415. Part318.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5416. Part318.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. Part318.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5418. Part318.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
  5419. Part318.Orientation = Vector3.new(2.98000002, -49.4300003, 112.18)
  5420. SpecialMesh319.Parent = Part318
  5421. SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5422. SpecialMesh319.MeshType = Enum.MeshType.Wedge
  5423. SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
  5424. Folder320.Name = "CFrames"
  5425. Folder320.Parent = Part318
  5426. CFrameValue321.Name = "C0"
  5427. CFrameValue321.Parent = Folder320
  5428. 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)
  5429. Part322.Parent = Model0
  5430. Part322.Material = Enum.Material.Metal
  5431. Part322.Rotation = Vector3.new(177.539993, 0.129999995, 71.2299957)
  5432. Part322.Anchored = true
  5433. Part322.FormFactor = Enum.FormFactor.Custom
  5434. Part322.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5435. 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)
  5436. Part322.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. Part322.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. Part322.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. Part322.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5440. Part322.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5441. Part322.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5442. Part322.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
  5443. Part322.Orientation = Vector3.new(2.46000004, 179.869995, -108.769997)
  5444. SpecialMesh323.Parent = Part322
  5445. SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5446. SpecialMesh323.MeshType = Enum.MeshType.Wedge
  5447. SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
  5448. Folder324.Name = "CFrames"
  5449. Folder324.Parent = Part322
  5450. CFrameValue325.Name = "C0"
  5451. CFrameValue325.Parent = Folder324
  5452. 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)
  5453. Part326.Parent = Model0
  5454. Part326.Material = Enum.Material.Pebble
  5455. Part326.BrickColor = BrickColor.new("Black")
  5456. Part326.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
  5457. Part326.Anchored = true
  5458. Part326.FormFactor = Enum.FormFactor.Custom
  5459. Part326.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
  5460. 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)
  5461. Part326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. Part326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. Part326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. Part326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. Part326.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. Part326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5467. Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5468. Part326.Position = Vector3.new(45.6803131, 0.691180348, 142.762589)
  5469. Part326.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
  5470. Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5471. SpecialMesh327.Parent = Part326
  5472. SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  5473. SpecialMesh327.MeshType = Enum.MeshType.Wedge
  5474. SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
  5475. Folder328.Name = "CFrames"
  5476. Folder328.Parent = Part326
  5477. CFrameValue329.Name = "C0"
  5478. CFrameValue329.Parent = Folder328
  5479. 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)
  5480. Part330.Parent = Model0
  5481. Part330.Material = Enum.Material.Metal
  5482. Part330.Rotation = Vector3.new(171.369995, -49.1800003, -115.629997)
  5483. Part330.Anchored = true
  5484. Part330.FormFactor = Enum.FormFactor.Custom
  5485. Part330.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
  5486. 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)
  5487. Part330.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5488. Part330.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5489. Part330.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5490. Part330.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. Part330.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. Part330.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. Part330.Position = Vector3.new(45.96558, 0.925104201, 147.594742)
  5494. Part330.Orientation = Vector3.new(5.62999964, -130.5, 70.9300003)
  5495. SpecialMesh331.Parent = Part330
  5496. SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
  5497. SpecialMesh331.MeshType = Enum.MeshType.Wedge
  5498. SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
  5499. Folder332.Name = "CFrames"
  5500. Folder332.Parent = Part330
  5501. CFrameValue333.Name = "C0"
  5502. CFrameValue333.Parent = Folder332
  5503. 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)
  5504. Part334.Parent = Model0
  5505. Part334.Material = Enum.Material.Metal
  5506. Part334.Rotation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
  5507. Part334.Anchored = true
  5508. Part334.FormFactor = Enum.FormFactor.Custom
  5509. Part334.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  5510. 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)
  5511. Part334.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. Part334.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5513. Part334.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5514. Part334.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5515. Part334.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5516. Part334.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5517. Part334.Position = Vector3.new(45.6814804, 0.757968128, 142.760223)
  5518. Part334.Orientation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
  5519. SpecialMesh335.Parent = Part334
  5520. SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
  5521. SpecialMesh335.MeshType = Enum.MeshType.Wedge
  5522. SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
  5523. Folder336.Name = "CFrames"
  5524. Folder336.Parent = Part334
  5525. CFrameValue337.Name = "C0"
  5526. CFrameValue337.Parent = Folder336
  5527. 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)
  5528. Part338.Parent = Model0
  5529. Part338.Material = Enum.Material.Metal
  5530. Part338.BrickColor = BrickColor.new("Black")
  5531. Part338.Rotation = Vector3.new(-1.04999995, 44.9099998, 88.5999985)
  5532. Part338.Anchored = true
  5533. Part338.FormFactor = Enum.FormFactor.Custom
  5534. Part338.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5535. 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)
  5536. Part338.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. Part338.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5538. Part338.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5539. Part338.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5540. Part338.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5541. Part338.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5543. Part338.Position = Vector3.new(45.6487999, 0.549543679, 138.705826)
  5544. Part338.Orientation = Vector3.new(-0.74000001, 44.9199982, 87.8600006)
  5545. Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5546. BlockMesh339.Parent = Part338
  5547. BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5548. BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5549. Folder340.Name = "CFrames"
  5550. Folder340.Parent = Part338
  5551. CFrameValue341.Name = "C0"
  5552. CFrameValue341.Parent = Folder340
  5553. 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)
  5554. Part342.Parent = Model0
  5555. Part342.Material = Enum.Material.Metal
  5556. Part342.BrickColor = BrickColor.new("Black")
  5557. Part342.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  5558. Part342.Anchored = true
  5559. Part342.FormFactor = Enum.FormFactor.Custom
  5560. Part342.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5561. 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)
  5562. Part342.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. Part342.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5564. Part342.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5565. Part342.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5566. Part342.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5567. Part342.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5568. Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5569. Part342.Position = Vector3.new(46.5224266, 0.538588107, 138.822189)
  5570. Part342.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  5571. Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5572. BlockMesh343.Parent = Part342
  5573. BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5574. BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5575. Folder344.Name = "CFrames"
  5576. Folder344.Parent = Part342
  5577. CFrameValue345.Name = "C0"
  5578. CFrameValue345.Parent = Folder344
  5579. 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)
  5580. Part346.Parent = Model0
  5581. Part346.Material = Enum.Material.Metal
  5582. Part346.BrickColor = BrickColor.new("Black")
  5583. Part346.Rotation = Vector3.new(-0.329999983, 59.9099998, 88.0299988)
  5584. Part346.Anchored = true
  5585. Part346.FormFactor = Enum.FormFactor.Custom
  5586. Part346.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5587. 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)
  5588. Part346.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5589. Part346.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5590. Part346.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5591. Part346.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5592. Part346.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. Part346.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5594. Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5595. Part346.Position = Vector3.new(45.7986488, 0.551043391, 138.821152)
  5596. Part346.Orientation = Vector3.new(-0.170000002, 59.9099998, 87.7399979)
  5597. Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5598. BlockMesh347.Parent = Part346
  5599. BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5600. BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5601. Folder348.Name = "CFrames"
  5602. Folder348.Parent = Part346
  5603. CFrameValue349.Name = "C0"
  5604. CFrameValue349.Parent = Folder348
  5605. 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)
  5606. Part350.Parent = Model0
  5607. Part350.Material = Enum.Material.Metal
  5608. Part350.BrickColor = BrickColor.new("Black")
  5609. Part350.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
  5610. Part350.Anchored = true
  5611. Part350.FormFactor = Enum.FormFactor.Custom
  5612. Part350.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5613. 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)
  5614. Part350.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. Part350.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. Part350.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. Part350.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. Part350.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5619. Part350.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5620. Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5621. Part350.Position = Vector3.new(45.9213982, 0.541616082, 138.49411)
  5622. Part350.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
  5623. Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5624. BlockMesh351.Parent = Part350
  5625. BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5626. BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5627. Folder352.Name = "CFrames"
  5628. Folder352.Parent = Part350
  5629. CFrameValue353.Name = "C0"
  5630. CFrameValue353.Parent = Folder352
  5631. 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)
  5632. Part354.Parent = Model0
  5633. Part354.Material = Enum.Material.Metal
  5634. Part354.BrickColor = BrickColor.new("Black")
  5635. Part354.Rotation = Vector3.new(-1.46999991, 29.9099998, 88.8600006)
  5636. Part354.Anchored = true
  5637. Part354.FormFactor = Enum.FormFactor.Custom
  5638. Part354.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5639. 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)
  5640. Part354.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5641. Part354.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5642. Part354.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5643. Part354.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5644. Part354.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5645. Part354.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5646. Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5647. Part354.Position = Vector3.new(45.5339127, 0.546178222, 138.555634)
  5648. Part354.Orientation = Vector3.new(-1.26999998, 29.9200001, 88.1299973)
  5649. Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5650. BlockMesh355.Parent = Part354
  5651. BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5652. BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5653. Folder356.Name = "CFrames"
  5654. Folder356.Parent = Part354
  5655. CFrameValue357.Name = "C0"
  5656. CFrameValue357.Parent = Folder356
  5657. 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)
  5658. Part358.Parent = Model0
  5659. Part358.Material = Enum.Material.Metal
  5660. Part358.Rotation = Vector3.new(177.919998, 2.54999995, 100.769997)
  5661. Part358.Anchored = true
  5662. Part358.FormFactor = Enum.FormFactor.Custom
  5663. Part358.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
  5664. 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)
  5665. Part358.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. Part358.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5667. Part358.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5668. Part358.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. Part358.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. Part358.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. Part358.Position = Vector3.new(46.7434196, 0.706905723, 142.778625)
  5672. Part358.Orientation = Vector3.new(2.07999992, 177.440002, -79.3199997)
  5673. SpecialMesh359.Parent = Part358
  5674. SpecialMesh359.Scale = Vector3.new(0, 1, 1)
  5675. SpecialMesh359.MeshType = Enum.MeshType.Wedge
  5676. SpecialMesh359.Scale = Vector3.new(0, 1, 1)
  5677. Folder360.Name = "CFrames"
  5678. Folder360.Parent = Part358
  5679. CFrameValue361.Name = "C0"
  5680. CFrameValue361.Parent = Folder360
  5681. 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)
  5682. Part362.Parent = Model0
  5683. Part362.Material = Enum.Material.Metal
  5684. Part362.BrickColor = BrickColor.new("Black")
  5685. Part362.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  5686. Part362.Anchored = true
  5687. Part362.FormFactor = Enum.FormFactor.Custom
  5688. Part362.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5689. 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)
  5690. Part362.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5691. Part362.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5692. Part362.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. Part362.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. Part362.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. Part362.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5697. Part362.Position = Vector3.new(46.1601067, 0.548276722, 138.918411)
  5698. Part362.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  5699. Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5700. BlockMesh363.Parent = Part362
  5701. BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5702. BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5703. Folder364.Name = "CFrames"
  5704. Folder364.Parent = Part362
  5705. CFrameValue365.Name = "C0"
  5706. CFrameValue365.Parent = Folder364
  5707. 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)
  5708. Part366.Parent = Model0
  5709. Part366.Material = Enum.Material.Metal
  5710. Part366.BrickColor = BrickColor.new("Black")
  5711. Part366.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  5712. Part366.Anchored = true
  5713. Part366.FormFactor = Enum.FormFactor.Custom
  5714. Part366.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5715. 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)
  5716. Part366.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5717. Part366.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5718. Part366.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5719. Part366.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5720. Part366.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5721. Part366.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5722. Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5723. Part366.Position = Vector3.new(46.3476143, 0.544177711, 138.89415)
  5724. Part366.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  5725. Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5726. BlockMesh367.Parent = Part366
  5727. BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5728. BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5729. Folder368.Name = "CFrames"
  5730. Folder368.Parent = Part366
  5731. CFrameValue369.Name = "C0"
  5732. CFrameValue369.Parent = Folder368
  5733. 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)
  5734. Part370.Parent = Model0
  5735. Part370.Material = Enum.Material.Metal
  5736. Part370.BrickColor = BrickColor.new("Black")
  5737. Part370.Rotation = Vector3.new(-1.27999997, 37.3099976, 88.7599945)
  5738. Part370.Anchored = true
  5739. Part370.FormFactor = Enum.FormFactor.Custom
  5740. Part370.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5741. 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)
  5742. Part370.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. Part370.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5744. Part370.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5745. Part370.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5746. Part370.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5747. Part370.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5748. Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5749. Part370.Position = Vector3.new(45.5849876, 0.54815793, 138.636063)
  5750. Part370.Orientation = Vector3.new(-1.01999998, 37.3199997, 87.9799957)
  5751. Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5752. BlockMesh371.Parent = Part370
  5753. BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5754. BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5755. Folder372.Name = "CFrames"
  5756. Folder372.Parent = Part370
  5757. CFrameValue373.Name = "C0"
  5758. CFrameValue373.Parent = Folder372
  5759. 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)
  5760. Part374.Parent = Model0
  5761. Part374.Material = Enum.Material.Metal
  5762. Part374.BrickColor = BrickColor.new("Black")
  5763. Part374.Rotation = Vector3.new(-0.75999999, 52.3099976, 88.3799973)
  5764. Part374.Anchored = true
  5765. Part374.FormFactor = Enum.FormFactor.Custom
  5766. Part374.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5767. 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)
  5768. Part374.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. Part374.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5770. Part374.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5771. Part374.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. Part374.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. Part374.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5774. Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5775. Part374.Position = Vector3.new(45.7188148, 0.55062747, 138.770416)
  5776. Part374.Orientation = Vector3.new(-0.459999979, 52.3099976, 87.7799988)
  5777. Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5778. BlockMesh375.Parent = Part374
  5779. BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5780. BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5781. Folder376.Name = "CFrames"
  5782. Folder376.Parent = Part374
  5783. CFrameValue377.Name = "C0"
  5784. CFrameValue377.Parent = Folder376
  5785. 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)
  5786. Part378.Name = "Blade"
  5787. Part378.Parent = Model0
  5788. Part378.Material = Enum.Material.Metal
  5789. Part378.Rotation = Vector3.new(177.539993, 0.129999995, -98.7799988)
  5790. Part378.Anchored = true
  5791. Part378.FormFactor = Enum.FormFactor.Custom
  5792. Part378.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
  5793. 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)
  5794. Part378.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5795. Part378.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. Part378.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5797. Part378.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5798. Part378.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5799. Part378.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5800. Part378.Position = Vector3.new(46.9368401, 0.670188427, 142.780197)
  5801. Part378.Orientation = Vector3.new(2.46000004, 179.869995, 81.2099991)
  5802. SpecialMesh379.Parent = Part378
  5803. SpecialMesh379.Scale = Vector3.new(0, 1, 1)
  5804. SpecialMesh379.MeshType = Enum.MeshType.Wedge
  5805. SpecialMesh379.Scale = Vector3.new(0, 1, 1)
  5806. Script380.Parent = Part378
  5807. table.insert(cors,sandbox(Script380,function()
  5808. function onTouched(hit)
  5809. local human = hit.Parent:FindFirstChild("Humanoid")
  5810.  
  5811. if (human ~= nil) then
  5812. human.Health = human.Health - 50
  5813. end
  5814. end
  5815.  
  5816.  
  5817. connection = script.Parent.Touched:connect(onTouched)
  5818.  
  5819. end))
  5820. Folder381.Name = "CFrames"
  5821. Folder381.Parent = Part378
  5822. CFrameValue382.Name = "C0"
  5823. CFrameValue382.Parent = Folder381
  5824. 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)
  5825. Part383.Parent = Model0
  5826. Part383.Material = Enum.Material.Metal
  5827. Part383.BrickColor = BrickColor.new("Black")
  5828. Part383.Rotation = Vector3.new(-179.649994, -67.5, 92.5899963)
  5829. Part383.Anchored = true
  5830. Part383.FormFactor = Enum.FormFactor.Custom
  5831. Part383.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5832. 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)
  5833. Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5834. Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5835. Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5836. Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5837. Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5838. Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5839. Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5840. Part383.Position = Vector3.new(45.8821602, 0.551164389, 138.864578)
  5841. Part383.Orientation = Vector3.new(-0.129999995, -112.5, -87.7399979)
  5842. Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5843. BlockMesh384.Parent = Part383
  5844. BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5845. BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5846. Folder385.Name = "CFrames"
  5847. Folder385.Parent = Part383
  5848. CFrameValue386.Name = "C0"
  5849. CFrameValue386.Parent = Folder385
  5850. 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)
  5851. Part387.Parent = Model0
  5852. Part387.Material = Enum.Material.Metal
  5853. Part387.BrickColor = BrickColor.new("Black")
  5854. Part387.Rotation = Vector3.new(-174.550003, -82.4599991, 97.5599976)
  5855. Part387.Anchored = true
  5856. Part387.FormFactor = Enum.FormFactor.Custom
  5857. Part387.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5858. 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)
  5859. Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5860. Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5861. Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5862. Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5863. Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5864. Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5865. Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5866. Part387.Position = Vector3.new(46.0652237, 0.549754858, 138.914078)
  5867. Part387.Orientation = Vector3.new(-0.719999969, -97.5099945, -87.8499985)
  5868. Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5869. BlockMesh388.Parent = Part387
  5870. BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5871. BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5872. Folder389.Name = "CFrames"
  5873. Folder389.Parent = Part387
  5874. CFrameValue390.Name = "C0"
  5875. CFrameValue390.Parent = Folder389
  5876. 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)
  5877. Part391.Parent = Model0
  5878. Part391.Material = Enum.Material.Metal
  5879. Part391.BrickColor = BrickColor.new("Black")
  5880. Part391.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
  5881. Part391.Anchored = true
  5882. Part391.FormFactor = Enum.FormFactor.Custom
  5883. Part391.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5884. 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)
  5885. Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5886. Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5887. Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5890. Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5891. Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5892. Part391.Position = Vector3.new(45.9977646, 0.542188346, 138.547195)
  5893. Part391.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
  5894. Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5895. BlockMesh392.Parent = Part391
  5896. BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5897. BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5898. Folder393.Name = "CFrames"
  5899. Folder393.Parent = Part391
  5900. CFrameValue394.Name = "C0"
  5901. CFrameValue394.Parent = Folder393
  5902. 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)
  5903. Part395.Parent = Model0
  5904. Part395.Material = Enum.Material.Metal
  5905. Part395.BrickColor = BrickColor.new("Black")
  5906. Part395.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  5907. Part395.Anchored = true
  5908. Part395.FormFactor = Enum.FormFactor.Custom
  5909. Part395.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  5910. 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)
  5911. Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5912. Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5913. Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5914. Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5915. Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5916. Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5917. Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5918. Part395.Position = Vector3.new(46.0852318, 0.541790783, 138.57869)
  5919. Part395.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  5920. Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5921. BlockMesh396.Parent = Part395
  5922. BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5923. BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  5924. Folder397.Name = "CFrames"
  5925. Folder397.Parent = Part395
  5926. CFrameValue398.Name = "C0"
  5927. CFrameValue398.Parent = Folder397
  5928. 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)
  5929. Part399.Parent = Model0
  5930. Part399.Material = Enum.Material.Metal
  5931. Part399.BrickColor = BrickColor.new("Black")
  5932. Part399.Rotation = Vector3.new(-2.79999995, -37.4799995, -91.25)
  5933. Part399.Anchored = true
  5934. Part399.FormFactor = Enum.FormFactor.Custom
  5935. Part399.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5936. 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)
  5937. Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5938. Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5939. Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5940. Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5941. Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5943. Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5944. Part399.Position = Vector3.new(46.7366257, 0.52834022, 138.637985)
  5945. Part399.Orientation = Vector3.new(-2.22000003, -37.5099983, -89.5400009)
  5946. Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5947. BlockMesh400.Parent = Part399
  5948. BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5949. BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  5950. Folder401.Name = "CFrames"
  5951. Folder401.Parent = Part399
  5952. CFrameValue402.Name = "C0"
  5953. CFrameValue402.Parent = Folder401
  5954. 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)
  5955. Part403.Parent = Model0
  5956. Part403.Material = Enum.Material.Metal
  5957. Part403.BrickColor = BrickColor.new("Black")
  5958. Part403.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  5959. Part403.Anchored = true
  5960. Part403.FormFactor = Enum.FormFactor.Custom
  5961. Part403.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  5962. 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)
  5963. Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5964. Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5969. Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5970. Part403.Position = Vector3.new(46.672596, 0.531932712, 138.707458)
  5971. Part403.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  5972. Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5973. BlockMesh404.Parent = Part403
  5974. BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5975. BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  5976. Folder405.Name = "CFrames"
  5977. Folder405.Parent = Part403
  5978. CFrameValue406.Name = "C0"
  5979. CFrameValue406.Parent = Folder405
  5980. 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)
  5981. Part407.Parent = Model0
  5982. Part407.Material = Enum.Material.Metal
  5983. Part407.Rotation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
  5984. Part407.Anchored = true
  5985. Part407.FormFactor = Enum.FormFactor.Custom
  5986. Part407.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
  5987. 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)
  5988. Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5990. Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5991. Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5992. Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5993. Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5994. Part407.Position = Vector3.new(46.6490517, 0.607808232, 142.766937)
  5995. Part407.Orientation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
  5996. SpecialMesh408.Parent = Part407
  5997. SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
  5998. SpecialMesh408.MeshType = Enum.MeshType.Wedge
  5999. SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
  6000. Folder409.Name = "CFrames"
  6001. Folder409.Parent = Part407
  6002. CFrameValue410.Name = "C0"
  6003. CFrameValue410.Parent = Folder409
  6004. 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)
  6005. Part411.Parent = Model0
  6006. Part411.Material = Enum.Material.Metal
  6007. Part411.BrickColor = BrickColor.new("Black")
  6008. Part411.Rotation = Vector3.new(-9.48999977, -82.4199982, -97.5199966)
  6009. Part411.Anchored = true
  6010. Part411.FormFactor = Enum.FormFactor.Custom
  6011. Part411.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6012. 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)
  6013. Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6016. Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6017. Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6018. Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6019. Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6020. Part411.Position = Vector3.new(46.2548714, 0.546506882, 138.91449)
  6021. Part411.Orientation = Vector3.new(-1.25, -82.5199966, -88.1100006)
  6022. Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6023. BlockMesh412.Parent = Part411
  6024. BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6025. BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6026. Folder413.Name = "CFrames"
  6027. Folder413.Parent = Part411
  6028. CFrameValue414.Name = "C0"
  6029. CFrameValue414.Parent = Folder413
  6030. 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)
  6031. Part415.Parent = Model0
  6032. Part415.Material = Enum.Material.Metal
  6033. Part415.BrickColor = BrickColor.new("Black")
  6034. Part415.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  6035. Part415.Anchored = true
  6036. Part415.FormFactor = Enum.FormFactor.Custom
  6037. Part415.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6038. 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)
  6039. Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6040. Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6041. Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6042. Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6043. Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6044. Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6046. Part415.Position = Vector3.new(45.9726791, 0.550624847, 138.893387)
  6047. Part415.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  6048. Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6049. BlockMesh416.Parent = Part415
  6050. BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  6051. BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
  6052. Folder417.Name = "CFrames"
  6053. Folder417.Parent = Part415
  6054. CFrameValue418.Name = "C0"
  6055. CFrameValue418.Parent = Folder417
  6056. 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)
  6057. Part419.Parent = Model0
  6058. Part419.Material = Enum.Material.Metal
  6059. Part419.BrickColor = BrickColor.new("Black")
  6060. Part419.Rotation = Vector3.new(-4.42000008, -67.4599991, -92.5799942)
  6061. Part419.Anchored = true
  6062. Part419.FormFactor = Enum.FormFactor.Custom
  6063. Part419.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6064. 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)
  6065. Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6066. Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6067. Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6068. Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6069. Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6072. Part419.Position = Vector3.new(46.4381104, 0.541606069, 138.86586)
  6073. Part419.Orientation = Vector3.new(-1.68999994, -67.5199966, -88.4899979)
  6074. Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6075. BlockMesh420.Parent = Part419
  6076. BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6077. BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6078. Folder421.Name = "CFrames"
  6079. Folder421.Parent = Part419
  6080. CFrameValue422.Name = "C0"
  6081. CFrameValue422.Parent = Folder421
  6082. 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)
  6083. Part423.Parent = Model0
  6084. Part423.Material = Enum.Material.Metal
  6085. Part423.BrickColor = BrickColor.new("Black")
  6086. Part423.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  6087. Part423.Anchored = true
  6088. Part423.FormFactor = Enum.FormFactor.Custom
  6089. Part423.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6090. 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)
  6091. Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6092. Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6093. Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6094. Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6095. Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6096. Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6097. Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6098. Part423.Position = Vector3.new(46.1778946, 0.540471494, 138.586533)
  6099. Part423.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6100. Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6101. BlockMesh424.Parent = Part423
  6102. BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6103. BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6104. Folder425.Name = "CFrames"
  6105. Folder425.Parent = Part423
  6106. CFrameValue426.Name = "C0"
  6107. CFrameValue426.Parent = Folder425
  6108. 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)
  6109. Part427.Parent = Model0
  6110. Part427.Material = Enum.Material.Metal
  6111. Part427.BrickColor = BrickColor.new("Black")
  6112. Part427.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  6113. Part427.Anchored = true
  6114. Part427.FormFactor = Enum.FormFactor.Custom
  6115. Part427.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6116. 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)
  6117. Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6118. Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6119. Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6120. Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6121. Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6122. Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6123. Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6124. Part427.Position = Vector3.new(46.2361908, 0.53552556, 138.47551)
  6125. Part427.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  6126. Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6127. BlockMesh428.Parent = Part427
  6128. BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6129. BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6130. Folder429.Name = "CFrames"
  6131. Folder429.Parent = Part427
  6132. CFrameValue430.Name = "C0"
  6133. CFrameValue430.Parent = Folder429
  6134. 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)
  6135. Part431.Parent = Model0
  6136. Part431.Material = Enum.Material.Metal
  6137. Part431.BrickColor = BrickColor.new("Black")
  6138. Part431.Rotation = Vector3.new(-3.32999992, -52.4699974, -91.6199951)
  6139. Part431.Anchored = true
  6140. Part431.FormFactor = Enum.FormFactor.Custom
  6141. Part431.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6142. 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)
  6143. Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6144. Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6145. Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6146. Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6147. Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6148. Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6149. Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6150. Part431.Position = Vector3.new(46.6024399, 0.53541398, 138.77179)
  6151. Part431.Orientation = Vector3.new(-2.02999997, -52.5200005, -88.9799957)
  6152. Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6153. BlockMesh432.Parent = Part431
  6154. BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6155. BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6156. Folder433.Name = "CFrames"
  6157. Folder433.Parent = Part431
  6158. CFrameValue434.Name = "C0"
  6159. CFrameValue434.Parent = Folder433
  6160. 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)
  6161. Part435.Parent = Model0
  6162. Part435.Material = Enum.Material.Metal
  6163. Part435.BrickColor = BrickColor.new("Black")
  6164. Part435.Rotation = Vector3.new(-1.63, 22.3199997, 88.9300003)
  6165. Part435.Anchored = true
  6166. Part435.FormFactor = Enum.FormFactor.Custom
  6167. Part435.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6168. 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)
  6169. Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6170. Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6171. Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6172. Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6173. Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6174. Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6175. Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6176. Part435.Position = Vector3.new(45.4901848, 0.543934107, 138.471359)
  6177. Part435.Orientation = Vector3.new(-1.50999999, 22.3199997, 88.3099976)
  6178. Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6179. BlockMesh436.Parent = Part435
  6180. BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  6181. BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
  6182. Folder437.Name = "CFrames"
  6183. Folder437.Parent = Part435
  6184. CFrameValue438.Name = "C0"
  6185. CFrameValue438.Parent = Folder437
  6186. 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)
  6187. Part439.Parent = Model0
  6188. Part439.Material = Enum.Material.Metal
  6189. Part439.BrickColor = BrickColor.new("Black")
  6190. Part439.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
  6191. Part439.Anchored = true
  6192. Part439.FormFactor = Enum.FormFactor.Custom
  6193. Part439.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6194. 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)
  6195. Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6196. Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6197. Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6198. Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6199. Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6200. Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6201. Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6202. Part439.Position = Vector3.new(46.2694511, 0.538316369, 138.57019)
  6203. Part439.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
  6204. Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6205. BlockMesh440.Parent = Part439
  6206. BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6207. BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6208. Folder441.Name = "CFrames"
  6209. Folder441.Parent = Part439
  6210. CFrameValue442.Name = "C0"
  6211. CFrameValue442.Parent = Folder441
  6212. 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)
  6213. Part443.Parent = Model0
  6214. Part443.Material = Enum.Material.Metal
  6215. Part443.BrickColor = BrickColor.new("Black")
  6216. Part443.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
  6217. Part443.Anchored = true
  6218. Part443.FormFactor = Enum.FormFactor.Custom
  6219. Part443.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6220. 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)
  6221. Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6222. Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6223. Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6224. Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6225. Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6226. Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6227. Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6228. Part443.Position = Vector3.new(45.8614311, 0.54011327, 138.42305)
  6229. Part443.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
  6230. Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6231. BlockMesh444.Parent = Part443
  6232. BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6233. BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6234. Folder445.Name = "CFrames"
  6235. Folder445.Parent = Part443
  6236. CFrameValue446.Name = "C0"
  6237. CFrameValue446.Parent = Folder445
  6238. 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)
  6239. Part447.Parent = Model0
  6240. Part447.Material = Enum.Material.Metal
  6241. Part447.BrickColor = BrickColor.new("Black")
  6242. Part447.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  6243. Part447.Anchored = true
  6244. Part447.FormFactor = Enum.FormFactor.Custom
  6245. Part447.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6246. 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)
  6247. Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6248. Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6249. Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6250. Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6251. Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6252. Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6253. Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6254. Part447.Position = Vector3.new(46.3064499, 0.533275962, 138.446625)
  6255. Part447.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  6256. Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6257. BlockMesh448.Parent = Part447
  6258. BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6259. BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6260. Folder449.Name = "CFrames"
  6261. Folder449.Parent = Part447
  6262. CFrameValue450.Name = "C0"
  6263. CFrameValue450.Parent = Folder449
  6264. 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)
  6265. Part451.Parent = Model0
  6266. Part451.Material = Enum.Material.Metal
  6267. Part451.BrickColor = BrickColor.new("Black")
  6268. Part451.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
  6269. Part451.Anchored = true
  6270. Part451.FormFactor = Enum.FormFactor.Custom
  6271. Part451.Size = Vector3.new(0.316868067, 0.582002521, 0.316868067)
  6272. 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)
  6273. Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6274. Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6275. Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6276. Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6277. Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6278. Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6279. Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6280. Part451.Position = Vector3.new(46.4832687, 0.528484344, 138.397736)
  6281. Part451.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
  6282. Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6283. BlockMesh452.Parent = Part451
  6284. BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6285. BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6286. Folder453.Name = "CFrames"
  6287. Folder453.Parent = Part451
  6288. CFrameValue454.Name = "C0"
  6289. CFrameValue454.Parent = Folder453
  6290. 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)
  6291. Part455.Parent = Model0
  6292. Part455.Material = Enum.Material.Metal
  6293. Part455.BrickColor = BrickColor.new("Black")
  6294. Part455.Rotation = Vector3.new(-1.90999997, 7.4199996, 89)
  6295. Part455.Anchored = true
  6296. Part455.FormFactor = Enum.FormFactor.Custom
  6297. Part455.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6298. 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)
  6299. Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6300. Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6301. Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6302. Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6303. Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6304. Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6305. Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6306. Part455.Position = Vector3.new(45.441349, 0.538282216, 138.288101)
  6307. Part455.Orientation = Vector3.new(-1.88999999, 7.4199996, 88.7599945)
  6308. Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6309. BlockMesh456.Parent = Part455
  6310. BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6311. BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
  6312. Folder457.Name = "CFrames"
  6313. Folder457.Parent = Part455
  6314. CFrameValue458.Name = "C0"
  6315. CFrameValue458.Parent = Folder457
  6316. 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)
  6317. Part459.Parent = Model0
  6318. Part459.Material = Enum.Material.Metal
  6319. Part459.BrickColor = BrickColor.new("Black")
  6320. Part459.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  6321. Part459.Anchored = true
  6322. Part459.FormFactor = Enum.FormFactor.Custom
  6323. Part459.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6324. 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)
  6325. Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6326. Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6327. Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6328. Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6329. Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6330. Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6331. Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6332. Part459.Position = Vector3.new(46.424614, 0.532096505, 138.470749)
  6333. Part459.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  6334. Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6335. BlockMesh460.Parent = Part459
  6336. BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6337. BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6338. Folder461.Name = "CFrames"
  6339. Folder461.Parent = Part459
  6340. CFrameValue462.Name = "C0"
  6341. CFrameValue462.Parent = Folder461
  6342. 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)
  6343. Part463.Parent = Model0
  6344. Part463.Material = Enum.Material.Metal
  6345. Part463.BrickColor = BrickColor.new("Black")
  6346. Part463.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
  6347. Part463.Anchored = true
  6348. Part463.FormFactor = Enum.FormFactor.Custom
  6349. Part463.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6350. 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)
  6351. Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6352. Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6353. Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6354. Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6355. Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6356. Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6357. Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6358. Part463.Position = Vector3.new(46.0854645, 0.538102925, 138.475204)
  6359. Part463.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
  6360. Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6361. BlockMesh464.Parent = Part463
  6362. BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6363. BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6364. Folder465.Name = "CFrames"
  6365. Folder465.Parent = Part463
  6366. CFrameValue466.Name = "C0"
  6367. CFrameValue466.Parent = Folder465
  6368. 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)
  6369. Part467.Parent = Model0
  6370. Part467.Material = Enum.Material.Metal
  6371. Part467.BrickColor = BrickColor.new("Black")
  6372. Part467.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
  6373. Part467.Anchored = true
  6374. Part467.FormFactor = Enum.FormFactor.Custom
  6375. Part467.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
  6376. 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)
  6377. Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6378. Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6379. Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6380. Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6381. Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6382. Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6383. Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6384. Part467.Position = Vector3.new(46.3535728, 0.535464168, 138.530685)
  6385. Part467.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
  6386. Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6387. BlockMesh468.Parent = Part467
  6388. BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6389. BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
  6390. Folder469.Name = "CFrames"
  6391. Folder469.Parent = Part467
  6392. CFrameValue470.Name = "C0"
  6393. CFrameValue470.Parent = Folder469
  6394. 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)
  6395. Part471.Parent = Model0
  6396. Part471.Material = Enum.Material.Metal
  6397. Part471.Rotation = Vector3.new(-2, 2.38999987, -100.769997)
  6398. Part471.Anchored = true
  6399. Part471.FormFactor = Enum.FormFactor.Custom
  6400. Part471.Size = Vector3.new(0.316868067, 0.393357426, 0.316868067)
  6401. 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)
  6402. Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6403. Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6404. Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6405. Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6406. Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6407. Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6408. Part471.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
  6409. Part471.Orientation = Vector3.new(-2, 2.38999987, -100.849998)
  6410. SpecialMesh472.Parent = Part471
  6411. SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
  6412. SpecialMesh472.MeshType = Enum.MeshType.Wedge
  6413. SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
  6414. Folder473.Name = "CFrames"
  6415. Folder473.Parent = Part471
  6416. CFrameValue474.Name = "C0"
  6417. CFrameValue474.Parent = Folder473
  6418. 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)
  6419. Part475.Parent = Model0
  6420. Part475.Material = Enum.Material.Metal
  6421. Part475.BrickColor = BrickColor.new("Black")
  6422. Part475.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
  6423. Part475.Anchored = true
  6424. Part475.FormFactor = Enum.FormFactor.Custom
  6425. Part475.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6426. 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)
  6427. Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6428. Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6429. Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6430. Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6431. Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6432. Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6433. Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6434. Part475.Position = Vector3.new(46.1608047, 0.537157655, 138.485291)
  6435. Part475.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6436. Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6437. BlockMesh476.Parent = Part475
  6438. BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6439. BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6440. Folder477.Name = "CFrames"
  6441. Folder477.Parent = Part475
  6442. CFrameValue478.Name = "C0"
  6443. CFrameValue478.Parent = Folder477
  6444. 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)
  6445. Part479.Parent = Model0
  6446. Part479.Material = Enum.Material.Metal
  6447. Part479.BrickColor = BrickColor.new("Black")
  6448. Part479.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
  6449. Part479.Anchored = true
  6450. Part479.FormFactor = Enum.FormFactor.Custom
  6451. Part479.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6452. 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)
  6453. Part479.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6454. Part479.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6455. Part479.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6456. Part479.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6457. Part479.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6458. Part479.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6459. Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6460. Part479.Position = Vector3.new(46.0152817, 0.538282692, 138.44606)
  6461. Part479.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
  6462. Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6463. BlockMesh480.Parent = Part479
  6464. BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6465. BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6466. Folder481.Name = "CFrames"
  6467. Folder481.Parent = Part479
  6468. CFrameValue482.Name = "C0"
  6469. CFrameValue482.Parent = Folder481
  6470. 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)
  6471. Part483.Parent = Model0
  6472. Part483.Material = Enum.Material.Metal
  6473. Part483.BrickColor = BrickColor.new("Black")
  6474. Part483.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
  6475. Part483.Anchored = true
  6476. Part483.FormFactor = Enum.FormFactor.Custom
  6477. Part483.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6478. 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)
  6479. Part483.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6480. Part483.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6481. Part483.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6482. Part483.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6483. Part483.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6484. Part483.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6485. Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6486. Part483.Position = Vector3.new(46.3667946, 0.530590773, 138.400497)
  6487. Part483.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
  6488. Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6489. BlockMesh484.Parent = Part483
  6490. BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6491. BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6492. Folder485.Name = "CFrames"
  6493. Folder485.Parent = Part483
  6494. CFrameValue486.Name = "C0"
  6495. CFrameValue486.Parent = Folder485
  6496. 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)
  6497. Part487.Parent = Model0
  6498. Part487.Material = Enum.Material.Metal
  6499. Part487.BrickColor = BrickColor.new("Black")
  6500. Part487.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
  6501. Part487.Anchored = true
  6502. Part487.FormFactor = Enum.FormFactor.Custom
  6503. Part487.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
  6504. 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)
  6505. Part487.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6506. Part487.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6507. Part487.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6508. Part487.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6509. Part487.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6510. Part487.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6511. Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6512. Part487.Position = Vector3.new(45.9550705, 0.537677705, 138.399673)
  6513. Part487.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
  6514. Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6515. BlockMesh488.Parent = Part487
  6516. BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6517. BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
  6518. Folder489.Name = "CFrames"
  6519. Folder489.Parent = Part487
  6520. CFrameValue490.Name = "C0"
  6521. CFrameValue490.Parent = Folder489
  6522. 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)
  6523. Part491.Parent = Model0
  6524. Part491.Material = Enum.Material.Metal
  6525. Part491.BrickColor = BrickColor.new("Black")
  6526. Part491.Rotation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
  6527. Part491.Anchored = true
  6528. Part491.FormFactor = Enum.FormFactor.Custom
  6529. Part491.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6530. 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)
  6531. Part491.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6532. Part491.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6533. Part491.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6534. Part491.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6535. Part491.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6536. Part491.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6537. Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6538. Part491.Position = Vector3.new(45.4372177, 0.535209894, 138.199905)
  6539. Part491.Orientation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
  6540. Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6541. BlockMesh492.Parent = Part491
  6542. BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  6543. BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
  6544. Folder493.Name = "CFrames"
  6545. Folder493.Parent = Part491
  6546. CFrameValue494.Name = "C0"
  6547. CFrameValue494.Parent = Folder493
  6548. 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)
  6549. Part495.Parent = Model0
  6550. Part495.Material = Enum.Material.Metal
  6551. Part495.BrickColor = BrickColor.new("Black")
  6552. Part495.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  6553. Part495.Anchored = true
  6554. Part495.FormFactor = Enum.FormFactor.Custom
  6555. Part495.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6556. 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)
  6557. Part495.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6558. Part495.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6559. Part495.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6560. Part495.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6561. Part495.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6562. Part495.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6563. Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6564. Part495.Position = Vector3.new(45.8103523, 0.535223901, 138.139587)
  6565. Part495.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6566. Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6567. CylinderMesh496.Parent = Part495
  6568. CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  6569. CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
  6570. Folder497.Name = "CFrames"
  6571. Folder497.Parent = Part495
  6572. CFrameValue498.Name = "C0"
  6573. CFrameValue498.Parent = Folder497
  6574. 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)
  6575. Part499.Parent = Model0
  6576. Part499.Material = Enum.Material.Metal
  6577. Part499.BrickColor = BrickColor.new("Black")
  6578. Part499.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6579. Part499.Anchored = true
  6580. Part499.FormFactor = Enum.FormFactor.Custom
  6581. Part499.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6582. 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)
  6583. Part499.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6584. Part499.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6585. Part499.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6586. Part499.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6587. Part499.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6588. Part499.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6589. Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6590. Part499.Position = Vector3.new(46.1598701, 0.447531641, 138.330856)
  6591. Part499.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6592. Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6593. SpecialMesh500.Parent = Part499
  6594. SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6595. SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6596. Folder501.Name = "CFrames"
  6597. Folder501.Parent = Part499
  6598. CFrameValue502.Name = "C0"
  6599. CFrameValue502.Parent = Folder501
  6600. 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)
  6601. Part503.Parent = Model0
  6602. Part503.Material = Enum.Material.Metal
  6603. Part503.BrickColor = BrickColor.new("Black")
  6604. Part503.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6605. Part503.Anchored = true
  6606. Part503.FormFactor = Enum.FormFactor.Custom
  6607. Part503.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6608. 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)
  6609. Part503.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6610. Part503.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6611. Part503.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6612. Part503.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. Part503.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. Part503.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6615. Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6616. Part503.Position = Vector3.new(46.150486, 0.628380477, 138.362015)
  6617. Part503.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6618. Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6619. SpecialMesh504.Parent = Part503
  6620. SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6621. SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
  6622. Folder505.Name = "CFrames"
  6623. Folder505.Parent = Part503
  6624. CFrameValue506.Name = "C0"
  6625. CFrameValue506.Parent = Folder505
  6626. 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)
  6627. Part507.Parent = Model0
  6628. Part507.Material = Enum.Material.Metal
  6629. Part507.BrickColor = BrickColor.new("Black")
  6630. Part507.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
  6631. Part507.Anchored = true
  6632. Part507.FormFactor = Enum.FormFactor.Custom
  6633. Part507.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6634. 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)
  6635. Part507.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6636. Part507.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6637. Part507.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6638. Part507.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6639. Part507.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6640. Part507.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6641. Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6642. Part507.Position = Vector3.new(46.1435165, 0.646713436, 138.363693)
  6643. Part507.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
  6644. Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6645. SpecialMesh508.Parent = Part507
  6646. SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  6647. SpecialMesh508.MeshType = Enum.MeshType.Sphere
  6648. SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
  6649. Folder509.Name = "CFrames"
  6650. Folder509.Parent = Part507
  6651. CFrameValue510.Name = "C0"
  6652. CFrameValue510.Parent = Folder509
  6653. 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)
  6654. Part511.Parent = Model0
  6655. Part511.Material = Enum.Material.Metal
  6656. Part511.BrickColor = BrickColor.new("Dark stone grey")
  6657. Part511.Reflectance = 0.10000000149012
  6658. Part511.Rotation = Vector3.new(-96.7299957, -89.0400009, -4.69000006)
  6659. Part511.Anchored = true
  6660. Part511.FormFactor = Enum.FormFactor.Custom
  6661. Part511.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6662. 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)
  6663. Part511.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6664. Part511.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6665. Part511.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6666. Part511.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6667. Part511.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6668. Part511.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6669. Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6670. Part511.Position = Vector3.new(46.3312683, 0.429026097, 135.529953)
  6671. Part511.Orientation = Vector3.new(-0.98999995, -90.1199951, 92.0400009)
  6672. Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6673. SpecialMesh512.Parent = Part511
  6674. SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  6675. SpecialMesh512.MeshType = Enum.MeshType.Wedge
  6676. SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  6677. Folder513.Name = "CFrames"
  6678. Folder513.Parent = Part511
  6679. CFrameValue514.Name = "C0"
  6680. CFrameValue514.Parent = Folder513
  6681. 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)
  6682. Part515.Parent = Model0
  6683. Part515.Material = Enum.Material.Metal
  6684. Part515.BrickColor = BrickColor.new("Dark stone grey")
  6685. Part515.Rotation = Vector3.new(39.9399986, -0.719999969, -54.0599976)
  6686. Part515.Anchored = true
  6687. Part515.FormFactor = Enum.FormFactor.Custom
  6688. Part515.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6689. 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)
  6690. Part515.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6691. Part515.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6692. Part515.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6693. Part515.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6694. Part515.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6695. Part515.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6696. Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6697. Part515.Position = Vector3.new(46.3291168, 0.308330357, 135.534241)
  6698. Part515.Orientation = Vector3.new(39.9399986, -0.939999998, -54.6599998)
  6699. Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6700. SpecialMesh516.Parent = Part515
  6701. SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6702. SpecialMesh516.MeshType = Enum.MeshType.Wedge
  6703. SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6704. Folder517.Name = "CFrames"
  6705. Folder517.Parent = Part515
  6706. CFrameValue518.Name = "C0"
  6707. CFrameValue518.Parent = Folder517
  6708. 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)
  6709. Part519.Parent = Model0
  6710. Part519.Material = Enum.Material.Metal
  6711. Part519.BrickColor = BrickColor.new("Dark stone grey")
  6712. Part519.Rotation = Vector3.new(-1.80999994, 13.0699997, -45.25)
  6713. Part519.Anchored = true
  6714. Part519.FormFactor = Enum.FormFactor.Custom
  6715. Part519.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6716. 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)
  6717. Part519.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6718. Part519.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6719. Part519.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6720. Part519.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6721. Part519.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6722. Part519.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6723. Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6724. Part519.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
  6725. Part519.Orientation = Vector3.new(-1.75999999, 13.0799999, -45.6599998)
  6726. Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6727. SpecialMesh520.Parent = Part519
  6728. SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6729. SpecialMesh520.MeshType = Enum.MeshType.Wedge
  6730. SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6731. Folder521.Name = "CFrames"
  6732. Folder521.Parent = Part519
  6733. CFrameValue522.Name = "C0"
  6734. CFrameValue522.Parent = Folder521
  6735. 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)
  6736. Part523.Parent = Model0
  6737. Part523.Material = Enum.Material.Metal
  6738. Part523.BrickColor = BrickColor.new("Dark stone grey")
  6739. Part523.Rotation = Vector3.new(178.849991, -41.8999977, 144.709991)
  6740. Part523.Anchored = true
  6741. Part523.FormFactor = Enum.FormFactor.Custom
  6742. Part523.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6743. 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)
  6744. Part523.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6745. Part523.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6746. Part523.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6747. Part523.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6748. Part523.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6749. Part523.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6750. Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6751. Part523.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
  6752. Part523.Orientation = Vector3.new(0.859999955, -138.099991, -34.5299988)
  6753. Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6754. SpecialMesh524.Parent = Part523
  6755. SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6756. SpecialMesh524.MeshType = Enum.MeshType.Wedge
  6757. SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6758. Folder525.Name = "CFrames"
  6759. Folder525.Parent = Part523
  6760. CFrameValue526.Name = "C0"
  6761. CFrameValue526.Parent = Folder525
  6762. 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)
  6763. Part527.Parent = Model0
  6764. Part527.Material = Enum.Material.Metal
  6765. Part527.BrickColor = BrickColor.new("Dark stone grey")
  6766. Part527.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
  6767. Part527.Anchored = true
  6768. Part527.FormFactor = Enum.FormFactor.Custom
  6769. Part527.Size = Vector3.new(0.316868067, 0.418179721, 0.316868067)
  6770. 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)
  6771. Part527.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6772. Part527.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6773. Part527.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6774. Part527.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6775. Part527.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6776. Part527.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6777. Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6778. Part527.Position = Vector3.new(46.165062, 0.437791824, 135.69548)
  6779. Part527.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6780. Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6781. BlockMesh528.Parent = Part527
  6782. BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
  6783. BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
  6784. Folder529.Name = "CFrames"
  6785. Folder529.Parent = Part527
  6786. CFrameValue530.Name = "C0"
  6787. CFrameValue530.Parent = Folder529
  6788. 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)
  6789. Part531.Parent = Model0
  6790. Part531.Material = Enum.Material.Metal
  6791. Part531.BrickColor = BrickColor.new("Dark stone grey")
  6792. Part531.Rotation = Vector3.new(135.979996, -0.599999964, 54.1699982)
  6793. Part531.Anchored = true
  6794. Part531.FormFactor = Enum.FormFactor.Custom
  6795. Part531.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6796. 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)
  6797. Part531.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6798. Part531.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6799. Part531.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6800. Part531.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6801. Part531.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6802. Part531.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6803. Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6804. Part531.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
  6805. Part531.Orientation = Vector3.new(44.0200005, -179.159988, -125.25)
  6806. Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6807. SpecialMesh532.Parent = Part531
  6808. SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6809. SpecialMesh532.MeshType = Enum.MeshType.Wedge
  6810. SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  6811. Folder533.Name = "CFrames"
  6812. Folder533.Parent = Part531
  6813. CFrameValue534.Name = "C0"
  6814. CFrameValue534.Parent = Folder533
  6815. 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)
  6816. Part535.Parent = Model0
  6817. Part535.Material = Enum.Material.Metal
  6818. Part535.BrickColor = BrickColor.new("Dark stone grey")
  6819. Part535.Rotation = Vector3.new(-2.92999983, -42.0599976, -144.709991)
  6820. Part535.Anchored = true
  6821. Part535.FormFactor = Enum.FormFactor.Custom
  6822. Part535.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6823. 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)
  6824. Part535.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6825. Part535.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6826. Part535.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6827. Part535.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6828. Part535.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6829. Part535.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6830. Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6831. Part535.Position = Vector3.new(46.0353813, 0.274691135, 135.535034)
  6832. Part535.Orientation = Vector3.new(-2.18000007, -42.0999985, -142.73999)
  6833. Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6834. SpecialMesh536.Parent = Part535
  6835. SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6836. SpecialMesh536.MeshType = Enum.MeshType.Wedge
  6837. SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  6838. Folder537.Name = "CFrames"
  6839. Folder537.Parent = Part535
  6840. CFrameValue538.Name = "C0"
  6841. CFrameValue538.Parent = Folder537
  6842. 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)
  6843. Part539.Parent = Model0
  6844. Part539.Material = Enum.Material.Metal
  6845. Part539.BrickColor = BrickColor.new("Dark stone grey")
  6846. Part539.Rotation = Vector3.new(-168.87999, 0.299999982, -44.8199997)
  6847. Part539.Anchored = true
  6848. Part539.FormFactor = Enum.FormFactor.Custom
  6849. Part539.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  6850. 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)
  6851. Part539.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6852. Part539.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6853. Part539.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6854. Part539.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6855. Part539.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6856. Part539.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6857. Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6858. Part539.Position = Vector3.new(46.3330536, 0.556943357, 135.734619)
  6859. Part539.Orientation = Vector3.new(-11.1199999, 179.690002, 135.23999)
  6860. Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6861. SpecialMesh540.Parent = Part539
  6862. SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6863. SpecialMesh540.MeshType = Enum.MeshType.Wedge
  6864. SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6865. Folder541.Name = "CFrames"
  6866. Folder541.Parent = Part539
  6867. CFrameValue542.Name = "C0"
  6868. CFrameValue542.Parent = Folder541
  6869. 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)
  6870. Part543.Parent = Model0
  6871. Part543.Material = Enum.Material.Metal
  6872. Part543.BrickColor = BrickColor.new("Dark stone grey")
  6873. Part543.Rotation = Vector3.new(164.800003, -0.149999991, 135.220001)
  6874. Part543.Anchored = true
  6875. Part543.FormFactor = Enum.FormFactor.Custom
  6876. Part543.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  6877. 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)
  6878. Part543.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6879. Part543.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6880. Part543.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6881. Part543.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6882. Part543.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6883. Part543.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6884. Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6885. Part543.Position = Vector3.new(45.9969559, 0.321586132, 135.742538)
  6886. Part543.Orientation = Vector3.new(15.1999998, -179.849991, -44.7399979)
  6887. Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6888. SpecialMesh544.Parent = Part543
  6889. SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6890. SpecialMesh544.MeshType = Enum.MeshType.Wedge
  6891. SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  6892. Folder545.Name = "CFrames"
  6893. Folder545.Parent = Part543
  6894. CFrameValue546.Name = "C0"
  6895. CFrameValue546.Parent = Folder545
  6896. 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)
  6897. Part547.Parent = Model0
  6898. Part547.Material = Enum.Material.Metal
  6899. Part547.BrickColor = BrickColor.new("Dark stone grey")
  6900. Part547.Reflectance = 0.10000000149012
  6901. Part547.Rotation = Vector3.new(-92.0400009, 0.98999995, -0.0799999982)
  6902. Part547.Anchored = true
  6903. Part547.FormFactor = Enum.FormFactor.Custom
  6904. Part547.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6905. 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)
  6906. Part547.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6907. Part547.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6908. Part547.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6909. Part547.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6910. Part547.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6911. Part547.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6912. Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6913. Part547.Position = Vector3.new(46.162529, 0.272502363, 135.535294)
  6914. Part547.Orientation = Vector3.new(-87.7299957, 154.080002, -154.179993)
  6915. Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6916. SpecialMesh548.Parent = Part547
  6917. SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  6918. SpecialMesh548.MeshType = Enum.MeshType.Wedge
  6919. SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  6920. Folder549.Name = "CFrames"
  6921. Folder549.Parent = Part547
  6922. CFrameValue550.Name = "C0"
  6923. CFrameValue550.Parent = Folder549
  6924. 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)
  6925. Part551.Parent = Model0
  6926. Part551.Material = Enum.Material.Metal
  6927. Part551.BrickColor = BrickColor.new("Dark stone grey")
  6928. Part551.Rotation = Vector3.new(-2.26999998, -13.2399998, 134.73999)
  6929. Part551.Anchored = true
  6930. Part551.FormFactor = Enum.FormFactor.Custom
  6931. Part551.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6932. 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)
  6933. Part551.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6934. Part551.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6935. Part551.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6936. Part551.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6937. Part551.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6938. Part551.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6939. Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6940. Part551.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
  6941. Part551.Orientation = Vector3.new(-2.21000004, -13.25, 135.270004)
  6942. Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6943. SpecialMesh552.Parent = Part551
  6944. SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6945. SpecialMesh552.MeshType = Enum.MeshType.Wedge
  6946. SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  6947. Folder553.Name = "CFrames"
  6948. Folder553.Parent = Part551
  6949. CFrameValue554.Name = "C0"
  6950. CFrameValue554.Parent = Folder553
  6951. 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)
  6952. Part555.Parent = Model0
  6953. Part555.Material = Enum.Material.Metal
  6954. Part555.BrickColor = BrickColor.new("Dark stone grey")
  6955. Part555.Reflectance = 0.10000000149012
  6956. Part555.Rotation = Vector3.new(-96.7299957, -89.0400009, 175.300003)
  6957. Part555.Anchored = true
  6958. Part555.FormFactor = Enum.FormFactor.Custom
  6959. Part555.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  6960. 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)
  6961. Part555.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6962. Part555.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6963. Part555.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6964. Part555.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6965. Part555.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6966. Part555.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6968. Part555.Position = Vector3.new(46.3309593, 0.436474502, 135.738892)
  6969. Part555.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
  6970. Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6971. SpecialMesh556.Parent = Part555
  6972. SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  6973. SpecialMesh556.MeshType = Enum.MeshType.Wedge
  6974. SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  6975. Folder557.Name = "CFrames"
  6976. Folder557.Parent = Part555
  6977. CFrameValue558.Name = "C0"
  6978. CFrameValue558.Parent = Folder557
  6979. 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)
  6980. Part559.Parent = Model0
  6981. Part559.Material = Enum.Material.Metal
  6982. Part559.BrickColor = BrickColor.new("Dark stone grey")
  6983. Part559.Reflectance = 0.10000000149012
  6984. Part559.Rotation = Vector3.new(83.2699966, 89.0400009, -175.309998)
  6985. Part559.Anchored = true
  6986. Part559.FormFactor = Enum.FormFactor.Custom
  6987. Part559.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  6988. 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)
  6989. Part559.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6990. Part559.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6991. Part559.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6992. Part559.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6993. Part559.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6994. Part559.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6995. Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6996. Part559.Position = Vector3.new(45.9993477, 0.434749782, 135.529282)
  6997. Part559.Orientation = Vector3.new(0.98999995, 89.8799973, -92.0400009)
  6998. Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6999. SpecialMesh560.Parent = Part559
  7000. SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  7001. SpecialMesh560.MeshType = Enum.MeshType.Wedge
  7002. SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
  7003. Folder561.Name = "CFrames"
  7004. Folder561.Parent = Part559
  7005. CFrameValue562.Name = "C0"
  7006. CFrameValue562.Parent = Folder561
  7007. 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)
  7008. Part563.Parent = Model0
  7009. Part563.Material = Enum.Material.Metal
  7010. Part563.BrickColor = BrickColor.new("Dark stone grey")
  7011. Part563.Reflectance = 0.10000000149012
  7012. Part563.Rotation = Vector3.new(87.9599991, -0.98999995, -179.919998)
  7013. Part563.Anchored = true
  7014. Part563.FormFactor = Enum.FormFactor.Custom
  7015. Part563.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7016. 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)
  7017. Part563.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7018. Part563.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7019. Part563.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7020. Part563.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7021. Part563.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7022. Part563.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7023. Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7024. Part563.Position = Vector3.new(46.1680641, 0.591133416, 135.523972)
  7025. Part563.Orientation = Vector3.new(87.7299957, -25.9200001, 154.179993)
  7026. Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7027. SpecialMesh564.Parent = Part563
  7028. SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  7029. SpecialMesh564.MeshType = Enum.MeshType.Wedge
  7030. SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
  7031. Folder565.Name = "CFrames"
  7032. Folder565.Parent = Part563
  7033. CFrameValue566.Name = "C0"
  7034. CFrameValue566.Parent = Folder565
  7035. 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)
  7036. Part567.Parent = Model0
  7037. Part567.Material = Enum.Material.Metal
  7038. Part567.BrickColor = BrickColor.new("Dark stone grey")
  7039. Part567.Rotation = Vector3.new(11.1099997, -0.299999982, -135.179993)
  7040. Part567.Anchored = true
  7041. Part567.FormFactor = Enum.FormFactor.Custom
  7042. Part567.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7043. 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)
  7044. Part567.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7045. Part567.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7046. Part567.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7047. Part567.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7048. Part567.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7049. Part567.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7050. Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7051. Part567.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
  7052. Part567.Orientation = Vector3.new(11.1099997, -0.310000002, -135.23999)
  7053. Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7054. SpecialMesh568.Parent = Part567
  7055. SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7056. SpecialMesh568.MeshType = Enum.MeshType.Wedge
  7057. SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7058. Folder569.Name = "CFrames"
  7059. Folder569.Parent = Part567
  7060. CFrameValue570.Name = "C0"
  7061. CFrameValue570.Parent = Folder569
  7062. 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)
  7063. Part571.Parent = Model0
  7064. Part571.Material = Enum.Material.Metal
  7065. Part571.BrickColor = BrickColor.new("Dark stone grey")
  7066. Part571.Rotation = Vector3.new(-1.14999998, 41.8999977, 35.2900009)
  7067. Part571.Anchored = true
  7068. Part571.FormFactor = Enum.FormFactor.Custom
  7069. Part571.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7070. 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)
  7071. Part571.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7072. Part571.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7073. Part571.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7074. Part571.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7075. Part571.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. Part571.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7077. Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7078. Part571.Position = Vector3.new(46.2952347, 0.588934064, 135.524216)
  7079. Part571.Orientation = Vector3.new(-0.859999955, 41.8999977, 34.5299988)
  7080. Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7081. SpecialMesh572.Parent = Part571
  7082. SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7083. SpecialMesh572.MeshType = Enum.MeshType.Wedge
  7084. SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7085. Folder573.Name = "CFrames"
  7086. Folder573.Parent = Part571
  7087. CFrameValue574.Name = "C0"
  7088. CFrameValue574.Parent = Folder573
  7089. 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)
  7090. Part575.Parent = Model0
  7091. Part575.Material = Enum.Material.Metal
  7092. Part575.BrickColor = BrickColor.new("Dark stone grey")
  7093. Part575.Rotation = Vector3.new(178.190002, -13.0699997, -134.75)
  7094. Part575.Anchored = true
  7095. Part575.FormFactor = Enum.FormFactor.Custom
  7096. Part575.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  7097. 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)
  7098. Part575.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7099. Part575.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7100. Part575.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7101. Part575.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7102. Part575.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7103. Part575.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7104. Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7105. Part575.Position = Vector3.new(46.0406609, 0.600843489, 135.732651)
  7106. Part575.Orientation = Vector3.new(1.75999999, -166.919998, 45.6599998)
  7107. Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7108. SpecialMesh576.Parent = Part575
  7109. SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7110. SpecialMesh576.MeshType = Enum.MeshType.Wedge
  7111. SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7112. Folder577.Name = "CFrames"
  7113. Folder577.Parent = Part575
  7114. CFrameValue578.Name = "C0"
  7115. CFrameValue578.Parent = Folder577
  7116. 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)
  7117. Part579.Parent = Model0
  7118. Part579.Material = Enum.Material.Metal
  7119. Part579.BrickColor = BrickColor.new("Dark stone grey")
  7120. Part579.Rotation = Vector3.new(-140.059998, 0.719999969, -125.939995)
  7121. Part579.Anchored = true
  7122. Part579.FormFactor = Enum.FormFactor.Custom
  7123. Part579.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7124. 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)
  7125. Part579.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7126. Part579.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7127. Part579.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7128. Part579.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7129. Part579.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7130. Part579.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7131. Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7132. Part579.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
  7133. Part579.Orientation = Vector3.new(-39.9399986, 179.059998, 54.6599998)
  7134. Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7135. SpecialMesh580.Parent = Part579
  7136. SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7137. SpecialMesh580.MeshType = Enum.MeshType.Wedge
  7138. SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7139. Folder581.Name = "CFrames"
  7140. Folder581.Parent = Part579
  7141. CFrameValue582.Name = "C0"
  7142. CFrameValue582.Parent = Folder581
  7143. 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)
  7144. Part583.Parent = Model0
  7145. Part583.Material = Enum.Material.Metal
  7146. Part583.BrickColor = BrickColor.new("Dark stone grey")
  7147. Part583.Reflectance = 0.10000000149012
  7148. Part583.Rotation = Vector3.new(-92.0400009, 0.98999995, 179.919998)
  7149. Part583.Anchored = true
  7150. Part583.FormFactor = Enum.FormFactor.Custom
  7151. Part583.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  7152. 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)
  7153. Part583.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7154. Part583.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7155. Part583.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7156. Part583.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7157. Part583.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7158. Part583.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7159. Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7160. Part583.Position = Vector3.new(46.1622467, 0.27993691, 135.744217)
  7161. Part583.Orientation = Vector3.new(-87.7299957, 154.080002, 25.8199997)
  7162. Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7163. SpecialMesh584.Parent = Part583
  7164. SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  7165. SpecialMesh584.MeshType = Enum.MeshType.Wedge
  7166. SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
  7167. Folder585.Name = "CFrames"
  7168. Folder585.Parent = Part583
  7169. CFrameValue586.Name = "C0"
  7170. CFrameValue586.Parent = Folder585
  7171. 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)
  7172. Part587.Parent = Model0
  7173. Part587.Material = Enum.Material.Metal
  7174. Part587.BrickColor = BrickColor.new("Dark stone grey")
  7175. Part587.Rotation = Vector3.new(-44.0200005, 0.599999964, 125.829994)
  7176. Part587.Anchored = true
  7177. Part587.FormFactor = Enum.FormFactor.Custom
  7178. Part587.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7179. 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)
  7180. Part587.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7181. Part587.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7182. Part587.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7183. Part587.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7184. Part587.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7185. Part587.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7186. Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7187. Part587.Position = Vector3.new(46.0014954, 0.555304468, 135.525009)
  7188. Part587.Orientation = Vector3.new(-44.0200005, 0.839999974, 125.25)
  7189. Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7190. SpecialMesh588.Parent = Part587
  7191. SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7192. SpecialMesh588.MeshType = Enum.MeshType.Wedge
  7193. SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
  7194. Folder589.Name = "CFrames"
  7195. Folder589.Parent = Part587
  7196. CFrameValue590.Name = "C0"
  7197. CFrameValue590.Parent = Folder589
  7198. 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)
  7199. Part591.Parent = Model0
  7200. Part591.Material = Enum.Material.Metal
  7201. Part591.BrickColor = BrickColor.new("Dark stone grey")
  7202. Part591.Rotation = Vector3.new(-15.1899996, 0.149999991, 44.7799988)
  7203. Part591.Anchored = true
  7204. Part591.FormFactor = Enum.FormFactor.Custom
  7205. Part591.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7206. 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)
  7207. Part591.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7208. Part591.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7209. Part591.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7210. Part591.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7211. Part591.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7212. Part591.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7213. Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7214. Part591.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
  7215. Part591.Orientation = Vector3.new(-15.1899996, 0.149999991, 44.7399979)
  7216. Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7217. SpecialMesh592.Parent = Part591
  7218. SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7219. SpecialMesh592.MeshType = Enum.MeshType.Wedge
  7220. SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
  7221. Folder593.Name = "CFrames"
  7222. Folder593.Parent = Part591
  7223. CFrameValue594.Name = "C0"
  7224. CFrameValue594.Parent = Folder593
  7225. 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)
  7226. Part595.Parent = Model0
  7227. Part595.Material = Enum.Material.Metal
  7228. Part595.BrickColor = BrickColor.new("Dark stone grey")
  7229. Part595.Rotation = Vector3.new(177.069992, 42.0599976, -35.2900009)
  7230. Part595.Anchored = true
  7231. Part595.FormFactor = Enum.FormFactor.Custom
  7232. Part595.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
  7233. 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)
  7234. Part595.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7235. Part595.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7236. Part595.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7237. Part595.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7238. Part595.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7239. Part595.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7240. Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7241. Part595.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
  7242. Part595.Orientation = Vector3.new(2.18000007, 137.899994, 142.73999)
  7243. Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7244. SpecialMesh596.Parent = Part595
  7245. SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7246. SpecialMesh596.MeshType = Enum.MeshType.Wedge
  7247. SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
  7248. Folder597.Name = "CFrames"
  7249. Folder597.Parent = Part595
  7250. CFrameValue598.Name = "C0"
  7251. CFrameValue598.Parent = Folder597
  7252. 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)
  7253. Part599.Parent = Model0
  7254. Part599.Material = Enum.Material.Metal
  7255. Part599.BrickColor = BrickColor.new("Dark stone grey")
  7256. Part599.Reflectance = 0.10000000149012
  7257. Part599.Rotation = Vector3.new(83.2699966, 89.0400009, 4.69999981)
  7258. Part599.Anchored = true
  7259. Part599.FormFactor = Enum.FormFactor.Custom
  7260. Part599.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
  7261. 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)
  7262. Part599.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. Part599.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. Part599.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. Part599.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7266. Part599.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7267. Part599.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7268. Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7269. Part599.Position = Vector3.new(45.999054, 0.442187369, 135.738235)
  7270. Part599.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
  7271. Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7272. SpecialMesh600.Parent = Part599
  7273. SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  7274. SpecialMesh600.MeshType = Enum.MeshType.Wedge
  7275. SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
  7276. Folder601.Name = "CFrames"
  7277. Folder601.Parent = Part599
  7278. CFrameValue602.Name = "C0"
  7279. CFrameValue602.Parent = Folder601
  7280. 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)
  7281. Part603.Parent = Model0
  7282. Part603.Material = Enum.Material.Metal
  7283. Part603.BrickColor = BrickColor.new("Dark stone grey")
  7284. Part603.Rotation = Vector3.new(177.729996, 13.2399998, 45.25)
  7285. Part603.Anchored = true
  7286. Part603.FormFactor = Enum.FormFactor.Custom
  7287. Part603.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
  7288. 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)
  7289. Part603.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7290. Part603.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7291. Part603.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7292. Part603.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7293. Part603.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7294. Part603.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7295. Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7296. Part603.Position = Vector3.new(46.2893715, 0.277675599, 135.744507)
  7297. Part603.Orientation = Vector3.new(2.21000004, 166.75, -135.270004)
  7298. Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7299. SpecialMesh604.Parent = Part603
  7300. SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7301. SpecialMesh604.MeshType = Enum.MeshType.Wedge
  7302. SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
  7303. Folder605.Name = "CFrames"
  7304. Folder605.Parent = Part603
  7305. CFrameValue606.Name = "C0"
  7306. CFrameValue606.Parent = Folder605
  7307. 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)
  7308. for i,v in pairs(mas:GetChildren()) do
  7309. v.Parent = script.Parent
  7310. pcall(function() v:MakeJoints() end)
  7311. end
  7312. mas:Destroy()
  7313. for i,v in pairs(cors) do
  7314. spawn(function()
  7315. pcall(v)
  7316. end)
  7317. end
  7318.  
  7319. ----------------------------------------------------
  7320.  
  7321. --debounces start
  7322. Debounces = {
  7323. CanAttack = true;
  7324. CanJoke = true;
  7325. NoIdl = false;
  7326. Slashing = false;
  7327. Slashed = false;
  7328. Slapping = false;
  7329. Slapped = false;
  7330. ks = false;
  7331. Reaping = false;
  7332. Reaped = false;
  7333. }
  7334. mode = "normal"
  7335. --debounces end
  7336. -------------------------------
  7337.  
  7338. ----------------------------------------------------
  7339. local m2 = script.Parent.Dragonslayer:clone()
  7340. for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
  7341. --m.Welds.Disabled=false
  7342. local grip2 = Instance.new("Motor")
  7343. grip2.Part0=char["Right Arm"]
  7344. grip2.Part1=m2.Handle
  7345. grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
  7346. grip2.C1=CFrame.new()
  7347. grip2.Parent=grip2.Part0
  7348. m2.Parent=char
  7349. ----------------------------------------------------
  7350. local cor2 = Instance.new("Part", m2)
  7351. cor2.Name = "Thingy"
  7352. cor2.Locked = true
  7353. cor2.BottomSurface = 0
  7354. cor2.CanCollide = false
  7355. cor2.Size = Vector3.new(.1,.1,.1)
  7356. cor2.Transparency = 1
  7357. cor2.TopSurface = 0
  7358. corw2 = Instance.new("Weld", cor2)
  7359. corw2.Part0 = rarm
  7360. corw2.Part1 = cor2
  7361. corw2.C0 = CFrame.new(0, 0, 0)
  7362. corw2.C1 = CFrame.new(0, 0, 0)
  7363. weld1 = Instance.new("Weld", m2) -- Right grip
  7364. weld1.Part1 = cor2
  7365. weld1.Part0 = m2.Handle
  7366. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  7367. ------------------------------------------------------------------------------------------------------------
  7368. wait(.1)
  7369. local a = char.Dragonslayer:GetChildren()
  7370. wait(.1)
  7371. a.Locked=true
  7372. ----------------------------------------------------
  7373. ----------------------------------------------------
  7374.  
  7375. ---------------
  7376. fat = Instance.new("BindableEvent", script)--artificial heartbeat
  7377. fat.Name = "Heartbeat"
  7378. script:WaitForChild("Heartbeat")
  7379. frame = 0.033333333333333
  7380. tf = 0
  7381. allowframeloss = false
  7382. tossremainder = false
  7383. lastframe = tick()
  7384. script.Heartbeat:Fire()
  7385. game:GetService("RunService").Heartbeat:connect(function(s, p)
  7386.  
  7387. tf = tf + s
  7388. if frame <= tf then
  7389. if allowframeloss then
  7390. script.Heartbeat:Fire()
  7391. lastframe = tick()
  7392. else
  7393. for i = 1, math.floor(tf / frame) do
  7394. script.Heartbeat:Fire()
  7395. end
  7396. lastframe = tick()
  7397. end
  7398. if tossremainder then
  7399. tf = 0
  7400. else
  7401. tf = tf - frame * math.floor(tf / frame)
  7402. end
  7403. end
  7404. end
  7405. )
  7406. local Touche = {char.Name, }
  7407. function swait(num)
  7408. if num == 0 or num == nil then
  7409. fat.Event:wait()
  7410. else
  7411. for i = 0, num do
  7412. fat.Event:wait()
  7413. end
  7414. end
  7415. end
  7416. ----------------------------------------------------
  7417. function weld5(part0, part1, c0, c1)
  7418. local weeld=Instance.new("Weld", part0)
  7419. weeld.Part0=part0
  7420. weeld.Part1=part1
  7421. weeld.C0=c0
  7422. weeld.C1=c1
  7423. return weeld
  7424. end
  7425. ----------
  7426. local acos = math.acos
  7427. local sqrt = math.sqrt
  7428. local Vec3 = Vector3.new
  7429. local fromAxisAngle = CFrame.fromAxisAngle
  7430.  
  7431. local function toAxisAngle(CFr)
  7432. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  7433. local Angle = math.acos((R00+R11+R22-1)/2)
  7434. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7435. A = A == 0 and 0.00001 or A
  7436. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7437. B = B == 0 and 0.00001 or B
  7438. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  7439. C = C == 0 and 0.00001 or C
  7440. local x = (R21-R12)/sqrt(A)
  7441. local y = (R02-R20)/sqrt(B)
  7442. local z = (R10-R01)/sqrt(C)
  7443. return Vec3(x,y,z),Angle
  7444. end
  7445.  
  7446. function ApplyTrig(Num,Func)
  7447. local Min,Max = Func(0),Func(1)
  7448. local i = Func(Num)
  7449. return (i-Min)/(Max-Min)
  7450.  
  7451. end
  7452.  
  7453. function LerpCFrame(CFrame1,CFrame2,Num)
  7454. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  7455. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  7456. end
  7457. ----------------------------------------------------
  7458. mod=Instance.new('Model',char)
  7459.  
  7460. ------
  7461. mod4 = Instance.new("Model",char)
  7462.  
  7463.  
  7464. lite = Instance.new("PointLight")
  7465. lite.Parent = torso
  7466. lite.Brightness = 6
  7467. lite.Range = 8
  7468. lite.Color = Color3.new(255,0,0)
  7469. -------------------------------
  7470. -------------------------------
  7471. mouse.KeyDown:connect(function(key)
  7472. if string.byte(key) == 52 then
  7473. if Debounces.CanAttack == true then
  7474. if stanceToggle ~= "Floating" then
  7475. char["Humanoid"].WalkSpeed = 60
  7476.  
  7477. elseif Debounces.CanAttack == false then
  7478. elseif stanceToggle == "Floating" then
  7479. wait()
  7480. end
  7481. end
  7482. end
  7483. end)
  7484. mouse.KeyUp:connect(function(key)
  7485. if string.byte(key) == 52 then
  7486.  
  7487. char["Humanoid"].WalkSpeed = 9
  7488. end
  7489. end)
  7490. --------------------------------
  7491. mouse.KeyDown:connect(function(key)
  7492. if key == "f" and equipped == false then
  7493. equipped = true
  7494. stanceToggle = "Normal"
  7495. elseif key == "f" and equipped == true then
  7496. equipped = false
  7497. stanceToggle = "Sheathed"
  7498. end
  7499. end)
  7500. function lerp(a, b, t) -- Linear interpolation
  7501. return a + (b - a)*t
  7502. end
  7503.  
  7504. function slerp(a, b, t) --Spherical interpolation
  7505. dot = a:Dot(b)
  7506. if dot > 0.99999 or dot < -0.99999 then
  7507. return t <= 0.5 and a or b
  7508. else
  7509. r = math.acos(dot)
  7510. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  7511. end
  7512. end
  7513.  
  7514. function matrixInterpolate(a, b, t)
  7515. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  7516. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  7517. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  7518. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  7519. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  7520. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  7521. local t = v1:Dot(v2)
  7522. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  7523. return CFrame.new()
  7524. end
  7525. return CFrame.new(
  7526. v0.x, v0.y, v0.z,
  7527. v1.x, v1.y, v1.z,
  7528. v2.x, v2.y, v2.z,
  7529. v3.x, v3.y, v3.z)
  7530. end
  7531. ----------------------------------------------------
  7532. function genWeld(a,b)
  7533. local w = Instance.new("Weld",a)
  7534. w.Part0 = a
  7535. w.Part1 = b
  7536. return w
  7537. end
  7538. function weld(a, b)
  7539. local weld = Instance.new("Weld")
  7540. weld.Name = "W"
  7541. weld.Part0 = a
  7542. weld.Part1 = b
  7543. weld.C0 = a.CFrame:inverse() * b.CFrame
  7544. weld.Parent = a
  7545. return weld;
  7546. end
  7547. ----------------------------------------------------
  7548. function Lerp(c1,c2,al)
  7549. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  7550. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  7551. for i,v in pairs(com1) do
  7552. com1[i] = v+(com2[i]-v)*al
  7553. end
  7554. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  7555. end
  7556. ----------------------------------------------------
  7557. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  7558. local wld = Instance.new("Weld", wp1)
  7559. wld.Part0 = wp0
  7560. wld.Part1 = wp1
  7561. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  7562. end
  7563. ----------------------------------------------------
  7564. newWeld(torso, larm, -1.5, 0.5, 0)
  7565. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  7566. newWeld(torso, rarm, 1.5, 0.5, 0)
  7567. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  7568. newWeld(torso, hed, 0, 1.5, 0)
  7569. newWeld(torso, lleg, -0.5, -1, 0)
  7570. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  7571. newWeld(torso, rleg, 0.5, -1, 0)
  7572. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  7573. newWeld(root, torso, 0, -1, 0)
  7574. torso.Weld.C1 = CFrame.new(0, -1, 0)
  7575. ----------------------------------------------------
  7576. wait(.1)
  7577. char.Dragonslayer:GetChildren().Locked=true
  7578. print("locked lol")
  7579. ----------------------------------------------------
  7580. function Dmg()
  7581. local partofdeath = char.Dragonslayer.Hitbox
  7582. local function CreateRegion3FromLocAndSize(Position, Size)
  7583. local SizeOffset = Size/2
  7584. local Point1 = Position - SizeOffset
  7585. local Point2 = Position + SizeOffset
  7586. return Region3.new(Point1, Point2)
  7587. end
  7588. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  7589. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  7590. spawn(function()
  7591. if Debounces.Slashing == true and Debounces.Slashed == false then
  7592. Debounces.Slashed = true
  7593. ypcall(function()
  7594. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  7595. humanoid:TakeDamage(math.random(40,48))
  7596. end)
  7597. wait(.4)
  7598. Debounces.Slashed = false
  7599. end
  7600. end)
  7601. end
  7602. end
  7603. ----------------------------------------------------
  7604. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7605. ptz = {0.7, 0.8, 0.9, 1}
  7606. idz = {"231917961", "231917950"}
  7607. function attackone()
  7608. for i = 1, 13 do
  7609. Dmg()
  7610. weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(1.4,-.1,.8)
  7611. 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)
  7612. 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)
  7613. 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)
  7614. 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)
  7615. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  7616. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  7617. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  7618. 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)
  7619. 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)
  7620. 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)
  7621. 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)
  7622. 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)
  7623. if Debounces.on == false then
  7624. break
  7625. end
  7626. fat.Event:wait()
  7627. end
  7628.  
  7629. Debounces.Slashing = true
  7630. wait(0.4)
  7631. x = Instance.new("Sound", hed)
  7632. x.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  7633. x.Pitch = ptz[math.random(1,#ptz)]
  7634. x.Volume = 2
  7635. wait(.01)
  7636. x:Play()
  7637.  
  7638. for i = 1, 14 do
  7639. Dmg()
  7640. weld1.C0 = CFrame.new(0,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(3,0,0)
  7641. 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)
  7642. 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)
  7643. 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)
  7644. 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)
  7645. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  7646. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7647. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  7648. 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)
  7649. 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)
  7650. 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)
  7651. 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)
  7652. 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)
  7653. if Debounces.on == false then break end
  7654. swait()
  7655. rs:wait()
  7656. end
  7657. Debounces.Slashing = false
  7658. end
  7659. function attacktwo()
  7660. Debounces.Reaping = true
  7661. Debounces.Slashing = true
  7662. x:Play()
  7663. wait(.1)
  7664.  
  7665. for i = 1, 14 do
  7666. Dmg()
  7667. 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)
  7668. 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)
  7669. 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)
  7670. 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)
  7671. 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)
  7672. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7673. 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)
  7674. 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)
  7675. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  7676. 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)
  7677. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  7678. 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)
  7679. Debounces.Reaping = false
  7680. if Debounces.on == false then
  7681. break
  7682. end
  7683. swait()
  7684. rs:wait()
  7685. end
  7686. end
  7687. ----------------------------------------------------
  7688. ----------------------------------------------------
  7689. --[[mouse.KeyDown:connect(function(key)
  7690. if key == "e" then
  7691. if Debounces.CanAttack == true and stanceToggle == "Normal" then
  7692. Debounces.CanAttack = false
  7693. Debounces.NoIdl = true
  7694. Debounces.on = true
  7695. for i = 1,50 do
  7696. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)), 0.05)
  7697. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(20)), 0.05)
  7698. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), math.rad(0)), 0.05)
  7699. 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)
  7700. 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)
  7701. 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)
  7702. 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)
  7703. if Debounces.on == false then break end wait()
  7704. end
  7705. wait(1)
  7706. z = Instance.new("Sound")
  7707. z.SoundId = "http://www.roblox.com/asset/? id=160773067"
  7708. z.Parent = char
  7709. z.Looped = false
  7710. z.Pitch = .4
  7711. z.Volume = .5
  7712. wait()
  7713. z:Play()
  7714. Debounces.Reaping = true
  7715. Reap()
  7716. for i = 1, 20 do
  7717. 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)
  7718. 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)
  7719. 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)
  7720. 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)
  7721. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad (6), 0, math.rad(10)), 0.5)
  7722. 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)
  7723. if Debounces.on == false then break end wait()
  7724. end
  7725. if Debounces.CanAttack == false then
  7726. Debounces.Slashing = false
  7727. Debounces.CanAttack = true
  7728. Debounces.NoIdl = false
  7729. z:Destroy()
  7730. end
  7731. end
  7732. end
  7733. end)]]
  7734. ----------------------------------------------------
  7735.  
  7736. ----------------------------------------------------
  7737. ComboNum = 0
  7738. mouse.Button1Down:connect(function()
  7739.  
  7740. if Debounces.CanAttack == true and stanceToggle=="Normal" then
  7741. Debounces.CanAttack = false
  7742. Debounces.NoIdl = true
  7743. Debounces.Reaping = true
  7744. Debounces.on = true
  7745. if ComboNum == 0 then
  7746. attackone()
  7747. elseif ComboNum == 1 then
  7748. attacktwo()
  7749. --[[elseif ComboNum == 2 then
  7750. attackthree()]]--
  7751. end
  7752. ComboNum = ComboNum + 1
  7753. Debounces.CanAttack = true
  7754. Debounces.on = false
  7755. wait(.5)
  7756. if Debounces.CanAttack == true then
  7757. ComboNum = 0
  7758. Debounces.NoIdl = false
  7759. end
  7760. end
  7761. end)
  7762. hitbb = char.Dragonslayer.Hitbox
  7763. ----------------------------------------------------
  7764. Reap = function()
  7765.  
  7766. hitbb.Touched:connect(function(ht1)
  7767.  
  7768. hit1 = ht1.Parent
  7769. if ht1 and hit1:IsA("Model") and hit1:FindFirstChild("Humanoid") and hit1.Name ~= p.Name and Debounces.Reaping == true and Debounces.Reaped == false then
  7770. Debounces.Reaped = true
  7771. h = hit1:FindFirstChild("Humanoid")
  7772. if h ~= nil then
  7773. hum.MaxHealth = hum.MaxHealth + h.MaxHealth
  7774. hum.Health = hum.MaxHealth
  7775. e = Instance.new("Part")
  7776. e.TopSurface = 0
  7777. e.BottomSurface = 0
  7778. e.Reflectance = 0.05
  7779. e.formFactor = "Symmetric"
  7780. e.Size = Vector3.new(1, 1, 1)
  7781. e.Anchored = true
  7782. e.CanCollide = false
  7783. e.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7784. e.CFrame = CFrame.new(ht1.Position)
  7785. e.Parent = hit1
  7786. z = Instance.new("Sound", rarm)
  7787. z.SoundId = "http://www.roblox.com/asset/?id=895716446"
  7788. z.Volume = 0.6
  7789. z.Pitch = pt[math.random(1, #pt)]
  7790. z.Looped = false
  7791. wait()
  7792. z:Play()
  7793. Instance.new("BlockMesh", e)
  7794. coroutine.resume(coroutine.create(function(par)
  7795.  
  7796. for i = 1, 13 do
  7797. par.CFrame = par.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-20, 20) / 50, math.random(-20, 20) / 50, math.random(-20, 20) / 50)
  7798. par.Transparency = i / 13
  7799. par.Mesh.Scale = par.Mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
  7800. wait()
  7801. end
  7802. par.Parent = nil
  7803. end
  7804. ), e)
  7805. for _,v in pairs(hit1:children()) do
  7806.  
  7807. if v.className == "Part" then
  7808.  
  7809. v.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7810. v.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
  7811. v:BreakJoints()
  7812. f = Instance.new("BodyVelocity")
  7813. f.P = 3000
  7814. f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7815. f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
  7816. f.Parent = v
  7817. v.CanCollide = false
  7818. coroutine.resume(coroutine.create(function(par)
  7819.  
  7820. for i = 1, 30 do
  7821. par.Transparency = i / 30
  7822. wait()
  7823. end
  7824. par.Parent = nil
  7825. end
  7826.  
  7827. ), v)
  7828. elseif v.Name == "Base" then
  7829. else
  7830. if v.className == "Accessory" then
  7831. v.Handle.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
  7832. v.Handle.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
  7833. v.Handle:BreakJoints()
  7834. f = Instance.new("BodyVelocity")
  7835. f.P = 3000
  7836. f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7837. f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
  7838. f.Parent = v.Handle
  7839. v.Handle.CanCollide = false
  7840. coroutine.resume(coroutine.create(function(par)
  7841.  
  7842. for i = 1, 30 do
  7843. par.Transparency = i / 30
  7844. wait()
  7845. end
  7846. par.Parent = nil
  7847. end
  7848. ), v.Handle)
  7849.  
  7850. if h == nil then
  7851. wait()
  7852. end
  7853. end
  7854. end
  7855. end
  7856. end
  7857. end
  7858. end
  7859.  
  7860. )
  7861. Debounces.Reaped = false
  7862. end
  7863.  
  7864. ----------------------------------------------
  7865. ROW = function(out, trans, s, wt, t, ang, plus)
  7866. if game:GetService("Workspace"):findFirstChild("Base")~=nil then
  7867. for i = 1, 360, 360/t do
  7868. local c = Instance.new("Part", game:GetService("Workspace"))
  7869. c.FormFactor = 3
  7870. c.TopSurface = 0
  7871. c.BottomSurface = 0
  7872. c.Size = s
  7873. c.Anchored = true
  7874. c.CanCollide = wt
  7875. c.Material=game:GetService("Workspace").Base.Material
  7876. c.Transparency = trans
  7877. c.BrickColor = game:GetService("Workspace").Base.BrickColor
  7878. 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
  7879. c.Locked=true
  7880. game.Debris:AddItem(c,4+math.random(1,10)/10)
  7881. end
  7882. end
  7883. end
  7884. ----------------------------------------------
  7885. -------------------
  7886. function Crater(Torso,Radius)
  7887. Spawn(function()
  7888. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  7889. local Ignore = {}
  7890. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  7891. if v.Character ~= nil then
  7892. Ignore[#Ignore+1] = v.Character
  7893. end
  7894. end
  7895. local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  7896. if Hit == nil then return end
  7897. local Parts = {}
  7898. for i = 1,360,10 do
  7899. local P = Instance.new("Part",Torso.Parent)
  7900. P.Anchored = true
  7901. P.FormFactor = "Custom"
  7902. P.BrickColor = Hit.BrickColor
  7903. P.Material = Hit.Material
  7904. P.TopSurface = "Smooth"
  7905. P.BottomSurface = "Smooth"
  7906. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  7907. 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)))
  7908. 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}
  7909. if math.random(0,5) == 0 then -- rubble
  7910. local P = Instance.new("Part",Torso.Parent)
  7911. P.Anchored = true
  7912. P.FormFactor = "Custom"
  7913. P.BrickColor = Hit.BrickColor
  7914. P.Material = Hit.Material
  7915. P.TopSurface = "Smooth"
  7916. P.BottomSurface = "Smooth"
  7917. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  7918. 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)))
  7919. 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}
  7920. end
  7921. end
  7922. for i = 0,1,0.05 do
  7923. for i2,v in pairs(Parts) do
  7924. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  7925. end
  7926. wait(0.02)
  7927. end
  7928. for i,v in pairs(Parts) do
  7929. if v[1].Size.X > 2.1 then
  7930. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  7931. end
  7932. v[1].Anchored = false
  7933. end
  7934. for i = 0,1,0.05 do
  7935. for i2,v in pairs(Parts) do
  7936. v[1].Transparency = i
  7937. if i == 1 then
  7938. v[1]:Destroy()
  7939. elseif i >= 0.25 then
  7940. v[1].CanCollide = false
  7941. end
  7942. end
  7943. wait(0.02)
  7944. end
  7945. Parts = nil
  7946. end)
  7947. end
  7948.  
  7949.  
  7950. local Touche = {char.Name}
  7951. -------------------------------
  7952. ROW = function(out, trans, s, wt, t, ang, plus)
  7953. if game:GetService("Workspace"):findFirstChild("Base")~=nil then
  7954. for i = 1, 360, 360/t do
  7955. local c = Instance.new("Part", game:GetService("Workspace"))
  7956. c.FormFactor = 3
  7957. c.TopSurface = 0
  7958. c.BottomSurface = 0
  7959. c.Size = s
  7960. c.Anchored = true
  7961. c.CanCollide = wt
  7962. c.Material=game:GetService("Workspace").Base.Material
  7963. c.Transparency = trans
  7964. c.BrickColor = game:GetService("Workspace").Base.BrickColor
  7965. 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
  7966. c.Locked=true
  7967. game.Debris:AddItem(c,4+math.random(1,10)/10)
  7968. end
  7969. end
  7970. end
  7971. ----------------------------------------------
  7972. Part = function(x,y,z,color,tr,cc,an,parent)
  7973. local p = Instance.new('Part',parent or Weapon)
  7974. p.formFactor = 'Custom'
  7975. p.Size = Vector3.new(x,y,z)
  7976. p.BrickColor = BrickColor.new(color)
  7977. p.CanCollide = cc
  7978. p.Transparency = tr
  7979. p.Anchored = an
  7980. p.TopSurface,p.BottomSurface = 0,0
  7981. p.Locked=true
  7982. p:BreakJoints()
  7983. return p end
  7984.  
  7985. Mesh = function(par,num,x,y,z)
  7986. local msh = _
  7987. if num == 1 then msh = Instance.new("CylinderMesh",par)
  7988. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  7989. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  7990. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  7991. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  7992. end msh.Scale = Vector3.new(x,y,z)
  7993. return msh end
  7994.  
  7995. ----------------------------------------------
  7996. function explosion(col1,col2,cfr,sz,rng,dmg)
  7997. local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
  7998. local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  7999. local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  8000. v1,v2,v3=sz.x,sz.y,sz.z
  8001. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  8002. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  8003. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  8004. a.CFrame=cfr
  8005. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  8006. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  8007. for i,v in pairs(game:GetService("Workspace"):children()) do
  8008. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  8009. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  8010. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  8011. local hit=v
  8012. hit.Humanoid.Health=v.Humanoid.Health-dmg
  8013. hit.Humanoid.PlatformStand=true
  8014. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
  8015. wait(.1)
  8016. spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  8017. end
  8018. end
  8019. end
  8020. end
  8021. spawn(function()
  8022. while wait() do
  8023. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  8024. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  8025. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  8026. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  8027. a.Transparency=a.Transparency+0.05
  8028. a2.Transparency=a2.Transparency+0.05
  8029. a3.Transparency=a3.Transparency+0.05
  8030. end
  8031. end)
  8032. end
  8033.  
  8034. ----------------------------------------------
  8035. local Shockwave = function()
  8036. local bl = Instance.new("Part", char)
  8037. bl.Locked = true
  8038. bl.Name = "Shell"
  8039. bl.BrickColor = BrickColor.new("Crimson")
  8040. bl.Anchored = true
  8041. bl.Material="Marble"
  8042. bl.CanCollide = false
  8043. bl.Transparency = 0
  8044. bl.Reflectance = 0
  8045. bl.BottomSurface = 0
  8046. bl.TopSurface = 0
  8047. bl.Position = torso.Position - Vector3.new(0,2,0)
  8048. bl.Shape = 0
  8049. local blm = Instance.new("SpecialMesh", bl)
  8050. blm.MeshType = "Sphere"
  8051. blm.Scale = Vector3.new(1, 1, 1)
  8052. blm.MeshId = "rbxassetid://1323306"
  8053. local sdfg = Instance.new("Part", char)
  8054. sdfg.Locked = true
  8055. sdfg.Name = "Shell"
  8056. sdfg.BrickColor = BrickColor.new("Really black")
  8057. sdfg.Anchored = true
  8058. sdfg.Material="Marble"
  8059. sdfg.CanCollide = false
  8060. sdfg.Transparency = 0
  8061. sdfg.Reflectance = 0
  8062. sdfg.BottomSurface = 0
  8063. sdfg.TopSurface = 0
  8064. sdfg.Position = torso.Position - Vector3.new(0,2,0)
  8065. sdfg.Shape = 0
  8066. sdfg.CFrame = sdfg.CFrame * CFrame.Angles(math.rad(45), math.rad(45), math.rad(0))
  8067. local blms = Instance.new("SpecialMesh", sdfg)
  8068. blms.MeshType = "Sphere"
  8069. blms.Scale = Vector3.new(1, 1, 1)
  8070. blms.MeshId = "rbxassetid://3270017"
  8071.  
  8072. local zxc = Instance.new("Part", char)
  8073. zxc.Locked = true
  8074. zxc.Name = "Shell"
  8075. zxc.BrickColor = BrickColor.new("Really black")
  8076. zxc.Anchored = true
  8077. zxc.Material="Marble"
  8078. zxc.CanCollide = false
  8079. zxc.Transparency = 0
  8080. zxc.Reflectance = 0
  8081. zxc.BottomSurface = 0
  8082. zxc.TopSurface = 0
  8083. zxc.Position = torso.Position - Vector3.new(0,2,0)
  8084. zxc.Shape = 0
  8085. zxc.CFrame = zxc.CFrame * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0))
  8086. local blmz = Instance.new("SpecialMesh", zxc)
  8087. blmz.MeshType = "Sphere"
  8088. blmz.Scale = Vector3.new(1, 1, 1)
  8089. blmz.MeshId = "rbxassetid://3270017"
  8090.  
  8091. local rng1 = Instance.new("Part", char)
  8092. rng1.Anchored = true
  8093. rng1.BrickColor = BrickColor.new("Really black")
  8094. rng1.CanCollide = false
  8095. rng1.FormFactor = 3
  8096. rng1.Name = "Ring"
  8097. rng1.Size = Vector3.new(1, 1, 1)
  8098. rng1.Transparency = 0.35
  8099. rng1.TopSurface = 0
  8100. rng1.BottomSurface = 0
  8101. local rng = Instance.new("Part", char)
  8102. rng.Anchored = true
  8103. rng.BrickColor = BrickColor.new("Light blue")
  8104. rng.CanCollide = false
  8105. rng.FormFactor = 3
  8106. rng.Name = "Ring"
  8107. rng.Size = Vector3.new(1, 1, 1)
  8108. rng.Transparency = 0.35
  8109. rng.TopSurface = 0
  8110. rng.BottomSurface = 0
  8111. rng.Position = torso.Position - Vector3.new(0,2,0)
  8112. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8113. local rngm1 = Instance.new("SpecialMesh", rng)
  8114. rngm1.MeshId = "http://www.roblox.com/asset/?id=20329976"
  8115. rngm1.Scale = Vector3.new(10, 10, 10)
  8116. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  8117. local Wave = Instance.new("Part")
  8118. Wave.Name = "Shockwave"
  8119. Wave.BrickColor = BrickColor.new("White")
  8120. Wave.Size = Vector3.new(1, 1, 1)
  8121. Wave.Shape = "Ball"
  8122. Wave.CanCollide = false
  8123. Wave.Anchored = true
  8124. Wave.TopSurface = 0
  8125. Wave.BottomSurface = 0
  8126. Wave.Touched:connect(function(hit)
  8127. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  8128. local Occlude = true
  8129. local NotOccludes = {
  8130. char.Name;
  8131. "Wings";
  8132. "Scythe";
  8133. "Thingy";
  8134. "Thingy2";
  8135. }
  8136. for i,v in pairs(NotOccludes) do
  8137. if hit.Parent.Name == v then
  8138. Occlude = false
  8139. end
  8140. end
  8141. if Occlude then
  8142. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 40
  8143. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  8144. end
  8145. end
  8146. end)
  8147. Wave.Parent=game:GetService("Workspace")
  8148.  
  8149. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  8150.  
  8151. coroutine.wrap(function()
  8152. for i = 1, 20, 0.2 do
  8153. rngm1.Scale = Vector3.new(10 + i*2, 1 + 1*2, 10 + i*2)
  8154. rng1.Transparency = i/20
  8155. rng.Transparency=i/20
  8156. blm.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8157. bl.Transparency = i/20
  8158. blms.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8159. sdfg.Transparency = i/20
  8160. blmz.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
  8161. zxc.Transparency = i/20
  8162.  
  8163. wait()
  8164. end
  8165. wait()
  8166. rng:Destroy()
  8167. end)()
  8168.  
  8169. delay(0, function()
  8170. if Daytime == false then
  8171. for i = 1, 50, 1 do
  8172. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8173. Wave.CFrame = char.Torso.CFrame
  8174. local t = i / 50
  8175. Wave.Transparency = t
  8176. wait()
  8177. end
  8178. else
  8179. for i = 1, 50, 1 do
  8180. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8181. Wave.CFrame = char.Torso.CFrame
  8182. local t = i / 50
  8183. Wave.Transparency = t
  8184. wait()
  8185. end
  8186. end
  8187. Wave:Destroy()
  8188. end)
  8189. delay(0, function()
  8190. while wait() do
  8191. if Wave ~= nil then
  8192. Wave.CFrame = char.Torso.CFrame
  8193. else
  8194. break
  8195. end
  8196. end
  8197. end)
  8198. end
  8199.  
  8200.  
  8201.  
  8202.  
  8203. -------------------------------
  8204. mouse.KeyDown:connect(function(key)
  8205. if key == "r" and stanceToggle == "Normal" then
  8206. if Debounces.CanAttack == true then
  8207. Debounces.CanAttack = false
  8208. x = Instance.new("Sound")
  8209. x.SoundId = "http://www.roblox.com/asset?id=219338993"
  8210. x.Parent = char
  8211. x.Volume = 0.7
  8212. x.Pitch = 1
  8213. x.Looped = true
  8214. x:Play()
  8215. Debounces.NoIdl = true
  8216. Debounces.on = true
  8217. for i = 1,30 do
  8218. 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)
  8219. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0)*CFrame.Angles (math.rad(30), math.rad(0), 0), 0.1)
  8220. 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)
  8221. 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)
  8222. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
  8223. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
  8224. if Debounces.on == false then break end
  8225. wait()
  8226. end
  8227. wait(1.2)
  8228.  
  8229. 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)
  8230. explosion('Really red','Black',torso.CFrame,Vector3.new(50,50,50),30,math.random (15,30))
  8231. x:Destroy()
  8232. b = Instance.new("Sound")
  8233. b.SoundId = "http://www.roblox.com/asset/?id=168586621"
  8234. b.Volume=1
  8235. b.Pitch=.5
  8236. b.PlayOnRemove=true
  8237. b.Parent = char
  8238. b.Looped = false
  8239. b:Play()
  8240. n = Instance.new("Sound")
  8241. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  8242. n.Parent = char
  8243. n.Pitch = 0.94
  8244. n.Looped = false
  8245. n:Play()
  8246. Shockwave()
  8247. Crater(hed,6)
  8248. for i = 1,20 do
  8249. 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)
  8250. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0)*CFrame.Angles (math.rad(-40), math.rad(0), 0), 0.8)
  8251. 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)
  8252. 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)
  8253. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-20)), 0.8)
  8254. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(20)), 0.8)
  8255. if Debounces.on == false then break end
  8256. wait()
  8257. end
  8258. Debounces.NoIdl = false
  8259. Debounces.on = false
  8260. wait(1)
  8261. if Debounces.CanAttack == false then
  8262. Debounces.CanAttack = true
  8263. x:Destroy()
  8264. b:Destroy()
  8265. n:Destroy()
  8266. end
  8267. end
  8268. end
  8269. end)
  8270.  
  8271. ----------------------------------------------------
  8272. smoke=char.armcannon.cannonpiece3.ParticleEmitter
  8273. ----------------------------------------------------
  8274.  
  8275. mouse.KeyDown:connect(function(key)
  8276. if key == "e" and stanceToggle == "Sheathed" then
  8277. if Debounces.CanAttack == true then
  8278. char.Humanoid.WalkSpeed = 8
  8279. Debounces.CanAttack = false
  8280. Debounces.NoIdl = true
  8281. Debounces.on = true
  8282. smoke.Enabled=true
  8283. for i = 1, 30 do
  8284. smoke.Enabled=true
  8285. 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)
  8286. 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)
  8287. 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)
  8288. 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)
  8289. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-5)), 0.1)
  8290. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(5)), 0.1)
  8291. if Debounces.on == false then break end
  8292. wait()
  8293.  
  8294. end
  8295. while wait(math.random(0.5,1.5)) do
  8296. if Debounces.on == false then
  8297. break
  8298. else
  8299. local expl = Instance.new("Explosion",game:GetService("Workspace"))
  8300. expl.Visible = false
  8301. local mous_ = game:GetService("Players").LocalPlayer:GetMouse()
  8302. local pos = mous_.Hit.p
  8303. local needsff = false
  8304. local pos_x = game:GetService("Players").LocalPlayer.Character.Torso.Position.X
  8305. local pos_y = game:GetService("Players").LocalPlayer.Character.Torso.Position.Y
  8306. local pos_z = game:GetService("Players").LocalPlayer.Character.Torso.Position.Z
  8307. local outset = 6
  8308. 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
  8309. 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
  8310. needsff = true
  8311. local forcefield = Instance.new("ForceField",p.Character)
  8312. forcefield.Visible = false
  8313. spawn(function()
  8314. wait(1)
  8315. pcall(game.Destroy,p.Character.ForceField)
  8316. end)
  8317. end
  8318. expl.Position = pos
  8319. spawn(function()
  8320. local blast = Instance.new("Part",p.Character)
  8321. blast.Anchored = true
  8322. blast.CanCollide = false
  8323. blast.BrickColor = BrickColor.new("Really red")
  8324. blast.Material = Enum.Material.Neon
  8325. blast.Size = Vector3.new(0.1,0.1,0.1)
  8326. blast.CFrame = CFrame.new(mous_.Hit.p)
  8327. local blastm = Instance.new("SpecialMesh",blast)
  8328. blastm.MeshType = Enum.MeshType.Sphere
  8329. blastm.Scale = Vector3.new(80,80,80)
  8330. local rp = Instance.new("Part",workspace)
  8331. rp.Anchored = true
  8332. rp.CanCollide = false
  8333. rp.BrickColor = BrickColor.new("Black")
  8334. rp.Size = Vector3.new(5,5,5)
  8335. rp.CFrame = blast.CFrame * CFrame.Angles(math.random(0,360),math.random(0,360),math.random(0,360))
  8336. local rm = Instance.new("SpecialMesh",rp)
  8337. rm.MeshId = "http://roblox.com/asset/?id=3270017"
  8338. rm.Scale = rm.Scale+Vector3.new(10,10,2)
  8339. local s = Instance.new("Sound",blast)
  8340. s.SoundId = "http://roblox.com/asset/?id=168586621"
  8341. s.Volume = 3
  8342. s.Looped = false
  8343. s.Pitch = 1.2
  8344. s:Play()
  8345. for i = 1,10 do
  8346. wait()
  8347. blastm.Scale = blastm.Scale+Vector3.new(12,12,12)
  8348. rm.Scale = rm.Scale+Vector3.new(1,1,0)
  8349. rp.Transparency = i / 10
  8350. blast.Transparency = i / 10
  8351. end
  8352. rp:Remove()
  8353. end)
  8354.  
  8355. end
  8356. end
  8357.  
  8358.  
  8359. end
  8360. end
  8361. end)
  8362.  
  8363. --------------------
  8364. mouse.KeyDown:connect(function(key)
  8365. if key == "n" and stanceToggle =="Sheathed" then
  8366.  
  8367. stanceToggle = "Idle2"
  8368.  
  8369. elseif key == "n" and stanceToggle == "Idle2" then
  8370. stanceToggle = "Sheathed"
  8371. end
  8372.  
  8373. end
  8374. )
  8375. ---------------------
  8376. mouse.KeyDown:connect(function(key)
  8377. if key == "b" and mus.Playing == true then
  8378. mus:Pause()
  8379. elseif key == "b" and mus.Playing == false then
  8380. mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
  8381. mus:Play()
  8382. end
  8383. end)
  8384. ----------------------------------------------------
  8385. mouse.KeyUp:connect(function(key)
  8386. if key == "e" and stanceToggle == "Sheathed" then
  8387. Debounces.NoIdl = false
  8388. Debounces.on = false
  8389. smoke.Enabled=false
  8390. wait()
  8391. smoke.Enabled=false
  8392. char.Humanoid.WalkSpeed = 9
  8393. if Debounces.CanAttack == false then
  8394. Debounces.CanAttack = true
  8395. end
  8396. end
  8397. end)
  8398. ----------------------------------------------------
  8399. -------------------------------
  8400. local animpose = "Idle"
  8401. local lastanimpose = "Idle"
  8402. local grab = false
  8403. local sine = 0
  8404.  
  8405. local val = 0
  8406. local ffing = false
  8407. jump = false
  8408. rs:connect(function()
  8409. if char.Humanoid.Jump == true then
  8410. jump = true
  8411. else
  8412. jump = false
  8413. end
  8414. char.Humanoid.FreeFalling:connect(function(f)
  8415. if f then
  8416. ffing = true
  8417. else
  8418. ffing = false
  8419. end
  8420.  
  8421. end)
  8422. end)
  8423.  
  8424.  
  8425. -------------------------------
  8426. RightLeg = CFrame.new(0.5, -1, 0)
  8427. LeftLeg = CFrame.new(-0.5, -1, 0)
  8428. lefth = (torso.CFrame*LeftLeg)
  8429. righth = (torso.CFrame*RightLeg)
  8430.  
  8431. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  8432.  
  8433. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  8434. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  8435. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  8436. game:GetService("RunService").RenderStepped:connect(function()
  8437.  
  8438. char["Humanoid"].FreeFalling:connect(function(f)
  8439. if f then
  8440. ffing = true
  8441. else
  8442. ffing = false
  8443. end
  8444. end)
  8445. sine = sine + change
  8446. if jump == true then
  8447. animpose = "Jumping"
  8448. elseif ffing == true then
  8449. animpose = "Freefalling"
  8450. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  8451. animpose = "Idle"
  8452. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  8453. animpose = "Walking"
  8454. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  8455. animpose = "Running"
  8456. end
  8457. if animpose ~= lastanimpose then
  8458. sine = 0
  8459. if Debounces.NoIdl == false then
  8460. if stanceToggle == "Normal" then
  8461. for i = 1, 2 do
  8462. 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)
  8463. 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)
  8464. 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)
  8465. 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)
  8466. 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)
  8467. 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)
  8468.  
  8469. end
  8470. elseif stanceToggle == "Sheathed" then
  8471. 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)
  8472. 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)
  8473. 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)
  8474. 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)
  8475. 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)
  8476. 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)
  8477. 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)
  8478. 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)
  8479. 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)
  8480. 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)
  8481. 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)
  8482. 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)
  8483.  
  8484. wait()
  8485. end
  8486. else
  8487. end
  8488. end
  8489. lastanimpose = animpose
  8490. if Debounces.NoIdl == false then
  8491. if animpose == "Idle" then
  8492. if stanceToggle == "Normal" then
  8493. change = 0.5
  8494. 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)
  8495. 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)
  8496. 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)
  8497. 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)
  8498. 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)
  8499. 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)
  8500. 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)
  8501. 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)
  8502. 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)
  8503. 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)
  8504. 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)
  8505. 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)
  8506. weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(1.4,-.1,.8)
  8507. corw2.Part0 = rarm
  8508. elseif stanceToggle == "Sheathed" then
  8509. change = .5
  8510. 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)
  8511. 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)
  8512. 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)
  8513. 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)
  8514. 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)
  8515. 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)
  8516. 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)
  8517. 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)
  8518. 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)
  8519. 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)
  8520. 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)
  8521. 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)
  8522. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8523.  
  8524. corw2.Part0 = torso
  8525. elseif stanceToggle == "Idle2" then
  8526. change = 0.2
  8527. 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)
  8528. 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)
  8529. 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)
  8530. 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)
  8531. 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)
  8532. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  8533. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  8534. --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)
  8535. 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)
  8536. 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)
  8537. 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)
  8538. 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)
  8539. 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)
  8540. end
  8541.  
  8542. elseif animpose == "Walking" then
  8543. if stanceToggle == "Normal" then
  8544. change = .4
  8545. 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)
  8546. 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)
  8547. 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)
  8548. 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)
  8549. 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)
  8550. 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)
  8551. 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)
  8552. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8553. 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)
  8554. 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)
  8555. 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)
  8556. 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)
  8557. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  8558.  
  8559.  
  8560. corw2.Part0 = rarm
  8561.  
  8562. elseif stanceToggle == "Sheathed" then
  8563. change = 0.4
  8564. 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)
  8565. 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)
  8566. 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)
  8567. 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)
  8568. 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)
  8569. 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)
  8570. 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)
  8571. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8572. 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)
  8573. 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)
  8574. 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)
  8575. 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)
  8576. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8577.  
  8578. corw2.Part0 = torso
  8579.  
  8580. end
  8581. elseif animpose == "Running" then
  8582. if stanceToggle == "Normal" then
  8583. change = .5
  8584. 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)
  8585. 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)
  8586. 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)
  8587. 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)
  8588. 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)
  8589. 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)
  8590. 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)
  8591. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8592. 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)
  8593. 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)
  8594. 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)
  8595. 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)
  8596. weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(868.7,0,0)
  8597. corw2.Part0 = rarm
  8598.  
  8599. elseif stanceToggle == "Sheathed" then
  8600. change = 0.5
  8601. 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)
  8602. 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)
  8603. 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)
  8604. 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)
  8605. 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)
  8606. 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)
  8607. 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)
  8608. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8609. 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)
  8610. 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)
  8611. 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)
  8612. 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)
  8613. weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0) * CFrame.Angles(0,0,1)
  8614.  
  8615. corw2.Part0 = torso
  8616.  
  8617. elseif animpose == "Freefalling" then
  8618. change = 0.5
  8619. 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)
  8620. 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)
  8621. 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)
  8622. 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)
  8623. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  8624. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  8625. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8626. 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)
  8627. 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)
  8628. 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)
  8629. 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)
  8630.  
  8631. if stanceToggle == "Landed" then
  8632. change = 0.5
  8633. 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)
  8634. 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)
  8635. 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)
  8636. 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)
  8637. 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)
  8638. 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)
  8639. end
  8640. elseif animpose == "Jumping" then
  8641. 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)
  8642. 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)
  8643. 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)
  8644. 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)
  8645. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  8646. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  8647. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8648. 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)
  8649. 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)
  8650. 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)
  8651. 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)
  8652.  
  8653. end
  8654. end
  8655.  
  8656. end
  8657. end)
  8658. --
  8659. local doe = 400
  8660. coroutine.wrap(function()
  8661. while 1 do
  8662. swait()
  8663. if doe <= 360 then
  8664. doe = doe + 2
  8665. else
  8666. doe = 0
  8667. end
  8668. end
  8669. end)()
  8670. while true do
  8671. swait()
  8672. while true do
  8673. swait()
  8674. if rp:FindFirstChild("mus")==nil then
  8675. end
  8676. end
  8677. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement