klops

ether blades

Oct 28th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.62 KB | None | 0 0
  1. --Blade throw fixed, other various fixes.
  2.  
  3. script.Name = "Ether Blades"
  4. wait(0.05)
  5. local Module_Id = 0
  6. local Player = game:service("Players").LocalPlayer
  7. repeat
  8. wait()
  9. until Player.Character
  10. local Character = Player.Character
  11. local Char, Plr = Character, Player
  12. local Mouse = Player:GetMouse()
  13. local height = 0
  14. local IsLanded = false
  15. local NotifyKeyPresses = false
  16. local CanRun = false
  17. local CanJump = true
  18. local Torso = Char:WaitForChild("Torso")
  19. z = Instance.new("Sound", Torso)
  20. z.SoundId = "rbxassetid://170033633" -- Put Music ID Here.
  21. z.Looped = true
  22. z.Pitch = 0.85
  23. z.Volume = 1
  24. wait(.1)
  25. z:Play()
  26. local Head = Char:WaitForChild("Head")
  27. local Left_Arm = Char:WaitForChild("Left Arm")
  28. local Right_Arm = Char:WaitForChild("Right Arm")
  29. local Left_Leg = Char:WaitForChild("Left Leg")
  30. local Right_Leg = Char:WaitForChild("Right Leg")
  31. local HumanoidRootPart = Char:WaitForChild("HumanoidRootPart")
  32. local Humanoid = Char:WaitForChild("Humanoid")
  33. local DebounceKeyDown, DebounceState = false, false
  34. local DebounceAFKAnimations = false
  35. local sp = Torso
  36. local State, LastState, Mode = "Idle", "Normal", nil
  37. local AFKAnimSequenceCount, MaxSequenceCount = 0, 500
  38. local char, Char, plr, Plr = Character, Character, Player, Player
  39. local mouse, ms = Mouse, Mouse
  40. local dkd, debkd = DebounceKeyDown, DebounceKeyDown
  41. local dst, debst, ds, debs = DebounceState, DebounceState, DebounceState, DebounceState
  42. local daa, dafk, debafk = DebounceAFKAnimations, DebounceAFKAnimations, DebounceAFKAnimations
  43. local rs = game:service("RunService")
  44. local lrs = rs.RenderStepped
  45. local srs = rs.Heartbeat
  46. local lleg, rleg = Left_Leg, Right_Leg
  47. local larm, rarm = Left_Arm, Right_Arm
  48. local hed, torr, torso = Head, Torso, Torso
  49. local hum, root = Humanoid, HumanoidRootPart
  50. local vec3, vec2 = Vector3.new, Vector2.new
  51. local sin, cos, atan, rad, rand, rands = math.sin, math.cos, math.atan, math.rad, math.random, math.randomseed
  52. local cf, ang, eu = CFrame.new, CFrame.Angles, CFrame.fromEulerAnglesXYZ
  53. local bc, bcr, c3 = BrickColor.new, BrickColor.Random, Color3.new
  54. if hed:FindFirstChild("Running") then
  55. hed:WaitForChild("Running").Volume = 0
  56. end
  57. if Char:FindFirstChild("Animate") then
  58. local Anim = Char:WaitForChild("Animate")
  59. local Anim_2 = Anim:Clone()
  60. Anim_2.Disabled = true
  61. Anim_2.Parent = Char
  62. Anim.Disabled = true
  63. Anim_2.Disabled = false
  64. end
  65. do
  66. if Char:FindFirstChild("Health") then
  67. ypcall(game.Destroy, Char.Health)
  68. end
  69. Weld = function(to, from, c1)
  70.  
  71. local New_Weld = Instance.new("Weld", to)
  72. New_Weld.Part0 = from
  73. New_Weld.Part1 = to
  74. New_Weld.C1 = c1
  75. return New_Weld
  76. end
  77.  
  78. clerp = function(c1, c2, al)
  79.  
  80. local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
  81. local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
  82. for i,v in pairs(com1) do
  83. com1[i] = v + (com2[i] - v) * al
  84. end
  85. return cf(com1[1], com1[2], com1[3]) * ang(select(4, unpack(com1)))
  86. end
  87.  
  88. lerp = function(c1, c2, al)
  89.  
  90. return c1:lerp(c2, al)
  91. end
  92.  
  93. snd = function(Id, Parent)
  94.  
  95. local Sound = Instance.new("Sound", Parent)
  96. Sound.Pitch = 1
  97. Sound.Volume = 0.25
  98. Sound.Looped = false
  99. return Sound
  100. end
  101.  
  102. local sine, change = 0, 1
  103. local m = Instance.new("Model")
  104. m.Name = "Blade_"
  105. p1 = Instance.new("Part", m)
  106. p1.BrickColor = bc("Mulberry")
  107. p1.Material = Enum.Material.Ice
  108. p1.CFrame = cf(-7.75327206, 0.249948442, 23.8050709, 8.42213703e-05, -1.84584439e-06, 1, 8.27520998e-05, -1, -1.85281419e-06, 1, 8.27522599e-05, -8.42212103e-05)
  109. p1.CanCollide = false
  110. p1.FormFactor = Enum.FormFactor.Custom
  111. p1.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  112. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  113. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  114. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  115. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  116. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  117. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  118. b1 = Instance.new("SpecialMesh", p1)
  119. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  120. b1.TextureId = ""
  121. b1.MeshType = Enum.MeshType.FileMesh
  122. b1.Name = "Mesh"
  123. b1.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  124. p2 = Instance.new("Part", m)
  125. p2.BrickColor = bc("Mulberry")
  126. p2.Material = Enum.Material.Ice
  127. p2.CFrame = cf(-7.75327206, 0.249948442, 23.8050709, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  128. p2.CanCollide = false
  129. p2.FormFactor = Enum.FormFactor.Custom
  130. p2.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  131. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  132. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  133. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  134. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  135. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  136. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  137. b2 = Instance.new("SpecialMesh", p2)
  138. b2.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  139. b2.TextureId = ""
  140. b2.MeshType = Enum.MeshType.FileMesh
  141. b2.Name = "Mesh"
  142. b2.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  143. p3 = Instance.new("Part", m)
  144. p3.BrickColor = bc("Mulberry")
  145. p3.Material = Enum.Material.Ice
  146. p3.CFrame = cf(-7.75324965, 0.44994536, 23.8050613, 8.42213703e-05, -1.84584439e-06, 1, 8.27520998e-05, -1, -1.85281419e-06, 1, 8.27522599e-05, -8.42212103e-05)
  147. p3.CanCollide = false
  148. p3.FormFactor = Enum.FormFactor.Custom
  149. p3.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  150. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  151. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  152. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  153. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  154. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  155. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  156. b3 = Instance.new("SpecialMesh", p3)
  157. b3.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  158. b3.TextureId = ""
  159. b3.MeshType = Enum.MeshType.FileMesh
  160. b3.Name = "Mesh"
  161. b3.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  162. p4 = Instance.new("Part", m)
  163. p4.BrickColor = bc("Really black")
  164. p4.Material = Enum.Material.SmoothPlastic
  165. p4.CFrame = cf(-7.75311041, 0.10003978, 26.0050869, 1, 1.71142547e-05, -3.41671621e-05, 1.71118536e-05, -1, -7.0290509e-05, -3.4168359e-05, 7.0289927e-05, -1)
  166. p4.CanCollide = false
  167. p4.FormFactor = Enum.FormFactor.Custom
  168. p4.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  169. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  170. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  171. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  172. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  173. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  174. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  175. b4 = Instance.new("SpecialMesh", p4)
  176. b4.MeshType = Enum.MeshType.Wedge
  177. b4.Name = "Mesh"
  178. b4.Scale = vec3(0.5, 1, 1)
  179. p5 = Instance.new("Part", m)
  180. p5.BrickColor = bc("Really black")
  181. p5.Material = Enum.Material.SmoothPlastic
  182. p5.CFrame = cf(-8.00326824, 0.349939257, 23.5050945, 9.51142374e-06, -1, 2.92663335e-05, 1, 9.51279071e-06, 4.67159698e-05, -4.67162536e-05, 2.92658788e-05, 1)
  183. p5.CanCollide = false
  184. p5.FormFactor = Enum.FormFactor.Custom
  185. p5.Size = vec3(0.300000012, 0.5, 0.800000012)
  186. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  187. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  188. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  189. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  190. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  191. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  192. b5 = Instance.new("SpecialMesh", p5)
  193. b5.MeshType = Enum.MeshType.Wedge
  194. b5.Name = "Mesh"
  195. p6 = Instance.new("Part", m)
  196. p6.BrickColor = bc("Mulberry")
  197. p6.Material = Enum.Material.Ice
  198. p6.CFrame = cf(-7.75324965, 0.44994536, 23.8050613, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  199. p6.CanCollide = false
  200. p6.FormFactor = Enum.FormFactor.Custom
  201. p6.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  202. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  203. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  204. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  205. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  206. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  207. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  208. b6 = Instance.new("SpecialMesh", p6)
  209. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  210. b6.TextureId = ""
  211. b6.MeshType = Enum.MeshType.FileMesh
  212. b6.Name = "Mesh"
  213. b6.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  214. p7 = Instance.new("Part", m)
  215. p7.BrickColor = bc("Really black")
  216. p7.Material = Enum.Material.Sand
  217. p7.Name = "Handle"
  218. p7.CFrame = cf(-7.75322247, 0.350003362, 24.805069, -3.06218935e-05, 1.84542239e-06, 1, -8.27810727e-05, 1, -1.84795761e-06, -1, -8.27811309e-05, -3.06217335e-05)
  219. p7.CanCollide = false
  220. p7.FormFactor = Enum.FormFactor.Custom
  221. p7.Size = vec3(1.80000019, 0.300000012, 0.300000012)
  222. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  223. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  224. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  225. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  226. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  227. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  228. b7 = Instance.new("SpecialMesh", p7)
  229. b7.MeshType = Enum.MeshType.Cylinder
  230. b7.Name = "Mesh"
  231. p8 = Instance.new("Part", m)
  232. p8.BrickColor = bc("Mulberry")
  233. p8.Material = Enum.Material.Ice
  234. p8.CFrame = cf(-7.75307512, 0.350043178, 26.3050995, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  235. p8.CanCollide = false
  236. p8.FormFactor = Enum.FormFactor.Custom
  237. p8.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  238. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  239. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  240. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  241. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  242. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  243. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  244. b8 = Instance.new("SpecialMesh", p8)
  245. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  246. b8.TextureId = ""
  247. b8.MeshType = Enum.MeshType.FileMesh
  248. b8.Name = "Mesh"
  249. b8.Scale = vec3(0.219999999, 0.219999999, 0.5)
  250. p9 = Instance.new("Part", m)
  251. p9.BrickColor = bc("Really black")
  252. p9.Material = Enum.Material.SmoothPlastic
  253. p9.CFrame = cf(-7.50327206, 0.349928707, 23.5050468, -7.36239599e-05, 1, 8.20992573e-05, -1, -7.36337388e-05, 0.000119003467, 0.000119009514, -8.2090497e-05, 1)
  254. p9.CanCollide = false
  255. p9.FormFactor = Enum.FormFactor.Custom
  256. p9.Size = vec3(0.300000012, 0.5, 0.800000012)
  257. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  258. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  259. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  260. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  261. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  262. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  263. b9 = Instance.new("SpecialMesh", p9)
  264. b9.MeshType = Enum.MeshType.Wedge
  265. b9.Name = "Mesh"
  266. p10 = Instance.new("Part", m)
  267. p10.BrickColor = bc("Really black")
  268. p10.Material = Enum.Material.SmoothPlastic
  269. p10.CFrame = cf(-7.75313997, 0.600024462, 25.6050415, 1, 4.18487289e-05, 4.77320209e-05, -4.18528361e-05, 1, 8.60911168e-05, -4.7728412e-05, -8.60931177e-05, 1)
  270. p10.CanCollide = false
  271. p10.FormFactor = Enum.FormFactor.Custom
  272. p10.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  273. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  274. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  275. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  276. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  277. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  278. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  279. b10 = Instance.new("SpecialMesh", p10)
  280. b10.MeshType = Enum.MeshType.Wedge
  281. b10.Name = "Mesh"
  282. b10.Scale = vec3(0.5, 1, 1)
  283. p11 = Instance.new("Part", m)
  284. p11.BrickColor = bc("Really black")
  285. p11.Material = Enum.Material.SmoothPlastic
  286. p11.CFrame = cf(-8.00310135, 0.350052655, 26.0050964, 9.95122991e-06, -1, -8.21789436e-05, -1, -9.94328821e-06, -9.66310618e-05, 9.66302468e-05, 8.2179904e-05, -1)
  287. p11.CanCollide = false
  288. p11.FormFactor = Enum.FormFactor.Custom
  289. p11.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  290. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  291. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  292. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  293. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  294. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  295. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  296. b11 = Instance.new("SpecialMesh", p11)
  297. b11.MeshType = Enum.MeshType.Wedge
  298. b11.Name = "Mesh"
  299. b11.Scale = vec3(0.5, 1, 1)
  300. p12 = Instance.new("Part", m)
  301. p12.BrickColor = bc("Really black")
  302. p12.Material = Enum.Material.SmoothPlastic
  303. p12.CFrame = cf(-8.00315189, 0.350035429, 25.6050777, 9.51142374e-06, -1, 2.92663335e-05, 1, 9.51279071e-06, 4.67159698e-05, -4.67162536e-05, 2.92658788e-05, 1)
  304. p12.CanCollide = false
  305. p12.FormFactor = Enum.FormFactor.Custom
  306. p12.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  307. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  308. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  309. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  310. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  311. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  312. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  313. b12 = Instance.new("SpecialMesh", p12)
  314. b12.MeshType = Enum.MeshType.Wedge
  315. b12.Name = "Mesh"
  316. b12.Scale = vec3(0.5, 1, 1)
  317. p13 = Instance.new("Part", m)
  318. p13.BrickColor = bc("Really black")
  319. p13.Material = Enum.Material.SmoothPlastic
  320. p13.CFrame = cf(-7.75314856, 0.35003832, 25.7050858, -3.06218935e-05, 1.84542239e-06, 1, -8.27810727e-05, 1, -1.84795761e-06, -1, -8.27811309e-05, -3.06217335e-05)
  321. p13.CanCollide = false
  322. p13.FormFactor = Enum.FormFactor.Custom
  323. p13.Size = vec3(0.400000006, 0.400000006, 0.400000006)
  324. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  325. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  326. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  327. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  328. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  329. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  330. b13 = Instance.new("SpecialMesh", p13)
  331. b13.MeshType = Enum.MeshType.Cylinder
  332. b13.Name = "Mesh"
  333. p14 = Instance.new("Part", m)
  334. p14.BrickColor = bc("Eggplant")
  335. p14.Material = Enum.Material.SmoothPlastic
  336. p14.CFrame = cf(-7.75314379, 0.350039691, 25.6050682, -0.258816183, -0.965926707, 1.57904815e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  337. p14.CanCollide = false
  338. p14.FormFactor = Enum.FormFactor.Custom
  339. p14.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  340. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  341. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  342. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  343. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  344. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  345. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  346. b14 = Instance.new("SpecialMesh", p14)
  347. b14.MeshType = Enum.MeshType.Cylinder
  348. b14.Name = "Mesh"
  349. b14.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  350. p15 = Instance.new("Part", m)
  351. p15.BrickColor = bc("Really black")
  352. p15.Material = Enum.Material.SmoothPlastic
  353. p15.CFrame = cf(-7.5031414, 0.350024939, 25.6050282, 4.12494637e-06, 1, 7.09887754e-05, -1, 4.11876863e-06, 8.70211079e-05, 8.70208169e-05, -7.09891247e-05, 1)
  354. p15.CanCollide = false
  355. p15.FormFactor = Enum.FormFactor.Custom
  356. p15.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  357. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  358. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  359. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  360. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  361. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  362. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  363. b15 = Instance.new("SpecialMesh", p15)
  364. b15.MeshType = Enum.MeshType.Wedge
  365. b15.Name = "Mesh"
  366. b15.Scale = vec3(0.5, 1, 1)
  367. p16 = Instance.new("Part", m)
  368. p16.BrickColor = bc("Really black")
  369. p16.Material = Enum.Material.SmoothPlastic
  370. p16.CFrame = cf(-7.50310516, 0.350042135, 26.0050392, -6.84391198e-05, 1, -4.03960548e-05, 1, 6.84385304e-05, -1.46136626e-05, -1.46109032e-05, -4.0397048e-05, -1)
  371. p16.CanCollide = false
  372. p16.FormFactor = Enum.FormFactor.Custom
  373. p16.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  374. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  377. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  378. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  379. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  380. b16 = Instance.new("SpecialMesh", p16)
  381. b16.MeshType = Enum.MeshType.Wedge
  382. b16.Name = "Mesh"
  383. b16.Scale = vec3(0.5, 1, 1)
  384. p17 = Instance.new("Part", m)
  385. p17.BrickColor = bc("Dark indigo")
  386. p17.Material = Enum.Material.Neon
  387. p17.CFrame = cf(-7.48066139, 0.349874318, 22.2413902, -4.01375701e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382795e-06, -3.89064262e-05, -1, -1.83268639e-06)
  388. p17.CanCollide = false
  389. p17.FormFactor = Enum.FormFactor.Custom
  390. p17.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  391. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  394. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  395. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  396. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  397. b17 = Instance.new("SpecialMesh", p17)
  398. b17.MeshType = Enum.MeshType.Wedge
  399. b17.Name = "Mesh"
  400. b17.Scale = vec3(0.250003815, 1, 1)
  401. p18 = Instance.new("Part", m)
  402. p18.BrickColor = bc("Really black")
  403. p18.Material = Enum.Material.SmoothPlastic
  404. p18.CFrame = cf(-7.7531147, 0.600037873, 26.0050888, -1, 5.76474013e-05, -7.5282238e-05, 5.76494494e-05, 1, -2.71398258e-05, 7.52806664e-05, -2.71441659e-05, -1)
  405. p18.CanCollide = false
  406. p18.FormFactor = Enum.FormFactor.Custom
  407. p18.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  408. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  410. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  411. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  413. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  414. b18 = Instance.new("SpecialMesh", p18)
  415. b18.MeshType = Enum.MeshType.Wedge
  416. b18.Name = "Mesh"
  417. b18.Scale = vec3(0.5, 1, 1)
  418. p19 = Instance.new("Part", m)
  419. p19.BrickColor = bc("Really black")
  420. p19.Material = Enum.Material.SmoothPlastic
  421. p19.CFrame = cf(-7.75312138, 0.100024462, 25.6050739, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  422. p19.CanCollide = false
  423. p19.FormFactor = Enum.FormFactor.Custom
  424. p19.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  425. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  426. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  430. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  431. b19 = Instance.new("SpecialMesh", p19)
  432. b19.MeshType = Enum.MeshType.Wedge
  433. b19.Name = "Mesh"
  434. b19.Scale = vec3(0.5, 1, 1)
  435. p20 = Instance.new("Part", m)
  436. p20.BrickColor = bc("Really black")
  437. p20.Material = Enum.Material.SmoothPlastic
  438. p20.CFrame = cf(-7.50325012, 0.34996599, 24.1050472, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  439. p20.CanCollide = false
  440. p20.FormFactor = Enum.FormFactor.Custom
  441. p20.Size = vec3(0.300000012, 0.5, 0.400000006)
  442. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  443. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  444. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  445. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  446. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  447. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  448. b20 = Instance.new("SpecialMesh", p20)
  449. b20.MeshType = Enum.MeshType.Wedge
  450. b20.Name = "Mesh"
  451. p21 = Instance.new("Part", m)
  452. p21.BrickColor = bc("Really black")
  453. p21.Material = Enum.Material.SmoothPlastic
  454. p21.CFrame = cf(-8.00323772, 0.349970788, 24.105072, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  455. p21.CanCollide = false
  456. p21.FormFactor = Enum.FormFactor.Custom
  457. p21.Size = vec3(0.300000012, 0.5, 0.400000006)
  458. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  459. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  460. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  461. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  462. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  463. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  464. b21 = Instance.new("SpecialMesh", p21)
  465. b21.MeshType = Enum.MeshType.Wedge
  466. b21.Name = "Mesh"
  467. p22 = Instance.new("Part", m)
  468. p22.BrickColor = bc("Dark indigo")
  469. p22.Material = Enum.Material.Neon
  470. p22.CFrame = cf(-8.02601433, 0.349957824, 23.6959991, -5.19071705e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25360747e-07, 0.000109730543, -1, -5.73098077e-05)
  471. p22.CanCollide = false
  472. p22.FormFactor = Enum.FormFactor.Custom
  473. p22.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  474. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  475. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  476. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  477. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  478. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  479. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  480. b22 = Instance.new("SpecialMesh", p22)
  481. b22.MeshType = Enum.MeshType.Wedge
  482. b22.Name = "Mesh"
  483. b22.Scale = vec3(0.250003815, 1, 1)
  484. p23 = Instance.new("Part", m)
  485. p23.BrickColor = bc("Really black")
  486. p23.Material = Enum.Material.Ice
  487. p23.CFrame = cf(-7.52600813, 0.349938989, 23.5595779, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  488. p23.CanCollide = false
  489. p23.FormFactor = Enum.FormFactor.Custom
  490. p23.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  491. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  492. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  493. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  494. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  495. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  496. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  497. b23 = Instance.new("SpecialMesh", p23)
  498. b23.MeshType = Enum.MeshType.Wedge
  499. b23.Name = "Mesh"
  500. b23.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  501. p24 = Instance.new("Part", m)
  502. p24.BrickColor = bc("Really black")
  503. p24.Material = Enum.Material.Ice
  504. p24.CFrame = cf(-7.98062706, 0.349924982, 22.6505337, -5.19071705e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25360747e-07, 0.000109730543, -1, -5.73098077e-05)
  505. p24.CanCollide = false
  506. p24.FormFactor = Enum.FormFactor.Custom
  507. p24.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  508. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  509. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  510. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  511. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  512. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  513. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  514. b24 = Instance.new("SpecialMesh", p24)
  515. b24.MeshType = Enum.MeshType.Wedge
  516. b24.Name = "Mesh"
  517. b24.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  518. p25 = Instance.new("Part", m)
  519. p25.BrickColor = bc("Really black")
  520. p25.Material = Enum.Material.Ice
  521. p25.CFrame = cf(-7.5260458, 0.349902958, 22.8322964, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  522. p25.CanCollide = false
  523. p25.FormFactor = Enum.FormFactor.Custom
  524. p25.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  525. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  526. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  527. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  528. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  529. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  530. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  531. b25 = Instance.new("SpecialMesh", p25)
  532. b25.MeshType = Enum.MeshType.Wedge
  533. b25.Name = "Mesh"
  534. b25.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  535. p26 = Instance.new("Part", m)
  536. p26.BrickColor = bc("Really black")
  537. p26.Material = Enum.Material.Ice
  538. p26.CFrame = cf(-7.9806242, 0.34990871, 22.8323402, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  539. p26.CanCollide = false
  540. p26.FormFactor = Enum.FormFactor.Custom
  541. p26.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  542. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  543. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  544. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  545. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  546. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  547. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  548. b26 = Instance.new("SpecialMesh", p26)
  549. b26.MeshType = Enum.MeshType.Wedge
  550. b26.Name = "Mesh"
  551. b26.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  552. p27 = Instance.new("Part", m)
  553. p27.BrickColor = bc("Really black")
  554. p27.Material = Enum.Material.Ice
  555. p27.CFrame = cf(-7.52608395, 0.349913508, 22.6504936, -4.01375701e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382795e-06, -3.89064262e-05, -1, -1.83268639e-06)
  556. p27.CanCollide = false
  557. p27.FormFactor = Enum.FormFactor.Custom
  558. p27.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  559. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  560. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  561. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  562. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  563. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  564. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  565. b27 = Instance.new("SpecialMesh", p27)
  566. b27.MeshType = Enum.MeshType.Wedge
  567. b27.Name = "Mesh"
  568. b27.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  569. p28 = Instance.new("Part", m)
  570. p28.BrickColor = bc("Really black")
  571. p28.Material = Enum.Material.Ice
  572. p28.CFrame = cf(-7.98055124, 0.349968553, 23.7414322, -5.19071705e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25360747e-07, 0.000109730543, -1, -5.73098077e-05)
  573. p28.CanCollide = false
  574. p28.FormFactor = Enum.FormFactor.Custom
  575. p28.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  576. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  577. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  578. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  579. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  580. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  581. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  582. b28 = Instance.new("SpecialMesh", p28)
  583. b28.MeshType = Enum.MeshType.Wedge
  584. b28.Name = "Mesh"
  585. b28.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  586. p29 = Instance.new("Part", m)
  587. p29.BrickColor = bc("Really black")
  588. p29.Material = Enum.Material.Ice
  589. p29.CFrame = cf(-7.98051929, 0.349963725, 23.9232483, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  590. p29.CanCollide = false
  591. p29.FormFactor = Enum.FormFactor.Custom
  592. p29.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  593. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  594. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  595. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  596. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  597. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  598. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  599. b29 = Instance.new("SpecialMesh", p29)
  600. b29.MeshType = Enum.MeshType.Wedge
  601. b29.Name = "Mesh"
  602. b29.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  603. p30 = Instance.new("Part", m)
  604. p30.BrickColor = bc("Really black")
  605. p30.Material = Enum.Material.Ice
  606. p30.CFrame = cf(-7.5260582, 0.349928647, 23.0141258, -4.01375701e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382795e-06, -3.89064262e-05, -1, -1.83268639e-06)
  607. p30.CanCollide = false
  608. p30.FormFactor = Enum.FormFactor.Custom
  609. p30.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  610. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  611. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  612. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  613. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  614. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  615. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  616. b30 = Instance.new("SpecialMesh", p30)
  617. b30.MeshType = Enum.MeshType.Wedge
  618. b30.Name = "Mesh"
  619. b30.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  620. p31 = Instance.new("Part", m)
  621. p31.BrickColor = bc("Really black")
  622. p31.Material = Enum.Material.Ice
  623. p31.CFrame = cf(-7.52605438, 0.349933356, 23.1959419, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  624. p31.CanCollide = false
  625. p31.FormFactor = Enum.FormFactor.Custom
  626. p31.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  627. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  628. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  629. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  630. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  631. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  632. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  633. b31 = Instance.new("SpecialMesh", p31)
  634. b31.MeshType = Enum.MeshType.Wedge
  635. b31.Name = "Mesh"
  636. b31.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  637. p32 = Instance.new("Part", m)
  638. p32.BrickColor = bc("Really black")
  639. p32.Material = Enum.Material.Ice
  640. p32.CFrame = cf(-7.98059559, 0.349938273, 23.0141697, -5.19071705e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25360747e-07, 0.000109730543, -1, -5.73098077e-05)
  641. p32.CanCollide = false
  642. p32.FormFactor = Enum.FormFactor.Custom
  643. p32.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  644. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  645. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  646. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  647. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  648. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  650. b32 = Instance.new("SpecialMesh", p32)
  651. b32.MeshType = Enum.MeshType.Wedge
  652. b32.Name = "Mesh"
  653. b32.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  654. p33 = Instance.new("Part", m)
  655. p33.BrickColor = bc("Really black")
  656. p33.Material = Enum.Material.Ice
  657. p33.CFrame = cf(-7.98059845, 0.34994489, 23.1959801, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  658. p33.CanCollide = false
  659. p33.FormFactor = Enum.FormFactor.Custom
  660. p33.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  661. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  662. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  663. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  666. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  667. b33 = Instance.new("SpecialMesh", p33)
  668. b33.MeshType = Enum.MeshType.Wedge
  669. b33.Name = "Mesh"
  670. b33.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  671. p34 = Instance.new("Part", m)
  672. p34.BrickColor = bc("Really black")
  673. p34.Material = Enum.Material.Ice
  674. p34.CFrame = cf(-7.52599716, 0.349962771, 23.7413921, -4.01375701e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382795e-06, -3.89064262e-05, -1, -1.83268639e-06)
  675. p34.CanCollide = false
  676. p34.FormFactor = Enum.FormFactor.Custom
  677. p34.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  678. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  683. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  684. b34 = Instance.new("SpecialMesh", p34)
  685. b34.MeshType = Enum.MeshType.Wedge
  686. b34.Name = "Mesh"
  687. b34.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  688. p35 = Instance.new("Part", m)
  689. p35.BrickColor = bc("Really black")
  690. p35.Material = Enum.Material.Ice
  691. p35.CFrame = cf(-7.5259881, 0.349954128, 23.9232235, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  692. p35.CanCollide = false
  693. p35.FormFactor = Enum.FormFactor.Custom
  694. p35.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  695. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  696. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  699. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  700. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  701. b35 = Instance.new("SpecialMesh", p35)
  702. b35.MeshType = Enum.MeshType.Wedge
  703. b35.Name = "Mesh"
  704. b35.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  705. p36 = Instance.new("Part", m)
  706. p36.BrickColor = bc("Really black")
  707. p36.Material = Enum.Material.Ice
  708. p36.CFrame = cf(-8.02608013, 0.349911034, 22.3323441, 9.51142374e-06, -1, 2.92663335e-05, 1, 9.51279071e-06, 4.67159698e-05, -4.67162536e-05, 2.92658788e-05, 1)
  709. p36.CanCollide = false
  710. p36.FormFactor = Enum.FormFactor.Custom
  711. p36.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  712. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  715. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  716. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  717. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  718. b36 = Instance.new("SpecialMesh", p36)
  719. b36.MeshType = Enum.MeshType.Wedge
  720. b36.Name = "Mesh"
  721. b36.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  722. p37 = Instance.new("Part", m)
  723. p37.BrickColor = bc("Really black")
  724. p37.Material = Enum.Material.Ice
  725. p37.CFrame = cf(-7.48064137, 0.349888116, 22.332283, -7.36239599e-05, 1, 8.20992573e-05, -1, -7.36337388e-05, 0.000119003467, 0.000119009514, -8.2090497e-05, 1)
  726. p37.CanCollide = false
  727. p37.FormFactor = Enum.FormFactor.Custom
  728. p37.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  729. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  732. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  733. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  734. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  735. b37 = Instance.new("SpecialMesh", p37)
  736. b37.MeshType = Enum.MeshType.Wedge
  737. b37.Name = "Mesh"
  738. b37.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  739. p38 = Instance.new("Part", m)
  740. p38.BrickColor = bc("Really black")
  741. p38.Material = Enum.Material.Ice
  742. p38.CFrame = cf(-7.93526602, 0.34984082, 21.241415, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  743. p38.CanCollide = false
  744. p38.FormFactor = Enum.FormFactor.Custom
  745. p38.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  746. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  748. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  749. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  750. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  751. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  752. b38 = Instance.new("BlockMesh", p38)
  753. b38.Name = "Mesh"
  754. b38.Scale = vec3(0.500007629, 0.454546124, 1)
  755. p39 = Instance.new("Part", m)
  756. p39.BrickColor = bc("Really black")
  757. p39.Material = Enum.Material.Ice
  758. p39.CFrame = cf(-7.57164097, 0.349846482, 21.241394, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  759. p39.CanCollide = false
  760. p39.FormFactor = Enum.FormFactor.Custom
  761. p39.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  762. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  764. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  765. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  766. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  767. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  768. b39 = Instance.new("BlockMesh", p39)
  769. b39.Name = "Mesh"
  770. b39.Scale = vec3(0.500007629, 0.454546124, 1)
  771. p40 = Instance.new("Part", m)
  772. p40.BrickColor = bc("Really black")
  773. p40.Material = Enum.Material.Ice
  774. p40.CFrame = cf(-7.52610397, 0.349906892, 22.4686661, -6.28492053e-05, 1, -5.15577158e-05, 1, 6.28489579e-05, -4.93691687e-06, -4.93368634e-06, -5.15580177e-05, -1)
  775. p40.CanCollide = false
  776. p40.FormFactor = Enum.FormFactor.Custom
  777. p40.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  778. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  781. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  782. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  783. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  784. b40 = Instance.new("SpecialMesh", p40)
  785. b40.MeshType = Enum.MeshType.Wedge
  786. b40.Name = "Mesh"
  787. b40.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  788. p41 = Instance.new("Part", m)
  789. p41.BrickColor = bc("Really black")
  790. p41.Material = Enum.Material.Ice
  791. p41.CFrame = cf(-7.98055553, 0.349950492, 23.5596161, -9.59882018e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.2179904e-05, -1)
  792. p41.CanCollide = false
  793. p41.FormFactor = Enum.FormFactor.Custom
  794. p41.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  795. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  797. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  798. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  799. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  800. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  801. b41 = Instance.new("SpecialMesh", p41)
  802. b41.MeshType = Enum.MeshType.Wedge
  803. b41.Name = "Mesh"
  804. b41.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  805. p42 = Instance.new("Part", m)
  806. p42.BrickColor = bc("Really black")
  807. p42.Material = Enum.Material.Ice
  808. p42.CFrame = cf(-7.98056698, 0.349928617, 23.3778133, -5.19071705e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25360747e-07, 0.000109730543, -1, -5.73098077e-05)
  809. p42.CanCollide = false
  810. p42.FormFactor = Enum.FormFactor.Custom
  811. p42.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  812. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  813. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  814. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  816. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  817. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  818. b42 = Instance.new("SpecialMesh", p42)
  819. b42.MeshType = Enum.MeshType.Wedge
  820. b42.Name = "Mesh"
  821. b42.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  822. p43 = Instance.new("Part", m)
  823. p43.BrickColor = bc("Really black")
  824. p43.Material = Enum.Material.Ice
  825. p43.CFrame = cf(-7.75338221, 0.34988299, 22.059576, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  826. p43.CanCollide = false
  827. p43.FormFactor = Enum.FormFactor.Custom
  828. p43.Size = vec3(0.300004601, 0.200000003, 3.90909958)
  829. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  830. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  835. b43 = Instance.new("BlockMesh", p43)
  836. b43.Name = "Mesh"
  837. b43.Scale = vec3(1, 0.454546124, 1)
  838. p44 = Instance.new("Part", m)
  839. p44.BrickColor = bc("Bright violet")
  840. p44.Material = Enum.Material.Ice
  841. p44.CFrame = cf(-7.75330973, 0.299918205, 23.2414284, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  842. p44.CanCollide = false
  843. p44.FormFactor = Enum.FormFactor.Custom
  844. p44.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  845. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  846. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  847. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  848. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  851. b44 = Instance.new("SpecialMesh", p44)
  852. b44.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  853. b44.TextureId = ""
  854. b44.MeshType = Enum.MeshType.FileMesh
  855. b44.Name = "Mesh"
  856. b44.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  857. p45 = Instance.new("Part", m)
  858. p45.BrickColor = bc("Bright violet")
  859. p45.Material = Enum.Material.Ice
  860. p45.CFrame = cf(-7.75330544, 0.399947196, 23.241436, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  861. p45.CanCollide = false
  862. p45.FormFactor = Enum.FormFactor.Custom
  863. p45.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  864. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  870. b45 = Instance.new("SpecialMesh", p45)
  871. b45.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  872. b45.TextureId = ""
  873. b45.MeshType = Enum.MeshType.FileMesh
  874. b45.Name = "Mesh"
  875. b45.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  876. p46 = Instance.new("Part", m)
  877. p46.BrickColor = bc("Bright violet")
  878. p46.Material = Enum.Material.Ice
  879. p46.CFrame = cf(-7.75333023, 0.399924815, 22.9686947, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  880. p46.CanCollide = false
  881. p46.FormFactor = Enum.FormFactor.Custom
  882. p46.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  883. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  888. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  889. b46 = Instance.new("SpecialMesh", p46)
  890. b46.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  891. b46.TextureId = ""
  892. b46.MeshType = Enum.MeshType.FileMesh
  893. b46.Name = "Mesh"
  894. b46.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  895. p47 = Instance.new("Part", m)
  896. p47.BrickColor = bc("Bright violet")
  897. p47.Material = Enum.Material.Ice
  898. p47.CFrame = cf(-7.75332451, 0.299913019, 22.9686737, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  899. p47.CanCollide = false
  900. p47.FormFactor = Enum.FormFactor.Custom
  901. p47.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  902. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  907. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  908. b47 = Instance.new("SpecialMesh", p47)
  909. b47.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  910. b47.TextureId = ""
  911. b47.MeshType = Enum.MeshType.FileMesh
  912. b47.Name = "Mesh"
  913. b47.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  914. p48 = Instance.new("Part", m)
  915. p48.BrickColor = bc("Bright violet")
  916. p48.Material = Enum.Material.Ice
  917. p48.CFrame = cf(-7.75334263, 0.299892604, 22.6959686, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  918. p48.CanCollide = false
  919. p48.FormFactor = Enum.FormFactor.Custom
  920. p48.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  921. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  923. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  924. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  925. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  926. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  927. b48 = Instance.new("SpecialMesh", p48)
  928. b48.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  929. b48.TextureId = ""
  930. b48.MeshType = Enum.MeshType.FileMesh
  931. b48.Name = "Mesh"
  932. b48.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  933. p49 = Instance.new("Part", m)
  934. p49.BrickColor = bc("Bright violet")
  935. p49.Material = Enum.Material.Ice
  936. p49.CFrame = cf(-7.75335121, 0.399919689, 22.6959419, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  937. p49.CanCollide = false
  938. p49.FormFactor = Enum.FormFactor.Custom
  939. p49.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  940. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  941. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  942. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  943. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  944. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  945. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  946. b49 = Instance.new("SpecialMesh", p49)
  947. b49.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  948. b49.TextureId = ""
  949. b49.MeshType = Enum.MeshType.FileMesh
  950. b49.Name = "Mesh"
  951. b49.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  952. p50 = Instance.new("Part", m)
  953. p50.BrickColor = bc("Bright violet")
  954. p50.Material = Enum.Material.Ice
  955. p50.CFrame = cf(-7.75338411, 0.399899274, 22.423233, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  956. p50.CanCollide = false
  957. p50.FormFactor = Enum.FormFactor.Custom
  958. p50.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  959. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  960. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  961. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  963. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  964. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  965. b50 = Instance.new("SpecialMesh", p50)
  966. b50.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  967. b50.TextureId = ""
  968. b50.MeshType = Enum.MeshType.FileMesh
  969. b50.Name = "Mesh"
  970. b50.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  971. p51 = Instance.new("Part", m)
  972. p51.BrickColor = bc("Bright violet")
  973. p51.Material = Enum.Material.Ice
  974. p51.CFrame = cf(-7.75336504, 0.299874097, 22.4232197, -1, -4.1876061e-05, 0.000126350584, 4.18869386e-05, -1, 8.60874643e-05, 0.00012634696, 8.60927539e-05, 1)
  975. p51.CanCollide = false
  976. p51.FormFactor = Enum.FormFactor.Custom
  977. p51.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  978. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  979. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  980. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  981. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  982. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  983. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  984. b51 = Instance.new("SpecialMesh", p51)
  985. b51.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  986. b51.TextureId = ""
  987. b51.MeshType = Enum.MeshType.FileMesh
  988. b51.Name = "Mesh"
  989. b51.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  990. p52 = Instance.new("Part", m)
  991. p52.BrickColor = bc("Really black")
  992. p52.Material = Enum.Material.Ice
  993. p52.CFrame = cf(-7.86718607, 0.349782139, 19.6959324, 9.51142556e-06, -1, 2.92663335e-05, 1, 9.51279344e-06, 4.67159698e-05, -4.67162536e-05, 2.92658715e-05, 1)
  994. p52.CanCollide = false
  995. p52.FormFactor = Enum.FormFactor.Custom
  996. p52.Size = vec3(0.200000003, 0.227273062, 0.818183661)
  997. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  998. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  999. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. b52 = Instance.new("SpecialMesh", p52)
  1004. b52.MeshType = Enum.MeshType.Wedge
  1005. b52.Name = "Mesh"
  1006. b52.Scale = vec3(0.500007629, 1, 1)
  1007. p53 = Instance.new("Part", m)
  1008. p53.BrickColor = bc("Really black")
  1009. p53.Material = Enum.Material.Ice
  1010. p53.CFrame = cf(-7.63989449, 0.349779248, 19.6959114, -7.36239672e-05, 1, 8.20992573e-05, -1, -7.36337388e-05, 0.000119003467, 0.000119009514, -8.20904825e-05, 1)
  1011. p53.CanCollide = false
  1012. p53.FormFactor = Enum.FormFactor.Custom
  1013. p53.Size = vec3(0.200000003, 0.227273062, 0.818183601)
  1014. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1020. b53 = Instance.new("SpecialMesh", p53)
  1021. b53.MeshType = Enum.MeshType.Wedge
  1022. b53.Name = "Mesh"
  1023. b53.Scale = vec3(0.500007629, 1, 1)
  1024. p54 = Instance.new("Part", m)
  1025. p54.BrickColor = bc("Dark indigo")
  1026. p54.Material = Enum.Material.Neon
  1027. p54.CFrame = cf(-7.59446192, 0.349770248, 19.6049919, -7.36239672e-05, 1, 8.20992573e-05, -1, -7.36337388e-05, 0.000119003467, 0.000119009514, -8.20904825e-05, 1)
  1028. p54.CanCollide = false
  1029. p54.FormFactor = Enum.FormFactor.Custom
  1030. p54.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  1031. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. b54 = Instance.new("SpecialMesh", p54)
  1038. b54.MeshType = Enum.MeshType.Wedge
  1039. b54.Name = "Mesh"
  1040. b54.Scale = vec3(0.250003815, 1, 1)
  1041. p55 = Instance.new("Part", m)
  1042. p55.BrickColor = bc("Dark indigo")
  1043. p55.Material = Enum.Material.Neon
  1044. p55.CFrame = cf(-7.91264153, 0.349778861, 19.6050339, 9.51142556e-06, -1, 2.92663335e-05, 1, 9.51279344e-06, 4.67159698e-05, -4.67162536e-05, 2.92658715e-05, 1)
  1045. p55.CanCollide = false
  1046. p55.FormFactor = Enum.FormFactor.Custom
  1047. p55.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  1048. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1052. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1053. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1054. b55 = Instance.new("SpecialMesh", p55)
  1055. b55.MeshType = Enum.MeshType.Wedge
  1056. b55.Name = "Mesh"
  1057. b55.Scale = vec3(0.250003815, 1, 1)
  1058. p56 = Instance.new("Part", m)
  1059. p56.BrickColor = bc("Really black")
  1060. p56.Material = Enum.Material.Ice
  1061. p56.CFrame = cf(-7.98063278, 0.349910736, 22.4687004, -9.59882091e-05, -1, -8.21833164e-05, -1, 9.59911267e-05, -3.54550102e-05, 3.54628974e-05, 8.21798967e-05, -1)
  1062. p56.CanCollide = false
  1063. p56.FormFactor = Enum.FormFactor.Custom
  1064. p56.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1065. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1071. b56 = Instance.new("SpecialMesh", p56)
  1072. b56.MeshType = Enum.MeshType.Wedge
  1073. b56.Name = "Mesh"
  1074. b56.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1075. p57 = Instance.new("Part", m)
  1076. p57.BrickColor = bc("Really black")
  1077. p57.Material = Enum.Material.Ice
  1078. p57.CFrame = cf(-7.52603769, 0.349922836, 23.3777695, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1079. p57.CanCollide = false
  1080. p57.FormFactor = Enum.FormFactor.Custom
  1081. p57.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1082. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. b57 = Instance.new("SpecialMesh", p57)
  1089. b57.MeshType = Enum.MeshType.Wedge
  1090. b57.Name = "Mesh"
  1091. b57.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1092. p58 = Instance.new("Part", m)
  1093. p58.BrickColor = bc("Dark indigo")
  1094. p58.Material = Enum.Material.Neon
  1095. p58.CFrame = cf(-8.02618599, 0.349850088, 21.1959724, -5.19073751e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25363021e-07, 0.000109730543, -1, -5.73098005e-05)
  1096. p58.CanCollide = false
  1097. p58.FormFactor = Enum.FormFactor.Custom
  1098. p58.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  1099. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. b58 = Instance.new("SpecialMesh", p58)
  1106. b58.MeshType = Enum.MeshType.Brick
  1107. b58.Name = "Mesh"
  1108. b58.Scale = vec3(0.250003815, 1, 0.454546511)
  1109. p59 = Instance.new("Part", m)
  1110. p59.BrickColor = bc("Dark indigo")
  1111. p59.Material = Enum.Material.Neon
  1112. p59.CFrame = cf(-7.52618933, 0.349854857, 21.1959248, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1113. p59.CanCollide = false
  1114. p59.FormFactor = Enum.FormFactor.Custom
  1115. p59.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  1116. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. b59 = Instance.new("SpecialMesh", p59)
  1123. b59.MeshType = Enum.MeshType.Brick
  1124. b59.Name = "Mesh"
  1125. b59.Scale = vec3(0.250003815, 1, 0.909092963)
  1126. p60 = Instance.new("Part", m)
  1127. p60.BrickColor = bc("Dark indigo")
  1128. p60.Material = Enum.Material.Neon
  1129. p60.CFrame = cf(-8.02598763, 0.349980175, 23.9687328, 6.09254312e-05, 4.14997376e-05, 1, 1, 7.6401062e-05, -6.09286035e-05, -7.6403594e-05, 1, -4.14950664e-05)
  1130. p60.CanCollide = false
  1131. p60.FormFactor = Enum.FormFactor.Custom
  1132. p60.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1133. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. b60 = Instance.new("SpecialMesh", p60)
  1140. b60.MeshType = Enum.MeshType.Wedge
  1141. b60.Name = "Mesh"
  1142. b60.Scale = vec3(0.250003815, 1, 1)
  1143. p61 = Instance.new("Part", m)
  1144. p61.BrickColor = bc("Dark indigo")
  1145. p61.Material = Enum.Material.Neon
  1146. p61.CFrame = cf(-7.48053026, 0.349959135, 23.9686871, 4.27772102e-05, 5.73098732e-05, -1, -1, 3.47651221e-05, -4.27752166e-05, 3.47626737e-05, 1, 5.73113502e-05)
  1147. p61.CanCollide = false
  1148. p61.FormFactor = Enum.FormFactor.Custom
  1149. p61.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1150. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. b61 = Instance.new("SpecialMesh", p61)
  1157. b61.MeshType = Enum.MeshType.Wedge
  1158. b61.Name = "Mesh"
  1159. b61.Scale = vec3(0.250003815, 1, 1)
  1160. p62 = Instance.new("Part", m)
  1161. p62.BrickColor = bc("Dark indigo")
  1162. p62.Material = Enum.Material.Neon
  1163. p62.CFrame = cf(-7.48055792, 0.349948227, 23.6959743, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1164. p62.CanCollide = false
  1165. p62.FormFactor = Enum.FormFactor.Custom
  1166. p62.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1167. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. b62 = Instance.new("SpecialMesh", p62)
  1174. b62.MeshType = Enum.MeshType.Wedge
  1175. b62.Name = "Mesh"
  1176. b62.Scale = vec3(0.250003815, 1, 1)
  1177. p63 = Instance.new("Part", m)
  1178. p63.BrickColor = bc("Dark indigo")
  1179. p63.Material = Enum.Material.Neon
  1180. p63.CFrame = cf(-8.02604008, 0.349936932, 23.3323536, -5.19073751e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25363021e-07, 0.000109730543, -1, -5.73098005e-05)
  1181. p63.CanCollide = false
  1182. p63.FormFactor = Enum.FormFactor.Custom
  1183. p63.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1184. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. b63 = Instance.new("SpecialMesh", p63)
  1191. b63.MeshType = Enum.MeshType.Wedge
  1192. b63.Name = "Mesh"
  1193. b63.Scale = vec3(0.250003815, 1, 1)
  1194. p64 = Instance.new("Part", m)
  1195. p64.BrickColor = bc("Dark indigo")
  1196. p64.Material = Enum.Material.Neon
  1197. p64.CFrame = cf(-8.02602291, 0.349961221, 23.6050816, 6.09254312e-05, 4.14997376e-05, 1, 1, 7.6401062e-05, -6.09286035e-05, -7.6403594e-05, 1, -4.14950664e-05)
  1198. p64.CanCollide = false
  1199. p64.FormFactor = Enum.FormFactor.Custom
  1200. p64.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1201. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. b64 = Instance.new("SpecialMesh", p64)
  1208. b64.MeshType = Enum.MeshType.Wedge
  1209. b64.Name = "Mesh"
  1210. b64.Scale = vec3(0.250003815, 1, 1)
  1211. p65 = Instance.new("Part", m)
  1212. p65.BrickColor = bc("Dark indigo")
  1213. p65.Material = Enum.Material.Neon
  1214. p65.CFrame = cf(-7.48055267, 0.349930644, 23.6050472, 4.27772102e-05, 5.73098732e-05, -1, -1, 3.47651221e-05, -4.27752166e-05, 3.47626737e-05, 1, 5.73113502e-05)
  1215. p65.CanCollide = false
  1216. p65.FormFactor = Enum.FormFactor.Custom
  1217. p65.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1218. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. b65 = Instance.new("SpecialMesh", p65)
  1225. b65.MeshType = Enum.MeshType.Wedge
  1226. b65.Name = "Mesh"
  1227. b65.Scale = vec3(0.250003815, 1, 1)
  1228. p66 = Instance.new("Part", m)
  1229. p66.BrickColor = bc("Dark indigo")
  1230. p66.Material = Enum.Material.Neon
  1231. p66.CFrame = cf(-7.48057842, 0.349927366, 23.3323174, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1232. p66.CanCollide = false
  1233. p66.FormFactor = Enum.FormFactor.Custom
  1234. p66.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1235. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. b66 = Instance.new("SpecialMesh", p66)
  1242. b66.MeshType = Enum.MeshType.Wedge
  1243. b66.Name = "Mesh"
  1244. b66.Scale = vec3(0.250003815, 1, 1)
  1245. p67 = Instance.new("Part", m)
  1246. p67.BrickColor = bc("Dark indigo")
  1247. p67.Material = Enum.Material.Neon
  1248. p67.CFrame = cf(-8.02605343, 0.349935144, 22.9687195, -5.19073751e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25363021e-07, 0.000109730543, -1, -5.73098005e-05)
  1249. p67.CanCollide = false
  1250. p67.FormFactor = Enum.FormFactor.Custom
  1251. p67.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1252. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. b67 = Instance.new("SpecialMesh", p67)
  1259. b67.MeshType = Enum.MeshType.Wedge
  1260. b67.Name = "Mesh"
  1261. b67.Scale = vec3(0.250003815, 1, 1)
  1262. p68 = Instance.new("Part", m)
  1263. p68.BrickColor = bc("Dark indigo")
  1264. p68.Material = Enum.Material.Neon
  1265. p68.CFrame = cf(-8.02603722, 0.349947959, 23.2414474, 6.09254312e-05, 4.14997376e-05, 1, 1, 7.6401062e-05, -6.09286035e-05, -7.6403594e-05, 1, -4.14950664e-05)
  1266. p68.CanCollide = false
  1267. p68.FormFactor = Enum.FormFactor.Custom
  1268. p68.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1269. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. b68 = Instance.new("SpecialMesh", p68)
  1276. b68.MeshType = Enum.MeshType.Wedge
  1277. b68.Name = "Mesh"
  1278. b68.Scale = vec3(0.250003815, 1, 1)
  1279. p69 = Instance.new("Part", m)
  1280. p69.BrickColor = bc("Dark indigo")
  1281. p69.Material = Enum.Material.Neon
  1282. p69.CFrame = cf(-7.48058844, 0.349928856, 23.241396, 4.27772102e-05, 5.73098732e-05, -1, -1, 3.47651221e-05, -4.27752166e-05, 3.47626737e-05, 1, 5.73113502e-05)
  1283. p69.CanCollide = false
  1284. p69.FormFactor = Enum.FormFactor.Custom
  1285. p69.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1286. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. b69 = Instance.new("SpecialMesh", p69)
  1293. b69.MeshType = Enum.MeshType.Wedge
  1294. b69.Name = "Mesh"
  1295. b69.Scale = vec3(0.250003815, 1, 1)
  1296. p70 = Instance.new("Part", m)
  1297. p70.BrickColor = bc("Dark indigo")
  1298. p70.Material = Enum.Material.Neon
  1299. p70.CFrame = cf(-7.48060369, 0.349908412, 22.9686832, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1300. p70.CanCollide = false
  1301. p70.FormFactor = Enum.FormFactor.Custom
  1302. p70.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1303. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. b70 = Instance.new("SpecialMesh", p70)
  1310. b70.MeshType = Enum.MeshType.Wedge
  1311. b70.Name = "Mesh"
  1312. b70.Scale = vec3(0.250003815, 1, 1)
  1313. p71 = Instance.new("Part", m)
  1314. p71.BrickColor = bc("Dark indigo")
  1315. p71.Material = Enum.Material.Neon
  1316. p71.CFrame = cf(-8.02607059, 0.34991619, 22.6050758, -5.19073751e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25363021e-07, 0.000109730543, -1, -5.73098005e-05)
  1317. p71.CanCollide = false
  1318. p71.FormFactor = Enum.FormFactor.Custom
  1319. p71.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1320. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. b71 = Instance.new("SpecialMesh", p71)
  1327. b71.MeshType = Enum.MeshType.Wedge
  1328. b71.Name = "Mesh"
  1329. b71.Scale = vec3(0.250003815, 1, 1)
  1330. p72 = Instance.new("Part", m)
  1331. p72.BrickColor = bc("Dark indigo")
  1332. p72.Material = Enum.Material.Neon
  1333. p72.CFrame = cf(-8.02606297, 0.349921376, 22.8778057, 6.09254312e-05, 4.14997376e-05, 1, 1, 7.6401062e-05, -6.09286035e-05, -7.6403594e-05, 1, -4.14950664e-05)
  1334. p72.CanCollide = false
  1335. p72.FormFactor = Enum.FormFactor.Custom
  1336. p72.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1337. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. b72 = Instance.new("SpecialMesh", p72)
  1344. b72.MeshType = Enum.MeshType.Wedge
  1345. b72.Name = "Mesh"
  1346. b72.Scale = vec3(0.250003815, 1, 1)
  1347. p73 = Instance.new("Part", m)
  1348. p73.BrickColor = bc("Dark indigo")
  1349. p73.Material = Enum.Material.Neon
  1350. p73.CFrame = cf(-7.48059034, 0.349900365, 22.8777714, 4.27772102e-05, 5.73098732e-05, -1, -1, 3.47651221e-05, -4.27752166e-05, 3.47626737e-05, 1, 5.73113502e-05)
  1351. p73.CanCollide = false
  1352. p73.FormFactor = Enum.FormFactor.Custom
  1353. p73.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1354. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. b73 = Instance.new("SpecialMesh", p73)
  1361. b73.MeshType = Enum.MeshType.Wedge
  1362. b73.Name = "Mesh"
  1363. b73.Scale = vec3(0.250003815, 1, 1)
  1364. p74 = Instance.new("Part", m)
  1365. p74.BrickColor = bc("Dark indigo")
  1366. p74.Material = Enum.Material.Neon
  1367. p74.CFrame = cf(-7.48063612, 0.349904716, 22.6050358, -4.01375519e-06, 1.83283555e-06, -1, 1, -3.89064116e-05, -4.01382567e-06, -3.89064262e-05, -1, -1.83269367e-06)
  1368. p74.CanCollide = false
  1369. p74.FormFactor = Enum.FormFactor.Custom
  1370. p74.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1371. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. b74 = Instance.new("SpecialMesh", p74)
  1378. b74.MeshType = Enum.MeshType.Wedge
  1379. b74.Name = "Mesh"
  1380. b74.Scale = vec3(0.250003815, 1, 1)
  1381. p75 = Instance.new("Part", m)
  1382. p75.BrickColor = bc("Dark indigo")
  1383. p75.Material = Enum.Material.Neon
  1384. p75.CFrame = cf(-8.02609253, 0.349906802, 22.2414341, -5.19073751e-07, -5.73098732e-05, 1, -1, -0.000109730514, -5.25363021e-07, 0.000109730543, -1, -5.73098005e-05)
  1385. p75.CanCollide = false
  1386. p75.FormFactor = Enum.FormFactor.Custom
  1387. p75.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1388. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. b75 = Instance.new("SpecialMesh", p75)
  1395. b75.MeshType = Enum.MeshType.Wedge
  1396. b75.Name = "Mesh"
  1397. b75.Scale = vec3(0.250003815, 1, 1)
  1398. p76 = Instance.new("Part", m)
  1399. p76.BrickColor = bc("Dark indigo")
  1400. p76.Material = Enum.Material.Neon
  1401. p76.CFrame = cf(-8.02607727, 0.349911958, 22.5141621, 6.09254312e-05, 4.14997376e-05, 1, 1, 7.6401062e-05, -6.09286035e-05, -7.6403594e-05, 1, -4.14950664e-05)
  1402. p76.CanCollide = false
  1403. p76.FormFactor = Enum.FormFactor.Custom
  1404. p76.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1405. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. b76 = Instance.new("SpecialMesh", p76)
  1412. b76.MeshType = Enum.MeshType.Wedge
  1413. b76.Name = "Mesh"
  1414. b76.Scale = vec3(0.250003815, 1, 1)
  1415. p77 = Instance.new("Part", m)
  1416. p77.BrickColor = bc("Dark indigo")
  1417. p77.Material = Enum.Material.Neon
  1418. p77.CFrame = cf(-7.48062325, 0.349887103, 22.5141106, 4.27772102e-05, 5.73098732e-05, -1, -1, 3.47651221e-05, -4.27752166e-05, 3.47626737e-05, 1, 5.73113502e-05)
  1419. p77.CanCollide = false
  1420. p77.FormFactor = Enum.FormFactor.Custom
  1421. p77.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1422. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. b77 = Instance.new("SpecialMesh", p77)
  1429. b77.MeshType = Enum.MeshType.Wedge
  1430. b77.Name = "Mesh"
  1431. b77.Scale = vec3(0.250003815, 1, 1)
  1432. p78 = Instance.new("Part", m)
  1433. p78.BrickColor = bc("Eggplant")
  1434. p78.Material = Enum.Material.SmoothPlastic
  1435. p78.CFrame = cf(-7.75317383, 0.350023478, 25.4050617, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1436. p78.CanCollide = false
  1437. p78.FormFactor = Enum.FormFactor.Custom
  1438. p78.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1439. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. b78 = Instance.new("SpecialMesh", p78)
  1446. b78.MeshType = Enum.MeshType.Cylinder
  1447. b78.Name = "Mesh"
  1448. b78.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1449. p79 = Instance.new("Part", m)
  1450. p79.BrickColor = bc("Eggplant")
  1451. p79.Material = Enum.Material.SmoothPlastic
  1452. p79.CFrame = cf(-7.75317383, 0.350023478, 25.4050617, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1453. p79.CanCollide = false
  1454. p79.FormFactor = Enum.FormFactor.Custom
  1455. p79.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1456. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. b79 = Instance.new("SpecialMesh", p79)
  1463. b79.MeshType = Enum.MeshType.Cylinder
  1464. b79.Name = "Mesh"
  1465. b79.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1466. p80 = Instance.new("Part", m)
  1467. p80.BrickColor = bc("Eggplant")
  1468. p80.Material = Enum.Material.SmoothPlastic
  1469. p80.CFrame = cf(-7.75318909, 0.350022495, 25.2050705, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1470. p80.CanCollide = false
  1471. p80.FormFactor = Enum.FormFactor.Custom
  1472. p80.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1473. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. b80 = Instance.new("SpecialMesh", p80)
  1480. b80.MeshType = Enum.MeshType.Cylinder
  1481. b80.Name = "Mesh"
  1482. b80.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1483. p81 = Instance.new("Part", m)
  1484. p81.BrickColor = bc("Eggplant")
  1485. p81.Material = Enum.Material.SmoothPlastic
  1486. p81.CFrame = cf(-7.75318909, 0.350022495, 25.2050705, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1487. p81.CanCollide = false
  1488. p81.FormFactor = Enum.FormFactor.Custom
  1489. p81.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1490. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. b81 = Instance.new("SpecialMesh", p81)
  1497. b81.MeshType = Enum.MeshType.Cylinder
  1498. b81.Name = "Mesh"
  1499. b81.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1500. p82 = Instance.new("Part", m)
  1501. p82.BrickColor = bc("Eggplant")
  1502. p82.Material = Enum.Material.SmoothPlastic
  1503. p82.CFrame = cf(-7.75321913, 0.350011975, 25.0050659, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1504. p82.CanCollide = false
  1505. p82.FormFactor = Enum.FormFactor.Custom
  1506. p82.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1507. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. b82 = Instance.new("SpecialMesh", p82)
  1514. b82.MeshType = Enum.MeshType.Cylinder
  1515. b82.Name = "Mesh"
  1516. b82.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1517. p83 = Instance.new("Part", m)
  1518. p83.BrickColor = bc("Eggplant")
  1519. p83.Material = Enum.Material.SmoothPlastic
  1520. p83.CFrame = cf(-7.75321913, 0.350011975, 25.0050659, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1521. p83.CanCollide = false
  1522. p83.FormFactor = Enum.FormFactor.Custom
  1523. p83.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1524. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. b83 = Instance.new("SpecialMesh", p83)
  1531. b83.MeshType = Enum.MeshType.Cylinder
  1532. b83.Name = "Mesh"
  1533. b83.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1534. p84 = Instance.new("Part", m)
  1535. p84.BrickColor = bc("Eggplant")
  1536. p84.Material = Enum.Material.SmoothPlastic
  1537. p84.CFrame = cf(-7.75322247, 0.350003362, 24.805069, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1538. p84.CanCollide = false
  1539. p84.FormFactor = Enum.FormFactor.Custom
  1540. p84.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1541. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. b84 = Instance.new("SpecialMesh", p84)
  1548. b84.MeshType = Enum.MeshType.Cylinder
  1549. b84.Name = "Mesh"
  1550. b84.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1551. p85 = Instance.new("Part", m)
  1552. p85.BrickColor = bc("Eggplant")
  1553. p85.Material = Enum.Material.SmoothPlastic
  1554. p85.CFrame = cf(-7.75322247, 0.350003362, 24.805069, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1555. p85.CanCollide = false
  1556. p85.FormFactor = Enum.FormFactor.Custom
  1557. p85.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1558. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. b85 = Instance.new("SpecialMesh", p85)
  1565. b85.MeshType = Enum.MeshType.Cylinder
  1566. b85.Name = "Mesh"
  1567. b85.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1568. p86 = Instance.new("Part", m)
  1569. p86.BrickColor = bc("Eggplant")
  1570. p86.Material = Enum.Material.SmoothPlastic
  1571. p86.CFrame = cf(-7.75320053, 0.349996626, 24.6050606, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1572. p86.CanCollide = false
  1573. p86.FormFactor = Enum.FormFactor.Custom
  1574. p86.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1575. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. b86 = Instance.new("SpecialMesh", p86)
  1582. b86.MeshType = Enum.MeshType.Cylinder
  1583. b86.Name = "Mesh"
  1584. b86.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1585. p87 = Instance.new("Part", m)
  1586. p87.BrickColor = bc("Eggplant")
  1587. p87.Material = Enum.Material.SmoothPlastic
  1588. p87.CFrame = cf(-7.75320053, 0.349996626, 24.6050606, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1589. p87.CanCollide = false
  1590. p87.FormFactor = Enum.FormFactor.Custom
  1591. p87.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1592. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. b87 = Instance.new("SpecialMesh", p87)
  1599. b87.MeshType = Enum.MeshType.Cylinder
  1600. b87.Name = "Mesh"
  1601. b87.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1602. p88 = Instance.new("Part", m)
  1603. p88.BrickColor = bc("Eggplant")
  1604. p88.Material = Enum.Material.SmoothPlastic
  1605. p88.CFrame = cf(-7.75323677, 0.349980384, 24.4050598, -0.258816183, -0.965926707, 1.57904833e-05, -6.06896647e-05, 3.26090558e-05, 1, -0.965926707, 0.258816183, -6.70615118e-05)
  1606. p88.CanCollide = false
  1607. p88.FormFactor = Enum.FormFactor.Custom
  1608. p88.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1609. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. b88 = Instance.new("SpecialMesh", p88)
  1616. b88.MeshType = Enum.MeshType.Cylinder
  1617. b88.Name = "Mesh"
  1618. b88.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1619. p89 = Instance.new("Part", m)
  1620. p89.BrickColor = bc("Eggplant")
  1621. p89.Material = Enum.Material.SmoothPlastic
  1622. p89.CFrame = cf(-7.75323677, 0.349980384, 24.4050598, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1623. p89.CanCollide = false
  1624. p89.FormFactor = Enum.FormFactor.Custom
  1625. p89.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1626. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. b89 = Instance.new("SpecialMesh", p89)
  1633. b89.MeshType = Enum.MeshType.Cylinder
  1634. b89.Name = "Mesh"
  1635. b89.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1636. p90 = Instance.new("Part", m)
  1637. p90.BrickColor = bc("Eggplant")
  1638. p90.Material = Enum.Material.SmoothPlastic
  1639. p90.CFrame = cf(-7.75314379, 0.350039691, 25.6050682, 0.258784294, -0.965935171, -4.55241388e-05, -7.79460024e-05, -6.80121666e-05, 1, -0.965935111, -0.258784324, -9.28912705e-05)
  1640. p90.CanCollide = false
  1641. p90.FormFactor = Enum.FormFactor.Custom
  1642. p90.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1643. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. b90 = Instance.new("SpecialMesh", p90)
  1650. b90.MeshType = Enum.MeshType.Cylinder
  1651. b90.Name = "Mesh"
  1652. b90.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1653. p91 = Instance.new("Part", m)
  1654. p91.BrickColor = bc("Really black")
  1655. p91.Material = Enum.Material.Sand
  1656. p91.Transparency = 1
  1657. p91.Name = "HitBox"
  1658. p91.CFrame = cf(-7.75318241, 0.350110948, 21.305069, -3.06218863e-05, 1.84542478e-06, 1, -8.27810727e-05, 1, -1.84795965e-06, -1, -8.27811309e-05, -3.06217335e-05)
  1659. p91.CanCollide = false
  1660. p91.FormFactor = Enum.FormFactor.Custom
  1661. p91.Size = vec3(5.20000029, 0.300000012, 1.5)
  1662. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. p92 = Instance.new("Part", m)
  1669. p92.BrickColor = bc("Really black")
  1670. p92.Material = Enum.Material.Sand
  1671. p92.Transparency = 1
  1672. p92.Name = "TrailBox"
  1673. p92.CFrame = cf(-7.75318193, 0.350110888, 21.305069, -3.06218935e-05, 1.84542444e-06, 1, -8.27810727e-05, 1, -1.84795999e-06, -1, -8.27811309e-05, -3.06217262e-05)
  1674. p92.CanCollide = false
  1675. p92.FormFactor = Enum.FormFactor.Custom
  1676. p92.Size = vec3(4.4000001, 0.300000012, 0.699999988)
  1677. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. w1 = Instance.new("Weld", p1)
  1684. w1.Name = "PartW"
  1685. w1.Part0 = p1
  1686. w1.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1687. w1.Part1 = p7
  1688. w1.C1 = cf(1.00000572, -0.0999721438, -1.85966492e-05, -1, 2.88709998e-08, 5.35994768e-05, -2.88709998e-08, -1, -4.19536406e-10, 5.35994768e-05, -4.21147783e-10, 1)
  1689. w2 = Instance.new("Weld", p2)
  1690. w2.Name = "PartW"
  1691. w2.Part0 = p2
  1692. w2.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1693. w2.Part1 = p7
  1694. w2.C1 = cf(1.00000572, -0.0999721438, -1.85966492e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1695. w3 = Instance.new("Weld", p3)
  1696. w3.Name = "PartW"
  1697. w3.Part0 = p3
  1698. w3.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1699. w3.Part1 = p7
  1700. w3.C1 = cf(1, 0.10002479, 3.33786011e-06, -1, 2.88709998e-08, 5.35994768e-05, -2.88709998e-08, -1, -4.19536406e-10, 5.35994768e-05, -4.21147783e-10, 1)
  1701. w4 = Instance.new("Weld", p4)
  1702. w4.Name = "PartW"
  1703. w4.Part0 = p4
  1704. w4.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1705. w4.Part1 = p7
  1706. w4.C1 = cf(-1.19999695, -0.250062913, 7.58171082e-05, 3.54505755e-06, 1.24906219e-05, 1, 1.89601033e-05, -1, 1.24905564e-05, 1, 1.89600596e-05, -3.54529038e-06)
  1707. w5 = Instance.new("Weld", p5)
  1708. w5.Name = "PartW"
  1709. w5.Part0 = p5
  1710. w5.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1711. w5.Part1 = p7
  1712. w5.C1 = cf(1.29998207, 4.30345535e-05, -0.250005722, -3.60651138e-05, 1.35521987e-06, -1, 1, 7.66494486e-06, -3.60651065e-05, 7.66489666e-06, -1, -1.35549453e-06)
  1713. w6 = Instance.new("Weld", p6)
  1714. w6.Name = "PartW"
  1715. w6.Part0 = p6
  1716. w6.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1717. w6.Part1 = p7
  1718. w6.C1 = cf(1, 0.10002479, 3.33786011e-06, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1719. w7 = Instance.new("Weld", p7)
  1720. w7.Name = "HandleW"
  1721. w7.Part0 = p7
  1722. w7.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1723. w7.Part1 = p7
  1724. w7.C1 = cf(0, 0, 0, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  1725. w8 = Instance.new("Weld", p8)
  1726. w8.Name = "PartW"
  1727. w8.Part0 = p8
  1728. w8.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1729. w8.Part1 = p7
  1730. w8.C1 = cf(-1.50003052, -8.43703747e-05, 0.000101566315, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1731. w9 = Instance.new("Weld", p9)
  1732. w9.Name = "PartW"
  1733. w9.Part0 = p9
  1734. w9.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1735. w9.Part1 = p7
  1736. w9.C1 = cf(1.3000145, 3.34382057e-05, 0.249989986, -3.62261853e-05, 5.14747007e-05, -1, -1, -7.17815201e-05, 3.62224891e-05, -7.17796502e-05, 1, 5.14772983e-05)
  1737. w10 = Instance.new("Weld", p10)
  1738. w10.Name = "PartW"
  1739. w10.Part0 = p10
  1740. w10.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1741. w10.Part1 = p7
  1742. w10.C1 = cf(-0.799993515, 0.249954909, 5.76972961e-05, 1.71099891e-05, 3.31076444e-06, -1, -4.00034623e-05, 1, 3.31007323e-06, 1, 4.00034078e-05, 1.71101201e-05)
  1743. w11 = Instance.new("Weld", p11)
  1744. w11.Name = "PartW"
  1745. w11.Part0 = p11
  1746. w11.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. w11.Part1 = p7
  1748. w11.C1 = cf(-1.20001984, -5.05149364e-05, -0.249916077, -1.38494797e-05, -5.15571955e-05, 1, -1, -1.17955142e-05, -1.38500836e-05, 1.17962281e-05, -1, -5.15570282e-05)
  1749. w12 = Instance.new("Weld", p12)
  1750. w12.Name = "PartW"
  1751. w12.Part0 = p12
  1752. w12.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1753. w12.Part1 = p7
  1754. w12.C1 = cf(-0.800001144, -3.46302986e-05, -0.249954224, -3.60651138e-05, 1.35521987e-06, -1, 1, 7.66494486e-06, -3.60651065e-05, 7.66489666e-06, -1, -1.35549453e-06)
  1755. w13 = Instance.new("Weld", p13)
  1756. w13.Name = "PartW"
  1757. w13.Part0 = p13
  1758. w13.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1759. w13.Part1 = p7
  1760. w13.C1 = cf(-0.900016785, -3.95476818e-05, 4.62532043e-05, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  1761. w14 = Instance.new("Weld", p14)
  1762. w14.Name = "PartW"
  1763. w14.Part0 = p14
  1764. w14.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1765. w14.Part1 = p7
  1766. w14.C1 = cf(-0.799999237, -2.98917294e-05, 5.4359436e-05, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445774e-05)
  1767. w15 = Instance.new("Weld", p15)
  1768. w15.Name = "PartW"
  1769. w15.Part0 = p15
  1770. w15.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1771. w15.Part1 = p7
  1772. w15.C1 = cf(-0.799966812, -4.41968441e-05, 0.250056744, -4.23986785e-06, 4.03668964e-05, -1, -1, 5.97006783e-06, 4.24010796e-06, 5.97023882e-06, 1, 4.03668746e-05)
  1773. w16 = Instance.new("Weld", p16)
  1774. w16.Name = "PartW"
  1775. w16.Part0 = p16
  1776. w16.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1777. w16.Part1 = p7
  1778. w16.C1 = cf(-1.19997787, -6.01112843e-05, 0.250080585, -6.81680758e-05, 9.76949741e-06, 1, 1, 7.02872931e-05, 6.81673919e-05, -7.02866309e-05, 1, -9.77428863e-06)
  1779. w17 = Instance.new("Weld", p17)
  1780. w17.Name = "PartW"
  1781. w17.Part0 = p17
  1782. w17.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1783. w17.Part1 = p7
  1784. w17.C1 = cf(2.56367111, 8.36849213e-05, 0.272639751, -4.38745265e-05, 1, 3.24549037e-05, 1, 4.38747193e-05, -5.85909902e-06, -5.86052283e-06, 3.2454649e-05, -1)
  1785. w18 = Instance.new("Weld", p18)
  1786. w18.Name = "PartW"
  1787. w18.Part0 = p18
  1788. w18.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1789. w18.Part1 = p7
  1790. w18.C1 = cf(-1.20004082, 0.24993518, 7.05718994e-05, -4.46635531e-05, -5.56386731e-05, 1, 5.57977946e-05, 1, 5.56411651e-05, -1, 5.58002757e-05, -4.46604463e-05)
  1791. w19 = Instance.new("Weld", p19)
  1792. w19.Name = "PartW"
  1793. w19.Part0 = p19
  1794. w19.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1795. w19.Part1 = p7
  1796. w19.C1 = cf(-0.799983978, -0.250045121, 7.72476196e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1797. w20 = Instance.new("Weld", p20)
  1798. w20.Name = "PartW"
  1799. w20.Part0 = p20
  1800. w20.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1801. w20.Part1 = p7
  1802. w20.C1 = cf(0.700014114, 2.10404396e-05, 0.249993801, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1803. w21 = Instance.new("Weld", p21)
  1804. w21.Name = "PartW"
  1805. w21.Part0 = p21
  1806. w21.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1807. w21.Part1 = p7
  1808. w21.C1 = cf(0.700004578, 2.49147415e-05, -0.249994278, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1809. w22 = Instance.new("Weld", p22)
  1810. w22.Name = "PartW"
  1811. w22.Part0 = p22
  1812. w22.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1813. w22.Part1 = p7
  1814. w22.C1 = cf(1.10907745, 4.57763672e-05, -0.27275753, -2.69494558e-05, 1, 2.66879651e-05, -1, -2.69494922e-05, 1.32480614e-06, 1.32552543e-06, -2.66879288e-05, 1)
  1815. w23 = Instance.new("Weld", p23)
  1816. w23.Name = "PartW"
  1817. w23.Part0 = p23
  1818. w23.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1819. w23.Part1 = p7
  1820. w23.C1 = cf(1.2454834, 3.91602516e-05, 0.227252483, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1821. w24 = Instance.new("Weld", p24)
  1822. w24.Name = "PartW"
  1823. w24.Part0 = p24
  1824. w24.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1825. w24.Part1 = p7
  1826. w24.C1 = cf(2.15454292, 9.95695591e-05, -0.227338791, -2.69494558e-05, 1, 2.66879651e-05, -1, -2.69494922e-05, 1.32480614e-06, 1.32552543e-06, -2.66879288e-05, 1)
  1827. w25 = Instance.new("Weld", p25)
  1828. w25.Name = "PartW"
  1829. w25.Part0 = p25
  1830. w25.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1831. w25.Part1 = p7
  1832. w25.C1 = cf(1.97276497, 6.33299351e-05, 0.227237225, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1833. w26 = Instance.new("Weld", p26)
  1834. w26.Name = "PartW"
  1835. w26.Part0 = p26
  1836. w26.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1837. w26.Part1 = p7
  1838. w26.C1 = cf(1.97273636, 6.82473183e-05, -0.227341175, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1839. w27 = Instance.new("Weld", p27)
  1840. w27.Name = "PartW"
  1841. w27.Part0 = p27
  1842. w27.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1843. w27.Part1 = p7
  1844. w27.C1 = cf(2.15456772, 8.893013e-05, 0.227204323, -4.38745265e-05, 1, 3.24549037e-05, 1, 4.38747193e-05, -5.85909902e-06, -5.86052283e-06, 3.2454649e-05, -1)
  1845. w28 = Instance.new("Weld", p28)
  1846. w28.Name = "PartW"
  1847. w28.Part0 = p28
  1848. w28.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1849. w28.Part1 = p7
  1850. w28.C1 = cf(1.06364441, 5.28097153e-05, -0.227296352, -2.69494558e-05, 1, 2.66879651e-05, -1, -2.69494922e-05, 1.32480614e-06, 1.32552543e-06, -2.66879288e-05, 1)
  1851. w29 = Instance.new("Weld", p29)
  1852. w29.Name = "PartW"
  1853. w29.Part0 = p29
  1854. w29.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1855. w29.Part1 = p7
  1856. w29.C1 = cf(0.881828308, 3.29315662e-05, -0.22726965, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1857. w30 = Instance.new("Weld", p30)
  1858. w30.Name = "PartW"
  1859. w30.Part0 = p30
  1860. w30.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1861. w30.Part1 = p7
  1862. w30.C1 = cf(1.79093552, 7.39693642e-05, 0.227219105, -4.38745265e-05, 1, 3.24549037e-05, 1, 4.38747193e-05, -5.85909902e-06, -5.86052283e-06, 3.2454649e-05, -1)
  1863. w31 = Instance.new("Weld", p31)
  1864. w31.Name = "PartW"
  1865. w31.Part0 = p31
  1866. w31.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1867. w31.Part1 = p7
  1868. w31.C1 = cf(1.60911942, 6.36279583e-05, 0.227217197, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1869. w32 = Instance.new("Weld", p32)
  1870. w32.Name = "PartW"
  1871. w32.Part0 = p32
  1872. w32.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1873. w32.Part1 = p7
  1874. w32.C1 = cf(1.79090691, 8.27312469e-05, -0.227318287, -2.69494558e-05, 1, 2.66879651e-05, -1, -2.69494922e-05, 1.32480614e-06, 1.32552543e-06, -2.66879288e-05, 1)
  1875. w33 = Instance.new("Weld", p33)
  1876. w33.Name = "PartW"
  1877. w33.Part0 = p33
  1878. w33.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1879. w33.Part1 = p7
  1880. w33.C1 = cf(1.60909653, 7.42971897e-05, -0.22732687, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1881. w34 = Instance.new("Weld", p34)
  1882. w34.Name = "PartW"
  1883. w34.Part0 = p34
  1884. w34.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1885. w34.Part1 = p7
  1886. w34.C1 = cf(1.0636692, 4.78923321e-05, 0.227257729, -4.38745265e-05, 1, 3.24549037e-05, 1, 4.38747193e-05, -5.85909902e-06, -5.86052283e-06, 3.2454649e-05, -1)
  1887. w35 = Instance.new("Weld", p35)
  1888. w35.Name = "PartW"
  1889. w35.Part0 = p35
  1890. w35.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1891. w35.Part1 = p7
  1892. w35.C1 = cf(0.881837845, 2.41994858e-05, 0.227261543, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1893. w36 = Instance.new("Weld", p36)
  1894. w36.Name = "PartW"
  1895. w36.Part0 = p36
  1896. w36.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1897. w36.Part1 = p7
  1898. w36.C1 = cf(2.47273254, 0.000111877918, -0.272782326, -3.60651138e-05, 1.35521987e-06, -1, 1, 7.66494486e-06, -3.60651065e-05, 7.66489666e-06, -1, -1.35549453e-06)
  1899. w37 = Instance.new("Weld", p37)
  1900. w37.Name = "PartW"
  1901. w37.Part0 = p37
  1902. w37.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1903. w37.Part1 = p7
  1904. w37.C1 = cf(2.47277832, 8.9943409e-05, 0.272656918, -3.62261853e-05, 5.14747007e-05, -1, -1, -7.17815201e-05, 3.62224891e-05, -7.17796502e-05, 1, 5.14772983e-05)
  1905. w38 = Instance.new("Weld", p38)
  1906. w38.Name = "PartW"
  1907. w38.Part0 = p38
  1908. w38.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1909. w38.Part1 = p7
  1910. w38.C1 = cf(3.56365967, 0.000132113695, -0.181934357, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1911. w39 = Instance.new("Weld", p39)
  1912. w39.Name = "PartW"
  1913. w39.Part0 = p39
  1914. w39.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1915. w39.Part1 = p7
  1916. w39.C1 = cf(3.5636692, 0.00013846159, 0.181690693, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1917. w40 = Instance.new("Weld", p40)
  1918. w40.Name = "PartW"
  1919. w40.Part0 = p40
  1920. w40.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1921. w40.Part1 = p7
  1922. w40.C1 = cf(2.33639526, 9.73641872e-05, 0.227190018, -7.78454632e-05, 2.09309292e-05, 1, 1, 6.46986446e-05, 7.78441172e-05, -6.46970147e-05, 1, -2.09359641e-05)
  1923. w41 = Instance.new("Weld", p41)
  1924. w41.Name = "PartW"
  1925. w41.Part0 = p41
  1926. w41.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1927. w41.Part1 = p7
  1928. w41.C1 = cf(1.24546051, 4.97996807e-05, -0.227294922, 4.73211148e-05, -5.15659631e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413309e-05, -1, -5.15615102e-05)
  1929. w42 = Instance.new("Weld", p42)
  1930. w42.Name = "PartW"
  1931. w42.Part0 = p42
  1932. w42.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1933. w42.Part1 = p7
  1934. w42.C1 = cf(1.42726326, 4.29749489e-05, -0.227300644, -2.69494558e-05, 1, 2.66879651e-05, -1, -2.69494922e-05, 1.32480614e-06, 1.32552543e-06, -2.66879288e-05, 1)
  1935. w43 = Instance.new("Weld", p43)
  1936. w43.Name = "PartW"
  1937. w43.Part0 = p43
  1938. w43.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1939. w43.Part1 = p7
  1940. w43.C1 = cf(2.74549294, 0.00010690093, -7.58171082e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1941. w44 = Instance.new("Weld", p44)
  1942. w44.Name = "PartW"
  1943. w44.Part0 = p44
  1944. w44.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1945. w44.Part1 = p7
  1946. w44.C1 = cf(1.56364441, -0.0499557257, -3.9100647e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1947. w45 = Instance.new("Weld", p45)
  1948. w45.Name = "PartW"
  1949. w45.Part0 = p45
  1950. w45.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1951. w45.Part1 = p7
  1952. w45.C1 = cf(1.56362915, 0.050073266, -3.52859497e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1953. w46 = Instance.new("Weld", p46)
  1954. w46.Name = "PartW"
  1955. w46.Part0 = p46
  1956. w46.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1957. w46.Part1 = p7
  1958. w46.C1 = cf(1.83637047, 0.0500734746, -5.14984131e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1959. w47 = Instance.new("Weld", p47)
  1960. w47.Name = "PartW"
  1961. w47.Part0 = p47
  1962. w47.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1963. w47.Part1 = p7
  1964. w47.C1 = cf(1.83639908, -0.0499383211, -4.57763672e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1965. w48 = Instance.new("Weld", p48)
  1966. w48.Name = "PartW"
  1967. w48.Part0 = p48
  1968. w48.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1969. w48.Part1 = p7
  1970. w48.C1 = cf(2.10910416, -0.0499361753, -5.53131104e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1971. w49 = Instance.new("Weld", p49)
  1972. w49.Name = "PartW"
  1973. w49.Part0 = p49
  1974. w49.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1975. w49.Part1 = p7
  1976. w49.C1 = cf(2.10912323, 0.050090909, -6.43730164e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1977. w50 = Instance.new("Weld", p50)
  1978. w50.Name = "PartW"
  1979. w50.Part0 = p50
  1980. w50.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1981. w50.Part1 = p7
  1982. w50.C1 = cf(2.38183212, 0.0500930846, -8.86917114e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1983. w51 = Instance.new("Weld", p51)
  1984. w51.Name = "PartW"
  1985. w51.Part0 = p51
  1986. w51.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1987. w51.Part1 = p7
  1988. w51.C1 = cf(2.3818531, -0.0499320924, -6.96182251e-05, -9.57285374e-05, -3.31040064e-06, -1, 4.00310564e-05, -1, 3.30656621e-06, -1, -4.00307399e-05, 9.57286757e-05)
  1989. w52 = Instance.new("Weld", p52)
  1990. w52.Name = "PartW"
  1991. w52.Part0 = p52
  1992. w52.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1993. w52.Part1 = p7
  1994. w52.C1 = cf(5.1091404, 0.000201493502, -0.113807201, -3.60651138e-05, 1.35522714e-06, -1, 1, 7.66494759e-06, -3.60651065e-05, 7.66489848e-06, -1, -1.35549453e-06)
  1995. w53 = Instance.new("Weld", p53)
  1996. w53.Name = "PartW"
  1997. w53.Part0 = p53
  1998. w53.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1999. w53.Part1 = p7
  2000. w53.C1 = cf(5.10915375, 0.000199049711, 0.113484383, -3.62261853e-05, 5.14746935e-05, -1, -1, -7.17815201e-05, 3.62224891e-05, -7.17796574e-05, 1, 5.14772983e-05)
  2001. w54 = Instance.new("Weld", p54)
  2002. w54.Name = "PartW"
  2003. w54.Part0 = p54
  2004. w54.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2005. w54.Part1 = p7
  2006. w54.C1 = cf(5.20007133, 0.000197649002, 0.158919811, -3.62261853e-05, 5.14746935e-05, -1, -1, -7.17815201e-05, 3.62224891e-05, -7.17796574e-05, 1, 5.14772983e-05)
  2007. w55 = Instance.new("Weld", p55)
  2008. w55.Name = "PartW"
  2009. w55.Part0 = p55
  2010. w55.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2011. w55.Part1 = p7
  2012. w55.C1 = cf(5.20004082, 0.000205665827, -0.159259796, -3.60651138e-05, 1.35522714e-06, -1, 1, 7.66494759e-06, -3.60651065e-05, 7.66489848e-06, -1, -1.35549453e-06)
  2013. w56 = Instance.new("Weld", p56)
  2014. w56.Name = "PartW"
  2015. w56.Part0 = p56
  2016. w56.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2017. w56.Part1 = p7
  2018. w56.C1 = cf(2.33637619, 0.000100374222, -0.227338791, 4.73211148e-05, -5.15659558e-05, 1, -1, 9.41389007e-05, 4.73259679e-05, -9.41413382e-05, -1, -5.15615102e-05)
  2019. w57 = Instance.new("Weld", p57)
  2020. w57.Name = "PartW"
  2021. w57.Part0 = p57
  2022. w57.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2023. w57.Part1 = p7
  2024. w57.C1 = cf(1.42729187, 3.80575657e-05, 0.227228642, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2025. w58 = Instance.new("Weld", p58)
  2026. w58.Name = "PartW"
  2027. w58.Part0 = p58
  2028. w58.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2029. w58.Part1 = p7
  2030. w58.C1 = cf(3.60910416, 0.000144988298, -0.272852898, -2.69494558e-05, 1, 2.66879579e-05, -1, -2.69494922e-05, 1.32480386e-06, 1.32552339e-06, -2.66879288e-05, 1)
  2031. w59 = Instance.new("Weld", p59)
  2032. w59.Name = "PartW"
  2033. w59.Part0 = p59
  2034. w59.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2035. w59.Part1 = p7
  2036. w59.C1 = cf(3.60913658, 0.000150680542, 0.227143764, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2037. w60 = Instance.new("Weld", p60)
  2038. w60.Name = "PartW"
  2039. w60.Part0 = p60
  2040. w60.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2041. w60.Part1 = p7
  2042. w60.C1 = cf(0.836343765, 4.55379486e-05, -0.27273941, -6.37934863e-06, -1, 1.08782224e-05, 1, -6.37998892e-06, -5.90797426e-05, 5.90798118e-05, 1.08778549e-05, 1)
  2043. w61 = Instance.new("Weld", p61)
  2044. w61.Name = "PartW"
  2045. w61.Part0 = p61
  2046. w61.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2047. w61.Part1 = p7
  2048. w61.C1 = cf(0.836374283, 2.5510788e-05, 0.272717953, 4.80170893e-05, -1, -2.66859206e-05, -1, -4.80158997e-05, -4.46253835e-05, 4.46241029e-05, 2.6688067e-05, -1)
  2049. w62 = Instance.new("Weld", p62)
  2050. w62.Name = "PartW"
  2051. w62.Part0 = p62
  2052. w62.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2053. w62.Part1 = p7
  2054. w62.C1 = cf(1.10908699, 3.71932983e-05, 0.272698402, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2055. w63 = Instance.new("Weld", p63)
  2056. w63.Name = "PartW"
  2057. w63.Part0 = p63
  2058. w63.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2059. w63.Part1 = p7
  2060. w63.C1 = cf(1.47272301, 5.49852848e-05, -0.272772789, -2.69494558e-05, 1, 2.66879579e-05, -1, -2.69494922e-05, 1.32480386e-06, 1.32552339e-06, -2.66879288e-05, 1)
  2061. w64 = Instance.new("Weld", p64)
  2062. w64.Name = "PartW"
  2063. w64.Part0 = p64
  2064. w64.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2065. w64.Part1 = p7
  2066. w64.C1 = cf(1.19999504, 5.66840172e-05, -0.272763252, -6.37934863e-06, -1, 1.08782224e-05, 1, -6.37998892e-06, -5.90797426e-05, 5.90798118e-05, 1.08778549e-05, 1)
  2067. w65 = Instance.new("Weld", p65)
  2068. w65.Name = "PartW"
  2069. w65.Part0 = p65
  2070. w65.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2071. w65.Part1 = p7
  2072. w65.C1 = cf(1.20001411, 2.71201134e-05, 0.272706509, 4.80170893e-05, -1, -2.66859206e-05, -1, -4.80158997e-05, -4.46253835e-05, 4.46241029e-05, 2.6688067e-05, -1)
  2073. w66 = Instance.new("Weld", p66)
  2074. w66.Name = "PartW"
  2075. w66.Part0 = p66
  2076. w66.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2077. w66.Part1 = p7
  2078. w66.C1 = cf(1.47274399, 4.64320183e-05, 0.272689342, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2079. w67 = Instance.new("Weld", p67)
  2080. w67.Name = "PartW"
  2081. w67.Part0 = p67
  2082. w67.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2083. w67.Part1 = p7
  2084. w67.C1 = cf(1.83635712, 8.32974911e-05, -0.272774696, -2.69494558e-05, 1, 2.66879579e-05, -1, -2.69494922e-05, 1.32480386e-06, 1.32552339e-06, -2.66879288e-05, 1)
  2085. w68 = Instance.new("Weld", p68)
  2086. w68.Name = "PartW"
  2087. w68.Part0 = p68
  2088. w68.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2089. w68.Part1 = p7
  2090. w68.C1 = cf(1.56362915, 7.35223293e-05, -0.272767067, -6.37934863e-06, -1, 1.08782224e-05, 1, -6.37998892e-06, -5.90797426e-05, 5.90798118e-05, 1.08778549e-05, 1)
  2091. w69 = Instance.new("Weld", p69)
  2092. w69.Name = "PartW"
  2093. w69.Part0 = p69
  2094. w69.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2095. w69.Part1 = p7
  2096. w69.C1 = cf(1.56366539, 5.54323196e-05, 0.272681713, 4.80170893e-05, -1, -2.66859206e-05, -1, -4.80158997e-05, -4.46253835e-05, 4.46241029e-05, 2.6688067e-05, -1)
  2097. w70 = Instance.new("Weld", p70)
  2098. w70.Name = "PartW"
  2099. w70.Part0 = p70
  2100. w70.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2101. w70.Part1 = p7
  2102. w70.C1 = cf(1.8363781, 5.75780869e-05, 0.272675037, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2103. w71 = Instance.new("Weld", p71)
  2104. w71.Name = "PartW"
  2105. w71.Part0 = p71
  2106. w71.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2107. w71.Part1 = p7
  2108. w71.C1 = cf(2.20000076, 9.44435596e-05, -0.272780418, -2.69494558e-05, 1, 2.66879579e-05, -1, -2.69494922e-05, 1.32480386e-06, 1.32552339e-06, -2.66879288e-05, 1)
  2109. w72 = Instance.new("Weld", p72)
  2110. w72.Name = "PartW"
  2111. w72.Part0 = p72
  2112. w72.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2113. w72.Part1 = p7
  2114. w72.C1 = cf(1.92727089, 7.70390034e-05, -0.272781372, -6.37934863e-06, -1, 1.08782224e-05, 1, -6.37998892e-06, -5.90797426e-05, 5.90798118e-05, 1.08778549e-05, 1)
  2115. w73 = Instance.new("Weld", p73)
  2116. w73.Name = "PartW"
  2117. w73.Part0 = p73
  2118. w73.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2119. w73.Part1 = p7
  2120. w73.C1 = cf(1.92728996, 5.70416451e-05, 0.27269125, 4.80170893e-05, -1, -2.66859206e-05, -1, -4.80158997e-05, -4.46253835e-05, 4.46241029e-05, 2.6688067e-05, -1)
  2121. w74 = Instance.new("Weld", p74)
  2122. w74.Name = "PartW"
  2123. w74.Part0 = p74
  2124. w74.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2125. w74.Part1 = p7
  2126. w74.C1 = cf(2.20002556, 8.39829445e-05, 0.27265358, -4.38745265e-05, 1, 3.2454911e-05, 1, 4.38747193e-05, -5.85909675e-06, -5.86052101e-06, 3.2454649e-05, -1)
  2127. w75 = Instance.new("Weld", p75)
  2128. w75.Name = "PartW"
  2129. w75.Part0 = p75
  2130. w75.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2131. w75.Part1 = p7
  2132. w75.C1 = cf(2.5636425, 0.000115156174, -0.272791862, -2.69494558e-05, 1, 2.66879579e-05, -1, -2.69494922e-05, 1.32480386e-06, 1.32552339e-06, -2.66879288e-05, 1)
  2133. w76 = Instance.new("Weld", p76)
  2134. w76.Name = "PartW"
  2135. w76.Part0 = p76
  2136. w76.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2137. w76.Part1 = p7
  2138. w76.C1 = cf(2.29091454, 9.77218151e-05, -0.272784233, -6.37934863e-06, -1, 1.08782224e-05, 1, -6.37998892e-06, -5.90797426e-05, 5.90798118e-05, 1.08778549e-05, 1)
  2139. w77 = Instance.new("Weld", p77)
  2140. w77.Name = "PartW"
  2141. w77.Part0 = p77
  2142. w77.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2143. w77.Part1 = p7
  2144. w77.C1 = cf(2.29095078, 7.38799572e-05, 0.272669315, 4.80170893e-05, -1, -2.66859206e-05, -1, -4.80158997e-05, -4.46253835e-05, 4.46241029e-05, 2.6688067e-05, -1)
  2145. w78 = Instance.new("Weld", p78)
  2146. w78.Name = "PartW"
  2147. w78.Part0 = p78
  2148. w78.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2149. w78.Part1 = p7
  2150. w78.C1 = cf(-0.599992752, -2.95639038e-05, 3.0040741e-05, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2151. w79 = Instance.new("Weld", p79)
  2152. w79.Name = "PartW"
  2153. w79.Part0 = p79
  2154. w79.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2155. w79.Part1 = p7
  2156. w79.C1 = cf(-0.599992752, -2.95639038e-05, 3.0040741e-05, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2157. w80 = Instance.new("Weld", p80)
  2158. w80.Name = "PartW"
  2159. w80.Part0 = p80
  2160. w80.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2161. w80.Part1 = p7
  2162. w80.C1 = cf(-0.400001526, -1.39772892e-05, 2.0980835e-05, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2163. w81 = Instance.new("Weld", p81)
  2164. w81.Name = "PartW"
  2165. w81.Part0 = p81
  2166. w81.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2167. w81.Part1 = p7
  2168. w81.C1 = cf(-0.400001526, -1.39772892e-05, 2.0980835e-05, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2169. w82 = Instance.new("Weld", p82)
  2170. w82.Name = "PartW"
  2171. w82.Part0 = p82
  2172. w82.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2173. w82.Part1 = p7
  2174. w82.C1 = cf(-0.199996948, -7.95722008e-06, -2.86102295e-06, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2175. w83 = Instance.new("Weld", p83)
  2176. w83.Name = "PartW"
  2177. w83.Part0 = p83
  2178. w83.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2179. w83.Part1 = p7
  2180. w83.C1 = cf(-0.199996948, -7.95722008e-06, -2.86102295e-06, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2181. w84 = Instance.new("Weld", p84)
  2182. w84.Name = "PartW"
  2183. w84.Part0 = p84
  2184. w84.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2185. w84.Part1 = p7
  2186. w84.C1 = cf(0, 0, 0, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2187. w85 = Instance.new("Weld", p85)
  2188. w85.Name = "PartW"
  2189. w85.Part0 = p85
  2190. w85.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2191. w85.Part1 = p7
  2192. w85.C1 = cf(0, 0, 0, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2193. w86 = Instance.new("Weld", p86)
  2194. w86.Name = "PartW"
  2195. w86.Part0 = p86
  2196. w86.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2197. w86.Part1 = p7
  2198. w86.C1 = cf(0.200008392, 9.83476639e-06, 2.81333923e-05, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2199. w87 = Instance.new("Weld", p87)
  2200. w87.Name = "PartW"
  2201. w87.Part0 = p87
  2202. w87.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2203. w87.Part1 = p7
  2204. w87.C1 = cf(0.200008392, 9.83476639e-06, 2.81333923e-05, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2205. w88 = Instance.new("Weld", p88)
  2206. w88.Name = "PartW"
  2207. w88.Part0 = p88
  2208. w88.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2209. w88.Part1 = p7
  2210. w88.C1 = cf(0.400009155, 1.01327896e-05, -1.90734863e-06, 0.965934634, -0.258786619, -1.57200484e-05, 1.87932164e-05, 9.40141217e-06, 1, -0.258786619, -0.965934634, 1.39445792e-05)
  2211. w89 = Instance.new("Weld", p89)
  2212. w89.Name = "PartW"
  2213. w89.Part0 = p89
  2214. w89.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2215. w89.Part1 = p7
  2216. w89.C1 = cf(0.400009155, 1.01327896e-05, -1.90734863e-06, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2217. w90 = Instance.new("Weld", p90)
  2218. w90.Name = "PartW"
  2219. w90.Part0 = p90
  2220. w90.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2221. w90.Part1 = p7
  2222. w90.C1 = cf(-0.799999237, -2.98917294e-05, 5.4359436e-05, 0.965927184, 0.258813888, 1.01115875e-05, 2.49276491e-06, -4.83722688e-05, 1, 0.258813858, -0.965927243, -4.73692526e-05)
  2223. w91 = Instance.new("Weld", p91)
  2224. w91.Name = "HitBoxW"
  2225. w91.Part0 = p91
  2226. w91.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2227. w91.Part1 = p7
  2228. w91.C1 = cf(3.5, 0.000397324562, 0.000147342682, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  2229. w92 = Instance.new("Weld", p92)
  2230. w92.Name = "TrailBoxW"
  2231. w92.Part0 = p92
  2232. w92.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2233. w92.Part1 = p7
  2234. w92.C1 = cf(3.5, 0.000397264957, 0.000147819519, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  2235. m.Parent = Char
  2236. for i,v in pairs(m:children()) do
  2237. if v:IsA("BasePart") then
  2238. v.Locked = true
  2239. end
  2240. end
  2241. local m2 = m:Clone()
  2242. m2.Parent = Char
  2243. local handle1 = m:WaitForChild("Handle")
  2244. local hitbox1 = m:WaitForChild("HitBox")
  2245. local trailbox1 = m:WaitForChild("TrailBox")
  2246. local handle2 = m2:WaitForChild("Handle")
  2247. local hitbox2 = m2:WaitForChild("HitBox")
  2248. local trailbox2 = m2:WaitForChild("TrailBox")
  2249. local llw = Weld(Left_Leg, Torso, cf(0.5, 2, 0))
  2250. local rlw = Weld(Right_Leg, Torso, cf(-0.5, 2, 0))
  2251. local raw = Weld(Right_Arm, Torso, cf(-1.5, 0, 0))
  2252. local law = Weld(Left_Arm, Torso, cf(1.5, 0, 0))
  2253. local torw = Weld(Torso, HumanoidRootPart, cf(0, 0, 0))
  2254. local hedw = Weld(Head, Torso, cf(0, -1.5, 0))
  2255. local h1w = Weld(larm, handle1, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  2256. local h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  2257. local Used = {
  2258. Executed = {}
  2259. ,
  2260. Failed = {}
  2261. }
  2262. local BindKey = function(Name, Key, Function)
  2263.  
  2264. local keydown = nil
  2265. keydown = mouse.KeyDown:connect(function(key)
  2266.  
  2267. if Key:lower() == key:lower() then
  2268. if dkd then
  2269. table.insert(Used.Failed, {Name, Key, Function})
  2270. else
  2271. if NotifyKeyPresses then
  2272. warn("executed(" .. Name .. ", \"" .. tostring(Key:upper()) .. "\")")
  2273. end
  2274. Function(Name, Key)
  2275. if NotifyKeyPresses then
  2276. warn("ended(" .. Name .. ")")
  2277. end
  2278. table.insert(Used.Executed, {Name, Key, Function})
  2279. end
  2280. end
  2281. end
  2282. )
  2283. end
  2284.  
  2285. FaceMouse = function()
  2286.  
  2287. local torso, torsoPos = Torso, HumanoidRootPart.Position
  2288. local torso = Char:FindFirstChild("Torso")
  2289. if torso then
  2290. torsoPos = HumanoidRootPart.CFrame.p
  2291. HumanoidRootPart.CFrame = lerp(HumanoidRootPart.CFrame, CFrame.new(torsoPos, Vector3.new(mouse.Hit.X, torsoPos.Y, mouse.Hit.Z)), 0.5)
  2292. end
  2293. end
  2294.  
  2295. local TrailFXModel = Instance.new("Model", Character)
  2296. IsLimb = function(Object)
  2297.  
  2298. local Limbs = {"Right Arm", "Left Arm", "Left Leg", "Right Leg", "Torso", "Head"}
  2299. local Value, Integer = false, "Not Defined"
  2300. for Index,String in next do
  2301. if Object.Name:lower() == String:lower() then
  2302. Value = true
  2303. Integer = Index
  2304. end
  2305. end
  2306. return {Value, Integer}
  2307. end
  2308.  
  2309. local LimbsLast = {["Right Arm"] = CFrame.new(0, 0, 0), ["Left Arm"] = CFrame.new(0, 0, 0), ["Left Leg"] = CFrame.new(0, 0, 0), ["Right Leg"] = CFrame.new(0, 0, 0), Torso = CFrame.new(0, 0, 0), Head = CFrame.new(0, 0, 0)}
  2310. BodyTrail = function(Time, Colour)
  2311.  
  2312. TrailFXModel:BreakJoints()
  2313. for Index,Object in pairs(Char:children()) do
  2314. do
  2315. if Object:IsA("BasePart") and Object.Name ~= "HumanoidRootPart" and IsLimb(Object)[1] == true then
  2316. do
  2317. spawn(function()
  2318.  
  2319. local NewObj = Instance.new("Part")
  2320. NewObj.Color = BrickColor.new(Colour).Color
  2321. NewObj.CanCollide = false
  2322. NewObj.Anchored = true
  2323. NewObj.TopSurface = 0
  2324. NewObj.Transparency = 0
  2325. NewObj.Material = "Granite"
  2326. NewObj.CFrame = Object.CFrame
  2327. local Pos = LimbsLast[Object.Name].p
  2328. wait()
  2329. local Pos2 = Object.CFrame.p
  2330. local Distance = Pos - Pos2.magnitude
  2331. local LimbsAndSizes = {
  2332. ["Right Arm"] = {1, 2}
  2333. ,
  2334. ["Left Arm"] = {1, 2}
  2335. ,
  2336. ["Left Leg"] = {1, 2}
  2337. ,
  2338. ["Right Leg"] = {1, 2}
  2339. ,
  2340. Torso = {2, 2}
  2341. ,
  2342. Head = {2, 1}
  2343. }
  2344. for Limb,XY in next do
  2345. if Object.Name:lower() == Limb:lower() then
  2346. LimbsLast[Limb] = Object.CFrame
  2347. NewObj.Name = Object.Name
  2348. NewObj.Size = Vector3.new(XY[1], XY[2], Distance)
  2349. end
  2350. end
  2351. NewObj.CFrame = CFrame.new(Pos, Pos2) * CFrame.new(0, 0, -(Distance / 2))
  2352. NewObj.Parent = TrailFXModel
  2353. delay(Time / 2, function()
  2354.  
  2355. local integer = 0.05
  2356. for i = 0, 1, integer do
  2357. NewObj.Transparency = i
  2358. wait()
  2359. end
  2360. NewObj:Destroy()
  2361. end
  2362. )
  2363. end
  2364. )
  2365. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2366.  
  2367. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_STMT
  2368.  
  2369. end
  2370. end
  2371. end
  2372. end
  2373. end
  2374.  
  2375. rainb = function(hue)
  2376.  
  2377. local section = hue % 1 * 3
  2378. local secondary = 0.5 * math.pi * (section % 1)
  2379. if section < 1 then
  2380. return c3(1, 1 - cos(secondary), 1 - sin(secondary))
  2381. else
  2382. if section < 2 then
  2383. return c3(1 - sin(secondary), 1, 1 - cos(secondary))
  2384. else
  2385. return c3(1 - cos(secondary), 1 - sin(secondary), 1)
  2386. end
  2387. end
  2388. end
  2389.  
  2390. local CRIT = false
  2391. showDamage = function(Parent, Txt, RemovalTime, Clr)
  2392.  
  2393. ypcall(function()
  2394.  
  2395. if string.find("critical", Txt:lower()) then
  2396. Clr = "Really red"
  2397. print("crit")
  2398. end
  2399. local Clr_Raw = Clr
  2400. if Clr == nil then
  2401. Clr = "Mulberry"
  2402. end
  2403. Clr = bc(Clr).Color
  2404. local Pert = Instance.new("Part", Parent)
  2405. Pert.Size = vec3(0.2, 0.2, 0.2)
  2406. Pert.Transparency = 1
  2407. Pert.CanCollide = false
  2408. Pert.Anchored = true
  2409. Pert.CFrame = Parent:FindFirstChild("Head").CFrame
  2410. Pert.BrickColor = bc("Really black")
  2411. local Gui = Instance.new("BillboardGui", Pert)
  2412. Gui.Adornee = Pert
  2413. local n2 = 10
  2414. Gui.Size = UDim2.new(n2, 0, n2, 0)
  2415. local TextL = Instance.new("TextLabel", Gui)
  2416. local r, g, b = Clr.r, Clr.g, Clr.b
  2417. local clr = c3(r, g, b)
  2418. if Clr_Raw:lower() == "rainbow" then
  2419. lrs:connect(function()
  2420.  
  2421. Clr = rainb(tick() / 3)
  2422. r = Clr.r
  2423. clr = c3(r, g, b)
  2424. end
  2425. )
  2426. end
  2427. ypcall(function()
  2428.  
  2429. if type(tonumber(Txt)) == "number" then
  2430. TextL.Text = tostring(math.floor(tonumber(Txt)))
  2431. else
  2432. TextL.Text = tostring(Txt)
  2433. end
  2434. end
  2435. )
  2436. TextL.BackgroundTransparency = 1
  2437. TextL.Font = "Bodoni"
  2438. TextL.Size = UDim2.new(6, 0, 0.5, 0)
  2439. TextL.Position = UDim2.new(-3, 0, -0.05, 0)
  2440. TextL.TextScaled = true
  2441. TextL.FontSize = "Size28"
  2442. TextL.TextColor3 = clr
  2443. local n = 10
  2444. local sp = Pert.CFrame * cf(rand(-n, n), rand(-n, n), rand(-n, n))
  2445. lrs:connect(function()
  2446.  
  2447. Pert.CFrame = clerp(Pert.CFrame, sp, 0.01)
  2448. clr = c3(r, g, b)
  2449. TextL.TextColor3 = clr
  2450. end
  2451. )
  2452. delay(RemovalTime / 2 + 1, function()
  2453.  
  2454. local rn, bn, gn = 1 - r, 1 - b, 1 - g
  2455. spawn(function()
  2456.  
  2457. for i = 0, 1, 0.025 do
  2458. TextL.TextTransparency = i
  2459. lrs:wait()
  2460. end
  2461. Pert:Destroy()
  2462. end
  2463. )
  2464. spawn(function()
  2465.  
  2466. for i = 0, rn, 0.01 do
  2467. r = rn - i
  2468. lrs:wait()
  2469. end
  2470. end
  2471. )
  2472. spawn(function()
  2473.  
  2474. for i = 0, bn, 0.01 do
  2475. b = bn - i
  2476. lrs:wait()
  2477. end
  2478. end
  2479. )
  2480. spawn(function()
  2481.  
  2482. for i = 0, gn, 0.01 do
  2483. g = gn - i
  2484. lrs:wait()
  2485. end
  2486. end
  2487. )
  2488. end
  2489. )
  2490. end
  2491. )
  2492. end
  2493.  
  2494. CheckIfLanded = function()
  2495.  
  2496. local Ray = Ray.new(torso.Position, vec3(0, -1, 0) * 10)
  2497. local Ignore = {Char}
  2498. local Hit, Pos, SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
  2499. if Hit == nil then
  2500. return false, nil
  2501. end
  2502. return true, Hit
  2503. end
  2504.  
  2505. FindNearestTorso = function(Position, Distance, SinglePlayer)
  2506.  
  2507. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  2508. do return not SinglePlayer end
  2509. do
  2510. local List = {}
  2511. for i,v in pairs(workspace:GetChildren()) do
  2512. if v:IsA("Model") and (v:findFirstChild("Torso") or v:findFirstChild("HumanoidRootPart")) and v ~= Char and v.HumanoidRootPart.Position - Position.magnitude <= Distance then
  2513. table.insert(List, v)
  2514. end
  2515. end
  2516. do return List end
  2517. -- DECOMPILER ERROR: 4 unprocessed JMP targets
  2518. end
  2519. end
  2520. end
  2521.  
  2522. DebounceHit = false
  2523. local pitches = {0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1, 1.15, 1.2, 1.25}
  2524. local swing_sfx = {134012322}
  2525. local cut_sfx = {220833976}
  2526. local bash_sfx = {386946017}
  2527. local sounds = {}
  2528. sounds.swing = function(self)
  2529.  
  2530. local s = Instance.new("Sound", sp)
  2531. s.Pitch = 1.25 + pitches[rand(1, #pitches)]
  2532. s.SoundId = swing_sfx[rand(1, #swing_sfx)]
  2533. return s
  2534. end
  2535.  
  2536. sounds.cut = function(self)
  2537.  
  2538. local s = Instance.new("Sound", sp)
  2539. s.Pitch = pitches[rand(1, #pitches)]
  2540. s.SoundId = cut_sfx[rand(1, #cut_sfx)]
  2541. return s
  2542. end
  2543.  
  2544. sounds.bash = function(self)
  2545.  
  2546. local s = Instance.new("Sound", sp)
  2547. s.Pitch = pitches[rand(1, #pitches)]
  2548. s.SoundId = bash_sfx[rand(1, #bash_sfx)]
  2549. return s
  2550. end
  2551.  
  2552. NewFXBox = function(name, prnt)
  2553.  
  2554. if prnt == nil then
  2555. prnt = Character
  2556. end
  2557. local FXBox = Instance.new("Model", prnt)
  2558. FXBox.Name = "FXBox"
  2559. if name then
  2560. FXBox.Name = name
  2561. end
  2562. local Count = 0
  2563. local Check = nil
  2564. Check = FXBox.ChildAdded:connect(function(Object)
  2565.  
  2566. if Object:IsA("BasePart") then
  2567. FXBox.PrimaryPart = Object
  2568. Check:disconnect()
  2569. end
  2570. end
  2571. )
  2572. return FXBox
  2573. end
  2574.  
  2575. ReSurface = function(Part, Integer)
  2576.  
  2577. if Part ~= nil and Part:IsA("BasePart") then
  2578. Part.TopSurface = Integer
  2579. Part.BottomSurface = Integer
  2580. Part.LeftSurface = Integer
  2581. Part.RightSurface = Integer
  2582. Part.FrontSurface = Integer
  2583. Part.BackSurface = Integer
  2584. end
  2585. end
  2586.  
  2587. ni = function(name, prnt)
  2588.  
  2589. return Instance.new(tostring(name), prnt)
  2590. end
  2591.  
  2592. local TrailModel = NewFXBox("TrailBOX")
  2593. NewPart = function(prnt)
  2594.  
  2595. local NPart = ni("Part", prnt)
  2596. ReSurface(NPart, 10)
  2597. if prnt:IsA("BasePart") then
  2598. NPart.CFrame = prnt.CFrame
  2599. end
  2600. NPart.Anchored = true
  2601. NPart.Size = vec3(1, 1, 1)
  2602. NPart.CanCollide = false
  2603. NPart.BrickColor = bc("Royal purple")
  2604. return NPart
  2605. end
  2606.  
  2607. HandleSP = function(func)
  2608.  
  2609. for i,v in next do
  2610. if v:IsA("Sound") then
  2611. v:Stop()
  2612. func(v)
  2613. end
  2614. end
  2615. end
  2616.  
  2617. GenTrail = function(Origin, Time)
  2618.  
  2619. end
  2620.  
  2621. MagDmg = function(Part, magni, knock, func)
  2622.  
  2623. for _,c in pairs(workspace:children()) do
  2624. local hum = c:findFirstChild("Humanoid")
  2625. if hum ~= nil then
  2626. local head = c:findFirstChild("HumanoidRootPart")
  2627. if head ~= nil then
  2628. local targ = head.Position - Part.Position
  2629. local mag = targ.magnitude
  2630. if mag <= magni and c.Name ~= Player.Name then
  2631. local bv = Instance.new("BodyVelocity", head)
  2632. do
  2633. -- bv.MaxVelocity = vec3(1 / 0, 0, 1 / 0)
  2634. bv.Velocity = HumanoidRootPart.CFrame.lookVector * knock-- + 2
  2635. delay(0.1, function()
  2636.  
  2637. bv:Destroy()
  2638. end
  2639. )
  2640. func(c, hum)
  2641. end
  2642. end
  2643. end
  2644. end
  2645. end
  2646. end
  2647.  
  2648. BindKey("Ground Breaker", "x", function(AttackName, Key)
  2649.  
  2650. ds = true
  2651. for i = 0, 1, 0.05 do
  2652. local animspd = 0.1
  2653. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2654. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2655. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2656. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2657. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2658. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2659. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2660. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2661. lrs:wait()
  2662. end
  2663. for i = 0, 1, 0.05 do
  2664. local animspd = 0.1
  2665. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2666. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2667. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2668. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2669. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2670. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2671. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2672. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2673. lrs:wait()
  2674. end
  2675. ds = false
  2676. end
  2677. )
  2678. local LA = {"Left", "Right"}
  2679. local LastArm = LA[math.random(1, #LA)]
  2680. local gDown = false
  2681. local CanLoopG = true
  2682. BindKey("Blink", "g", function(AttackName, Key)
  2683.  
  2684. ds = true
  2685. BodyTrail(0, "Magenta")
  2686. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * cf(0, 0, -15)
  2687. BodyTrail(0, "Magenta")
  2688. if LastArm == LA[1] then
  2689. LastArm = LA[2]
  2690. for i = 0, 1, 0.15 do
  2691. local animspd = 0.75
  2692. torw.C0 = clerp(torw.C0, CFrame.new(0, -0.0468509197, -0.211326599, 1, 0, 0, 0, 0.906307876, 0.422617942, 0, -0.422617942, 0.906307876) * ang(0, 0, 0), animspd)
  2693. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.0227189064, -0.26047188, 1, 0, 0, 0, 0.984807789, -0.173647925, 0, 0.173647925, 0.984807789) * ang(0, 0, 0), animspd)
  2694. law.C0 = clerp(law.C0, CFrame.new(0.278717279, 0.591294587, 0.10480696, 0.819151103, -0.57357794, 4.34693362e-07, 0.0499908626, 0.0713932812, -0.99619472, 0.571395278, 0.816033959, 0.0871555209) * ang(0, 0, 0), animspd)
  2695. raw.C0 = clerp(raw.C0, CFrame.new(0.0113945007, 0.161766201, 0.349781126, 0.992404103, 0.0868226364, -0.0871557891, 0.0211326815, 0.577615142, 0.816035628, 0.121192873, -0.811678946, 0.571392715) * ang(0, 0, 0), animspd)
  2696. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.375620604, -0.433983207, 1, 0, 0, 0, 0.965925574, -0.258819878, 0, 0.258819878, 0.965925574) * ang(0, 0, 0), animspd)
  2697. llw.C0 = clerp(llw.C0, CFrame.new(0, 1.07288361e-05, 4.76837158e-06, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 0.999999881) * ang(0, 0, 0), animspd)
  2698. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2699. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2700. lrs:wait()
  2701. end
  2702. else
  2703. do
  2704. if LastArm == LA[2] then
  2705. LastArm = LA[1]
  2706. for i = 0, 1, 0.15 do
  2707. local animspd = 0.75
  2708. torw.C0 = clerp(torw.C0, CFrame.new(0, -0.0468509197, -0.211326599, 1, 0, 0, 0, 0.906307876, 0.422617942, 0, -0.422617942, 0.906307876) * ang(0, 0, 0), animspd)
  2709. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.0227189064, -0.26047188, 1, 0, 0, 0, 0.984807789, -0.173647925, 0, 0.173647925, 0.984807789) * ang(0, 0, 0), animspd)
  2710. law.C0 = clerp(law.C0, CFrame.new(0.0881265402, 0.374933362, 0.499300212, 0.992403924, -0.0868240818, -0.087155737, 0.121112585, 0.565171182, 0.816035032, -0.0215935856, -0.820392013, 0.571393549) * ang(0, 0, 0), animspd)
  2711. raw.C0 = clerp(raw.C0, CFrame.new(-0.279206991, 0.591076076, 0.104926825, 0.819152057, 0.57357645, 0, -0.0499906242, 0.0713940263, -0.996194661, -0.571393788, 0.816034913, 0.0871560276) * ang(0, 0, 0), animspd)
  2712. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.000478506088, 0.000445604324, 0.00016617775, 1, 0, 0, 0, 0.999999881, 3.57627869e-07, 0, -3.57627869e-07, 0.999999881) * ang(0, 0, 0), animspd)
  2713. llw.C0 = clerp(llw.C0, CFrame.new(-0.00047826767, 0.376046538, -0.433818698, 1, 0, 0, 0, 0.965925872, -0.258818686, 0, 0.258818686, 0.965925872) * ang(0, 0, 0), animspd)
  2714. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2715. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2716. lrs:wait()
  2717. end
  2718. else
  2719. do
  2720. error("local LastArm value invalid", 1)
  2721. ds = false
  2722. end
  2723. end
  2724. end
  2725. end
  2726. end
  2727. )
  2728. BindKey("Backflip Slash", "q", function(AttackName, Key)
  2729. --[[if height > 0 then
  2730. return
  2731. end
  2732. if not IsLanded then
  2733. return
  2734. end]]
  2735. ds = true
  2736. hum.WalkSpeed = 0
  2737. for i = 0, 1, 0.035 do
  2738. local animspd = 0.15
  2739. torw.C0 = clerp(torw.C0, CFrame.new(0.000422000885, -0.0971133709, 1.31130219e-05, 1, 0, 0, 0, 0.866025448, 0.500000298, 0, -0.500000298, 0.866025388) * ang(0, 0, 0), animspd)
  2740. hedw.C0 = clerp(hedw.C0, CFrame.new(2.38418579e-07, 0.0394052267, 0.20832628, 1, 0, 0, 0, 0.965925992, 0.25881961, 0, -0.25881955, 0.965925932) * ang(0, 0, 0), animspd)
  2741. law.C0 = lerp(law.C0, CFrame.new(-0.500982285, -0.466032803, 0.61457634, 0.866025567, 0.499999821, 1.11829343e-06, -0.421695679, 0.730397582, 0.537301302, 0.268649727, -0.465317041, 0.843390584) * ang(0, 0, 0), animspd)
  2742. raw.C0 = lerp(raw.C0, CFrame.new(0.550538659, -0.46602726, 0.614567757, 0.866025388, -0.5, 0, 0.421695888, 0.730398655, 0.537299573, -0.268649757, -0.465314984, 0.843391716) * ang(0, 0, 0), animspd)
  2743. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.411981583, 0.122371793, 1, 0, 0, 0, 0.866025448, -0.500000298, 0, 0.500000298, 0.866025388) * ang(0, 0, 0), animspd)
  2744. llw.C0 = clerp(llw.C0, CFrame.new(-1.93119049e-05, -0.0656920671, -0.479138374, 1, 0, 0, 0, 0.939692616, 0.34202075, 0, -0.34202075, 0.939692557) * ang(0, 0, 0), animspd)
  2745. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2746. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2747. lrs:wait()
  2748. end
  2749. local debhet2, debhet = false, false
  2750. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  2751. vel.MaxForce = vec3(1 / 0, 1 / 0, 1 / 0)
  2752. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -120 + vec3(0, 50, 0)
  2753. delay(0.01, function()
  2754.  
  2755. vel:Destroy()
  2756. end
  2757. )
  2758. for i = 0, 0.8, 0.05 do
  2759. MagDmg(hitbox2, 5, 5, function(chr, h)
  2760.  
  2761. if debhet2 == false then
  2762. debhet2 = true
  2763. local crit = false
  2764. do
  2765. ypcall(function()
  2766.  
  2767. chr.Health:Destroy()
  2768. end
  2769. )
  2770. local d = rand()
  2771. if d > 0.95 then
  2772. crit = true
  2773. dot = true
  2774. end
  2775. delay(0.5, function()
  2776.  
  2777. debhet2 = false
  2778. end
  2779. )
  2780. local damage = rand(5, 8)
  2781. if crit then
  2782. damage = damage + rand(3, 8)
  2783. end
  2784. h.Health = h.Health - (damage)
  2785. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  2786. if dot == true then
  2787. do
  2788. spawn(function()
  2789.  
  2790. for i = 0, rand(2, 5) do
  2791. h.Health = h.Health - damage / 4
  2792. showDamage(h.Parent, "(Dmg Ovr Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  2793. wait(0.8)
  2794. end
  2795. ds = false
  2796. end
  2797. )
  2798. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2799.  
  2800. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  2801.  
  2802. end
  2803. end
  2804. end
  2805. end
  2806. end
  2807. )
  2808. MagDmg(hitbox1, 5, 5, function(chr, h)
  2809.  
  2810. if debhet == false then
  2811. debhet = true
  2812. local crit = false
  2813. do
  2814. ypcall(function()
  2815.  
  2816. chr.Health:Destroy()
  2817. end
  2818. )
  2819. local d = rand()
  2820. if d > 0.95 then
  2821. crit = true
  2822. dot = true
  2823. end
  2824. delay(0.5, function()
  2825.  
  2826. debhet = false
  2827. end
  2828. )
  2829. local damage = rand(5, 8)
  2830. if crit then
  2831. damage = damage + rand(3, 8)
  2832. end
  2833. h.Health = h.Health - (damage)
  2834. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  2835. if dot == true then
  2836. do
  2837. spawn(function()
  2838.  
  2839. for i = 0, rand(2, 5) do
  2840. h.Health = h.Health - damage / 4
  2841. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  2842. wait(0.8)
  2843. end
  2844. end
  2845. )
  2846. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2847.  
  2848. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  2849.  
  2850. end
  2851. end
  2852. end
  2853. end
  2854. end
  2855. )
  2856. local animspd = 0.3
  2857. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(rad(560 * i), 0, 0), animspd)
  2858. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.0903711319, -0.463028312, 1, 0, 0, 0, 0.939693093, -0.342018992, 0, 0.342019022, 0.939693093) * ang(0, 0, 0), animspd)
  2859. law.C0 = lerp(law.C0, CFrame.new(0.144277692, 0.799976468, -0.629216552, 0.99619478, -0.0871558562, 1.1790172e-06, -0.0333519913, -0.381226987, -0.923879683, 0.0805219784, 0.920364022, -0.382683128) * ang(0, 0, 0), animspd)
  2860. raw.C0 = lerp(raw.C0, CFrame.new(-0.0945549011, 0.799960315, -0.629431963, 0.99619472, 0.087155737, 0, 0.033353053, -0.381227165, -0.923879564, -0.0805214047, 0.920363963, -0.382683396) * ang(0, 0, 0), animspd)
  2861. rlw.C0 = clerp(rlw.C0, CFrame.new(0, -0.0170865059, -0.26105395, 1, 0, 0, 0, 0.991444767, 0.130526975, 0, -0.130526975, 0.991444767) * ang(0, 0, 0), animspd)
  2862. llw.C0 = clerp(llw.C0, CFrame.new(0, -0.18736732, -0.845235884, 1, 0, 0, 0, 0.906307876, 0.422617942, 0, -0.422617942, 0.906307876) * ang(0, 0, 0), animspd)
  2863. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2864. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2865. lrs:wait()
  2866. end
  2867. spawn(function()
  2868.  
  2869. repeat
  2870. local animspd = 0.3
  2871. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2872. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.0903711319, -0.463028312, 1, 0, 0, 0, 0.939693093, -0.342018992, 0, 0.342019022, 0.939693093) * ang(0, 0, 0), animspd)
  2873. law.C0 = lerp(law.C0, CFrame.new(0.144277692, 0.799976468, -0.629216552, 0.99619478, -0.0871558562, 1.1790172e-06, -0.0333519913, -0.381226987, -0.923879683, 0.0805219784, 0.920364022, -0.382683128) * ang(0, 0, 0), animspd)
  2874. raw.C0 = lerp(raw.C0, CFrame.new(-0.0945549011, 0.799960315, -0.629431963, 0.99619472, 0.087155737, 0, 0.033353053, -0.381227165, -0.923879564, -0.0805214047, 0.920363963, -0.382683396) * ang(0, 0, 0), animspd)
  2875. rlw.C0 = clerp(rlw.C0, CFrame.new(0, -0.0170865059, -0.26105395, 1, 0, 0, 0, 0.991444767, 0.130526975, 0, -0.130526975, 0.991444767) * ang(0, 0, 0), animspd)
  2876. llw.C0 = clerp(llw.C0, CFrame.new(0, -0.18736732, -0.845235884, 1, 0, 0, 0, 0.906307876, 0.422617942, 0, -0.422617942, 0.906307876) * ang(0, 0, 0), animspd)
  2877. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2878. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2879. lrs:wait()
  2880. until ds == false
  2881. end
  2882. )
  2883. --[[ repeat
  2884. lrs:wait()
  2885. until IsLanded]]
  2886. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  2887. vel.MaxForce = vec3(1 / 0, 0, 1 / 0)
  2888. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -50
  2889. wait(0.2)
  2890. vel:Destroy()
  2891. ds = false
  2892. end
  2893. )
  2894. BindKey("Void Blast", "r", function(AttackName, Key)
  2895.  
  2896. ds = true
  2897. local fb = NewFXBox()
  2898. for i = 0, 1, 0.025 do
  2899. do
  2900. local animspd = 0.15
  2901. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2902. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  2903. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2904. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2905. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2906. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2907. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2908. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2909. lrs:wait()
  2910. end
  2911. end
  2912. do
  2913. for i,v in pairs(m:children()) do
  2914. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2915. spawn(function()
  2916.  
  2917. local m, int = 1, 0.05
  2918. for i = 0, m + int, int do
  2919. v.Transparency = i
  2920. lrs:wait()
  2921. end
  2922. end
  2923. )
  2924. end
  2925. end
  2926. end
  2927. for i,v in pairs(m:children()) do
  2928. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2929. spawn(function()
  2930.  
  2931. local m, int = 1, 0.05
  2932. for i = 0, m + int, int do
  2933. v.Transparency = i
  2934. lrs:wait()
  2935. end
  2936. end
  2937. )
  2938. end
  2939. end
  2940. for i = 0, 1, 0.05 do
  2941. local animspd = 0.4
  2942. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2943. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  2944. law.C0 = lerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2945. raw.C0 = lerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2946. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2947. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2948. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2949. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2950. lrs:wait()
  2951. end
  2952. local pert = Instance.new("Part", fb)
  2953. ReSurface(pert, 10)
  2954. pert.Material = "Granite"
  2955. pert.BrickColor = bc("Royal purple")
  2956. pert.Anchored = true
  2957. pert.Size = vec3(2, 2, 2)
  2958. pert.CanCollide = false
  2959. pert.CFrame = HumanoidRootPart.CFrame * cf(0, 3, -4) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  2960. local int = 0
  2961. local int2 = 0
  2962. for i = 0, 1, 0.005 do
  2963. int = int + 1
  2964. pert.Size = pert.Size + vec3(0.025, 0.025, 0.025)
  2965. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.05)
  2966. local animspd = 0.15
  2967. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2968. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(25)) * ang(rad(25), 0, 0), animspd)
  2969. law.C0 = lerp(law.C0, cf(-rad(90), 0.3, -1.5) * ang(rad(80), 0, -rad(80)), animspd)
  2970. raw.C0 = lerp(raw.C0, cf(rad(90), 0.3, -1.5) * ang(rad(80), 0, rad(80)), animspd)
  2971. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2972. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2973. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2974. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2975. lrs:wait()
  2976. end
  2977. for i = 0, 1, 0.1 do
  2978. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.1)
  2979. lrs:wait()
  2980. end
  2981. for i,v in pairs(m:children()) do
  2982. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2983. spawn(function()
  2984.  
  2985. local m, int = 1, 0.05
  2986. for i = 0, m + int, int do
  2987. v.Transparency = 1 - i
  2988. lrs:wait()
  2989. end
  2990. end
  2991. )
  2992. end
  2993. end
  2994. for i,v in pairs(m:children()) do
  2995. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2996. spawn(function()
  2997.  
  2998. local m, int = 1, 0.05
  2999. for i = 0, m + int, int do
  3000. v.Transparency = 1 - i
  3001. lrs:wait()
  3002. end
  3003. end
  3004. )
  3005. end
  3006. end
  3007. fb:Destroy()
  3008. ds = false
  3009. end
  3010. )
  3011. BindKey("Beserk Blades", "e", function(AttackName, Key)
  3012.  
  3013. ds = true
  3014. local debhet1, debhet2 = false, false
  3015. hum.WalkSpeed = 11
  3016. local fb = NewFXBox()
  3017. local s1 = Instance.new("Sound", sp)
  3018. s1.SoundId = "rbxassetid://201858168"
  3019. s1.Pitch = 1.05
  3020. local s2 = Instance.new("Sound", sp)
  3021. s2.SoundId = "rbxassetid://163619849"
  3022. s2.Pitch = 1.1
  3023. local s4 = Instance.new("Sound", sp)
  3024. s4.SoundId = "rbxassetid://180120107"
  3025. s4.Pitch = 0.9
  3026. for i = 1, 5 do
  3027. local s3 = Instance.new("Sound", sp)
  3028. s3.SoundId = "rbxassetid://206083107"
  3029. s3.Pitch = pitches[rand(1, #pitches)]
  3030. lrs:wait()
  3031. s3:Play()
  3032. for i = 0, 360, 35 do
  3033. spawn(function()
  3034.  
  3035. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  3036. end
  3037. )
  3038. MagDmg(hitbox2, 5, 5, function(chr, h)
  3039.  
  3040. if debhet2 == false then
  3041. debhet2 = true
  3042. local crit = false
  3043. do
  3044. ypcall(function()
  3045.  
  3046. chr.Health:Destroy()
  3047. end
  3048. )
  3049. local d = rand()
  3050. if d > 0.95 then
  3051. crit = true
  3052. dot = true
  3053. end
  3054. delay(0.5, function()
  3055.  
  3056. debhet2 = false
  3057. end
  3058. )
  3059. local damage = rand(5, 8)
  3060. if crit then
  3061. damage = damage + rand(5, 15)
  3062. end
  3063. h.Health = h.Health - (damage)
  3064. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3065. if dot == true then
  3066. do
  3067. spawn(function()
  3068.  
  3069. for i = 1, rand(5, 12) do
  3070. h.Health = h.Health - damage / 4
  3071. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3072. wait(0.8)
  3073. end
  3074. end
  3075. )
  3076. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3077.  
  3078. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  3079.  
  3080. end
  3081. end
  3082. end
  3083. end
  3084. end
  3085. )
  3086. MagDmg(hitbox1, 5, 5, function(chr, h)
  3087.  
  3088. ypcall(function()
  3089.  
  3090. chr.Health:Destroy()
  3091. end
  3092. )
  3093. if debhet1 == false then
  3094. debhet1 = true
  3095. local crit = false
  3096. do
  3097. local d = rand()
  3098. if d > 0.98 then
  3099. warn("crit(" .. d .. ")")
  3100. crit = true
  3101. dot = true
  3102. end
  3103. delay(0.5, function()
  3104.  
  3105. debhet1 = false
  3106. end
  3107. )
  3108. local damage = rand(5, 8)
  3109. if crit then
  3110. damage = damage + rand(5, 15)
  3111. end
  3112. h.Health = h.Health - (damage)
  3113. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3114. if dot == true then
  3115. do
  3116. spawn(function()
  3117.  
  3118. for i = 1, rand(5, 12) do
  3119. h.Health = h.Health - damage / 4
  3120. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3121. wait(0.8)
  3122. end
  3123. end
  3124. )
  3125. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3126.  
  3127. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_STMT
  3128.  
  3129. end
  3130. end
  3131. end
  3132. end
  3133. end
  3134. )
  3135. local animspd = 0.25
  3136. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(15), math.rad(i), 0), 0.3)
  3137. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3138. law.C0 = lerp(law.C0, cf(-2, -1, 0) * ang(0, 0, -rad(90)), animspd)
  3139. raw.C0 = lerp(raw.C0, cf(2, -1, 0) * ang(0, 0, rad(90)), animspd)
  3140. rlw.C0 = clerp(rlw.C0, cf(-rad(8), 0, 0) * ang(0, 0, rad(8)), animspd)
  3141. llw.C0 = clerp(llw.C0, cf(rad(8), 0, 0) * ang(0, 0, -rad(8)), animspd)
  3142. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(45), 0), animspd)
  3143. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), animspd)
  3144. lrs:wait()
  3145. end
  3146. end
  3147. hum.WalkSpeed = 1
  3148. s2:Play()
  3149. ds = false
  3150. end
  3151. )
  3152. BindKey("Blade Spear", "f", function(AttackName, Key)
  3153. if ds then
  3154. return
  3155. end
  3156. local fb = NewFXBox()
  3157. ds = true
  3158. local s1 = Instance.new("Sound", sp)
  3159. s1.SoundId = "rbxassetid://215395236"
  3160. s1.Pitch = 1.5
  3161. s1.Volume = 1
  3162. local s2 = Instance.new("Sound", sp)
  3163. s2.SoundId = "rbxassetid://134012322"
  3164. s2.Pitch = 1
  3165. s2.Volume = 1
  3166. local s3 = Instance.new("Sound", sp)
  3167. s3.SoundId = "rbxassetid://186772924"
  3168. s3.Pitch = 0.75
  3169. s3.Volume = 1
  3170. local s4 = Instance.new("Sound", sp)
  3171. s4.SoundId = "rbxassetid://282061340"
  3172. s4.Pitch = 0.75
  3173. s4.Volume = 1
  3174. wait()
  3175. for i = 0, 15 do
  3176. local animspd = 0.25
  3177. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  3178. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  3179. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3180. raw.C0 = lerp(raw.C0, cf(1.15, 0.5, -1.75) * ang(rad(90), 0, rad(60)), animspd)
  3181. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3182. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3183. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3184. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(77.5)), animspd)
  3185. lrs:wait()
  3186. end
  3187. s1:Play()
  3188. for i = 0, 15 do
  3189. do
  3190. local animspd = 0.25
  3191. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  3192. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  3193. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3194. raw.C0 = lerp(raw.C0, cf(0.05, 0.5, -1.25) * ang(rad(90), 0, rad(10)), animspd)
  3195. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3196. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3197. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3198. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(160), rad(77.5)), animspd)
  3199. lrs:wait()
  3200. end
  3201. end
  3202. h2w:Destroy()
  3203. handle2.Anchored = true
  3204. local weld = Instance.new("Weld", fb)
  3205. weld.Part0 = HumanoidRootPart
  3206. weld.Part1 = handle2
  3207. weld.C1 = handle2.CFrame:inverse() * HumanoidRootPart.CFrame * ang(0, rad(7), -rad(5))
  3208. weld.Name = "W"
  3209. handle2.Anchored = false
  3210. local val, val2 = 0, 0
  3211. do
  3212. local debhet = false
  3213. s2:Play()
  3214. do
  3215. for i = 0, 3.75 do
  3216. MagDmg(hitbox2, 8, 15, function(chr, h)
  3217. if debhet == false then
  3218. debhet = true
  3219. ypcall(function()
  3220. chr.Health:Destroy()
  3221. end
  3222. )
  3223. local crit = false
  3224. do
  3225. local d = rand()
  3226. if d > 0.65 then
  3227. crit = true
  3228. dot = true
  3229. end
  3230. delay(0.01, function()
  3231.  
  3232. debhet = false
  3233. end
  3234. )
  3235. local damage = rand(7, 16)
  3236. if crit then
  3237. damage = damage + rand(5, 15)
  3238. end
  3239. h.Health = h.Health - (damage) + 2
  3240. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3241. if dot == true then
  3242. do
  3243. spawn(function()
  3244.  
  3245. for i = 1, rand(2, 6) do
  3246. h.Health = h.Health - damage / 4 + 2
  3247. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3248. wait(rand(0.8, 2.5))
  3249. end
  3250. end
  3251. )
  3252. end
  3253. end
  3254. end
  3255. end
  3256. end
  3257. )
  3258. val = val + 4
  3259. local animspd = 0.5
  3260. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  3261. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), rad(20), 0), animspd)
  3262. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(20), 0), animspd)
  3263. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3264. raw.C0 = lerp(raw.C0, cf(-0.5, 0.5, -0.1) * ang(rad(90), 0, -rad(60)), animspd)
  3265. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3266. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3267. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3268. lrs:wait()
  3269. end
  3270. end
  3271. hum.WalkSpeed = 0
  3272. torso.Anchored = true
  3273. for i = 1, 5, 0.25 do
  3274. local animspd = 0.2
  3275. val = val + 1
  3276. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  3277. local pe = Instance.new("Part", fb)
  3278. pe.Anchored = true
  3279. pe.Transparency = 0.65
  3280. pe.CanCollide = false
  3281. pe.Size = vec3(0.6, 0.6, 0.6)
  3282. pe.TopSurface = 0
  3283. pe.Color = bc("Magenta").Color
  3284. pe.CFrame = handle2.CFrame * cf(1 * -i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  3285. spawn(function()
  3286. for i = 0, 0.35, 0.05 do
  3287. pe.Transparency = 0.65 + i
  3288. lrs:wait()
  3289. end
  3290. pe:Destroy()
  3291. end
  3292. )
  3293. lrs:wait()
  3294. end
  3295. for i = 1, 7, 0.25 do
  3296. local animspd = 0.2
  3297. local pe = Instance.new("Part", fb)
  3298. pe.Anchored = true
  3299. pe.Transparency = 1
  3300. pe.CanCollide = false
  3301. pe.Size = vec3(1.5, 1.5, 1.5)
  3302. pe.TopSurface = 0
  3303. pe.Color = bc("Royal purple").Color
  3304. pe.CFrame = handle2.CFrame * cf(-2 + i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  3305. local weld2 = Instance.new("Weld", Character)
  3306. weld2.Part0 = pe
  3307. weld2.Part1 = handle2
  3308. weld2.C1 = handle2.CFrame:inverse() * pe.CFrame
  3309. weld2.Name = "W2"
  3310. spawn(function()
  3311.  
  3312. for i = 0, 1, 0.05 do
  3313. pe.Transparency = 1.65 - i
  3314. lrs:wait()
  3315. end
  3316. end
  3317. )
  3318. delay(1.5, function()
  3319.  
  3320. for i = 0, 1, 0.05 do
  3321. pe.Transparency = i
  3322. lrs:wait()
  3323. end
  3324. pe:Destroy()
  3325. weld2:Destroy()
  3326. end
  3327. )
  3328. lrs:wait()
  3329. end
  3330. s3:Play()
  3331. lrs:wait()
  3332. local p1 = Instance.new("Part", fb)
  3333. p1.Anchored = true
  3334. p1.Transparency = 1
  3335. p1.CanCollide = false
  3336. p1.Size = vec3(12, 12, 12)
  3337. p1.TopSurface = 0
  3338. p1.Color = bc("Royal purple").Color
  3339. p1.CFrame = handle2.CFrame * ang(rad(90), rad(0), rad(90)) * cf(0, -2, 0)
  3340. local me1 = Instance.new("SpecialMesh", p1)
  3341. me1.MeshType = "FileMesh"
  3342. me1.MeshId = "rbxassetid://3270017"
  3343. me1.Scale = vec3(1.5, 10, 1.5)
  3344. local p2 = Instance.new("Part", fb)
  3345. p2.Anchored = true
  3346. p2.Transparency = 1
  3347. p2.CanCollide = false
  3348. p2.Size = vec3(1.5, 3, 1.5)
  3349. p2.TopSurface = 0
  3350. p2.Color = bc("Royal purple").Color
  3351. p2.CFrame = handle2.CFrame * ang(0, rad(0), rad(90)) * cf(0, -2, 0)
  3352. local me2 = Instance.new("SpecialMesh", p2)
  3353. me2.MeshType = "FileMesh"
  3354. me2.MeshId = "rbxassetid://3270017"
  3355. me2.Scale = vec3(1.5, 10, 1.5)
  3356. torso.Anchored = false
  3357. delay(0.1, function()
  3358. ds = false
  3359. end
  3360. )
  3361. for i = 0, 1, 0.05 do
  3362. p1.Transparency = 1 - i
  3363. lrs:wait()
  3364. end
  3365. handle2.Anchored = true
  3366. m2.Parent = nil
  3367. for i = 0, 1, 0.025 do
  3368. p1.CFrame = p1.CFrame * ang(0, rad(5), 0)
  3369. lrs:wait()
  3370. end
  3371. for i = 0, 1, 0.05 do
  3372. p1.Transparency = i
  3373. lrs:wait()
  3374. end
  3375. p1:Destroy()
  3376. p2:Destroy()
  3377. for i,v in pairs(m:children()) do
  3378. v.Transparency = 1
  3379. end
  3380. m2.Parent = Character
  3381. h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  3382. h2w.C0 = cf(0, 0, 0) * ang(rad(0), 0, -rad(180))
  3383. handle2.Anchored = false
  3384. delay(0.75, function()
  3385.  
  3386. s4:Play()
  3387. end
  3388. )
  3389. for i,v in pairs(m:children()) do
  3390. spawn(function()
  3391.  
  3392. for i = 0, 5, 0.1 do
  3393. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  3394. v.Transparency = 5 - i
  3395. lrs:wait()
  3396. end
  3397. end
  3398. end
  3399. )
  3400. for i_,v_ in pairs(m:children()) do
  3401. spawn(function()
  3402.  
  3403. for i = 0, 5, 0.1 do
  3404. if v_.Name ~= "TrailBox" and v_.Name ~= "HitBox" and v_:IsA("BasePart") then
  3405. v_.Transparency = 5 - i
  3406. lrs:wait()
  3407. end
  3408. end
  3409. end
  3410. )
  3411. end
  3412. end
  3413. wait(0.25)
  3414. fb:Destroy()
  3415. dkd = false
  3416. end
  3417. end
  3418. )
  3419. BindKey("Sit", "z", function(AttackName, Key)
  3420. ds = true
  3421. hum.WalkSpeed = 2
  3422. for i = 0, 1, 0.03 do
  3423. local animspd = 0.2
  3424. torw.C0 = clerp(torw.C0, CFrame.new(0.0734259486, -1.07769084, 0.591883659, 0.921220124, 0.374676734, -0.10474202, -0.159497008, 0.609295309, 0.776736736, 0.354844034, -0.698839426, 0.621054947) * ang(0, 0, 0), animspd)
  3425. hedw.C0 = clerp(hedw.C0, CFrame.new(-0.122578576, -0.0169298649, -0.356238186, 0.991444886, -2.98023224e-08, -0.130526453, -0.0337826014, 0.965926051, -0.256603986, 0.126078874, 0.258818179, 0.957662463) * ang(0, 0, 0), animspd)
  3426. law.C0 = clerp(law.C0, CFrame.new(-0.392519593, -0.30513835, -0.272547394, 0.923879862, 0.38268286, -2.38418579e-07, -0.36964336, 0.89239943, -0.258818567, -0.099045217, 0.239117295, 0.965926051) * ang(0, 0, 0), animspd)
  3427. raw.C0 = clerp(raw.C0, CFrame.new(0.469016552, -0.646901846, -1.26597059, 0.811113179, -0.464953005, 0.354844034, 0.560471714, 0.444404036, -0.698839426, 0.167233378, 0.765717924, 0.621054947) * ang(0, 0, 0), animspd)
  3428. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.359871984, 0.707089186, 0.157295704, 0.921220124, -0.271241635, 0.278893471, 0.374676734, 0.811566949, -0.448304027, -0.10474202, 0.517481565, 0.849259734) * ang(0, 0, 0), animspd)
  3429. llw.C0 = clerp(llw.C0, CFrame.new(0.0101166964, -0.0557525158, -0.912290573, 1.00000012, 2.98023224e-08, 1.49011612e-08, -4.47034836e-08, 0.953716874, 0.30070588, -1.49011612e-08, -0.30070591, 0.953717053) * ang(0, 0, 0), animspd)
  3430. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3431. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3432. lrs:wait()
  3433. end
  3434. hum.WalkSpeed = 0
  3435. delay(1.5, function()
  3436. hum.WalkSpeed = 8
  3437. end
  3438. )
  3439. repeat
  3440. local animspd = 0.3
  3441. torw.C0 = clerp(torw.C0, CFrame.new(0, -1.91698706, 0.27142334, 1, 0, 0, 0, 0.76604414, -0.642788053, 0, 0.642788053, 0.76604414) * ang(0, 0, 0), animspd)
  3442. hedw.C0 = clerp(hedw.C0, CFrame.new(0, -0.0828192234, 0.134720802, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012) * ang(0, 0, 0), animspd)
  3443. law.C0 = clerp(law.C0, CFrame.new(-0.390914202, -0.17002362, 0.809981823, 0.939692616, 0.342020124, 0, -0.208208516, 0.572048187, 0.793353736, 0.271342933, -0.745508611, 0.608761013) * ang(0, 0, 0), animspd)
  3444. raw.C0 = clerp(raw.C0, CFrame.new(0.340461493, -0.170115292, 0.809848785, 0.939692974, -0.34201932, 4.22700623e-07, 0.208207637, 0.572048366, 0.793353915, -0.271342605, -0.745508909, 0.608760834) * ang(0, 0, 0), animspd)
  3445. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.271476805, -0.740630507, 0.567320943, 0.976296008, -0.21643962, 0, 0.139124796, 0.627551377, -0.76604414, 0.1658023, 0.747885823, 0.642787993) * ang(0, 0, 0), animspd)
  3446. llw.C0 = clerp(llw.C0, CFrame.new(0.171023369, -0.740502715, 0.56757009, 0.976296365, 0.21643807, 0, -0.139123812, 0.627551615, -0.76604414, -0.165801108, 0.747886121, 0.642788053) * ang(0, 0, 0), animspd)
  3447. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3448. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3449. lrs:wait()
  3450. until State ~= "Idle"
  3451. hum.WalkSpeed = 0
  3452. for i = 0, 1, 0.03 do
  3453. local animspd = 0.2
  3454. torw.C0 = clerp(torw.C0, CFrame.new(0.0734259486, -1.07769084, 0.591883659, 0.921220124, 0.374676734, -0.10474202, -0.159497008, 0.609295309, 0.776736736, 0.354844034, -0.698839426, 0.621054947) * ang(0, 0, 0), animspd)
  3455. hedw.C0 = clerp(hedw.C0, CFrame.new(-0.122578576, -0.0169298649, -0.356238186, 0.991444886, -2.98023224e-08, -0.130526453, -0.0337826014, 0.965926051, -0.256603986, 0.126078874, 0.258818179, 0.957662463) * ang(0, 0, 0), animspd)
  3456. law.C0 = clerp(law.C0, CFrame.new(-0.392519593, -0.30513835, -0.272547394, 0.923879862, 0.38268286, -2.38418579e-07, -0.36964336, 0.89239943, -0.258818567, -0.099045217, 0.239117295, 0.965926051) * ang(0, 0, 0), animspd)
  3457. raw.C0 = clerp(raw.C0, CFrame.new(0.469016552, -0.646901846, -1.26597059, 0.811113179, -0.464953005, 0.354844034, 0.560471714, 0.444404036, -0.698839426, 0.167233378, 0.765717924, 0.621054947) * ang(0, 0, 0), animspd)
  3458. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.359871984, 0.707089186, 0.157295704, 0.921220124, -0.271241635, 0.278893471, 0.374676734, 0.811566949, -0.448304027, -0.10474202, 0.517481565, 0.849259734) * ang(0, 0, 0), animspd)
  3459. llw.C0 = clerp(llw.C0, CFrame.new(0.0101166964, -0.0557525158, -0.912290573, 1.00000012, 2.98023224e-08, 1.49011612e-08, -4.47034836e-08, 0.953716874, 0.30070588, -1.49011612e-08, -0.30070591, 0.953717053) * ang(0, 0, 0), animspd)
  3460. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3461. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3462. lrs:wait()
  3463. end
  3464. ds = false
  3465. end
  3466. )
  3467. BindKey("Lay Down", "c", function(AttackName, Key)
  3468. ds = true
  3469. hum.WalkSpeed = 2
  3470. for i = 0, 1, 0.03 do
  3471. local animspd = 0.2
  3472. torw.C0 = clerp(torw.C0, CFrame.new(0.0734259486, -1.07769084, 0.591883659, 0.921220124, 0.374676734, -0.10474202, -0.159497008, 0.609295309, 0.776736736, 0.354844034, -0.698839426, 0.621054947) * ang(0, 0, 0), animspd)
  3473. hedw.C0 = clerp(hedw.C0, CFrame.new(-0.122578576, -0.0169298649, -0.356238186, 0.991444886, -2.98023224e-08, -0.130526453, -0.0337826014, 0.965926051, -0.256603986, 0.126078874, 0.258818179, 0.957662463) * ang(0, 0, 0), animspd)
  3474. law.C0 = clerp(law.C0, CFrame.new(-0.392519593, -0.30513835, -0.272547394, 0.923879862, 0.38268286, -2.38418579e-07, -0.36964336, 0.89239943, -0.258818567, -0.099045217, 0.239117295, 0.965926051) * ang(0, 0, 0), animspd)
  3475. raw.C0 = clerp(raw.C0, CFrame.new(0.469016552, -0.646901846, -1.26597059, 0.811113179, -0.464953005, 0.354844034, 0.560471714, 0.444404036, -0.698839426, 0.167233378, 0.765717924, 0.621054947) * ang(0, 0, 0), animspd)
  3476. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.359871984, 0.707089186, 0.157295704, 0.921220124, -0.271241635, 0.278893471, 0.374676734, 0.811566949, -0.448304027, -0.10474202, 0.517481565, 0.849259734) * ang(0, 0, 0), animspd)
  3477. llw.C0 = clerp(llw.C0, CFrame.new(0.0101166964, -0.0557525158, -0.912290573, 1.00000012, 2.98023224e-08, 1.49011612e-08, -4.47034836e-08, 0.953716874, 0.30070588, -1.49011612e-08, -0.30070591, 0.953717053) * ang(0, 0, 0), animspd)
  3478. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3479. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3480. lrs:wait()
  3481. end
  3482. hum.WalkSpeed = 0
  3483. delay(1.5, function()
  3484.  
  3485. hum.WalkSpeed = 8
  3486. end
  3487. )
  3488. repeat
  3489. local animspd = 0.2
  3490. torw.C0 = clerp(torw.C0, CFrame.new(0, -2.47821784, 0.499558449, 1, 0, 0, 0, 0.0436210111, -0.999048233, 0, 0.999048233, 0.0436210148) * ang(0, 0, 0), animspd)
  3491. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.231482744, 0.17876941, 1, 0, 0, 0, 0.923879504, 0.382683724, 0, -0.382683724, 0.923879504) * ang(0, 0, 0), animspd)
  3492. law.C0 = clerp(law.C0, CFrame.new(0.685811996, 1.17431498, 0.0763368756, 0.923879623, -0.373611987, -0.0828278661, -0.382683128, -0.901980102, -0.199964315, -2.98023224e-08, 0.216439784, -0.976296127) * ang(0, 0, 0), animspd)
  3493. raw.C0 = clerp(raw.C0, CFrame.new(-0.578729153, 0.838823795, 0.111681841, 0.819151878, 0.573576689, -8.70478743e-07, 0.57303077, -0.818372488, -0.0436173975, -0.0250186287, 0.0357287712, -0.999048412) * ang(0, 0, 0), animspd)
  3494. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.338772655, -1.24918079, 1, 0, 0, 0, 0.887010515, 0.461749405, 0, -0.461749405, 0.887010515) * ang(0, 0, 0), animspd)
  3495. llw.C0 = clerp(llw.C0, CFrame.new(0, 2.14576721e-06, -4.04566526e-06, 1, 0, 0, 0, 1.00000012, 3.7252903e-09, 0, 3.7252903e-09, 1.00000012) * ang(0, 0, 0), animspd)
  3496. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, -rad(90)), animspd)
  3497. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  3498. lrs:wait()
  3499. until State ~= "Idle"
  3500. hum.WalkSpeed = 0
  3501. for i = 0, 1, 0.03 do
  3502. local animspd = 0.2
  3503. torw.C0 = clerp(torw.C0, CFrame.new(0.0734259486, -1.07769084, 0.591883659, 0.921220124, 0.374676734, -0.10474202, -0.159497008, 0.609295309, 0.776736736, 0.354844034, -0.698839426, 0.621054947) * ang(0, 0, 0), animspd)
  3504. hedw.C0 = clerp(hedw.C0, CFrame.new(-0.122578576, -0.0169298649, -0.356238186, 0.991444886, -2.98023224e-08, -0.130526453, -0.0337826014, 0.965926051, -0.256603986, 0.126078874, 0.258818179, 0.957662463) * ang(0, 0, 0), animspd)
  3505. law.C0 = clerp(law.C0, CFrame.new(-0.392519593, -0.30513835, -0.272547394, 0.923879862, 0.38268286, -2.38418579e-07, -0.36964336, 0.89239943, -0.258818567, -0.099045217, 0.239117295, 0.965926051) * ang(0, 0, 0), animspd)
  3506. raw.C0 = clerp(raw.C0, CFrame.new(0.469016552, -0.646901846, -1.26597059, 0.811113179, -0.464953005, 0.354844034, 0.560471714, 0.444404036, -0.698839426, 0.167233378, 0.765717924, 0.621054947) * ang(0, 0, 0), animspd)
  3507. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.359871984, 0.707089186, 0.157295704, 0.921220124, -0.271241635, 0.278893471, 0.374676734, 0.811566949, -0.448304027, -0.10474202, 0.517481565, 0.849259734) * ang(0, 0, 0), animspd)
  3508. llw.C0 = clerp(llw.C0, CFrame.new(0.0101166964, -0.0557525158, -0.912290573, 1.00000012, 2.98023224e-08, 1.49011612e-08, -4.47034836e-08, 0.953716874, 0.30070588, -1.49011612e-08, -0.30070591, 0.953717053) * ang(0, 0, 0), animspd)
  3509. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3510. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3511. lrs:wait()
  3512. end
  3513. ds = false
  3514. end
  3515. )
  3516. BindKey("Custom Jump", " ", function(AttackName, Key)
  3517.  
  3518. if CanJump == false then
  3519. return
  3520. end
  3521. --[[if not IsLanded then
  3522. return
  3523. end]]
  3524. CanJump = false
  3525. delay(5, function()
  3526.  
  3527. CanJump = true
  3528. end
  3529. )
  3530. ds = true
  3531. hum.WalkSpeed = 2
  3532. local s1 = Instance.new("Sound", sp)
  3533. s1.SoundId = "rbxassetid://142070127"
  3534. s1.Pitch = 1.15
  3535. s1.Volume = 1
  3536. local s2 = Instance.new("Sound", sp)
  3537. s2.SoundId = "rbxassetid://157878578"
  3538. s2.Pitch = 1.15
  3539. s2.Volume = 1
  3540. local s3 = Instance.new("Sound", sp)
  3541. s3.SoundId = "rbxassetid://180204562"
  3542. s3.Pitch = 1.15
  3543. s3.Volume = 1
  3544. local s5 = Instance.new("Sound", sp)
  3545. s5.SoundId = "rbxassetid://222942614"
  3546. s5.Pitch = 1
  3547. s5.Volume = 1
  3548. local s4 = Instance.new("Sound", sp)
  3549. s4.SoundId = "rbxassetid://244578911"
  3550. s4.Pitch = 2
  3551. s4.Volume = 0.1
  3552. s4.Looped = true
  3553. wait()
  3554. s3:Play()
  3555. delay(0.5, function()
  3556.  
  3557. s4:Play()
  3558. end
  3559. )
  3560. local fb = NewFXBox()
  3561. for i = 0, 1, 0.05 do
  3562. local animspd = 0.3
  3563. torw.C0 = clerp(torw.C0, CFrame.new(0, -0.688065529, -0.19135952, 1, 0, 0, 0, 0.9238801, 0.382682055, 0, -0.382682055, 0.9238801) * ang(0, 0, 0), animspd)
  3564. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.127452612, 0.203455865, 1, 0, 0, 0, 0.965925694, 0.258819848, 0, -0.258819848, 0.965925694) * ang(0, 0, 0), animspd)
  3565. law.C0 = clerp(law.C0, CFrame.new(0.405900359, 0.622551918, 0.37040484, 0.737276912, -0.675590754, 1.06186019e-06, 0.17485714, 0.19082129, -0.965925574, 0.652570188, 0.712154806, 0.258819938) * ang(0, 0, 0), animspd)
  3566. raw.C0 = clerp(raw.C0, CFrame.new(-9.53674316e-07, 0.0237717628, 0.334566593, 1, 0, 0, 0, 0.819152832, 0.573575437, 0, -0.573575437, 0.819152832) * ang(0, 0, 0), animspd)
  3567. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.591989636, 0.139762461, 1, 0, 0, 0, 0.906307757, -0.422618419, 0, 0.422618419, 0.906307757) * ang(0, 0, 0), animspd)
  3568. llw.C0 = clerp(llw.C0, CFrame.new(1.04308128e-06, -0.277914524, -0.890877604, 1, 0, 0, 0, 0.793353081, 0.608761728, 0, -0.608761728, 0.793353081) * ang(0, 0, 0), animspd)
  3569. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(55), -rad(90)), animspd)
  3570. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3571. lrs:wait()
  3572. end
  3573. local per = Instance.new("Part", fb)
  3574. per.CanCollide = false
  3575. ReSurface(per, 10)
  3576. per.Transparency = 0.5
  3577. per.Material = "Granite"
  3578. per.Anchored = true
  3579. per.BrickColor = bc("Royal purple")
  3580. per.Size = vec3(4, 0.2, 4)
  3581. per.CFrame = cf(Torso.CFrame.p) * cf(0, -3, 0) * ang(rad(90), 0, 0)
  3582. local me1 = Instance.new("SpecialMesh", per)
  3583. me1.MeshType = "FileMesh"
  3584. me1.MeshId = "rbxassetid://3270017"
  3585. me1.Scale = vec3(1, 1, 1)
  3586. spawn(function()
  3587.  
  3588. local mx, it = 1, 0.05
  3589. for i = 0, mx + it, it do
  3590. me1.Scale = me1.Scale + vec3(2, 2, 2)
  3591. per.Transparency = 0.5 + i
  3592. lrs:wait()
  3593. end
  3594. end
  3595. )
  3596. s5:Play()
  3597. local bv = Instance.new("BodyVelocity", HumanoidRootPart)
  3598. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3599. bv.Velocity = Vector3.new(0, 150, 0)
  3600. spawn(function()
  3601.  
  3602. wait()
  3603. bv:Destroy()
  3604. end
  3605. )
  3606. hum.WalkSpeed = 250
  3607. local int = 0
  3608. local ting = 0
  3609. do
  3610. do
  3611. for i = 0, 1, 0.05 do
  3612. if i < 0.9 then
  3613. ting = ting + 0.25
  3614. if ting >= 1 then
  3615. ting = 0
  3616. BodyTrail(0, "Magenta")
  3617. end
  3618. local p = Instance.new("Part", fb)
  3619. p.Size = Vector3.new(3, 3, 3)
  3620. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  3621. local setp = HumanoidRootPart.CFrame * CFrame.new(0, 2, 0):inverse() * anglez
  3622. p.CFrame = setp
  3623. p.CanCollide = false
  3624. p.Anchored = true
  3625. p.Material = "Granite"
  3626. p.Color = BrickColor.new("Magenta").Color
  3627. game.Debris:AddItem(p, 4)
  3628. spawn(function()
  3629.  
  3630. for i = 0, 1, 0.05 do
  3631. p.Size = p.Size + Vector3.new(0.5, 0.5, 0.5)
  3632. p.CFrame = setp
  3633. p.Transparency = i
  3634. lrs:wait()
  3635. end
  3636. p:Destroy()
  3637. end
  3638. )
  3639. end
  3640. do
  3641. int = int + 36
  3642. do
  3643. local animspd = 0.2
  3644. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, rad(int), 0), animspd)
  3645. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.051027298, -0.188228667, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872) * ang(0, 0, 0), animspd)
  3646. law.C0 = lerp(law.C0, CFrame.new(0.309529305, 0.494719565, 0.188925743, 0.939692855, -0.342019558, -8.41849669e-07, 0.0298099965, 0.081900008, 0.99619472, -0.340717971, -0.936117053, 0.0871564522) * ang(0, 0, 0), animspd)
  3647. raw.C0 = clerp(raw.C0, CFrame.new(-0.485822797, 0.499988556, -0.275978863, 0.923879743, 0.38268292, 0, 0, 0, -1, -0.38268292, 0.923879743, 0) * ang(0, 0, 0), animspd)
  3648. rlw.C0 = clerp(rlw.C0, CFrame.new(-3.09944153e-06, 0.162638426, -1.09523427, 1, 0, 0, 0, 0.906308293, 0.422617137, 0, -0.422617137, 0.906308293) * ang(0, 0, 0), animspd)
  3649. llw.C0 = clerp(llw.C0, CFrame.new(-2.14576721e-06, -0.00759673119, -0.174313933, 1, 0, 0, 0, 0.996194661, 0.0871569663, 0, -0.0871569663, 0.996194661) * ang(0, 0, 0), animspd)
  3650. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(-rad(45), 0, 0), animspd)
  3651. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(rad(45), 0, 0), animspd)
  3652. lrs:wait()
  3653. -- DECOMPILER ERROR at PC693: LeaveBlock: unexpected jumping out DO_STMT
  3654.  
  3655. end
  3656. end
  3657. end
  3658. end
  3659. hum.WalkSpeed = 30
  3660. local ting2 = 0
  3661. repeat
  3662. ting2 = ting2 + 0.25
  3663. if ting2 >= 1 then
  3664. ting2 = 0
  3665. BodyTrail(0, "Institutional white")
  3666. end
  3667. local animspd = 0.3
  3668. torw.C0 = lerp(torw.C0, CFrame.new(0, 0, 0) * ang(0, 0, 0), animspd)
  3669. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.00565493107, -0.130732462, 1, 0, 0, 0, 0.99619478, -0.0871549696, 0, 0.087154977, 0.99619478) * ang(0, 0, 0), animspd)
  3670. law.C0 = lerp(law.C0, CFrame.new(-1.04904175e-05, 1.15000439, -0.349998474, 1, 0, 0, 0, -0.6755898, -0.737277806, 0, 0.737277806, -0.6755898) * ang(0, 0, 0), animspd)
  3671. raw.C0 = lerp(raw.C0, CFrame.new(-0.000442504883, 1.14998817, -0.350416183, 1, 0, 0, 0, -0.675590217, -0.737277329, 0, 0.737277329, -0.675590217) * ang(0, 0, 0), animspd)
  3672. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.374032259, -1.07349765, 1, 0, 0, 0, 0.887011111, 0.461748064, 0, -0.461748064, 0.887011111) * ang(0, 0, 0), animspd)
  3673. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3674. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3675. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3676. lrs:wait()
  3677. until IsLanded == true
  3678. s4:Stop()
  3679. s1:Play()
  3680. s2:Play()
  3681. hum.WalkSpeed = 0
  3682. for Index,Player in next do
  3683. if Player:FindFirstChild("Humanoid") then
  3684. local h = Player.Humanoid
  3685. h.PlatformStand = true
  3686. ypcall(function()
  3687.  
  3688. chr.Health:Destroy()
  3689. end
  3690. )
  3691. local bv = Instance.new("BodyVelocity", h.Parent.HumanoidRootPart)
  3692. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3693. local rn = 60
  3694. bv.Velocity = Vector3.new(rand(-rn, rn), rand(15, 40), rand(-rn, rn))
  3695. spawn(function()
  3696.  
  3697. wait()
  3698. bv:Destroy()
  3699. end
  3700. )
  3701. local crit = false
  3702. local d = rand()
  3703. if d > 0.85 then
  3704. crit = true
  3705. dot = true
  3706. end
  3707. local damage = rand(25, 35)
  3708. if crit then
  3709. damage = damage + rand(5, 15)
  3710. end
  3711. h.Health = h.Health - (damage) + 2
  3712. showDamage(h.Parent.HumanoidRootPart, tostring(damage), 1, "Royal purple")
  3713. if dot == true then
  3714. spawn(function()
  3715.  
  3716. for i = 1, rand(2, 6) do
  3717. h.Health = h.Health - damage / 4 + 2
  3718. showDamage(h.Parent.HumanoidRootPart, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3719. wait(rand(0.8, 2.5))
  3720. end
  3721. end
  3722. )
  3723. end
  3724. end
  3725. end
  3726. spawn(function()
  3727.  
  3728. local origin = HumanoidRootPart.CFrame
  3729. for i = 1, 4 do
  3730. local p = Instance.new("Part", fb)
  3731. do
  3732. p.Size = Vector3.new(3, 3, 3)
  3733. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  3734. local setp = origin * cf(0, 2, 0):inverse() * anglez
  3735. p.CFrame = setp
  3736. p.CanCollide = false
  3737. p.Anchored = true
  3738. p.Material = "Granite"
  3739. p.Color = BrickColor.new("Magenta").Color
  3740. local otp = p.Touched:connect(function(hit)
  3741.  
  3742. if not hit:IsDescendantOf(Character) and not hit.Parent:FindFirstChild("Humanoid") and hit.Name ~= "Base" and hit.Name ~= "Wall" then
  3743. print(hit.Name)
  3744. hit.Anchored = false
  3745. hit:BreakJoints()
  3746. wait()
  3747. local bv = Instance.new("BodyVelocity", hit)
  3748. do
  3749. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3750. bv.Velocity = Vector3.new(rand(-150, 150), rand(-150, 150), rand(-150, 150))
  3751. spawn(function()
  3752.  
  3753. wait()
  3754. bv:Destroy()
  3755. end
  3756. )
  3757. end
  3758. end
  3759. end
  3760. )
  3761. spawn(function()
  3762.  
  3763. for i = 0, 1.05, 0.05 do
  3764. p.Transparency = i
  3765. p.Size = p.Size + vec3(0.5, 0.5, 0.5)
  3766. p.CFrame = setp * ang(rad(i * 3), rad(i * 3), rad(i * 3))
  3767. lrs:wait()
  3768. end
  3769. otp:disconnect()
  3770. p:Destroy()
  3771. end
  3772. )
  3773. end
  3774. end
  3775. end
  3776. )
  3777. for i = 0, 1, 0.05 do
  3778. local animspd = 0.2
  3779. torw.C0 = clerp(torw.C0, CFrame.new(-9.53674316e-07, -0.940428734, -0.286800385, 1, 0, 0, 0, 0.819152594, 0.573575675, 0, -0.573575675, 0.819152594) * ang(0, 0, 0), animspd)
  3780. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.153496861, 0.154758215, 1, 0, 0, 0, 0.965925753, 0.258819431, 0, -0.258819431, 0.965925753) * ang(0, 0, 0), animspd)
  3781. law.C0 = clerp(law.C0, CFrame.new(-0.000436782837, 1.04063034, -0.613723755, 1, 0, 0, 0, -0.537298799, -0.843392015, 0, 0.843392015, -0.537298799) * ang(0, 0, 0), animspd)
  3782. raw.C0 = clerp(raw.C0, CFrame.new(-0.0504407883, 1.04063225, -0.613725662, 1, 0, 0, 0, -0.537298322, -0.843392372, 0, 0.843392372, -0.537298322) * ang(0, 0, 0), animspd)
  3783. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.965613842, 0.123298049, 1, 0, 0, 0, 0.819152594, -0.573575675, 0, 0.573575675, 0.819152594) * ang(0, 0, 0), animspd)
  3784. llw.C0 = clerp(llw.C0, CFrame.new(0, 0.116882801, -1.07864153, 1, 0, 0, 0, 0.843390703, 0.537300885, 0, -0.537300885, 0.843390703) * ang(0, 0, 0), animspd)
  3785. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3786. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3787. lrs:wait()
  3788. end
  3789. game.Debris:AddItem(fb, 10)
  3790. HandleSP(function(s)
  3791.  
  3792. s:Destroy()
  3793. end
  3794. )
  3795. ds = false
  3796. end
  3797. end
  3798. )
  3799. Attack1 = function()
  3800.  
  3801. ds = true
  3802. local sw = sounds:swing()
  3803. for i = 0, 1, 0.1 do
  3804. local animspd = 0.5
  3805. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, rad(55), 0), animspd)
  3806. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(55), 0), animspd)
  3807. law.C0 = lerp(law.C0, cf(-rad(25), 0.5, -1) * ang(rad(80), rad(20), -rad(25)), animspd)
  3808. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  3809. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  3810. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  3811. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(0), -rad(90)), animspd)
  3812. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), rad(25)), animspd)
  3813. lrs:wait()
  3814. end
  3815. sw:Play()
  3816. local debhet = false
  3817. for i = 0, 1, 0.1 do
  3818. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  3819. MagDmg(hitbox1, 5, 15, function(chr, h)
  3820.  
  3821. if debhet == false then
  3822. debhet = true
  3823. local crit = false
  3824. do
  3825. local d = rand()
  3826. if d > 0.8 then
  3827. crit = true
  3828. dot = true
  3829. end
  3830. delay(0.05, function()
  3831.  
  3832. debhet = false
  3833. end
  3834. )
  3835. local damage = rand(5, 12)
  3836. h.Health = h.Health - damage + 2
  3837. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3838. if dot == true then
  3839. do
  3840. spawn(function()
  3841.  
  3842. for i = 1, rand(2, 6) do
  3843. h.Health = h.Health - damage / 4 + 2
  3844. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3845. wait(rand(0.8, 2.5))
  3846. end
  3847. end
  3848. )
  3849. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3850.  
  3851. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3852.  
  3853. end
  3854. end
  3855. end
  3856. end
  3857. end
  3858. )
  3859. local animspd = 0.5
  3860. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, -rad(55), 0), animspd)
  3861. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(55), 0), animspd)
  3862. law.C0 = lerp(law.C0, cf(rad(45), 1, 0) * ang(rad(80), rad(20), rad(45)), animspd)
  3863. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  3864. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  3865. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  3866. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(60), -rad(90)), animspd)
  3867. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(195), rad(40)), animspd)
  3868. lrs:wait()
  3869. end
  3870. dkd = false
  3871. end
  3872.  
  3873. Attack2 = function()
  3874.  
  3875. ds = true
  3876. for i = 0, 1, 0.075 do
  3877. local animspd = 0.3
  3878. torw.C0 = clerp(torw.C0, CFrame.new(0, height + -0.316644907, -0.127640963, 1, 0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872), animspd)
  3879. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.00565731525, -0.13073346, 1, 0, 0, 0, 0.99619478, -0.0871558785, 0, 0.0871558785, 0.99619478), animspd)
  3880. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(rad(90), -rad(30), rad(30)), animspd)
  3881. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(rad(100), rad(30), -rad(30)), animspd)
  3882. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.357986093, -0.299931765, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872), animspd)
  3883. llw.C0 = clerp(llw.C0, CFrame.new(0, -0.220270157, -0.902203202, 1, 0, 0, 0, 0.819152355, 0.573576093, 0, -0.573576093, 0.819152355), animspd)
  3884. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  3885. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  3886. lrs:wait()
  3887. end
  3888. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 50
  3889. delay(0.1, function()
  3890.  
  3891. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 0
  3892. end
  3893. )
  3894. local debhet1, debhet = false, false
  3895. hum.WalkSpeed = 5
  3896. for i = 0, 1, 0.075 do
  3897. MagDmg(hitbox1, 5, 8, function(chr, h)
  3898.  
  3899. if debhet == false then
  3900. debhet = true
  3901. local crit = false
  3902. do
  3903. local d = rand()
  3904. if d > 0.9 then
  3905. crit = true
  3906. dot = true
  3907. end
  3908. delay(0.2, function()
  3909.  
  3910. debhet = false
  3911. end
  3912. )
  3913. local damage = rand(12, 18)
  3914. h.Health = h.Health - damage + 2
  3915. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3916. if dot == true then
  3917. do
  3918. spawn(function()
  3919.  
  3920. for i = 1, rand(2, 6) do
  3921. h.Health = h.Health - damage / 4 + 2
  3922. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3923. wait(rand(0.8, 2.5))
  3924. end
  3925. end
  3926. )
  3927. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3928.  
  3929. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3930.  
  3931. end
  3932. end
  3933. end
  3934. end
  3935. end
  3936. )
  3937. MagDmg(hitbox2, 5, 8, function(chr, h)
  3938.  
  3939. if debhet1 == false then
  3940. debhet1 = true
  3941. local crit = false
  3942. do
  3943. local d = rand()
  3944. if d > 0.9 then
  3945. crit = true
  3946. dot = true
  3947. end
  3948. delay(0.2, function()
  3949.  
  3950. debhet1 = false
  3951. end
  3952. )
  3953. local damage = rand(12, 18)
  3954. h.Health = h.Health - damage + 2
  3955. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3956. if dot == true then
  3957. do
  3958. spawn(function()
  3959.  
  3960. for i = 1, rand(2, 6) do
  3961. h.Health = h.Health - damage / 4 + 2
  3962. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3963. wait(rand(0.8, 2.5))
  3964. end
  3965. end
  3966. )
  3967. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3968.  
  3969. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3970.  
  3971. end
  3972. end
  3973. end
  3974. end
  3975. end
  3976. )
  3977. local animspd = 0.3
  3978. torw.C0 = clerp(torw.C0, CFrame.new(0, height + -0.316644907, -0.127640963, 1, 0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872), animspd)
  3979. hedw.C0 = clerp(hedw.C0, CFrame.new(0, 0.00565731525, -0.13073346, 1, 0, 0, 0, 0.99619478, -0.0871558785, 0, 0.0871558785, 0.99619478), animspd)
  3980. law.C0 = lerp(law.C0, CFrame.new(-0.238501668, -0.489723861, -0.596781075, 0.907673419, 0.258819282, -0.330365866, -0.412760526, 0.408217788, -0.814240098, -0.0758797824, 0.875426173, 0.477358788), animspd)
  3981. raw.C0 = lerp(raw.C0, CFrame.new(0.338492751, -0.393148661, -0.570888698, 0.907674551, -0.258814812, 0.330366135, 0.412759483, 0.408227324, -0.814236045, 0.0758718997, 0.875423074, 0.477365732), animspd)
  3982. rlw.C0 = clerp(rlw.C0, CFrame.new(0, 0.238677025, 0.0656869411, 1, 0, 0, 0, 0.819152296, -0.573576212, 0, 0.573576212, 0.819152296), animspd)
  3983. llw.C0 = clerp(llw.C0, CFrame.new(0, -0.220270157, -0.902203202, 1, 0, 0, 0, 0.819152355, 0.573576093, 0, -0.573576093, 0.819152355), animspd)
  3984. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  3985. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  3986. lrs:wait()
  3987. end
  3988. dkd = false
  3989. end
  3990.  
  3991. Attack3 = function()
  3992.  
  3993. dkd = true
  3994. for i = 0, 1, 0.05 do
  3995. local animspd = 0.35
  3996. torw.C0 = clerp(torw.C0, CFrame.new(-3.81469727e-06, height + 0, 8.10623169e-06, 0.76604414, 0, -0.642788053, 0, 1, 0, 0.642788053, 0, 0.76604414), animspd)
  3997. hedw.C0 = clerp(hedw.C0, CFrame.new(0, -7.91549683e-05, 0, 0.76604414, 0, 0.642788053, 0, 1, 0, -0.642788053, 0, 0.76604414), animspd)
  3998. law.C0 = clerp(law.C0, CFrame.new(-0.231363416, -0.313025355, -0.0123214126, 0.939692736, 0.342020154, -1.51991844e-06, -0.342020124, 0.939692676, -2.54413351e-07, 1.31130219e-06, 7.4505806e-07, 1.00000012), animspd)
  3999. raw.C0 = clerp(raw.C0, CFrame.new(0.774468005, 1.68742216, -1.05526197, 0.526540399, -0.554391623, 0.644519508, -0.39162308, -0.831067145, -0.394916266, 0.754577219, -0.0444693267, -0.654702842), animspd)
  4000. rlw.C0 = clerp(rlw.C0, CFrame.new(-4.82797623e-06, 1.90734863e-05, 9.53674316e-07, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012), animspd)
  4001. llw.C0 = clerp(llw.C0, CFrame.new(0.242321491, -0.181349516, -0.62571007, 0.977650642, 0.126749054, 0.167731822, -0.167730987, 0.951251507, 0.258818567, -0.126750082, -0.281167984, 0.951251388), animspd)
  4002. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4003. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  4004. lrs:wait()
  4005. end
  4006. for i = 0, 1, 0.075 do
  4007. MagDmg(hitbox2, 5, 8, function(chr, h)
  4008.  
  4009. if debhet1 == false then
  4010. debhet1 = true
  4011. local crit = false
  4012. do
  4013. local d = rand()
  4014. if d > 0.9 then
  4015. crit = true
  4016. dot = true
  4017. end
  4018. delay(0.2, function()
  4019.  
  4020. debhet1 = false
  4021. end
  4022. )
  4023. local damage = rand(12, 18)
  4024. h.Health = h.Health - damage + 2
  4025. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  4026. if dot == true then
  4027. do
  4028. spawn(function()
  4029.  
  4030. for i = 1, rand(2, 6) do
  4031. h.Health = h.Health - damage / 4 + 2
  4032. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  4033. wait(rand(0.8, 2.5))
  4034. end
  4035. end
  4036. )
  4037. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4038.  
  4039. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_STMT
  4040.  
  4041. end
  4042. end
  4043. end
  4044. end
  4045. end
  4046. )
  4047. local animspd = 0.35
  4048. torw.C0 = clerp(torw.C0, CFrame.new(-0.0466222763, height + -0.690346003, -0.282869935, 0.984836638, -0.09323778, 0.146299437, -0.0075959973, 0.819316864, 0.573290706, -0.173317939, -0.565708995, 0.806185007), animspd)
  4049. hedw.C0 = clerp(hedw.C0, CFrame.new(0.0227015726, 0.0227335691, -0.259479046, 0.99619472, -0.015133746, -0.0858321339, -8.30739737e-07, 0.98480767, -0.173649102, 0.0871561095, 0.172988325, 0.981060147), animspd)
  4050. law.C0 = clerp(law.C0, CFrame.new(-0.423365831, -0.805190384, 0.442436278, 0.749662578, 0.630910277, 0.199895933, -0.65233624, 0.653458774, 0.383991092, 0.111640185, -0.418263078, 0.90143919), animspd)
  4051. raw.C0 = clerp(raw.C0, CFrame.new(0.0403805971, 0.54813695, -0.608423054, 0.984808505, -0.0735414475, -0.157301858, -0.0996458605, 0.502540171, -0.858792305, 0.142207339, 0.861420274, 0.487577677), animspd)
  4052. rlw.C0 = clerp(rlw.C0, CFrame.new(0.130929023, -0.107013583, -0.285914183, 0.984808505, 0.132908016, -0.111748315, -0.0996458605, 0.959596634, 0.263144672, 0.142207339, -0.248011827, 0.958262563), animspd)
  4053. llw.C0 = clerp(llw.C0, CFrame.new(0.0952451527, 0.272332788, 0.228919625, 0.984808505, -0.0153057612, -0.172968075, -0.0996458605, 0.765958309, -0.635121047, 0.142207339, 0.642708182, 0.752797008), animspd)
  4054. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4055. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), 1)
  4056. lrs:wait()
  4057. end
  4058. dkd = false
  4059. end
  4060.  
  4061. Attack4 = function()
  4062.  
  4063. dkd = true
  4064. for i = 0, 1, 0.025 do
  4065. local animspd = 0.15
  4066. torw.C0 = clerp(torw.C0, CFrame.new(-0.0466222763, height + -0.690346003, -0.282869577, 0.984836638, -0.09323778, 0.146299437, -0.0075959973, 0.819316864, 0.573290706, -0.173317939, -0.565708995, 0.806185007), animspd)
  4067. hedw.C0 = clerp(hedw.C0, CFrame.new(0.0227025263, 0.0227332115, -0.25947845, 0.99619472, -0.015133746, -0.0858321339, -8.30739737e-07, 0.98480767, -0.173649102, 0.0871561095, 0.172988325, 0.981060147), animspd)
  4068. law.C0 = clerp(law.C0, CFrame.new(0.0528661013, 0.335999966, -0.483066082, 0.928495824, -0.224704504, -0.295640707, -0.344109386, -0.221375376, -0.912459195, 0.139586136, 0.948947251, -0.282869011), animspd)
  4069. raw.C0 = clerp(raw.C0, CFrame.new(0.135996819, -0.360626996, 0.131640285, 0.959433854, -0.180004746, -0.216991097, 0.246674418, 0.908648968, 0.336910933, 0.136523187, -0.376769871, 0.916190982), animspd)
  4070. rlw.C0 = clerp(rlw.C0, CFrame.new(0.130929977, -0.107013106, -0.285915136, 0.984808505, 0.132908016, -0.111748315, -0.0996458605, 0.959596634, 0.263144672, 0.142207339, -0.248011827, 0.958262563), animspd)
  4071. llw.C0 = clerp(llw.C0, CFrame.new(0.0952461064, 0.272332549, 0.228919744, 0.984808505, -0.0153057612, -0.172968075, -0.0996458605, 0.765958309, -0.635121047, 0.142207339, 0.642708182, 0.752797008), animspd)
  4072. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4073. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4074. lrs:wait()
  4075. end
  4076. height = 14
  4077. local bp = nil
  4078. local debhet1 = false
  4079. for i = 0, 1, 0.05 do
  4080. MagDmg(hitbox1, 8, 0, function(chr, h)
  4081.  
  4082. if debhet1 == false then
  4083. debhet1 = true
  4084. warn("k")
  4085. bp = Instance.new("BodyPosition", chr.HumanoidRootPart)
  4086. bp.Position = HumanoidRootPart.CFrame * cf(0, height, -3).p
  4087. bp.MaxForce = vec3(9000000000, 9000000000, 9000000000)
  4088. bp.P = 10000
  4089. bp.D = 300
  4090. delay(1, function()
  4091.  
  4092. debhet1 = false
  4093. end
  4094. )
  4095. end
  4096. end
  4097. )
  4098. local animspd = 0.2
  4099. torw.C0 = clerp(torw.C0, CFrame.new(-0.0466208458, height + 0.409653425, 0.117130518, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872), animspd)
  4100. hedw.C0 = clerp(hedw.C0, CFrame.new(-0.00449903309, -0.0233068466, 0.0928348526, 0.999496222, -0.0235671494, 0.0212592408, 0.0217354894, 0.99634409, 0.082620576, -0.0231286511, -0.0821168572, 0.996354342), animspd)
  4101. law.C0 = clerp(law.C0, CFrame.new(0.150065541, 0.380384982, -0.504315972, 0.966921747, -0.229312122, -0.111706652, -0.163986176, -0.223409697, -0.960831404, 0.195373923, 0.947366953, -0.253623724), animspd)
  4102. raw.C0 = clerp(raw.C0, CFrame.new(0.556985497, -0.373821795, 0.787944138, 0.828413546, -0.559688926, 0.0218946207, 0.421200305, 0.648246408, 0.634324133, -0.369217277, -0.516260624, 0.772757173), animspd)
  4103. rlw.C0 = clerp(rlw.C0, CFrame.new(-0.0711208582, 0.0647822618, -0.705621958, 0.99681288, -0.0797582269, 0.00164395967, 0.0682673156, 0.863500178, 0.499706984, -0.0412752926, -0.498002112, 0.866192997), animspd)
  4104. llw.C0 = clerp(llw.C0, CFrame.new(0.101902485, 0.00366866589, -0.193562478, 0.999971092, 0.00753792096, -0.000994257745, -0.00725150481, 0.984837651, 0.173327416, 0.00228571077, -0.173315212, 0.984863758), animspd)
  4105. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(175), 0), animspd)
  4106. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4107. lrs:wait()
  4108. end
  4109. Humanoid.WalkSpeed = 1
  4110. dkd = false
  4111. print("press an attack button to attack mid-air")
  4112. wait(0.75)
  4113. repeat
  4114. lrs:wait()
  4115. until dkd == false
  4116. height = 0
  4117. warn("ended")
  4118. pcall(function()
  4119.  
  4120. bp.P = 0
  4121. bp.D = 0
  4122. bp.MaxForce = vec3(0, 0, 0)
  4123. bp.Parent = workspace
  4124. end
  4125. )
  4126. end
  4127.  
  4128. local ComboResetTime, canatk = 0.3, true
  4129. local combo = 0
  4130. ComboUp = function()
  4131.  
  4132. if dkd == true then
  4133. return
  4134. end
  4135. if combo == 0 and canatk == true then
  4136. canatk = false
  4137. Attack1()
  4138. combo = 1
  4139. canatk = true
  4140. spawn(function()
  4141.  
  4142. ds = true
  4143. wait(ComboResetTime)
  4144. if canatk == true then
  4145. ds = false
  4146. end
  4147. if combo == 1 and not ds then
  4148. combo = 0
  4149. print("combo reset")
  4150. end
  4151. end
  4152. )
  4153. return
  4154. end
  4155. if combo == 1 and canatk == true then
  4156. canatk = false
  4157. Attack2()
  4158. combo = 2
  4159. canatk = true
  4160. spawn(function()
  4161.  
  4162. ds = true
  4163. wait(ComboResetTime)
  4164. if canatk == true then
  4165. ds = false
  4166. end
  4167. if combo == 2 and not ds then
  4168. combo = 0
  4169. print("combo reset")
  4170. end
  4171. end
  4172. )
  4173. return
  4174. end
  4175. if combo == 2 and canatk == true then
  4176. canatk = false
  4177. Attack3()
  4178. combo = 3
  4179. canatk = true
  4180. spawn(function()
  4181.  
  4182. ds = true
  4183. wait(ComboResetTime)
  4184. if canatk == true then
  4185. ds = false
  4186. end
  4187. if combo == 3 and not ds then
  4188. combo = 0
  4189. print("combo reset")
  4190. end
  4191. end
  4192. )
  4193. return
  4194. end
  4195. if combo == 3 and canatk == true then
  4196. canatk = false
  4197. Attack4()
  4198. combo = 0
  4199. wait(ComboResetTime)
  4200. canatk = true
  4201. spawn(function()
  4202.  
  4203. if canatk == true then
  4204. ds = false
  4205. end
  4206. wait(ComboResetTime / 4)
  4207. if combo == 0 and not ds then
  4208. combo = 0
  4209. print("combo reset")
  4210. end
  4211. end
  4212. )
  4213. return
  4214. end
  4215. end
  4216.  
  4217. mouse.Button1Down:connect(function()
  4218.  
  4219. ComboUp()
  4220. end
  4221. )
  4222. LookAround_AFKAnim = function()
  4223.  
  4224. ds = true
  4225. for i = 0, 1, 0.05 do
  4226. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  4227. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  4228. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  4229. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4230. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  4231. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  4232. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4233. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4234. lrs:wait()
  4235. end
  4236. for i = 0, 1, 0.05 do
  4237. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  4238. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  4239. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  4240. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4241. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  4242. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  4243. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4244. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4245. lrs:wait()
  4246. end
  4247. ds = false
  4248. end
  4249.  
  4250. Fiddle_AKFAnim = function()
  4251.  
  4252. print("Fiddle Played")
  4253. end
  4254.  
  4255. hum.MaxHealth = 200
  4256. wait(0.1)
  4257. hum.Health = 200
  4258. HumanoidRootPart.Transparency = 1
  4259. lrs:connect(function()
  4260. hum.MaxHealth = OverallHealth
  4261. if torso.CFrame.Y < -40 then
  4262. torso.CFrame = CFrame.new(math.random(-100, 100), 10, math.random(-100, 100))
  4263. end
  4264. local tmag_y = torso.Velocity.Y
  4265. local trot = torso.RotVelocity.Y / 50
  4266. local cap = 2
  4267. sine = sine + change
  4268. Char.Humanoid.FreeFalling:connect(function(FF)
  4269. if DebounceFallin == true then
  4270. return
  4271. end
  4272. if FF then
  4273. FreeFalling = true
  4274. else
  4275. FreeFalling = false
  4276. end
  4277. end)
  4278. hum.JumpPower = 0
  4279. hum.WalkSpeed = 9
  4280. if ds then
  4281. return
  4282. end
  4283. if FreeFalling == true and DebounceState == false and ds == false then
  4284. State = "FreeFalling"
  4285. else
  4286. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude < 5 and DebounceState == false and ds == false then
  4287. State = "Idle"
  4288. else
  4289. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude > 6 and DebounceState == false and ds == false then
  4290. State = "Walking"
  4291. else
  4292. if Attacking == true then
  4293. State = "Attacking"
  4294. else
  4295. if DebounceState == true or ds == true then
  4296. State = "Debouncing"
  4297. end
  4298. end
  4299. end
  4300. end
  4301. end
  4302. if State == "FreeFalling" then
  4303. change = 2
  4304. local animspd = 0.1
  4305. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4306. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4307. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4308. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4309. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4310. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4311. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4312. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4313. else
  4314. if State == "Idle" then
  4315. local animspd = 0.2
  4316. local change = 1.25
  4317. torw.C0 = lerp(torw.C0, cf(0, sin(sine / 15) / 25, 0) * ang(-rad(0), -rad(65), cos(sine / 15) / 30), 0.125)
  4318. hedw.C0 = clerp(hedw.C0, cf(-cos(sine / 15) / 20, 0, -rad(9) + -cos(sine / 15) / 40) * ang(rad(9), rad(65), 0) * eu(-rad(8) + cos(sine / 15) / 20, 0, 0), 0.125)
  4319. raw.C0 = lerp(raw.C0, cf(0, 0.5 + sin(sine / 15) / 12, 0.25) * ang(rad(90), -sin(sine / 15) / 12, -rad(65)), animspd)
  4320. law.C0 = lerp(law.C0, cf(-0.65, 0.5 + sin(sine / 15) / 12, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4321. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15 + -sin(sine / 15) / 25, 0) * ang(0, 0, rad(12.5) + -cos(sine / 15) / 30), animspd)
  4322. llw.C0 = clerp(llw.C0, cf(0, -sin(sine / 15) / 25, -0.35) * ang(0, rad(32.5), -rad(5) + -cos(sine / 15) / 30), animspd)
  4323. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4324. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4325. else
  4326. if State == "Walking" then
  4327. local animspd = 0.1
  4328. change = 1.35
  4329. torw.C0 = lerp(torw.C0, cf(trot * 8, cos(sine / 3) / 8, 0) * ang(-rad(10) + cos(sine / 3) / 8, cos(sine / 6) / 8, trot), animspd)
  4330. hedw.C0 = clerp(hedw.C0, cf(0, 0, -0.2 + cos(sine / 3) / 8) * ang(rad(10) + -cos(sine / 3) / 8, trot + -cos(sine / 6) / 8, 0), animspd)
  4331. law.C0 = lerp(law.C0, cf(-0.25, -0.3, -cos(sine / 6) / 3) * ang(cos(sine / 6) / 3, 0, -rad(20)), animspd)
  4332. raw.C0 = lerp(raw.C0, cf(0.5, 0.25 + cos(sine / 3) / 8, -1.25) * ang(rad(80) + cos(sine / 3) / 8, rad(7), rad(35)), animspd)
  4333. rlw.C0 = clerp(rlw.C0, cf(-0.034, -sin(sine / 6) / 4, -0.4 + -cos(sine / 6) / 2 + sin(sine / 6) / 2) * ang(-rad(5) + sin(sine / 6) / 3, -cos(sine / 6) / 8, rad(2)), animspd)
  4334. llw.C0 = clerp(llw.C0, cf(0.034, sin(sine / 6) / 4, -0.4 + cos(sine / 6) / 2 + -sin(sine / 6) / 2) * ang(-rad(5) + -sin(sine / 6) / 3, -cos(sine / 6) / 8, -rad(2)), animspd)
  4335. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(15), -rad(30), rad(15)), animspd)
  4336. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(rad(15), rad(245), -rad(7)), animspd)
  4337. end
  4338. end
  4339. end
  4340. if State == "Attacking" then
  4341. end
  4342. end)
  4343. end
  4344. print("Ether loaded.")
  4345. print("----Controls----")
  4346. print 'Backflip Slash - Q'
  4347. print 'Blade Spear - F (WIP do not use)'
  4348. print 'Blade Berserk - E'
  4349. print 'Sit - Z'
  4350. print 'Ground Breaker - X (WIP)'
  4351. print 'Lie Down - C'
  4352. print 'Void Blast - R (WIP)'
  4353. print 'Working on issue with custom jump'
Add Comment
Please, Sign In to add comment