xx_g

ether blades

Dec 17th, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.58 KB | None | 0 0
  1.  
  2. script.Name = "Ether Blades"
  3. wait(0.05)
  4. local Module_Id = 0
  5. local Player = game:service("Players").LocalPlayer
  6. repeat
  7. wait()
  8. until Player.Character
  9. local Character = Player.Character
  10. local Char, Plr = Character, Player
  11. local Mouse = Player:GetMouse()
  12. local height = 0
  13. local IsLanded = false
  14. local NotifyKeyPresses = false
  15. local CanRun = false
  16. local CanJump = true
  17. local Torso = Char:WaitForChild("Torso")
  18. z = Instance.new("Sound", Torso)
  19. z.SoundId = "rbxassetid://170033633" -- Put Music ID Here.
  20. z.Looped = true
  21. z.Pitch = 0.85
  22. z.Volume = 1
  23. wait(.1)
  24. z:Play()
  25. local Head = Char:WaitForChild("Head")
  26. local Left_Arm = Char:WaitForChild("Left Arm")
  27. local Right_Arm = Char:WaitForChild("Right Arm")
  28. local Left_Leg = Char:WaitForChild("Left Leg")
  29. local Right_Leg = Char:WaitForChild("Right Leg")
  30. local HumanoidRootPart = Char:WaitForChild("HumanoidRootPart")
  31. local Humanoid = Char:WaitForChild("Humanoid")
  32. local DebounceKeyDown, DebounceState = false, false
  33. local DebounceAFKAnimations = false
  34. local sp = Torso
  35. local State, LastState, Mode = "Idle", "Normal", nil
  36. local AFKAnimSequenceCount, MaxSequenceCount = 0, 500
  37. local char, Char, plr, Plr = Character, Character, Player, Player
  38. local mouse, ms = Mouse, Mouse
  39. local dkd, debkd = DebounceKeyDown, DebounceKeyDown
  40. local dst, debst, ds, debs = DebounceState, DebounceState, DebounceState, DebounceState
  41. local daa, dafk, debafk = DebounceAFKAnimations, DebounceAFKAnimations, DebounceAFKAnimations
  42. local rs = game:service("RunService")
  43. local lrs = rs.RenderStepped
  44. local srs = rs.Heartbeat
  45. local lleg, rleg = Left_Leg, Right_Leg
  46. local larm, rarm = Left_Arm, Right_Arm
  47. local hed, torr, torso = Head, Torso, Torso
  48. local hum, root = Humanoid, HumanoidRootPart
  49. local vec3, vec2 = Vector3.new, Vector2.new
  50. local sin, cos, atan, rad, rand, rands = math.sin, math.cos, math.atan, math.rad, math.random, math.randomseed
  51. local cf, ang, eu = CFrame.new, CFrame.Angles, CFrame.fromEulerAnglesXYZ
  52. local bc, bcr, c3 = BrickColor.new, BrickColor.Random, Color3.new
  53. if hed:FindFirstChild("Running") then
  54. hed:WaitForChild("Running").Volume = 0
  55. end
  56. if Char:FindFirstChild("Animate") then
  57. local Anim = Char:WaitForChild("Animate")
  58. local Anim_2 = Anim:Clone()
  59. Anim_2.Disabled = true
  60. Anim_2.Parent = Char
  61. Anim.Disabled = true
  62. Anim_2.Disabled = false
  63. end
  64. do
  65. if Char:FindFirstChild("Health") then
  66. ypcall(game.Destroy, Char.Health)
  67. end
  68. Weld = function(to, from, c1)
  69.  
  70. local New_Weld = Instance.new("Weld", to)
  71. New_Weld.Part0 = from
  72. New_Weld.Part1 = to
  73. New_Weld.C1 = c1
  74. return New_Weld
  75. end
  76.  
  77. clerp = function(c1, c2, al)
  78.  
  79. local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
  80. local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
  81. for i,v in pairs(com1) do
  82. com1[i] = v + (com2[i] - v) * al
  83. end
  84. return cf(com1[1], com1[2], com1[3]) * ang(select(4, unpack(com1)))
  85. end
  86.  
  87. lerp = function(c1, c2, al)
  88.  
  89. return c1:lerp(c2, al)
  90. end
  91.  
  92. snd = function(Id, Parent)
  93.  
  94. local Sound = Instance.new("Sound", Parent)
  95. Sound.Pitch = 1
  96. Sound.Volume = 0.25
  97. Sound.Looped = false
  98. return Sound
  99. end
  100.  
  101. local sine, change = 0, 1
  102. local m = Instance.new("Model")
  103. m.Name = "Blade_"
  104. p1 = Instance.new("Part", m)
  105. p1.BrickColor = bc("Mulberry")
  106. p1.Material = Enum.Material.Ice
  107. 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)
  108. p1.CanCollide = false
  109. p1.FormFactor = Enum.FormFactor.Custom
  110. p1.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  111. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  112. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  113. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  114. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  115. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  116. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  117. b1 = Instance.new("SpecialMesh", p1)
  118. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  119. b1.TextureId = ""
  120. b1.MeshType = Enum.MeshType.FileMesh
  121. b1.Name = "Mesh"
  122. b1.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  123. p2 = Instance.new("Part", m)
  124. p2.BrickColor = bc("Mulberry")
  125. p2.Material = Enum.Material.Ice
  126. 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)
  127. p2.CanCollide = false
  128. p2.FormFactor = Enum.FormFactor.Custom
  129. p2.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  130. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  131. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  132. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  133. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  134. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  135. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  136. b2 = Instance.new("SpecialMesh", p2)
  137. b2.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  138. b2.TextureId = ""
  139. b2.MeshType = Enum.MeshType.FileMesh
  140. b2.Name = "Mesh"
  141. b2.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  142. p3 = Instance.new("Part", m)
  143. p3.BrickColor = bc("Mulberry")
  144. p3.Material = Enum.Material.Ice
  145. 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)
  146. p3.CanCollide = false
  147. p3.FormFactor = Enum.FormFactor.Custom
  148. p3.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  149. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  150. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  151. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  152. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  153. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  154. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  155. b3 = Instance.new("SpecialMesh", p3)
  156. b3.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  157. b3.TextureId = ""
  158. b3.MeshType = Enum.MeshType.FileMesh
  159. b3.Name = "Mesh"
  160. b3.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  161. p4 = Instance.new("Part", m)
  162. p4.BrickColor = bc("Really black")
  163. p4.Material = Enum.Material.SmoothPlastic
  164. 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)
  165. p4.CanCollide = false
  166. p4.FormFactor = Enum.FormFactor.Custom
  167. p4.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  168. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  169. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  170. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  171. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  172. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  173. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  174. b4 = Instance.new("SpecialMesh", p4)
  175. b4.MeshType = Enum.MeshType.Wedge
  176. b4.Name = "Mesh"
  177. b4.Scale = vec3(0.5, 1, 1)
  178. p5 = Instance.new("Part", m)
  179. p5.BrickColor = bc("Really black")
  180. p5.Material = Enum.Material.SmoothPlastic
  181. 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)
  182. p5.CanCollide = false
  183. p5.FormFactor = Enum.FormFactor.Custom
  184. p5.Size = vec3(0.300000012, 0.5, 0.800000012)
  185. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  186. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  187. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  188. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  189. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  190. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  191. b5 = Instance.new("SpecialMesh", p5)
  192. b5.MeshType = Enum.MeshType.Wedge
  193. b5.Name = "Mesh"
  194. p6 = Instance.new("Part", m)
  195. p6.BrickColor = bc("Mulberry")
  196. p6.Material = Enum.Material.Ice
  197. 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)
  198. p6.CanCollide = false
  199. p6.FormFactor = Enum.FormFactor.Custom
  200. p6.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  201. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  202. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  203. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  204. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  205. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  206. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  207. b6 = Instance.new("SpecialMesh", p6)
  208. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  209. b6.TextureId = ""
  210. b6.MeshType = Enum.MeshType.FileMesh
  211. b6.Name = "Mesh"
  212. b6.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  213. p7 = Instance.new("Part", m)
  214. p7.BrickColor = bc("Really black")
  215. p7.Material = Enum.Material.Sand
  216. p7.Name = "Handle"
  217. 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)
  218. p7.CanCollide = false
  219. p7.FormFactor = Enum.FormFactor.Custom
  220. p7.Size = vec3(1.80000019, 0.300000012, 0.300000012)
  221. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  222. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  223. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  224. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  225. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  226. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  227. b7 = Instance.new("SpecialMesh", p7)
  228. b7.MeshType = Enum.MeshType.Cylinder
  229. b7.Name = "Mesh"
  230. p8 = Instance.new("Part", m)
  231. p8.BrickColor = bc("Mulberry")
  232. p8.Material = Enum.Material.Ice
  233. 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)
  234. p8.CanCollide = false
  235. p8.FormFactor = Enum.FormFactor.Custom
  236. p8.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  237. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  238. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  239. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  240. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  241. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  242. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  243. b8 = Instance.new("SpecialMesh", p8)
  244. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  245. b8.TextureId = ""
  246. b8.MeshType = Enum.MeshType.FileMesh
  247. b8.Name = "Mesh"
  248. b8.Scale = vec3(0.219999999, 0.219999999, 0.5)
  249. p9 = Instance.new("Part", m)
  250. p9.BrickColor = bc("Really black")
  251. p9.Material = Enum.Material.SmoothPlastic
  252. 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)
  253. p9.CanCollide = false
  254. p9.FormFactor = Enum.FormFactor.Custom
  255. p9.Size = vec3(0.300000012, 0.5, 0.800000012)
  256. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  257. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  258. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  259. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  260. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  261. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  262. b9 = Instance.new("SpecialMesh", p9)
  263. b9.MeshType = Enum.MeshType.Wedge
  264. b9.Name = "Mesh"
  265. p10 = Instance.new("Part", m)
  266. p10.BrickColor = bc("Really black")
  267. p10.Material = Enum.Material.SmoothPlastic
  268. 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)
  269. p10.CanCollide = false
  270. p10.FormFactor = Enum.FormFactor.Custom
  271. p10.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  272. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  273. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  274. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  275. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  276. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  277. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  278. b10 = Instance.new("SpecialMesh", p10)
  279. b10.MeshType = Enum.MeshType.Wedge
  280. b10.Name = "Mesh"
  281. b10.Scale = vec3(0.5, 1, 1)
  282. p11 = Instance.new("Part", m)
  283. p11.BrickColor = bc("Really black")
  284. p11.Material = Enum.Material.SmoothPlastic
  285. 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)
  286. p11.CanCollide = false
  287. p11.FormFactor = Enum.FormFactor.Custom
  288. p11.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  289. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  290. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  291. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  292. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  293. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  294. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  295. b11 = Instance.new("SpecialMesh", p11)
  296. b11.MeshType = Enum.MeshType.Wedge
  297. b11.Name = "Mesh"
  298. b11.Scale = vec3(0.5, 1, 1)
  299. p12 = Instance.new("Part", m)
  300. p12.BrickColor = bc("Really black")
  301. p12.Material = Enum.Material.SmoothPlastic
  302. 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)
  303. p12.CanCollide = false
  304. p12.FormFactor = Enum.FormFactor.Custom
  305. p12.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  306. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  307. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  308. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  309. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  310. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  311. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  312. b12 = Instance.new("SpecialMesh", p12)
  313. b12.MeshType = Enum.MeshType.Wedge
  314. b12.Name = "Mesh"
  315. b12.Scale = vec3(0.5, 1, 1)
  316. p13 = Instance.new("Part", m)
  317. p13.BrickColor = bc("Really black")
  318. p13.Material = Enum.Material.SmoothPlastic
  319. 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)
  320. p13.CanCollide = false
  321. p13.FormFactor = Enum.FormFactor.Custom
  322. p13.Size = vec3(0.400000006, 0.400000006, 0.400000006)
  323. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  324. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  325. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  326. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  327. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  328. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  329. b13 = Instance.new("SpecialMesh", p13)
  330. b13.MeshType = Enum.MeshType.Cylinder
  331. b13.Name = "Mesh"
  332. p14 = Instance.new("Part", m)
  333. p14.BrickColor = bc("Eggplant")
  334. p14.Material = Enum.Material.SmoothPlastic
  335. 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)
  336. p14.CanCollide = false
  337. p14.FormFactor = Enum.FormFactor.Custom
  338. p14.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  339. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  340. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  341. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  342. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  343. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  344. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  345. b14 = Instance.new("SpecialMesh", p14)
  346. b14.MeshType = Enum.MeshType.Cylinder
  347. b14.Name = "Mesh"
  348. b14.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  349. p15 = Instance.new("Part", m)
  350. p15.BrickColor = bc("Really black")
  351. p15.Material = Enum.Material.SmoothPlastic
  352. 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)
  353. p15.CanCollide = false
  354. p15.FormFactor = Enum.FormFactor.Custom
  355. p15.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  356. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  357. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  358. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  359. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  360. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  361. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  362. b15 = Instance.new("SpecialMesh", p15)
  363. b15.MeshType = Enum.MeshType.Wedge
  364. b15.Name = "Mesh"
  365. b15.Scale = vec3(0.5, 1, 1)
  366. p16 = Instance.new("Part", m)
  367. p16.BrickColor = bc("Really black")
  368. p16.Material = Enum.Material.SmoothPlastic
  369. 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)
  370. p16.CanCollide = false
  371. p16.FormFactor = Enum.FormFactor.Custom
  372. p16.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  373. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  374. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  377. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  378. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  379. b16 = Instance.new("SpecialMesh", p16)
  380. b16.MeshType = Enum.MeshType.Wedge
  381. b16.Name = "Mesh"
  382. b16.Scale = vec3(0.5, 1, 1)
  383. p17 = Instance.new("Part", m)
  384. p17.BrickColor = bc("Dark indigo")
  385. p17.Material = Enum.Material.Neon
  386. 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)
  387. p17.CanCollide = false
  388. p17.FormFactor = Enum.FormFactor.Custom
  389. p17.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  390. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  391. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  394. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  395. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  396. b17 = Instance.new("SpecialMesh", p17)
  397. b17.MeshType = Enum.MeshType.Wedge
  398. b17.Name = "Mesh"
  399. b17.Scale = vec3(0.250003815, 1, 1)
  400. p18 = Instance.new("Part", m)
  401. p18.BrickColor = bc("Really black")
  402. p18.Material = Enum.Material.SmoothPlastic
  403. 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)
  404. p18.CanCollide = false
  405. p18.FormFactor = Enum.FormFactor.Custom
  406. p18.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  407. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  408. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  410. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  411. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  413. b18 = Instance.new("SpecialMesh", p18)
  414. b18.MeshType = Enum.MeshType.Wedge
  415. b18.Name = "Mesh"
  416. b18.Scale = vec3(0.5, 1, 1)
  417. p19 = Instance.new("Part", m)
  418. p19.BrickColor = bc("Really black")
  419. p19.Material = Enum.Material.SmoothPlastic
  420. 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)
  421. p19.CanCollide = false
  422. p19.FormFactor = Enum.FormFactor.Custom
  423. p19.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  424. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  425. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  426. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  430. b19 = Instance.new("SpecialMesh", p19)
  431. b19.MeshType = Enum.MeshType.Wedge
  432. b19.Name = "Mesh"
  433. b19.Scale = vec3(0.5, 1, 1)
  434. p20 = Instance.new("Part", m)
  435. p20.BrickColor = bc("Really black")
  436. p20.Material = Enum.Material.SmoothPlastic
  437. 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)
  438. p20.CanCollide = false
  439. p20.FormFactor = Enum.FormFactor.Custom
  440. p20.Size = vec3(0.300000012, 0.5, 0.400000006)
  441. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  442. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  443. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  444. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  445. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  446. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  447. b20 = Instance.new("SpecialMesh", p20)
  448. b20.MeshType = Enum.MeshType.Wedge
  449. b20.Name = "Mesh"
  450. p21 = Instance.new("Part", m)
  451. p21.BrickColor = bc("Really black")
  452. p21.Material = Enum.Material.SmoothPlastic
  453. 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)
  454. p21.CanCollide = false
  455. p21.FormFactor = Enum.FormFactor.Custom
  456. p21.Size = vec3(0.300000012, 0.5, 0.400000006)
  457. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  458. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  459. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  460. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  461. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  462. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  463. b21 = Instance.new("SpecialMesh", p21)
  464. b21.MeshType = Enum.MeshType.Wedge
  465. b21.Name = "Mesh"
  466. p22 = Instance.new("Part", m)
  467. p22.BrickColor = bc("Dark indigo")
  468. p22.Material = Enum.Material.Neon
  469. 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)
  470. p22.CanCollide = false
  471. p22.FormFactor = Enum.FormFactor.Custom
  472. p22.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  473. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  474. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  475. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  476. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  477. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  478. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  479. b22 = Instance.new("SpecialMesh", p22)
  480. b22.MeshType = Enum.MeshType.Wedge
  481. b22.Name = "Mesh"
  482. b22.Scale = vec3(0.250003815, 1, 1)
  483. p23 = Instance.new("Part", m)
  484. p23.BrickColor = bc("Really black")
  485. p23.Material = Enum.Material.Ice
  486. 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)
  487. p23.CanCollide = false
  488. p23.FormFactor = Enum.FormFactor.Custom
  489. p23.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  490. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  491. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  492. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  493. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  494. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  495. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  496. b23 = Instance.new("SpecialMesh", p23)
  497. b23.MeshType = Enum.MeshType.Wedge
  498. b23.Name = "Mesh"
  499. b23.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  500. p24 = Instance.new("Part", m)
  501. p24.BrickColor = bc("Really black")
  502. p24.Material = Enum.Material.Ice
  503. 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)
  504. p24.CanCollide = false
  505. p24.FormFactor = Enum.FormFactor.Custom
  506. p24.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  507. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  508. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  509. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  510. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  511. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  512. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  513. b24 = Instance.new("SpecialMesh", p24)
  514. b24.MeshType = Enum.MeshType.Wedge
  515. b24.Name = "Mesh"
  516. b24.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  517. p25 = Instance.new("Part", m)
  518. p25.BrickColor = bc("Really black")
  519. p25.Material = Enum.Material.Ice
  520. 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)
  521. p25.CanCollide = false
  522. p25.FormFactor = Enum.FormFactor.Custom
  523. p25.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  524. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  525. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  526. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  527. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  528. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  529. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  530. b25 = Instance.new("SpecialMesh", p25)
  531. b25.MeshType = Enum.MeshType.Wedge
  532. b25.Name = "Mesh"
  533. b25.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  534. p26 = Instance.new("Part", m)
  535. p26.BrickColor = bc("Really black")
  536. p26.Material = Enum.Material.Ice
  537. 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)
  538. p26.CanCollide = false
  539. p26.FormFactor = Enum.FormFactor.Custom
  540. p26.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  541. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  542. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  543. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  544. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  545. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  546. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  547. b26 = Instance.new("SpecialMesh", p26)
  548. b26.MeshType = Enum.MeshType.Wedge
  549. b26.Name = "Mesh"
  550. b26.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  551. p27 = Instance.new("Part", m)
  552. p27.BrickColor = bc("Really black")
  553. p27.Material = Enum.Material.Ice
  554. 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)
  555. p27.CanCollide = false
  556. p27.FormFactor = Enum.FormFactor.Custom
  557. p27.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  558. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  559. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  560. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  561. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  562. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  563. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  564. b27 = Instance.new("SpecialMesh", p27)
  565. b27.MeshType = Enum.MeshType.Wedge
  566. b27.Name = "Mesh"
  567. b27.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  568. p28 = Instance.new("Part", m)
  569. p28.BrickColor = bc("Really black")
  570. p28.Material = Enum.Material.Ice
  571. 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)
  572. p28.CanCollide = false
  573. p28.FormFactor = Enum.FormFactor.Custom
  574. p28.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  575. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  576. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  577. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  578. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  579. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  580. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  581. b28 = Instance.new("SpecialMesh", p28)
  582. b28.MeshType = Enum.MeshType.Wedge
  583. b28.Name = "Mesh"
  584. b28.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  585. p29 = Instance.new("Part", m)
  586. p29.BrickColor = bc("Really black")
  587. p29.Material = Enum.Material.Ice
  588. 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)
  589. p29.CanCollide = false
  590. p29.FormFactor = Enum.FormFactor.Custom
  591. p29.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  592. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  593. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  594. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  595. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  596. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  597. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  598. b29 = Instance.new("SpecialMesh", p29)
  599. b29.MeshType = Enum.MeshType.Wedge
  600. b29.Name = "Mesh"
  601. b29.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  602. p30 = Instance.new("Part", m)
  603. p30.BrickColor = bc("Really black")
  604. p30.Material = Enum.Material.Ice
  605. 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)
  606. p30.CanCollide = false
  607. p30.FormFactor = Enum.FormFactor.Custom
  608. p30.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  609. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  610. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  611. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  612. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  613. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  614. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  615. b30 = Instance.new("SpecialMesh", p30)
  616. b30.MeshType = Enum.MeshType.Wedge
  617. b30.Name = "Mesh"
  618. b30.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  619. p31 = Instance.new("Part", m)
  620. p31.BrickColor = bc("Really black")
  621. p31.Material = Enum.Material.Ice
  622. 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)
  623. p31.CanCollide = false
  624. p31.FormFactor = Enum.FormFactor.Custom
  625. p31.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  626. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  627. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  628. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  629. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  630. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  631. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  632. b31 = Instance.new("SpecialMesh", p31)
  633. b31.MeshType = Enum.MeshType.Wedge
  634. b31.Name = "Mesh"
  635. b31.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  636. p32 = Instance.new("Part", m)
  637. p32.BrickColor = bc("Really black")
  638. p32.Material = Enum.Material.Ice
  639. 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)
  640. p32.CanCollide = false
  641. p32.FormFactor = Enum.FormFactor.Custom
  642. p32.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  643. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  644. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  645. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  646. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  647. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  648. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  649. b32 = Instance.new("SpecialMesh", p32)
  650. b32.MeshType = Enum.MeshType.Wedge
  651. b32.Name = "Mesh"
  652. b32.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  653. p33 = Instance.new("Part", m)
  654. p33.BrickColor = bc("Really black")
  655. p33.Material = Enum.Material.Ice
  656. 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)
  657. p33.CanCollide = false
  658. p33.FormFactor = Enum.FormFactor.Custom
  659. p33.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  660. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  661. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  662. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  663. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  666. b33 = Instance.new("SpecialMesh", p33)
  667. b33.MeshType = Enum.MeshType.Wedge
  668. b33.Name = "Mesh"
  669. b33.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  670. p34 = Instance.new("Part", m)
  671. p34.BrickColor = bc("Really black")
  672. p34.Material = Enum.Material.Ice
  673. 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)
  674. p34.CanCollide = false
  675. p34.FormFactor = Enum.FormFactor.Custom
  676. p34.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  677. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  678. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  683. b34 = Instance.new("SpecialMesh", p34)
  684. b34.MeshType = Enum.MeshType.Wedge
  685. b34.Name = "Mesh"
  686. b34.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  687. p35 = Instance.new("Part", m)
  688. p35.BrickColor = bc("Really black")
  689. p35.Material = Enum.Material.Ice
  690. 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)
  691. p35.CanCollide = false
  692. p35.FormFactor = Enum.FormFactor.Custom
  693. p35.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  694. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  695. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  696. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  699. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  700. b35 = Instance.new("SpecialMesh", p35)
  701. b35.MeshType = Enum.MeshType.Wedge
  702. b35.Name = "Mesh"
  703. b35.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  704. p36 = Instance.new("Part", m)
  705. p36.BrickColor = bc("Really black")
  706. p36.Material = Enum.Material.Ice
  707. 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)
  708. p36.CanCollide = false
  709. p36.FormFactor = Enum.FormFactor.Custom
  710. p36.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  711. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  715. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  716. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  717. b36 = Instance.new("SpecialMesh", p36)
  718. b36.MeshType = Enum.MeshType.Wedge
  719. b36.Name = "Mesh"
  720. b36.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  721. p37 = Instance.new("Part", m)
  722. p37.BrickColor = bc("Really black")
  723. p37.Material = Enum.Material.Ice
  724. 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)
  725. p37.CanCollide = false
  726. p37.FormFactor = Enum.FormFactor.Custom
  727. p37.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  728. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  732. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  733. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  734. b37 = Instance.new("SpecialMesh", p37)
  735. b37.MeshType = Enum.MeshType.Wedge
  736. b37.Name = "Mesh"
  737. b37.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  738. p38 = Instance.new("Part", m)
  739. p38.BrickColor = bc("Really black")
  740. p38.Material = Enum.Material.Ice
  741. 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)
  742. p38.CanCollide = false
  743. p38.FormFactor = Enum.FormFactor.Custom
  744. p38.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  745. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  748. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  749. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  750. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  751. b38 = Instance.new("BlockMesh", p38)
  752. b38.Name = "Mesh"
  753. b38.Scale = vec3(0.500007629, 0.454546124, 1)
  754. p39 = Instance.new("Part", m)
  755. p39.BrickColor = bc("Really black")
  756. p39.Material = Enum.Material.Ice
  757. 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)
  758. p39.CanCollide = false
  759. p39.FormFactor = Enum.FormFactor.Custom
  760. p39.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  761. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  764. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  765. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  766. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  767. b39 = Instance.new("BlockMesh", p39)
  768. b39.Name = "Mesh"
  769. b39.Scale = vec3(0.500007629, 0.454546124, 1)
  770. p40 = Instance.new("Part", m)
  771. p40.BrickColor = bc("Really black")
  772. p40.Material = Enum.Material.Ice
  773. 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)
  774. p40.CanCollide = false
  775. p40.FormFactor = Enum.FormFactor.Custom
  776. p40.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  777. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  781. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  782. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  783. b40 = Instance.new("SpecialMesh", p40)
  784. b40.MeshType = Enum.MeshType.Wedge
  785. b40.Name = "Mesh"
  786. b40.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  787. p41 = Instance.new("Part", m)
  788. p41.BrickColor = bc("Really black")
  789. p41.Material = Enum.Material.Ice
  790. 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)
  791. p41.CanCollide = false
  792. p41.FormFactor = Enum.FormFactor.Custom
  793. p41.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  794. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  797. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  798. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  799. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  800. b41 = Instance.new("SpecialMesh", p41)
  801. b41.MeshType = Enum.MeshType.Wedge
  802. b41.Name = "Mesh"
  803. b41.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  804. p42 = Instance.new("Part", m)
  805. p42.BrickColor = bc("Really black")
  806. p42.Material = Enum.Material.Ice
  807. 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)
  808. p42.CanCollide = false
  809. p42.FormFactor = Enum.FormFactor.Custom
  810. p42.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  811. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  812. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  813. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  814. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  816. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  817. b42 = Instance.new("SpecialMesh", p42)
  818. b42.MeshType = Enum.MeshType.Wedge
  819. b42.Name = "Mesh"
  820. b42.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  821. p43 = Instance.new("Part", m)
  822. p43.BrickColor = bc("Really black")
  823. p43.Material = Enum.Material.Ice
  824. 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)
  825. p43.CanCollide = false
  826. p43.FormFactor = Enum.FormFactor.Custom
  827. p43.Size = vec3(0.300004601, 0.200000003, 3.90909958)
  828. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  829. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  830. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  834. b43 = Instance.new("BlockMesh", p43)
  835. b43.Name = "Mesh"
  836. b43.Scale = vec3(1, 0.454546124, 1)
  837. p44 = Instance.new("Part", m)
  838. p44.BrickColor = bc("Bright violet")
  839. p44.Material = Enum.Material.Ice
  840. 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)
  841. p44.CanCollide = false
  842. p44.FormFactor = Enum.FormFactor.Custom
  843. p44.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  844. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  845. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  846. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  847. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  848. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  850. b44 = Instance.new("SpecialMesh", p44)
  851. b44.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  852. b44.TextureId = ""
  853. b44.MeshType = Enum.MeshType.FileMesh
  854. b44.Name = "Mesh"
  855. b44.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  856. p45 = Instance.new("Part", m)
  857. p45.BrickColor = bc("Bright violet")
  858. p45.Material = Enum.Material.Ice
  859. 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)
  860. p45.CanCollide = false
  861. p45.FormFactor = Enum.FormFactor.Custom
  862. p45.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  863. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  864. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  869. b45 = Instance.new("SpecialMesh", p45)
  870. b45.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  871. b45.TextureId = ""
  872. b45.MeshType = Enum.MeshType.FileMesh
  873. b45.Name = "Mesh"
  874. b45.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  875. p46 = Instance.new("Part", m)
  876. p46.BrickColor = bc("Bright violet")
  877. p46.Material = Enum.Material.Ice
  878. 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)
  879. p46.CanCollide = false
  880. p46.FormFactor = Enum.FormFactor.Custom
  881. p46.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  882. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  888. b46 = Instance.new("SpecialMesh", p46)
  889. b46.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  890. b46.TextureId = ""
  891. b46.MeshType = Enum.MeshType.FileMesh
  892. b46.Name = "Mesh"
  893. b46.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  894. p47 = Instance.new("Part", m)
  895. p47.BrickColor = bc("Bright violet")
  896. p47.Material = Enum.Material.Ice
  897. 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)
  898. p47.CanCollide = false
  899. p47.FormFactor = Enum.FormFactor.Custom
  900. p47.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  901. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  907. b47 = Instance.new("SpecialMesh", p47)
  908. b47.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  909. b47.TextureId = ""
  910. b47.MeshType = Enum.MeshType.FileMesh
  911. b47.Name = "Mesh"
  912. b47.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  913. p48 = Instance.new("Part", m)
  914. p48.BrickColor = bc("Bright violet")
  915. p48.Material = Enum.Material.Ice
  916. 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)
  917. p48.CanCollide = false
  918. p48.FormFactor = Enum.FormFactor.Custom
  919. p48.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  920. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  923. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  924. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  925. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  926. b48 = Instance.new("SpecialMesh", p48)
  927. b48.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  928. b48.TextureId = ""
  929. b48.MeshType = Enum.MeshType.FileMesh
  930. b48.Name = "Mesh"
  931. b48.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  932. p49 = Instance.new("Part", m)
  933. p49.BrickColor = bc("Bright violet")
  934. p49.Material = Enum.Material.Ice
  935. 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)
  936. p49.CanCollide = false
  937. p49.FormFactor = Enum.FormFactor.Custom
  938. p49.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  939. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  940. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  941. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  942. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  943. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  944. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  945. b49 = Instance.new("SpecialMesh", p49)
  946. b49.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  947. b49.TextureId = ""
  948. b49.MeshType = Enum.MeshType.FileMesh
  949. b49.Name = "Mesh"
  950. b49.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  951. p50 = Instance.new("Part", m)
  952. p50.BrickColor = bc("Bright violet")
  953. p50.Material = Enum.Material.Ice
  954. 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)
  955. p50.CanCollide = false
  956. p50.FormFactor = Enum.FormFactor.Custom
  957. p50.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  958. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  959. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  960. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  961. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  963. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  964. b50 = Instance.new("SpecialMesh", p50)
  965. b50.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  966. b50.TextureId = ""
  967. b50.MeshType = Enum.MeshType.FileMesh
  968. b50.Name = "Mesh"
  969. b50.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  970. p51 = Instance.new("Part", m)
  971. p51.BrickColor = bc("Bright violet")
  972. p51.Material = Enum.Material.Ice
  973. 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)
  974. p51.CanCollide = false
  975. p51.FormFactor = Enum.FormFactor.Custom
  976. p51.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  977. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  978. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  979. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  980. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  981. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  982. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  983. b51 = Instance.new("SpecialMesh", p51)
  984. b51.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  985. b51.TextureId = ""
  986. b51.MeshType = Enum.MeshType.FileMesh
  987. b51.Name = "Mesh"
  988. b51.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  989. p52 = Instance.new("Part", m)
  990. p52.BrickColor = bc("Really black")
  991. p52.Material = Enum.Material.Ice
  992. 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)
  993. p52.CanCollide = false
  994. p52.FormFactor = Enum.FormFactor.Custom
  995. p52.Size = vec3(0.200000003, 0.227273062, 0.818183661)
  996. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  997. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  998. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  999. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. b52 = Instance.new("SpecialMesh", p52)
  1003. b52.MeshType = Enum.MeshType.Wedge
  1004. b52.Name = "Mesh"
  1005. b52.Scale = vec3(0.500007629, 1, 1)
  1006. p53 = Instance.new("Part", m)
  1007. p53.BrickColor = bc("Really black")
  1008. p53.Material = Enum.Material.Ice
  1009. 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)
  1010. p53.CanCollide = false
  1011. p53.FormFactor = Enum.FormFactor.Custom
  1012. p53.Size = vec3(0.200000003, 0.227273062, 0.818183601)
  1013. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. b53 = Instance.new("SpecialMesh", p53)
  1020. b53.MeshType = Enum.MeshType.Wedge
  1021. b53.Name = "Mesh"
  1022. b53.Scale = vec3(0.500007629, 1, 1)
  1023. p54 = Instance.new("Part", m)
  1024. p54.BrickColor = bc("Dark indigo")
  1025. p54.Material = Enum.Material.Neon
  1026. 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)
  1027. p54.CanCollide = false
  1028. p54.FormFactor = Enum.FormFactor.Custom
  1029. p54.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  1030. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. b54 = Instance.new("SpecialMesh", p54)
  1037. b54.MeshType = Enum.MeshType.Wedge
  1038. b54.Name = "Mesh"
  1039. b54.Scale = vec3(0.250003815, 1, 1)
  1040. p55 = Instance.new("Part", m)
  1041. p55.BrickColor = bc("Dark indigo")
  1042. p55.Material = Enum.Material.Neon
  1043. 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)
  1044. p55.CanCollide = false
  1045. p55.FormFactor = Enum.FormFactor.Custom
  1046. p55.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  1047. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1052. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1053. b55 = Instance.new("SpecialMesh", p55)
  1054. b55.MeshType = Enum.MeshType.Wedge
  1055. b55.Name = "Mesh"
  1056. b55.Scale = vec3(0.250003815, 1, 1)
  1057. p56 = Instance.new("Part", m)
  1058. p56.BrickColor = bc("Really black")
  1059. p56.Material = Enum.Material.Ice
  1060. 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)
  1061. p56.CanCollide = false
  1062. p56.FormFactor = Enum.FormFactor.Custom
  1063. p56.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1064. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. b56 = Instance.new("SpecialMesh", p56)
  1071. b56.MeshType = Enum.MeshType.Wedge
  1072. b56.Name = "Mesh"
  1073. b56.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1074. p57 = Instance.new("Part", m)
  1075. p57.BrickColor = bc("Really black")
  1076. p57.Material = Enum.Material.Ice
  1077. 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)
  1078. p57.CanCollide = false
  1079. p57.FormFactor = Enum.FormFactor.Custom
  1080. p57.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1081. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. b57 = Instance.new("SpecialMesh", p57)
  1088. b57.MeshType = Enum.MeshType.Wedge
  1089. b57.Name = "Mesh"
  1090. b57.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1091. p58 = Instance.new("Part", m)
  1092. p58.BrickColor = bc("Dark indigo")
  1093. p58.Material = Enum.Material.Neon
  1094. 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)
  1095. p58.CanCollide = false
  1096. p58.FormFactor = Enum.FormFactor.Custom
  1097. p58.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  1098. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. b58 = Instance.new("SpecialMesh", p58)
  1105. b58.MeshType = Enum.MeshType.Brick
  1106. b58.Name = "Mesh"
  1107. b58.Scale = vec3(0.250003815, 1, 0.454546511)
  1108. p59 = Instance.new("Part", m)
  1109. p59.BrickColor = bc("Dark indigo")
  1110. p59.Material = Enum.Material.Neon
  1111. 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)
  1112. p59.CanCollide = false
  1113. p59.FormFactor = Enum.FormFactor.Custom
  1114. p59.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  1115. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. b59 = Instance.new("SpecialMesh", p59)
  1122. b59.MeshType = Enum.MeshType.Brick
  1123. b59.Name = "Mesh"
  1124. b59.Scale = vec3(0.250003815, 1, 0.909092963)
  1125. p60 = Instance.new("Part", m)
  1126. p60.BrickColor = bc("Dark indigo")
  1127. p60.Material = Enum.Material.Neon
  1128. 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)
  1129. p60.CanCollide = false
  1130. p60.FormFactor = Enum.FormFactor.Custom
  1131. p60.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1132. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. b60 = Instance.new("SpecialMesh", p60)
  1139. b60.MeshType = Enum.MeshType.Wedge
  1140. b60.Name = "Mesh"
  1141. b60.Scale = vec3(0.250003815, 1, 1)
  1142. p61 = Instance.new("Part", m)
  1143. p61.BrickColor = bc("Dark indigo")
  1144. p61.Material = Enum.Material.Neon
  1145. 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)
  1146. p61.CanCollide = false
  1147. p61.FormFactor = Enum.FormFactor.Custom
  1148. p61.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1149. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. b61 = Instance.new("SpecialMesh", p61)
  1156. b61.MeshType = Enum.MeshType.Wedge
  1157. b61.Name = "Mesh"
  1158. b61.Scale = vec3(0.250003815, 1, 1)
  1159. p62 = Instance.new("Part", m)
  1160. p62.BrickColor = bc("Dark indigo")
  1161. p62.Material = Enum.Material.Neon
  1162. 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)
  1163. p62.CanCollide = false
  1164. p62.FormFactor = Enum.FormFactor.Custom
  1165. p62.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1166. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. b62 = Instance.new("SpecialMesh", p62)
  1173. b62.MeshType = Enum.MeshType.Wedge
  1174. b62.Name = "Mesh"
  1175. b62.Scale = vec3(0.250003815, 1, 1)
  1176. p63 = Instance.new("Part", m)
  1177. p63.BrickColor = bc("Dark indigo")
  1178. p63.Material = Enum.Material.Neon
  1179. 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)
  1180. p63.CanCollide = false
  1181. p63.FormFactor = Enum.FormFactor.Custom
  1182. p63.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1183. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. b63 = Instance.new("SpecialMesh", p63)
  1190. b63.MeshType = Enum.MeshType.Wedge
  1191. b63.Name = "Mesh"
  1192. b63.Scale = vec3(0.250003815, 1, 1)
  1193. p64 = Instance.new("Part", m)
  1194. p64.BrickColor = bc("Dark indigo")
  1195. p64.Material = Enum.Material.Neon
  1196. 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)
  1197. p64.CanCollide = false
  1198. p64.FormFactor = Enum.FormFactor.Custom
  1199. p64.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1200. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. b64 = Instance.new("SpecialMesh", p64)
  1207. b64.MeshType = Enum.MeshType.Wedge
  1208. b64.Name = "Mesh"
  1209. b64.Scale = vec3(0.250003815, 1, 1)
  1210. p65 = Instance.new("Part", m)
  1211. p65.BrickColor = bc("Dark indigo")
  1212. p65.Material = Enum.Material.Neon
  1213. 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)
  1214. p65.CanCollide = false
  1215. p65.FormFactor = Enum.FormFactor.Custom
  1216. p65.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1217. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. b65 = Instance.new("SpecialMesh", p65)
  1224. b65.MeshType = Enum.MeshType.Wedge
  1225. b65.Name = "Mesh"
  1226. b65.Scale = vec3(0.250003815, 1, 1)
  1227. p66 = Instance.new("Part", m)
  1228. p66.BrickColor = bc("Dark indigo")
  1229. p66.Material = Enum.Material.Neon
  1230. 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)
  1231. p66.CanCollide = false
  1232. p66.FormFactor = Enum.FormFactor.Custom
  1233. p66.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1234. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. b66 = Instance.new("SpecialMesh", p66)
  1241. b66.MeshType = Enum.MeshType.Wedge
  1242. b66.Name = "Mesh"
  1243. b66.Scale = vec3(0.250003815, 1, 1)
  1244. p67 = Instance.new("Part", m)
  1245. p67.BrickColor = bc("Dark indigo")
  1246. p67.Material = Enum.Material.Neon
  1247. 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)
  1248. p67.CanCollide = false
  1249. p67.FormFactor = Enum.FormFactor.Custom
  1250. p67.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1251. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. b67 = Instance.new("SpecialMesh", p67)
  1258. b67.MeshType = Enum.MeshType.Wedge
  1259. b67.Name = "Mesh"
  1260. b67.Scale = vec3(0.250003815, 1, 1)
  1261. p68 = Instance.new("Part", m)
  1262. p68.BrickColor = bc("Dark indigo")
  1263. p68.Material = Enum.Material.Neon
  1264. 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)
  1265. p68.CanCollide = false
  1266. p68.FormFactor = Enum.FormFactor.Custom
  1267. p68.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1268. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. b68 = Instance.new("SpecialMesh", p68)
  1275. b68.MeshType = Enum.MeshType.Wedge
  1276. b68.Name = "Mesh"
  1277. b68.Scale = vec3(0.250003815, 1, 1)
  1278. p69 = Instance.new("Part", m)
  1279. p69.BrickColor = bc("Dark indigo")
  1280. p69.Material = Enum.Material.Neon
  1281. 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)
  1282. p69.CanCollide = false
  1283. p69.FormFactor = Enum.FormFactor.Custom
  1284. p69.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1285. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. b69 = Instance.new("SpecialMesh", p69)
  1292. b69.MeshType = Enum.MeshType.Wedge
  1293. b69.Name = "Mesh"
  1294. b69.Scale = vec3(0.250003815, 1, 1)
  1295. p70 = Instance.new("Part", m)
  1296. p70.BrickColor = bc("Dark indigo")
  1297. p70.Material = Enum.Material.Neon
  1298. 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)
  1299. p70.CanCollide = false
  1300. p70.FormFactor = Enum.FormFactor.Custom
  1301. p70.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1302. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. b70 = Instance.new("SpecialMesh", p70)
  1309. b70.MeshType = Enum.MeshType.Wedge
  1310. b70.Name = "Mesh"
  1311. b70.Scale = vec3(0.250003815, 1, 1)
  1312. p71 = Instance.new("Part", m)
  1313. p71.BrickColor = bc("Dark indigo")
  1314. p71.Material = Enum.Material.Neon
  1315. 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)
  1316. p71.CanCollide = false
  1317. p71.FormFactor = Enum.FormFactor.Custom
  1318. p71.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1319. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. b71 = Instance.new("SpecialMesh", p71)
  1326. b71.MeshType = Enum.MeshType.Wedge
  1327. b71.Name = "Mesh"
  1328. b71.Scale = vec3(0.250003815, 1, 1)
  1329. p72 = Instance.new("Part", m)
  1330. p72.BrickColor = bc("Dark indigo")
  1331. p72.Material = Enum.Material.Neon
  1332. 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)
  1333. p72.CanCollide = false
  1334. p72.FormFactor = Enum.FormFactor.Custom
  1335. p72.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1336. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. b72 = Instance.new("SpecialMesh", p72)
  1343. b72.MeshType = Enum.MeshType.Wedge
  1344. b72.Name = "Mesh"
  1345. b72.Scale = vec3(0.250003815, 1, 1)
  1346. p73 = Instance.new("Part", m)
  1347. p73.BrickColor = bc("Dark indigo")
  1348. p73.Material = Enum.Material.Neon
  1349. 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)
  1350. p73.CanCollide = false
  1351. p73.FormFactor = Enum.FormFactor.Custom
  1352. p73.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1353. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. b73 = Instance.new("SpecialMesh", p73)
  1360. b73.MeshType = Enum.MeshType.Wedge
  1361. b73.Name = "Mesh"
  1362. b73.Scale = vec3(0.250003815, 1, 1)
  1363. p74 = Instance.new("Part", m)
  1364. p74.BrickColor = bc("Dark indigo")
  1365. p74.Material = Enum.Material.Neon
  1366. 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)
  1367. p74.CanCollide = false
  1368. p74.FormFactor = Enum.FormFactor.Custom
  1369. p74.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1370. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. b74 = Instance.new("SpecialMesh", p74)
  1377. b74.MeshType = Enum.MeshType.Wedge
  1378. b74.Name = "Mesh"
  1379. b74.Scale = vec3(0.250003815, 1, 1)
  1380. p75 = Instance.new("Part", m)
  1381. p75.BrickColor = bc("Dark indigo")
  1382. p75.Material = Enum.Material.Neon
  1383. 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)
  1384. p75.CanCollide = false
  1385. p75.FormFactor = Enum.FormFactor.Custom
  1386. p75.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1387. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. b75 = Instance.new("SpecialMesh", p75)
  1394. b75.MeshType = Enum.MeshType.Wedge
  1395. b75.Name = "Mesh"
  1396. b75.Scale = vec3(0.250003815, 1, 1)
  1397. p76 = Instance.new("Part", m)
  1398. p76.BrickColor = bc("Dark indigo")
  1399. p76.Material = Enum.Material.Neon
  1400. 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)
  1401. p76.CanCollide = false
  1402. p76.FormFactor = Enum.FormFactor.Custom
  1403. p76.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1404. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. b76 = Instance.new("SpecialMesh", p76)
  1411. b76.MeshType = Enum.MeshType.Wedge
  1412. b76.Name = "Mesh"
  1413. b76.Scale = vec3(0.250003815, 1, 1)
  1414. p77 = Instance.new("Part", m)
  1415. p77.BrickColor = bc("Dark indigo")
  1416. p77.Material = Enum.Material.Neon
  1417. 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)
  1418. p77.CanCollide = false
  1419. p77.FormFactor = Enum.FormFactor.Custom
  1420. p77.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  1421. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. b77 = Instance.new("SpecialMesh", p77)
  1428. b77.MeshType = Enum.MeshType.Wedge
  1429. b77.Name = "Mesh"
  1430. b77.Scale = vec3(0.250003815, 1, 1)
  1431. p78 = Instance.new("Part", m)
  1432. p78.BrickColor = bc("Eggplant")
  1433. p78.Material = Enum.Material.SmoothPlastic
  1434. 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)
  1435. p78.CanCollide = false
  1436. p78.FormFactor = Enum.FormFactor.Custom
  1437. p78.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1438. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. b78 = Instance.new("SpecialMesh", p78)
  1445. b78.MeshType = Enum.MeshType.Cylinder
  1446. b78.Name = "Mesh"
  1447. b78.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1448. p79 = Instance.new("Part", m)
  1449. p79.BrickColor = bc("Eggplant")
  1450. p79.Material = Enum.Material.SmoothPlastic
  1451. 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)
  1452. p79.CanCollide = false
  1453. p79.FormFactor = Enum.FormFactor.Custom
  1454. p79.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1455. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. b79 = Instance.new("SpecialMesh", p79)
  1462. b79.MeshType = Enum.MeshType.Cylinder
  1463. b79.Name = "Mesh"
  1464. b79.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1465. p80 = Instance.new("Part", m)
  1466. p80.BrickColor = bc("Eggplant")
  1467. p80.Material = Enum.Material.SmoothPlastic
  1468. 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)
  1469. p80.CanCollide = false
  1470. p80.FormFactor = Enum.FormFactor.Custom
  1471. p80.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1472. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. b80 = Instance.new("SpecialMesh", p80)
  1479. b80.MeshType = Enum.MeshType.Cylinder
  1480. b80.Name = "Mesh"
  1481. b80.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1482. p81 = Instance.new("Part", m)
  1483. p81.BrickColor = bc("Eggplant")
  1484. p81.Material = Enum.Material.SmoothPlastic
  1485. 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)
  1486. p81.CanCollide = false
  1487. p81.FormFactor = Enum.FormFactor.Custom
  1488. p81.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1489. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. b81 = Instance.new("SpecialMesh", p81)
  1496. b81.MeshType = Enum.MeshType.Cylinder
  1497. b81.Name = "Mesh"
  1498. b81.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1499. p82 = Instance.new("Part", m)
  1500. p82.BrickColor = bc("Eggplant")
  1501. p82.Material = Enum.Material.SmoothPlastic
  1502. 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)
  1503. p82.CanCollide = false
  1504. p82.FormFactor = Enum.FormFactor.Custom
  1505. p82.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1506. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. b82 = Instance.new("SpecialMesh", p82)
  1513. b82.MeshType = Enum.MeshType.Cylinder
  1514. b82.Name = "Mesh"
  1515. b82.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1516. p83 = Instance.new("Part", m)
  1517. p83.BrickColor = bc("Eggplant")
  1518. p83.Material = Enum.Material.SmoothPlastic
  1519. 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)
  1520. p83.CanCollide = false
  1521. p83.FormFactor = Enum.FormFactor.Custom
  1522. p83.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1523. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. b83 = Instance.new("SpecialMesh", p83)
  1530. b83.MeshType = Enum.MeshType.Cylinder
  1531. b83.Name = "Mesh"
  1532. b83.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1533. p84 = Instance.new("Part", m)
  1534. p84.BrickColor = bc("Eggplant")
  1535. p84.Material = Enum.Material.SmoothPlastic
  1536. 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)
  1537. p84.CanCollide = false
  1538. p84.FormFactor = Enum.FormFactor.Custom
  1539. p84.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1540. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. b84 = Instance.new("SpecialMesh", p84)
  1547. b84.MeshType = Enum.MeshType.Cylinder
  1548. b84.Name = "Mesh"
  1549. b84.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1550. p85 = Instance.new("Part", m)
  1551. p85.BrickColor = bc("Eggplant")
  1552. p85.Material = Enum.Material.SmoothPlastic
  1553. 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)
  1554. p85.CanCollide = false
  1555. p85.FormFactor = Enum.FormFactor.Custom
  1556. p85.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1557. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. b85 = Instance.new("SpecialMesh", p85)
  1564. b85.MeshType = Enum.MeshType.Cylinder
  1565. b85.Name = "Mesh"
  1566. b85.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1567. p86 = Instance.new("Part", m)
  1568. p86.BrickColor = bc("Eggplant")
  1569. p86.Material = Enum.Material.SmoothPlastic
  1570. 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)
  1571. p86.CanCollide = false
  1572. p86.FormFactor = Enum.FormFactor.Custom
  1573. p86.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1574. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. b86 = Instance.new("SpecialMesh", p86)
  1581. b86.MeshType = Enum.MeshType.Cylinder
  1582. b86.Name = "Mesh"
  1583. b86.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1584. p87 = Instance.new("Part", m)
  1585. p87.BrickColor = bc("Eggplant")
  1586. p87.Material = Enum.Material.SmoothPlastic
  1587. 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)
  1588. p87.CanCollide = false
  1589. p87.FormFactor = Enum.FormFactor.Custom
  1590. p87.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1591. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. b87 = Instance.new("SpecialMesh", p87)
  1598. b87.MeshType = Enum.MeshType.Cylinder
  1599. b87.Name = "Mesh"
  1600. b87.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1601. p88 = Instance.new("Part", m)
  1602. p88.BrickColor = bc("Eggplant")
  1603. p88.Material = Enum.Material.SmoothPlastic
  1604. 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)
  1605. p88.CanCollide = false
  1606. p88.FormFactor = Enum.FormFactor.Custom
  1607. p88.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1608. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. b88 = Instance.new("SpecialMesh", p88)
  1615. b88.MeshType = Enum.MeshType.Cylinder
  1616. b88.Name = "Mesh"
  1617. b88.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1618. p89 = Instance.new("Part", m)
  1619. p89.BrickColor = bc("Eggplant")
  1620. p89.Material = Enum.Material.SmoothPlastic
  1621. 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)
  1622. p89.CanCollide = false
  1623. p89.FormFactor = Enum.FormFactor.Custom
  1624. p89.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1625. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. b89 = Instance.new("SpecialMesh", p89)
  1632. b89.MeshType = Enum.MeshType.Cylinder
  1633. b89.Name = "Mesh"
  1634. b89.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1635. p90 = Instance.new("Part", m)
  1636. p90.BrickColor = bc("Eggplant")
  1637. p90.Material = Enum.Material.SmoothPlastic
  1638. 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)
  1639. p90.CanCollide = false
  1640. p90.FormFactor = Enum.FormFactor.Custom
  1641. p90.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  1642. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. b90 = Instance.new("SpecialMesh", p90)
  1649. b90.MeshType = Enum.MeshType.Cylinder
  1650. b90.Name = "Mesh"
  1651. b90.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  1652. p91 = Instance.new("Part", m)
  1653. p91.BrickColor = bc("Really black")
  1654. p91.Material = Enum.Material.Sand
  1655. p91.Transparency = 1
  1656. p91.Name = "HitBox"
  1657. 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)
  1658. p91.CanCollide = false
  1659. p91.FormFactor = Enum.FormFactor.Custom
  1660. p91.Size = vec3(5.20000029, 0.300000012, 1.5)
  1661. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. p92 = Instance.new("Part", m)
  1668. p92.BrickColor = bc("Really black")
  1669. p92.Material = Enum.Material.Sand
  1670. p92.Transparency = 1
  1671. p92.Name = "TrailBox"
  1672. 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)
  1673. p92.CanCollide = false
  1674. p92.FormFactor = Enum.FormFactor.Custom
  1675. p92.Size = vec3(4.4000001, 0.300000012, 0.699999988)
  1676. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. w1 = Instance.new("Weld", p1)
  1683. w1.Name = "PartW"
  1684. w1.Part0 = p1
  1685. w1.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1686. w1.Part1 = p7
  1687. 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)
  1688. w2 = Instance.new("Weld", p2)
  1689. w2.Name = "PartW"
  1690. w2.Part0 = p2
  1691. w2.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1692. w2.Part1 = p7
  1693. 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)
  1694. w3 = Instance.new("Weld", p3)
  1695. w3.Name = "PartW"
  1696. w3.Part0 = p3
  1697. w3.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1698. w3.Part1 = p7
  1699. 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)
  1700. w4 = Instance.new("Weld", p4)
  1701. w4.Name = "PartW"
  1702. w4.Part0 = p4
  1703. w4.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1704. w4.Part1 = p7
  1705. 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)
  1706. w5 = Instance.new("Weld", p5)
  1707. w5.Name = "PartW"
  1708. w5.Part0 = p5
  1709. w5.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1710. w5.Part1 = p7
  1711. 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)
  1712. w6 = Instance.new("Weld", p6)
  1713. w6.Name = "PartW"
  1714. w6.Part0 = p6
  1715. w6.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1716. w6.Part1 = p7
  1717. 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)
  1718. w7 = Instance.new("Weld", p7)
  1719. w7.Name = "HandleW"
  1720. w7.Part0 = p7
  1721. w7.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1722. w7.Part1 = p7
  1723. w7.C1 = cf(0, 0, 0, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  1724. w8 = Instance.new("Weld", p8)
  1725. w8.Name = "PartW"
  1726. w8.Part0 = p8
  1727. w8.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1728. w8.Part1 = p7
  1729. 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)
  1730. w9 = Instance.new("Weld", p9)
  1731. w9.Name = "PartW"
  1732. w9.Part0 = p9
  1733. w9.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1734. w9.Part1 = p7
  1735. 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)
  1736. w10 = Instance.new("Weld", p10)
  1737. w10.Name = "PartW"
  1738. w10.Part0 = p10
  1739. w10.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1740. w10.Part1 = p7
  1741. 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)
  1742. w11 = Instance.new("Weld", p11)
  1743. w11.Name = "PartW"
  1744. w11.Part0 = p11
  1745. w11.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1746. w11.Part1 = p7
  1747. 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)
  1748. w12 = Instance.new("Weld", p12)
  1749. w12.Name = "PartW"
  1750. w12.Part0 = p12
  1751. w12.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1752. w12.Part1 = p7
  1753. 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)
  1754. w13 = Instance.new("Weld", p13)
  1755. w13.Name = "PartW"
  1756. w13.Part0 = p13
  1757. w13.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1758. w13.Part1 = p7
  1759. w13.C1 = cf(-0.900016785, -3.95476818e-05, 4.62532043e-05, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  1760. w14 = Instance.new("Weld", p14)
  1761. w14.Name = "PartW"
  1762. w14.Part0 = p14
  1763. w14.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1764. w14.Part1 = p7
  1765. 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)
  1766. w15 = Instance.new("Weld", p15)
  1767. w15.Name = "PartW"
  1768. w15.Part0 = p15
  1769. w15.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1770. w15.Part1 = p7
  1771. 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)
  1772. w16 = Instance.new("Weld", p16)
  1773. w16.Name = "PartW"
  1774. w16.Part0 = p16
  1775. w16.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1776. w16.Part1 = p7
  1777. 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)
  1778. w17 = Instance.new("Weld", p17)
  1779. w17.Name = "PartW"
  1780. w17.Part0 = p17
  1781. w17.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1782. w17.Part1 = p7
  1783. 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)
  1784. w18 = Instance.new("Weld", p18)
  1785. w18.Name = "PartW"
  1786. w18.Part0 = p18
  1787. w18.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1788. w18.Part1 = p7
  1789. 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)
  1790. w19 = Instance.new("Weld", p19)
  1791. w19.Name = "PartW"
  1792. w19.Part0 = p19
  1793. w19.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1794. w19.Part1 = p7
  1795. 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)
  1796. w20 = Instance.new("Weld", p20)
  1797. w20.Name = "PartW"
  1798. w20.Part0 = p20
  1799. w20.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1800. w20.Part1 = p7
  1801. 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)
  1802. w21 = Instance.new("Weld", p21)
  1803. w21.Name = "PartW"
  1804. w21.Part0 = p21
  1805. w21.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1806. w21.Part1 = p7
  1807. 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)
  1808. w22 = Instance.new("Weld", p22)
  1809. w22.Name = "PartW"
  1810. w22.Part0 = p22
  1811. w22.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1812. w22.Part1 = p7
  1813. 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)
  1814. w23 = Instance.new("Weld", p23)
  1815. w23.Name = "PartW"
  1816. w23.Part0 = p23
  1817. w23.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1818. w23.Part1 = p7
  1819. 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)
  1820. w24 = Instance.new("Weld", p24)
  1821. w24.Name = "PartW"
  1822. w24.Part0 = p24
  1823. w24.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1824. w24.Part1 = p7
  1825. 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)
  1826. w25 = Instance.new("Weld", p25)
  1827. w25.Name = "PartW"
  1828. w25.Part0 = p25
  1829. w25.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1830. w25.Part1 = p7
  1831. 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)
  1832. w26 = Instance.new("Weld", p26)
  1833. w26.Name = "PartW"
  1834. w26.Part0 = p26
  1835. w26.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1836. w26.Part1 = p7
  1837. 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)
  1838. w27 = Instance.new("Weld", p27)
  1839. w27.Name = "PartW"
  1840. w27.Part0 = p27
  1841. w27.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1842. w27.Part1 = p7
  1843. 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)
  1844. w28 = Instance.new("Weld", p28)
  1845. w28.Name = "PartW"
  1846. w28.Part0 = p28
  1847. w28.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1848. w28.Part1 = p7
  1849. 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)
  1850. w29 = Instance.new("Weld", p29)
  1851. w29.Name = "PartW"
  1852. w29.Part0 = p29
  1853. w29.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1854. w29.Part1 = p7
  1855. 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)
  1856. w30 = Instance.new("Weld", p30)
  1857. w30.Name = "PartW"
  1858. w30.Part0 = p30
  1859. w30.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1860. w30.Part1 = p7
  1861. 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)
  1862. w31 = Instance.new("Weld", p31)
  1863. w31.Name = "PartW"
  1864. w31.Part0 = p31
  1865. w31.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1866. w31.Part1 = p7
  1867. 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)
  1868. w32 = Instance.new("Weld", p32)
  1869. w32.Name = "PartW"
  1870. w32.Part0 = p32
  1871. w32.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1872. w32.Part1 = p7
  1873. 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)
  1874. w33 = Instance.new("Weld", p33)
  1875. w33.Name = "PartW"
  1876. w33.Part0 = p33
  1877. w33.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1878. w33.Part1 = p7
  1879. 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)
  1880. w34 = Instance.new("Weld", p34)
  1881. w34.Name = "PartW"
  1882. w34.Part0 = p34
  1883. w34.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1884. w34.Part1 = p7
  1885. 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)
  1886. w35 = Instance.new("Weld", p35)
  1887. w35.Name = "PartW"
  1888. w35.Part0 = p35
  1889. w35.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1890. w35.Part1 = p7
  1891. 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)
  1892. w36 = Instance.new("Weld", p36)
  1893. w36.Name = "PartW"
  1894. w36.Part0 = p36
  1895. w36.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1896. w36.Part1 = p7
  1897. 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)
  1898. w37 = Instance.new("Weld", p37)
  1899. w37.Name = "PartW"
  1900. w37.Part0 = p37
  1901. w37.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1902. w37.Part1 = p7
  1903. 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)
  1904. w38 = Instance.new("Weld", p38)
  1905. w38.Name = "PartW"
  1906. w38.Part0 = p38
  1907. w38.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1908. w38.Part1 = p7
  1909. 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)
  1910. w39 = Instance.new("Weld", p39)
  1911. w39.Name = "PartW"
  1912. w39.Part0 = p39
  1913. w39.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1914. w39.Part1 = p7
  1915. 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)
  1916. w40 = Instance.new("Weld", p40)
  1917. w40.Name = "PartW"
  1918. w40.Part0 = p40
  1919. w40.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1920. w40.Part1 = p7
  1921. 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)
  1922. w41 = Instance.new("Weld", p41)
  1923. w41.Name = "PartW"
  1924. w41.Part0 = p41
  1925. w41.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1926. w41.Part1 = p7
  1927. 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)
  1928. w42 = Instance.new("Weld", p42)
  1929. w42.Name = "PartW"
  1930. w42.Part0 = p42
  1931. w42.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1932. w42.Part1 = p7
  1933. 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)
  1934. w43 = Instance.new("Weld", p43)
  1935. w43.Name = "PartW"
  1936. w43.Part0 = p43
  1937. w43.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1938. w43.Part1 = p7
  1939. 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)
  1940. w44 = Instance.new("Weld", p44)
  1941. w44.Name = "PartW"
  1942. w44.Part0 = p44
  1943. w44.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1944. w44.Part1 = p7
  1945. 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)
  1946. w45 = Instance.new("Weld", p45)
  1947. w45.Name = "PartW"
  1948. w45.Part0 = p45
  1949. w45.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1950. w45.Part1 = p7
  1951. 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)
  1952. w46 = Instance.new("Weld", p46)
  1953. w46.Name = "PartW"
  1954. w46.Part0 = p46
  1955. w46.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1956. w46.Part1 = p7
  1957. 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)
  1958. w47 = Instance.new("Weld", p47)
  1959. w47.Name = "PartW"
  1960. w47.Part0 = p47
  1961. w47.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1962. w47.Part1 = p7
  1963. 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)
  1964. w48 = Instance.new("Weld", p48)
  1965. w48.Name = "PartW"
  1966. w48.Part0 = p48
  1967. w48.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1968. w48.Part1 = p7
  1969. 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)
  1970. w49 = Instance.new("Weld", p49)
  1971. w49.Name = "PartW"
  1972. w49.Part0 = p49
  1973. w49.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1974. w49.Part1 = p7
  1975. 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)
  1976. w50 = Instance.new("Weld", p50)
  1977. w50.Name = "PartW"
  1978. w50.Part0 = p50
  1979. w50.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1980. w50.Part1 = p7
  1981. 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)
  1982. w51 = Instance.new("Weld", p51)
  1983. w51.Name = "PartW"
  1984. w51.Part0 = p51
  1985. w51.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1986. w51.Part1 = p7
  1987. 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)
  1988. w52 = Instance.new("Weld", p52)
  1989. w52.Name = "PartW"
  1990. w52.Part0 = p52
  1991. w52.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1992. w52.Part1 = p7
  1993. 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)
  1994. w53 = Instance.new("Weld", p53)
  1995. w53.Name = "PartW"
  1996. w53.Part0 = p53
  1997. w53.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1998. w53.Part1 = p7
  1999. 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)
  2000. w54 = Instance.new("Weld", p54)
  2001. w54.Name = "PartW"
  2002. w54.Part0 = p54
  2003. w54.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2004. w54.Part1 = p7
  2005. 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)
  2006. w55 = Instance.new("Weld", p55)
  2007. w55.Name = "PartW"
  2008. w55.Part0 = p55
  2009. w55.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2010. w55.Part1 = p7
  2011. 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)
  2012. w56 = Instance.new("Weld", p56)
  2013. w56.Name = "PartW"
  2014. w56.Part0 = p56
  2015. w56.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2016. w56.Part1 = p7
  2017. 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)
  2018. w57 = Instance.new("Weld", p57)
  2019. w57.Name = "PartW"
  2020. w57.Part0 = p57
  2021. w57.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2022. w57.Part1 = p7
  2023. 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)
  2024. w58 = Instance.new("Weld", p58)
  2025. w58.Name = "PartW"
  2026. w58.Part0 = p58
  2027. w58.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2028. w58.Part1 = p7
  2029. 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)
  2030. w59 = Instance.new("Weld", p59)
  2031. w59.Name = "PartW"
  2032. w59.Part0 = p59
  2033. w59.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2034. w59.Part1 = p7
  2035. 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)
  2036. w60 = Instance.new("Weld", p60)
  2037. w60.Name = "PartW"
  2038. w60.Part0 = p60
  2039. w60.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2040. w60.Part1 = p7
  2041. 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)
  2042. w61 = Instance.new("Weld", p61)
  2043. w61.Name = "PartW"
  2044. w61.Part0 = p61
  2045. w61.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2046. w61.Part1 = p7
  2047. 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)
  2048. w62 = Instance.new("Weld", p62)
  2049. w62.Name = "PartW"
  2050. w62.Part0 = p62
  2051. w62.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2052. w62.Part1 = p7
  2053. 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)
  2054. w63 = Instance.new("Weld", p63)
  2055. w63.Name = "PartW"
  2056. w63.Part0 = p63
  2057. w63.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2058. w63.Part1 = p7
  2059. 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)
  2060. w64 = Instance.new("Weld", p64)
  2061. w64.Name = "PartW"
  2062. w64.Part0 = p64
  2063. w64.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2064. w64.Part1 = p7
  2065. 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)
  2066. w65 = Instance.new("Weld", p65)
  2067. w65.Name = "PartW"
  2068. w65.Part0 = p65
  2069. w65.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2070. w65.Part1 = p7
  2071. 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)
  2072. w66 = Instance.new("Weld", p66)
  2073. w66.Name = "PartW"
  2074. w66.Part0 = p66
  2075. w66.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2076. w66.Part1 = p7
  2077. 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)
  2078. w67 = Instance.new("Weld", p67)
  2079. w67.Name = "PartW"
  2080. w67.Part0 = p67
  2081. w67.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2082. w67.Part1 = p7
  2083. 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)
  2084. w68 = Instance.new("Weld", p68)
  2085. w68.Name = "PartW"
  2086. w68.Part0 = p68
  2087. w68.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2088. w68.Part1 = p7
  2089. 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)
  2090. w69 = Instance.new("Weld", p69)
  2091. w69.Name = "PartW"
  2092. w69.Part0 = p69
  2093. w69.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2094. w69.Part1 = p7
  2095. 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)
  2096. w70 = Instance.new("Weld", p70)
  2097. w70.Name = "PartW"
  2098. w70.Part0 = p70
  2099. w70.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2100. w70.Part1 = p7
  2101. 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)
  2102. w71 = Instance.new("Weld", p71)
  2103. w71.Name = "PartW"
  2104. w71.Part0 = p71
  2105. w71.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2106. w71.Part1 = p7
  2107. 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)
  2108. w72 = Instance.new("Weld", p72)
  2109. w72.Name = "PartW"
  2110. w72.Part0 = p72
  2111. w72.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2112. w72.Part1 = p7
  2113. 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)
  2114. w73 = Instance.new("Weld", p73)
  2115. w73.Name = "PartW"
  2116. w73.Part0 = p73
  2117. w73.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2118. w73.Part1 = p7
  2119. 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)
  2120. w74 = Instance.new("Weld", p74)
  2121. w74.Name = "PartW"
  2122. w74.Part0 = p74
  2123. w74.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2124. w74.Part1 = p7
  2125. 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)
  2126. w75 = Instance.new("Weld", p75)
  2127. w75.Name = "PartW"
  2128. w75.Part0 = p75
  2129. w75.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2130. w75.Part1 = p7
  2131. 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)
  2132. w76 = Instance.new("Weld", p76)
  2133. w76.Name = "PartW"
  2134. w76.Part0 = p76
  2135. w76.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2136. w76.Part1 = p7
  2137. 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)
  2138. w77 = Instance.new("Weld", p77)
  2139. w77.Name = "PartW"
  2140. w77.Part0 = p77
  2141. w77.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2142. w77.Part1 = p7
  2143. 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)
  2144. w78 = Instance.new("Weld", p78)
  2145. w78.Name = "PartW"
  2146. w78.Part0 = p78
  2147. w78.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2148. w78.Part1 = p7
  2149. 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)
  2150. w79 = Instance.new("Weld", p79)
  2151. w79.Name = "PartW"
  2152. w79.Part0 = p79
  2153. w79.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2154. w79.Part1 = p7
  2155. 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)
  2156. w80 = Instance.new("Weld", p80)
  2157. w80.Name = "PartW"
  2158. w80.Part0 = p80
  2159. w80.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2160. w80.Part1 = p7
  2161. 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)
  2162. w81 = Instance.new("Weld", p81)
  2163. w81.Name = "PartW"
  2164. w81.Part0 = p81
  2165. w81.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2166. w81.Part1 = p7
  2167. 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)
  2168. w82 = Instance.new("Weld", p82)
  2169. w82.Name = "PartW"
  2170. w82.Part0 = p82
  2171. w82.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2172. w82.Part1 = p7
  2173. 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)
  2174. w83 = Instance.new("Weld", p83)
  2175. w83.Name = "PartW"
  2176. w83.Part0 = p83
  2177. w83.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2178. w83.Part1 = p7
  2179. 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)
  2180. w84 = Instance.new("Weld", p84)
  2181. w84.Name = "PartW"
  2182. w84.Part0 = p84
  2183. w84.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2184. w84.Part1 = p7
  2185. 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)
  2186. w85 = Instance.new("Weld", p85)
  2187. w85.Name = "PartW"
  2188. w85.Part0 = p85
  2189. w85.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2190. w85.Part1 = p7
  2191. 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)
  2192. w86 = Instance.new("Weld", p86)
  2193. w86.Name = "PartW"
  2194. w86.Part0 = p86
  2195. w86.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2196. w86.Part1 = p7
  2197. 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)
  2198. w87 = Instance.new("Weld", p87)
  2199. w87.Name = "PartW"
  2200. w87.Part0 = p87
  2201. w87.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2202. w87.Part1 = p7
  2203. 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)
  2204. w88 = Instance.new("Weld", p88)
  2205. w88.Name = "PartW"
  2206. w88.Part0 = p88
  2207. w88.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2208. w88.Part1 = p7
  2209. 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)
  2210. w89 = Instance.new("Weld", p89)
  2211. w89.Name = "PartW"
  2212. w89.Part0 = p89
  2213. w89.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2214. w89.Part1 = p7
  2215. 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)
  2216. w90 = Instance.new("Weld", p90)
  2217. w90.Name = "PartW"
  2218. w90.Part0 = p90
  2219. w90.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2220. w90.Part1 = p7
  2221. 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)
  2222. w91 = Instance.new("Weld", p91)
  2223. w91.Name = "HitBoxW"
  2224. w91.Part0 = p91
  2225. w91.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2226. w91.Part1 = p7
  2227. w91.C1 = cf(3.5, 0.000397324562, 0.000147342682, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  2228. w92 = Instance.new("Weld", p92)
  2229. w92.Name = "TrailBoxW"
  2230. w92.Part0 = p92
  2231. w92.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2232. w92.Part1 = p7
  2233. w92.C1 = cf(3.5, 0.000397264957, 0.000147819519, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  2234. m.Parent = Char
  2235. for i,v in pairs(m:children()) do
  2236. if v:IsA("BasePart") then
  2237. v.Locked = true
  2238. end
  2239. end
  2240. local m2 = m:Clone()
  2241. m2.Parent = Char
  2242. local handle1 = m:WaitForChild("Handle")
  2243. local hitbox1 = m:WaitForChild("HitBox")
  2244. local trailbox1 = m:WaitForChild("TrailBox")
  2245. local handle2 = m2:WaitForChild("Handle")
  2246. local hitbox2 = m2:WaitForChild("HitBox")
  2247. local trailbox2 = m2:WaitForChild("TrailBox")
  2248. local llw = Weld(Left_Leg, Torso, cf(0.5, 2, 0))
  2249. local rlw = Weld(Right_Leg, Torso, cf(-0.5, 2, 0))
  2250. local raw = Weld(Right_Arm, Torso, cf(-1.5, 0, 0))
  2251. local law = Weld(Left_Arm, Torso, cf(1.5, 0, 0))
  2252. local torw = Weld(Torso, HumanoidRootPart, cf(0, 0, 0))
  2253. local hedw = Weld(Head, Torso, cf(0, -1.5, 0))
  2254. local h1w = Weld(larm, handle1, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  2255. local h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  2256. local Used = {
  2257. Executed = {}
  2258. ,
  2259. Failed = {}
  2260. }
  2261. local BindKey = function(Name, Key, Function)
  2262.  
  2263. local keydown = nil
  2264. keydown = mouse.KeyDown:connect(function(key)
  2265.  
  2266. if Key:lower() == key:lower() then
  2267. if dkd then
  2268. table.insert(Used.Failed, {Name, Key, Function})
  2269. else
  2270. if NotifyKeyPresses then
  2271. warn("executed(" .. Name .. ", \"" .. tostring(Key:upper()) .. "\")")
  2272. end
  2273. Function(Name, Key)
  2274. if NotifyKeyPresses then
  2275. warn("ended(" .. Name .. ")")
  2276. end
  2277. table.insert(Used.Executed, {Name, Key, Function})
  2278. end
  2279. end
  2280. end
  2281. )
  2282. end
  2283.  
  2284. FaceMouse = function()
  2285.  
  2286. local torso, torsoPos = Torso, HumanoidRootPart.Position
  2287. local torso = Char:FindFirstChild("Torso")
  2288. if torso then
  2289. torsoPos = HumanoidRootPart.CFrame.p
  2290. HumanoidRootPart.CFrame = lerp(HumanoidRootPart.CFrame, CFrame.new(torsoPos, Vector3.new(mouse.Hit.X, torsoPos.Y, mouse.Hit.Z)), 0.5)
  2291. end
  2292. end
  2293.  
  2294. local TrailFXModel = Instance.new("Model", Character)
  2295. IsLimb = function(Object)
  2296.  
  2297. local Limbs = {"Right Arm", "Left Arm", "Left Leg", "Right Leg", "Torso", "Head"}
  2298. local Value, Integer = false, "Not Defined"
  2299. for Index,String in next do
  2300. if Object.Name:lower() == String:lower() then
  2301. Value = true
  2302. Integer = Index
  2303. end
  2304. end
  2305. return {Value, Integer}
  2306. end
  2307.  
  2308. 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)}
  2309. BodyTrail = function(Time, Colour)
  2310.  
  2311. TrailFXModel:BreakJoints()
  2312. for Index,Object in pairs(Char:children()) do
  2313. do
  2314. if Object:IsA("BasePart") and Object.Name ~= "HumanoidRootPart" and IsLimb(Object)[1] == true then
  2315. do
  2316. spawn(function()
  2317.  
  2318. local NewObj = Instance.new("Part")
  2319. NewObj.Color = BrickColor.new(Colour).Color
  2320. NewObj.CanCollide = false
  2321. NewObj.Anchored = true
  2322. NewObj.TopSurface = 0
  2323. NewObj.Transparency = 0
  2324. NewObj.Material = "Granite"
  2325. NewObj.CFrame = Object.CFrame
  2326. local Pos = LimbsLast[Object.Name].p
  2327. wait()
  2328. local Pos2 = Object.CFrame.p
  2329. local Distance = Pos - Pos2.magnitude
  2330. local LimbsAndSizes = {
  2331. ["Right Arm"] = {1, 2}
  2332. ,
  2333. ["Left Arm"] = {1, 2}
  2334. ,
  2335. ["Left Leg"] = {1, 2}
  2336. ,
  2337. ["Right Leg"] = {1, 2}
  2338. ,
  2339. Torso = {2, 2}
  2340. ,
  2341. Head = {2, 1}
  2342. }
  2343. for Limb,XY in next do
  2344. if Object.Name:lower() == Limb:lower() then
  2345. LimbsLast[Limb] = Object.CFrame
  2346. NewObj.Name = Object.Name
  2347. NewObj.Size = Vector3.new(XY[1], XY[2], Distance)
  2348. end
  2349. end
  2350. NewObj.CFrame = CFrame.new(Pos, Pos2) * CFrame.new(0, 0, -(Distance / 2))
  2351. NewObj.Parent = TrailFXModel
  2352. delay(Time / 2, function()
  2353.  
  2354. local integer = 0.05
  2355. for i = 0, 1, integer do
  2356. NewObj.Transparency = i
  2357. wait()
  2358. end
  2359. NewObj:Destroy()
  2360. end
  2361. )
  2362. end
  2363. )
  2364. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2365.  
  2366. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_STMT
  2367.  
  2368. end
  2369. end
  2370. end
  2371. end
  2372. end
  2373.  
  2374. rainb = function(hue)
  2375.  
  2376. local section = hue % 1 * 3
  2377. local secondary = 0.5 * math.pi * (section % 1)
  2378. if section < 1 then
  2379. return c3(1, 1 - cos(secondary), 1 - sin(secondary))
  2380. else
  2381. if section < 2 then
  2382. return c3(1 - sin(secondary), 1, 1 - cos(secondary))
  2383. else
  2384. return c3(1 - cos(secondary), 1 - sin(secondary), 1)
  2385. end
  2386. end
  2387. end
  2388.  
  2389. local CRIT = false
  2390. showDamage = function(Parent, Txt, RemovalTime, Clr)
  2391.  
  2392. ypcall(function()
  2393.  
  2394. if string.find("critical", Txt:lower()) then
  2395. Clr = "Really red"
  2396. print("crit")
  2397. end
  2398. local Clr_Raw = Clr
  2399. if Clr == nil then
  2400. Clr = "Mulberry"
  2401. end
  2402. Clr = bc(Clr).Color
  2403. local Pert = Instance.new("Part", Parent)
  2404. Pert.Size = vec3(0.2, 0.2, 0.2)
  2405. Pert.Transparency = 1
  2406. Pert.CanCollide = false
  2407. Pert.Anchored = true
  2408. Pert.CFrame = Parent:FindFirstChild("Head").CFrame
  2409. Pert.BrickColor = bc("Really black")
  2410. local Gui = Instance.new("BillboardGui", Pert)
  2411. Gui.Adornee = Pert
  2412. local n2 = 10
  2413. Gui.Size = UDim2.new(n2, 0, n2, 0)
  2414. local TextL = Instance.new("TextLabel", Gui)
  2415. local r, g, b = Clr.r, Clr.g, Clr.b
  2416. local clr = c3(r, g, b)
  2417. if Clr_Raw:lower() == "rainbow" then
  2418. lrs:connect(function()
  2419.  
  2420. Clr = rainb(tick() / 3)
  2421. r = Clr.r
  2422. clr = c3(r, g, b)
  2423. end
  2424. )
  2425. end
  2426. ypcall(function()
  2427.  
  2428. if type(tonumber(Txt)) == "number" then
  2429. TextL.Text = tostring(math.floor(tonumber(Txt)))
  2430. else
  2431. TextL.Text = tostring(Txt)
  2432. end
  2433. end
  2434. )
  2435. TextL.BackgroundTransparency = 1
  2436. TextL.Font = "Bodoni"
  2437. TextL.Size = UDim2.new(6, 0, 0.5, 0)
  2438. TextL.Position = UDim2.new(-3, 0, -0.05, 0)
  2439. TextL.TextScaled = true
  2440. TextL.FontSize = "Size28"
  2441. TextL.TextColor3 = clr
  2442. local n = 10
  2443. local sp = Pert.CFrame * cf(rand(-n, n), rand(-n, n), rand(-n, n))
  2444. lrs:connect(function()
  2445.  
  2446. Pert.CFrame = clerp(Pert.CFrame, sp, 0.01)
  2447. clr = c3(r, g, b)
  2448. TextL.TextColor3 = clr
  2449. end
  2450. )
  2451. delay(RemovalTime / 2 + 1, function()
  2452.  
  2453. local rn, bn, gn = 1 - r, 1 - b, 1 - g
  2454. spawn(function()
  2455.  
  2456. for i = 0, 1, 0.025 do
  2457. TextL.TextTransparency = i
  2458. lrs:wait()
  2459. end
  2460. Pert:Destroy()
  2461. end
  2462. )
  2463. spawn(function()
  2464.  
  2465. for i = 0, rn, 0.01 do
  2466. r = rn - i
  2467. lrs:wait()
  2468. end
  2469. end
  2470. )
  2471. spawn(function()
  2472.  
  2473. for i = 0, bn, 0.01 do
  2474. b = bn - i
  2475. lrs:wait()
  2476. end
  2477. end
  2478. )
  2479. spawn(function()
  2480.  
  2481. for i = 0, gn, 0.01 do
  2482. g = gn - i
  2483. lrs:wait()
  2484. end
  2485. end
  2486. )
  2487. end
  2488. )
  2489. end
  2490. )
  2491. end
  2492.  
  2493. CheckIfLanded = function()
  2494.  
  2495. local Ray = Ray.new(torso.Position, vec3(0, -1, 0) * 10)
  2496. local Ignore = {Char}
  2497. local Hit, Pos, SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
  2498. if Hit == nil then
  2499. return false, nil
  2500. end
  2501. return true, Hit
  2502. end
  2503.  
  2504. FindNearestTorso = function(Position, Distance, SinglePlayer)
  2505.  
  2506. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  2507. do return not SinglePlayer end
  2508. do
  2509. local List = {}
  2510. for i,v in pairs(workspace:GetChildren()) do
  2511. if v:IsA("Model") and (v:findFirstChild("Torso") or v:findFirstChild("HumanoidRootPart")) and v ~= Char and v.HumanoidRootPart.Position - Position.magnitude <= Distance then
  2512. table.insert(List, v)
  2513. end
  2514. end
  2515. do return List end
  2516. -- DECOMPILER ERROR: 4 unprocessed JMP targets
  2517. end
  2518. end
  2519. end
  2520.  
  2521. DebounceHit = false
  2522. local pitches = {0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1, 1.15, 1.2, 1.25}
  2523. local swing_sfx = {134012322}
  2524. local cut_sfx = {220833976}
  2525. local bash_sfx = {386946017}
  2526. local sounds = {}
  2527. sounds.swing = function(self)
  2528.  
  2529. local s = Instance.new("Sound", sp)
  2530. s.Pitch = 1.25 + pitches[rand(1, #pitches)]
  2531. s.SoundId = swing_sfx[rand(1, #swing_sfx)]
  2532. return s
  2533. end
  2534.  
  2535. sounds.cut = function(self)
  2536.  
  2537. local s = Instance.new("Sound", sp)
  2538. s.Pitch = pitches[rand(1, #pitches)]
  2539. s.SoundId = cut_sfx[rand(1, #cut_sfx)]
  2540. return s
  2541. end
  2542.  
  2543. sounds.bash = function(self)
  2544.  
  2545. local s = Instance.new("Sound", sp)
  2546. s.Pitch = pitches[rand(1, #pitches)]
  2547. s.SoundId = bash_sfx[rand(1, #bash_sfx)]
  2548. return s
  2549. end
  2550.  
  2551. NewFXBox = function(name, prnt)
  2552.  
  2553. if prnt == nil then
  2554. prnt = Character
  2555. end
  2556. local FXBox = Instance.new("Model", prnt)
  2557. FXBox.Name = "FXBox"
  2558. if name then
  2559. FXBox.Name = name
  2560. end
  2561. local Count = 0
  2562. local Check = nil
  2563. Check = FXBox.ChildAdded:connect(function(Object)
  2564.  
  2565. if Object:IsA("BasePart") then
  2566. FXBox.PrimaryPart = Object
  2567. Check:disconnect()
  2568. end
  2569. end
  2570. )
  2571. return FXBox
  2572. end
  2573.  
  2574. ReSurface = function(Part, Integer)
  2575.  
  2576. if Part ~= nil and Part:IsA("BasePart") then
  2577. Part.TopSurface = Integer
  2578. Part.BottomSurface = Integer
  2579. Part.LeftSurface = Integer
  2580. Part.RightSurface = Integer
  2581. Part.FrontSurface = Integer
  2582. Part.BackSurface = Integer
  2583. end
  2584. end
  2585.  
  2586. ni = function(name, prnt)
  2587.  
  2588. return Instance.new(tostring(name), prnt)
  2589. end
  2590.  
  2591. local TrailModel = NewFXBox("TrailBOX")
  2592. NewPart = function(prnt)
  2593.  
  2594. local NPart = ni("Part", prnt)
  2595. ReSurface(NPart, 10)
  2596. if prnt:IsA("BasePart") then
  2597. NPart.CFrame = prnt.CFrame
  2598. end
  2599. NPart.Anchored = true
  2600. NPart.Size = vec3(1, 1, 1)
  2601. NPart.CanCollide = false
  2602. NPart.BrickColor = bc("Royal purple")
  2603. return NPart
  2604. end
  2605.  
  2606. HandleSP = function(func)
  2607.  
  2608. for i,v in next do
  2609. if v:IsA("Sound") then
  2610. v:Stop()
  2611. func(v)
  2612. end
  2613. end
  2614. end
  2615.  
  2616. GenTrail = function(Origin, Time)
  2617.  
  2618. end
  2619.  
  2620. MagDmg = function(Part, magni, knock, func)
  2621.  
  2622. for _,c in pairs(workspace:children()) do
  2623. local hum = c:findFirstChild("Humanoid")
  2624. if hum ~= nil then
  2625. local head = c:findFirstChild("HumanoidRootPart")
  2626. if head ~= nil then
  2627. local targ = head.Position - Part.Position
  2628. local mag = targ.magnitude
  2629. if mag <= magni and c.Name ~= Player.Name then
  2630. local bv = Instance.new("BodyVelocity", head)
  2631. do
  2632. -- bv.MaxVelocity = vec3(1 / 0, 0, 1 / 0)
  2633. bv.Velocity = HumanoidRootPart.CFrame.lookVector * knock-- + 2
  2634. delay(0.1, function()
  2635.  
  2636. bv:Destroy()
  2637. end
  2638. )
  2639. func(c, hum)
  2640. end
  2641. end
  2642. end
  2643. end
  2644. end
  2645. end
  2646.  
  2647. BindKey("Ground Breaker", "x", function(AttackName, Key)
  2648.  
  2649. ds = true
  2650. for i = 0, 1, 0.05 do
  2651. local animspd = 0.1
  2652. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2653. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2654. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2655. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2656. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2657. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2658. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2659. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2660. lrs:wait()
  2661. end
  2662. for i = 0, 1, 0.05 do
  2663. local animspd = 0.1
  2664. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2665. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2666. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2667. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2668. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2669. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2670. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2671. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2672. lrs:wait()
  2673. end
  2674. ds = false
  2675. end
  2676. )
  2677. local LA = {"Left", "Right"}
  2678. local LastArm = LA[math.random(1, #LA)]
  2679. local gDown = false
  2680. local CanLoopG = true
  2681. BindKey("Blink", "g", function(AttackName, Key)
  2682.  
  2683. ds = true
  2684. BodyTrail(0, "Magenta")
  2685. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * cf(0, 0, -15)
  2686. BodyTrail(0, "Magenta")
  2687. if LastArm == LA[1] then
  2688. LastArm = LA[2]
  2689. for i = 0, 1, 0.15 do
  2690. local animspd = 0.75
  2691. 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)
  2692. 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)
  2693. 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)
  2694. 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)
  2695. 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)
  2696. 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)
  2697. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2698. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2699. lrs:wait()
  2700. end
  2701. else
  2702. do
  2703. if LastArm == LA[2] then
  2704. LastArm = LA[1]
  2705. for i = 0, 1, 0.15 do
  2706. local animspd = 0.75
  2707. 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)
  2708. 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)
  2709. 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)
  2710. 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)
  2711. 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)
  2712. 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)
  2713. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2714. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2715. lrs:wait()
  2716. end
  2717. else
  2718. do
  2719. error("local LastArm value invalid", 1)
  2720. ds = false
  2721. end
  2722. end
  2723. end
  2724. end
  2725. end
  2726. )
  2727. BindKey("Backflip Slash", "q", function(AttackName, Key)
  2728. --[[if height > 0 then
  2729. return
  2730. end
  2731. if not IsLanded then
  2732. return
  2733. end]]
  2734. ds = true
  2735. hum.WalkSpeed = 0
  2736. for i = 0, 1, 0.035 do
  2737. local animspd = 0.15
  2738. 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)
  2739. 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)
  2740. 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)
  2741. 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)
  2742. 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)
  2743. 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)
  2744. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2745. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2746. lrs:wait()
  2747. end
  2748. local debhet2, debhet = false, false
  2749. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  2750. vel.MaxForce = vec3(1 / 0, 1 / 0, 1 / 0)
  2751. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -120 + vec3(0, 50, 0)
  2752. delay(0.01, function()
  2753.  
  2754. vel:Destroy()
  2755. end
  2756. )
  2757. for i = 0, 0.8, 0.05 do
  2758. MagDmg(hitbox2, 5, 5, function(chr, h)
  2759.  
  2760. if debhet2 == false then
  2761. debhet2 = true
  2762. local crit = false
  2763. do
  2764. ypcall(function()
  2765.  
  2766. chr.Health:Destroy()
  2767. end
  2768. )
  2769. local d = rand()
  2770. if d > 0.95 then
  2771. crit = true
  2772. dot = true
  2773. end
  2774. delay(0.5, function()
  2775.  
  2776. debhet2 = false
  2777. end
  2778. )
  2779. local damage = rand(5, 8)
  2780. if crit then
  2781. damage = damage + rand(3, 8)
  2782. end
  2783. h.Health = h.Health - (damage)
  2784. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  2785. if dot == true then
  2786. do
  2787. spawn(function()
  2788.  
  2789. for i = 0, rand(2, 5) do
  2790. h.Health = h.Health - damage / 4
  2791. showDamage(h.Parent, "(Dmg Ovr Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  2792. wait(0.8)
  2793. end
  2794. ds = false
  2795. end
  2796. )
  2797. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2798.  
  2799. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  2800.  
  2801. end
  2802. end
  2803. end
  2804. end
  2805. end
  2806. )
  2807. MagDmg(hitbox1, 5, 5, function(chr, h)
  2808.  
  2809. if debhet == false then
  2810. debhet = true
  2811. local crit = false
  2812. do
  2813. ypcall(function()
  2814.  
  2815. chr.Health:Destroy()
  2816. end
  2817. )
  2818. local d = rand()
  2819. if d > 0.95 then
  2820. crit = true
  2821. dot = true
  2822. end
  2823. delay(0.5, function()
  2824.  
  2825. debhet = false
  2826. end
  2827. )
  2828. local damage = rand(5, 8)
  2829. if crit then
  2830. damage = damage + rand(3, 8)
  2831. end
  2832. h.Health = h.Health - (damage)
  2833. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  2834. if dot == true then
  2835. do
  2836. spawn(function()
  2837.  
  2838. for i = 0, rand(2, 5) do
  2839. h.Health = h.Health - damage / 4
  2840. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  2841. wait(0.8)
  2842. end
  2843. end
  2844. )
  2845. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2846.  
  2847. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  2848.  
  2849. end
  2850. end
  2851. end
  2852. end
  2853. end
  2854. )
  2855. local animspd = 0.3
  2856. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(rad(560 * i), 0, 0), animspd)
  2857. 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)
  2858. 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)
  2859. 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)
  2860. 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)
  2861. 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)
  2862. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2863. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2864. lrs:wait()
  2865. end
  2866. spawn(function()
  2867.  
  2868. repeat
  2869. local animspd = 0.3
  2870. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2871. 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)
  2872. 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)
  2873. 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)
  2874. 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)
  2875. 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)
  2876. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2877. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2878. lrs:wait()
  2879. until ds == false
  2880. end
  2881. )
  2882. --[[ repeat
  2883. lrs:wait()
  2884. until IsLanded]]
  2885. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  2886. vel.MaxForce = vec3(1 / 0, 0, 1 / 0)
  2887. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -50
  2888. wait(0.2)
  2889. vel:Destroy()
  2890. ds = false
  2891. end
  2892. )
  2893. BindKey("Void Blast", "r", function(AttackName, Key)
  2894.  
  2895. ds = true
  2896. local fb = NewFXBox()
  2897. for i = 0, 1, 0.025 do
  2898. do
  2899. local animspd = 0.15
  2900. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2901. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  2902. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2903. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2904. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2905. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2906. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2907. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2908. lrs:wait()
  2909. end
  2910. end
  2911. do
  2912. for i,v in pairs(m:children()) do
  2913. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2914. spawn(function()
  2915.  
  2916. local m, int = 1, 0.05
  2917. for i = 0, m + int, int do
  2918. v.Transparency = i
  2919. lrs:wait()
  2920. end
  2921. end
  2922. )
  2923. end
  2924. end
  2925. end
  2926. for i,v in pairs(m:children()) do
  2927. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2928. spawn(function()
  2929.  
  2930. local m, int = 1, 0.05
  2931. for i = 0, m + int, int do
  2932. v.Transparency = i
  2933. lrs:wait()
  2934. end
  2935. end
  2936. )
  2937. end
  2938. end
  2939. for i = 0, 1, 0.05 do
  2940. local animspd = 0.4
  2941. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2942. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  2943. law.C0 = lerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2944. raw.C0 = lerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2945. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2946. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2947. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2948. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2949. lrs:wait()
  2950. end
  2951. local pert = Instance.new("Part", fb)
  2952. ReSurface(pert, 10)
  2953. pert.Material = "Granite"
  2954. pert.BrickColor = bc("Royal purple")
  2955. pert.Anchored = true
  2956. pert.Size = vec3(2, 2, 2)
  2957. pert.CanCollide = false
  2958. pert.CFrame = HumanoidRootPart.CFrame * cf(0, 3, -4) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  2959. local int = 0
  2960. local int2 = 0
  2961. for i = 0, 1, 0.005 do
  2962. int = int + 1
  2963. pert.Size = pert.Size + vec3(0.025, 0.025, 0.025)
  2964. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.05)
  2965. local animspd = 0.15
  2966. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2967. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(25)) * ang(rad(25), 0, 0), animspd)
  2968. law.C0 = lerp(law.C0, cf(-rad(90), 0.3, -1.5) * ang(rad(80), 0, -rad(80)), animspd)
  2969. raw.C0 = lerp(raw.C0, cf(rad(90), 0.3, -1.5) * ang(rad(80), 0, rad(80)), animspd)
  2970. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  2971. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  2972. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2973. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  2974. lrs:wait()
  2975. end
  2976. for i = 0, 1, 0.1 do
  2977. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.1)
  2978. lrs:wait()
  2979. end
  2980. for i,v in pairs(m:children()) do
  2981. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2982. spawn(function()
  2983.  
  2984. local m, int = 1, 0.05
  2985. for i = 0, m + int, int do
  2986. v.Transparency = 1 - i
  2987. lrs:wait()
  2988. end
  2989. end
  2990. )
  2991. end
  2992. end
  2993. for i,v in pairs(m:children()) do
  2994. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  2995. spawn(function()
  2996.  
  2997. local m, int = 1, 0.05
  2998. for i = 0, m + int, int do
  2999. v.Transparency = 1 - i
  3000. lrs:wait()
  3001. end
  3002. end
  3003. )
  3004. end
  3005. end
  3006. fb:Destroy()
  3007. ds = false
  3008. end
  3009. )
  3010. BindKey("Beserk Blades", "e", function(AttackName, Key)
  3011.  
  3012. ds = true
  3013. local debhet1, debhet2 = false, false
  3014. hum.WalkSpeed = 11
  3015. local fb = NewFXBox()
  3016. local s1 = Instance.new("Sound", sp)
  3017. s1.SoundId = "rbxassetid://201858168"
  3018. s1.Pitch = 1.05
  3019. local s2 = Instance.new("Sound", sp)
  3020. s2.SoundId = "rbxassetid://163619849"
  3021. s2.Pitch = 1.1
  3022. local s4 = Instance.new("Sound", sp)
  3023. s4.SoundId = "rbxassetid://180120107"
  3024. s4.Pitch = 0.9
  3025. for i = 1, 5 do
  3026. local s3 = Instance.new("Sound", sp)
  3027. s3.SoundId = "rbxassetid://206083107"
  3028. s3.Pitch = pitches[rand(1, #pitches)]
  3029. lrs:wait()
  3030. s3:Play()
  3031. for i = 0, 360, 35 do
  3032. spawn(function()
  3033.  
  3034. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  3035. end
  3036. )
  3037. MagDmg(hitbox2, 5, 5, function(chr, h)
  3038.  
  3039. if debhet2 == false then
  3040. debhet2 = true
  3041. local crit = false
  3042. do
  3043. ypcall(function()
  3044.  
  3045. chr.Health:Destroy()
  3046. end
  3047. )
  3048. local d = rand()
  3049. if d > 0.95 then
  3050. crit = true
  3051. dot = true
  3052. end
  3053. delay(0.5, function()
  3054.  
  3055. debhet2 = false
  3056. end
  3057. )
  3058. local damage = rand(5, 8)
  3059. if crit then
  3060. damage = damage + rand(5, 15)
  3061. end
  3062. h.Health = h.Health - (damage)
  3063. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3064. if dot == true then
  3065. do
  3066. spawn(function()
  3067.  
  3068. for i = 1, rand(5, 12) do
  3069. h.Health = h.Health - damage / 4
  3070. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3071. wait(0.8)
  3072. end
  3073. end
  3074. )
  3075. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3076.  
  3077. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  3078.  
  3079. end
  3080. end
  3081. end
  3082. end
  3083. end
  3084. )
  3085. MagDmg(hitbox1, 5, 5, function(chr, h)
  3086.  
  3087. ypcall(function()
  3088.  
  3089. chr.Health:Destroy()
  3090. end
  3091. )
  3092. if debhet1 == false then
  3093. debhet1 = true
  3094. local crit = false
  3095. do
  3096. local d = rand()
  3097. if d > 0.98 then
  3098. warn("crit(" .. d .. ")")
  3099. crit = true
  3100. dot = true
  3101. end
  3102. delay(0.5, function()
  3103.  
  3104. debhet1 = false
  3105. end
  3106. )
  3107. local damage = rand(5, 8)
  3108. if crit then
  3109. damage = damage + rand(5, 15)
  3110. end
  3111. h.Health = h.Health - (damage)
  3112. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3113. if dot == true then
  3114. do
  3115. spawn(function()
  3116.  
  3117. for i = 1, rand(5, 12) do
  3118. h.Health = h.Health - damage / 4
  3119. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3120. wait(0.8)
  3121. end
  3122. end
  3123. )
  3124. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3125.  
  3126. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_STMT
  3127.  
  3128. end
  3129. end
  3130. end
  3131. end
  3132. end
  3133. )
  3134. local animspd = 0.25
  3135. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(15), math.rad(i), 0), 0.3)
  3136. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3137. law.C0 = lerp(law.C0, cf(-2, -1, 0) * ang(0, 0, -rad(90)), animspd)
  3138. raw.C0 = lerp(raw.C0, cf(2, -1, 0) * ang(0, 0, rad(90)), animspd)
  3139. rlw.C0 = clerp(rlw.C0, cf(-rad(8), 0, 0) * ang(0, 0, rad(8)), animspd)
  3140. llw.C0 = clerp(llw.C0, cf(rad(8), 0, 0) * ang(0, 0, -rad(8)), animspd)
  3141. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(45), 0), animspd)
  3142. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), animspd)
  3143. lrs:wait()
  3144. end
  3145. end
  3146. hum.WalkSpeed = 1
  3147. s2:Play()
  3148. ds = false
  3149. end
  3150. )
  3151. BindKey("Blade Spear", "f", function(AttackName, Key)
  3152. if ds then
  3153. return
  3154. end
  3155. local fb = NewFXBox()
  3156. ds = true
  3157. local s1 = Instance.new("Sound", sp)
  3158. s1.SoundId = "rbxassetid://215395236"
  3159. s1.Pitch = 1.5
  3160. s1.Volume = 1
  3161. local s2 = Instance.new("Sound", sp)
  3162. s2.SoundId = "rbxassetid://134012322"
  3163. s2.Pitch = 1
  3164. s2.Volume = 1
  3165. local s3 = Instance.new("Sound", sp)
  3166. s3.SoundId = "rbxassetid://186772924"
  3167. s3.Pitch = 0.75
  3168. s3.Volume = 1
  3169. local s4 = Instance.new("Sound", sp)
  3170. s4.SoundId = "rbxassetid://282061340"
  3171. s4.Pitch = 0.75
  3172. s4.Volume = 1
  3173. wait()
  3174. for i = 0, 15 do
  3175. local animspd = 0.25
  3176. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  3177. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  3178. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3179. raw.C0 = lerp(raw.C0, cf(1.15, 0.5, -1.75) * ang(rad(90), 0, rad(60)), animspd)
  3180. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3181. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3182. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3183. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(77.5)), animspd)
  3184. lrs:wait()
  3185. end
  3186. s1:Play()
  3187. for i = 0, 15 do
  3188. do
  3189. local animspd = 0.25
  3190. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  3191. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  3192. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3193. raw.C0 = lerp(raw.C0, cf(0.05, 0.5, -1.25) * ang(rad(90), 0, rad(10)), animspd)
  3194. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3195. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3196. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3197. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(160), rad(77.5)), animspd)
  3198. lrs:wait()
  3199. end
  3200. end
  3201. h2w:Destroy()
  3202. handle2.Anchored = true
  3203. local weld = Instance.new("Weld", fb)
  3204. weld.Part0 = HumanoidRootPart
  3205. weld.Part1 = handle2
  3206. weld.C1 = handle2.CFrame:inverse() * HumanoidRootPart.CFrame * ang(0, rad(7), -rad(5))
  3207. weld.Name = "W"
  3208. handle2.Anchored = false
  3209. local val, val2 = 0, 0
  3210. do
  3211. local debhet = false
  3212. s2:Play()
  3213. do
  3214. for i = 0, 3.75 do
  3215. MagDmg(hitbox2, 8, 15, function(chr, h)
  3216. if debhet == false then
  3217. debhet = true
  3218. ypcall(function()
  3219. chr.Health:Destroy()
  3220. end
  3221. )
  3222. local crit = false
  3223. do
  3224. local d = rand()
  3225. if d > 0.65 then
  3226. crit = true
  3227. dot = true
  3228. end
  3229. delay(0.01, function()
  3230.  
  3231. debhet = false
  3232. end
  3233. )
  3234. local damage = rand(7, 16)
  3235. if crit then
  3236. damage = damage + rand(5, 15)
  3237. end
  3238. h.Health = h.Health - (damage) + 2
  3239. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3240. if dot == true then
  3241. do
  3242. spawn(function()
  3243.  
  3244. for i = 1, rand(2, 6) do
  3245. h.Health = h.Health - damage / 4 + 2
  3246. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3247. wait(rand(0.8, 2.5))
  3248. end
  3249. end
  3250. )
  3251. end
  3252. end
  3253. end
  3254. end
  3255. end
  3256. )
  3257. val = val + 4
  3258. local animspd = 0.5
  3259. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  3260. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), rad(20), 0), animspd)
  3261. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(20), 0), animspd)
  3262. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  3263. raw.C0 = lerp(raw.C0, cf(-0.5, 0.5, -0.1) * ang(rad(90), 0, -rad(60)), animspd)
  3264. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  3265. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  3266. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3267. lrs:wait()
  3268. end
  3269. end
  3270. hum.WalkSpeed = 0
  3271. torso.Anchored = true
  3272. for i = 1, 5, 0.25 do
  3273. local animspd = 0.2
  3274. val = val + 1
  3275. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  3276. local pe = Instance.new("Part", fb)
  3277. pe.Anchored = true
  3278. pe.Transparency = 0.65
  3279. pe.CanCollide = false
  3280. pe.Size = vec3(0.6, 0.6, 0.6)
  3281. pe.TopSurface = 0
  3282. pe.Color = bc("Magenta").Color
  3283. pe.CFrame = handle2.CFrame * cf(1 * -i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  3284. spawn(function()
  3285. for i = 0, 0.35, 0.05 do
  3286. pe.Transparency = 0.65 + i
  3287. lrs:wait()
  3288. end
  3289. pe:Destroy()
  3290. end
  3291. )
  3292. lrs:wait()
  3293. end
  3294. for i = 1, 7, 0.25 do
  3295. local animspd = 0.2
  3296. local pe = Instance.new("Part", fb)
  3297. pe.Anchored = true
  3298. pe.Transparency = 1
  3299. pe.CanCollide = false
  3300. pe.Size = vec3(1.5, 1.5, 1.5)
  3301. pe.TopSurface = 0
  3302. pe.Color = bc("Royal purple").Color
  3303. pe.CFrame = handle2.CFrame * cf(-2 + i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  3304. local weld2 = Instance.new("Weld", Character)
  3305. weld2.Part0 = pe
  3306. weld2.Part1 = handle2
  3307. weld2.C1 = handle2.CFrame:inverse() * pe.CFrame
  3308. weld2.Name = "W2"
  3309. spawn(function()
  3310.  
  3311. for i = 0, 1, 0.05 do
  3312. pe.Transparency = 1.65 - i
  3313. lrs:wait()
  3314. end
  3315. end
  3316. )
  3317. delay(1.5, function()
  3318.  
  3319. for i = 0, 1, 0.05 do
  3320. pe.Transparency = i
  3321. lrs:wait()
  3322. end
  3323. pe:Destroy()
  3324. weld2:Destroy()
  3325. end
  3326. )
  3327. lrs:wait()
  3328. end
  3329. s3:Play()
  3330. lrs:wait()
  3331. local p1 = Instance.new("Part", fb)
  3332. p1.Anchored = true
  3333. p1.Transparency = 1
  3334. p1.CanCollide = false
  3335. p1.Size = vec3(12, 12, 12)
  3336. p1.TopSurface = 0
  3337. p1.Color = bc("Royal purple").Color
  3338. p1.CFrame = handle2.CFrame * ang(rad(90), rad(0), rad(90)) * cf(0, -2, 0)
  3339. local me1 = Instance.new("SpecialMesh", p1)
  3340. me1.MeshType = "FileMesh"
  3341. me1.MeshId = "rbxassetid://3270017"
  3342. me1.Scale = vec3(1.5, 10, 1.5)
  3343. local p2 = Instance.new("Part", fb)
  3344. p2.Anchored = true
  3345. p2.Transparency = 1
  3346. p2.CanCollide = false
  3347. p2.Size = vec3(1.5, 3, 1.5)
  3348. p2.TopSurface = 0
  3349. p2.Color = bc("Royal purple").Color
  3350. p2.CFrame = handle2.CFrame * ang(0, rad(0), rad(90)) * cf(0, -2, 0)
  3351. local me2 = Instance.new("SpecialMesh", p2)
  3352. me2.MeshType = "FileMesh"
  3353. me2.MeshId = "rbxassetid://3270017"
  3354. me2.Scale = vec3(1.5, 10, 1.5)
  3355. torso.Anchored = false
  3356. delay(0.1, function()
  3357. ds = false
  3358. end
  3359. )
  3360. for i = 0, 1, 0.05 do
  3361. p1.Transparency = 1 - i
  3362. lrs:wait()
  3363. end
  3364. handle2.Anchored = true
  3365. m2.Parent = nil
  3366. for i = 0, 1, 0.025 do
  3367. p1.CFrame = p1.CFrame * ang(0, rad(5), 0)
  3368. lrs:wait()
  3369. end
  3370. for i = 0, 1, 0.05 do
  3371. p1.Transparency = i
  3372. lrs:wait()
  3373. end
  3374. p1:Destroy()
  3375. p2:Destroy()
  3376. for i,v in pairs(m:children()) do
  3377. v.Transparency = 1
  3378. end
  3379. m2.Parent = Character
  3380. h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  3381. h2w.C0 = cf(0, 0, 0) * ang(rad(0), 0, -rad(180))
  3382. handle2.Anchored = false
  3383. delay(0.75, function()
  3384.  
  3385. s4:Play()
  3386. end
  3387. )
  3388. for i,v in pairs(m:children()) do
  3389. spawn(function()
  3390.  
  3391. for i = 0, 5, 0.1 do
  3392. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  3393. v.Transparency = 5 - i
  3394. lrs:wait()
  3395. end
  3396. end
  3397. end
  3398. )
  3399. for i_,v_ in pairs(m:children()) do
  3400. spawn(function()
  3401.  
  3402. for i = 0, 5, 0.1 do
  3403. if v_.Name ~= "TrailBox" and v_.Name ~= "HitBox" and v_:IsA("BasePart") then
  3404. v_.Transparency = 5 - i
  3405. lrs:wait()
  3406. end
  3407. end
  3408. end
  3409. )
  3410. end
  3411. end
  3412. wait(0.25)
  3413. fb:Destroy()
  3414. dkd = false
  3415. end
  3416. end
  3417. )
  3418. BindKey("Sit", "z", function(AttackName, Key)
  3419. ds = true
  3420. hum.WalkSpeed = 2
  3421. for i = 0, 1, 0.03 do
  3422. local animspd = 0.2
  3423. 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)
  3424. 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)
  3425. 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)
  3426. 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)
  3427. 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)
  3428. 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)
  3429. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3430. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3431. lrs:wait()
  3432. end
  3433. hum.WalkSpeed = 0
  3434. delay(1.5, function()
  3435. hum.WalkSpeed = 8
  3436. end
  3437. )
  3438. repeat
  3439. local animspd = 0.3
  3440. 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)
  3441. 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)
  3442. 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)
  3443. 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)
  3444. 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)
  3445. 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)
  3446. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3447. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3448. lrs:wait()
  3449. until State ~= "Idle"
  3450. hum.WalkSpeed = 0
  3451. for i = 0, 1, 0.03 do
  3452. local animspd = 0.2
  3453. 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)
  3454. 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)
  3455. 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)
  3456. 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)
  3457. 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)
  3458. 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)
  3459. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3460. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3461. lrs:wait()
  3462. end
  3463. ds = false
  3464. end
  3465. )
  3466. BindKey("Lay Down", "c", function(AttackName, Key)
  3467. ds = true
  3468. hum.WalkSpeed = 2
  3469. for i = 0, 1, 0.03 do
  3470. local animspd = 0.2
  3471. 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)
  3472. 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)
  3473. 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)
  3474. 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)
  3475. 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)
  3476. 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)
  3477. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3478. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3479. lrs:wait()
  3480. end
  3481. hum.WalkSpeed = 0
  3482. delay(1.5, function()
  3483.  
  3484. hum.WalkSpeed = 8
  3485. end
  3486. )
  3487. repeat
  3488. local animspd = 0.2
  3489. 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)
  3490. 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)
  3491. 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)
  3492. 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)
  3493. 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)
  3494. 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)
  3495. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, -rad(90)), animspd)
  3496. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  3497. lrs:wait()
  3498. until State ~= "Idle"
  3499. hum.WalkSpeed = 0
  3500. for i = 0, 1, 0.03 do
  3501. local animspd = 0.2
  3502. 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)
  3503. 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)
  3504. 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)
  3505. 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)
  3506. 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)
  3507. 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)
  3508. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3509. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3510. lrs:wait()
  3511. end
  3512. ds = false
  3513. end
  3514. )
  3515. BindKey("Custom Jump", " ", function(AttackName, Key)
  3516.  
  3517. if CanJump == false then
  3518. return
  3519. end
  3520. --[[if not IsLanded then
  3521. return
  3522. end]]
  3523. CanJump = false
  3524. delay(5, function()
  3525.  
  3526. CanJump = true
  3527. end
  3528. )
  3529. ds = true
  3530. hum.WalkSpeed = 2
  3531. local s1 = Instance.new("Sound", sp)
  3532. s1.SoundId = "rbxassetid://142070127"
  3533. s1.Pitch = 1.15
  3534. s1.Volume = 1
  3535. local s2 = Instance.new("Sound", sp)
  3536. s2.SoundId = "rbxassetid://157878578"
  3537. s2.Pitch = 1.15
  3538. s2.Volume = 1
  3539. local s3 = Instance.new("Sound", sp)
  3540. s3.SoundId = "rbxassetid://180204562"
  3541. s3.Pitch = 1.15
  3542. s3.Volume = 1
  3543. local s5 = Instance.new("Sound", sp)
  3544. s5.SoundId = "rbxassetid://222942614"
  3545. s5.Pitch = 1
  3546. s5.Volume = 1
  3547. local s4 = Instance.new("Sound", sp)
  3548. s4.SoundId = "rbxassetid://244578911"
  3549. s4.Pitch = 2
  3550. s4.Volume = 0.1
  3551. s4.Looped = true
  3552. wait()
  3553. s3:Play()
  3554. delay(0.5, function()
  3555.  
  3556. s4:Play()
  3557. end
  3558. )
  3559. local fb = NewFXBox()
  3560. for i = 0, 1, 0.05 do
  3561. local animspd = 0.3
  3562. 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)
  3563. 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)
  3564. 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)
  3565. 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)
  3566. 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)
  3567. 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)
  3568. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(55), -rad(90)), animspd)
  3569. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3570. lrs:wait()
  3571. end
  3572. local per = Instance.new("Part", fb)
  3573. per.CanCollide = false
  3574. ReSurface(per, 10)
  3575. per.Transparency = 0.5
  3576. per.Material = "Granite"
  3577. per.Anchored = true
  3578. per.BrickColor = bc("Royal purple")
  3579. per.Size = vec3(4, 0.2, 4)
  3580. per.CFrame = cf(Torso.CFrame.p) * cf(0, -3, 0) * ang(rad(90), 0, 0)
  3581. local me1 = Instance.new("SpecialMesh", per)
  3582. me1.MeshType = "FileMesh"
  3583. me1.MeshId = "rbxassetid://3270017"
  3584. me1.Scale = vec3(1, 1, 1)
  3585. spawn(function()
  3586.  
  3587. local mx, it = 1, 0.05
  3588. for i = 0, mx + it, it do
  3589. me1.Scale = me1.Scale + vec3(2, 2, 2)
  3590. per.Transparency = 0.5 + i
  3591. lrs:wait()
  3592. end
  3593. end
  3594. )
  3595. s5:Play()
  3596. local bv = Instance.new("BodyVelocity", HumanoidRootPart)
  3597. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3598. bv.Velocity = Vector3.new(0, 150, 0)
  3599. spawn(function()
  3600.  
  3601. wait()
  3602. bv:Destroy()
  3603. end
  3604. )
  3605. hum.WalkSpeed = 250
  3606. local int = 0
  3607. local ting = 0
  3608. do
  3609. do
  3610. for i = 0, 1, 0.05 do
  3611. if i < 0.9 then
  3612. ting = ting + 0.25
  3613. if ting >= 1 then
  3614. ting = 0
  3615. BodyTrail(0, "Magenta")
  3616. end
  3617. local p = Instance.new("Part", fb)
  3618. p.Size = Vector3.new(3, 3, 3)
  3619. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  3620. local setp = HumanoidRootPart.CFrame * CFrame.new(0, 2, 0):inverse() * anglez
  3621. p.CFrame = setp
  3622. p.CanCollide = false
  3623. p.Anchored = true
  3624. p.Material = "Granite"
  3625. p.Color = BrickColor.new("Magenta").Color
  3626. game.Debris:AddItem(p, 4)
  3627. spawn(function()
  3628.  
  3629. for i = 0, 1, 0.05 do
  3630. p.Size = p.Size + Vector3.new(0.5, 0.5, 0.5)
  3631. p.CFrame = setp
  3632. p.Transparency = i
  3633. lrs:wait()
  3634. end
  3635. p:Destroy()
  3636. end
  3637. )
  3638. end
  3639. do
  3640. int = int + 36
  3641. do
  3642. local animspd = 0.2
  3643. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, rad(int), 0), animspd)
  3644. 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)
  3645. 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)
  3646. 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)
  3647. 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)
  3648. 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)
  3649. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(-rad(45), 0, 0), animspd)
  3650. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(rad(45), 0, 0), animspd)
  3651. lrs:wait()
  3652. -- DECOMPILER ERROR at PC693: LeaveBlock: unexpected jumping out DO_STMT
  3653.  
  3654. end
  3655. end
  3656. end
  3657. end
  3658. hum.WalkSpeed = 30
  3659. local ting2 = 0
  3660. repeat
  3661. ting2 = ting2 + 0.25
  3662. if ting2 >= 1 then
  3663. ting2 = 0
  3664. BodyTrail(0, "Institutional white")
  3665. end
  3666. local animspd = 0.3
  3667. torw.C0 = lerp(torw.C0, CFrame.new(0, 0, 0) * ang(0, 0, 0), animspd)
  3668. 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)
  3669. 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)
  3670. 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)
  3671. 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)
  3672. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3673. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3674. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3675. lrs:wait()
  3676. until IsLanded == true
  3677. s4:Stop()
  3678. s1:Play()
  3679. s2:Play()
  3680. hum.WalkSpeed = 0
  3681. for Index,Player in next do
  3682. if Player:FindFirstChild("Humanoid") then
  3683. local h = Player.Humanoid
  3684. h.PlatformStand = true
  3685. ypcall(function()
  3686.  
  3687. chr.Health:Destroy()
  3688. end
  3689. )
  3690. local bv = Instance.new("BodyVelocity", h.Parent.HumanoidRootPart)
  3691. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3692. local rn = 60
  3693. bv.Velocity = Vector3.new(rand(-rn, rn), rand(15, 40), rand(-rn, rn))
  3694. spawn(function()
  3695.  
  3696. wait()
  3697. bv:Destroy()
  3698. end
  3699. )
  3700. local crit = false
  3701. local d = rand()
  3702. if d > 0.85 then
  3703. crit = true
  3704. dot = true
  3705. end
  3706. local damage = rand(25, 35)
  3707. if crit then
  3708. damage = damage + rand(5, 15)
  3709. end
  3710. h.Health = h.Health - (damage) + 2
  3711. showDamage(h.Parent.HumanoidRootPart, tostring(damage), 1, "Royal purple")
  3712. if dot == true then
  3713. spawn(function()
  3714.  
  3715. for i = 1, rand(2, 6) do
  3716. h.Health = h.Health - damage / 4 + 2
  3717. showDamage(h.Parent.HumanoidRootPart, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3718. wait(rand(0.8, 2.5))
  3719. end
  3720. end
  3721. )
  3722. end
  3723. end
  3724. end
  3725. spawn(function()
  3726.  
  3727. local origin = HumanoidRootPart.CFrame
  3728. for i = 1, 4 do
  3729. local p = Instance.new("Part", fb)
  3730. do
  3731. p.Size = Vector3.new(3, 3, 3)
  3732. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  3733. local setp = origin * cf(0, 2, 0):inverse() * anglez
  3734. p.CFrame = setp
  3735. p.CanCollide = false
  3736. p.Anchored = true
  3737. p.Material = "Granite"
  3738. p.Color = BrickColor.new("Magenta").Color
  3739. local otp = p.Touched:connect(function(hit)
  3740.  
  3741. if not hit:IsDescendantOf(Character) and not hit.Parent:FindFirstChild("Humanoid") and hit.Name ~= "Base" and hit.Name ~= "Wall" then
  3742. print(hit.Name)
  3743. hit.Anchored = false
  3744. hit:BreakJoints()
  3745. wait()
  3746. local bv = Instance.new("BodyVelocity", hit)
  3747. do
  3748. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  3749. bv.Velocity = Vector3.new(rand(-150, 150), rand(-150, 150), rand(-150, 150))
  3750. spawn(function()
  3751.  
  3752. wait()
  3753. bv:Destroy()
  3754. end
  3755. )
  3756. end
  3757. end
  3758. end
  3759. )
  3760. spawn(function()
  3761.  
  3762. for i = 0, 1.05, 0.05 do
  3763. p.Transparency = i
  3764. p.Size = p.Size + vec3(0.5, 0.5, 0.5)
  3765. p.CFrame = setp * ang(rad(i * 3), rad(i * 3), rad(i * 3))
  3766. lrs:wait()
  3767. end
  3768. otp:disconnect()
  3769. p:Destroy()
  3770. end
  3771. )
  3772. end
  3773. end
  3774. end
  3775. )
  3776. for i = 0, 1, 0.05 do
  3777. local animspd = 0.2
  3778. 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)
  3779. 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)
  3780. 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)
  3781. 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)
  3782. 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)
  3783. 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)
  3784. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3785. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  3786. lrs:wait()
  3787. end
  3788. game.Debris:AddItem(fb, 10)
  3789. HandleSP(function(s)
  3790.  
  3791. s:Destroy()
  3792. end
  3793. )
  3794. ds = false
  3795. end
  3796. end
  3797. )
  3798. Attack1 = function()
  3799.  
  3800. ds = true
  3801. local sw = sounds:swing()
  3802. for i = 0, 1, 0.1 do
  3803. local animspd = 0.5
  3804. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, rad(55), 0), animspd)
  3805. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(55), 0), animspd)
  3806. law.C0 = lerp(law.C0, cf(-rad(25), 0.5, -1) * ang(rad(80), rad(20), -rad(25)), animspd)
  3807. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  3808. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  3809. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  3810. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(0), -rad(90)), animspd)
  3811. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), rad(25)), animspd)
  3812. lrs:wait()
  3813. end
  3814. sw:Play()
  3815. local debhet = false
  3816. for i = 0, 1, 0.1 do
  3817. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  3818. MagDmg(hitbox1, 5, 15, function(chr, h)
  3819.  
  3820. if debhet == false then
  3821. debhet = true
  3822. local crit = false
  3823. do
  3824. local d = rand()
  3825. if d > 0.8 then
  3826. crit = true
  3827. dot = true
  3828. end
  3829. delay(0.05, function()
  3830.  
  3831. debhet = false
  3832. end
  3833. )
  3834. local damage = rand(5, 12)
  3835. h.Health = h.Health - damage + 2
  3836. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3837. if dot == true then
  3838. do
  3839. spawn(function()
  3840.  
  3841. for i = 1, rand(2, 6) do
  3842. h.Health = h.Health - damage / 4 + 2
  3843. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3844. wait(rand(0.8, 2.5))
  3845. end
  3846. end
  3847. )
  3848. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3849.  
  3850. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3851.  
  3852. end
  3853. end
  3854. end
  3855. end
  3856. end
  3857. )
  3858. local animspd = 0.5
  3859. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, -rad(55), 0), animspd)
  3860. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(55), 0), animspd)
  3861. law.C0 = lerp(law.C0, cf(rad(45), 1, 0) * ang(rad(80), rad(20), rad(45)), animspd)
  3862. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  3863. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  3864. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  3865. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(60), -rad(90)), animspd)
  3866. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(195), rad(40)), animspd)
  3867. lrs:wait()
  3868. end
  3869. dkd = false
  3870. end
  3871.  
  3872. Attack2 = function()
  3873.  
  3874. ds = true
  3875. for i = 0, 1, 0.075 do
  3876. local animspd = 0.3
  3877. 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)
  3878. 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)
  3879. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(rad(90), -rad(30), rad(30)), animspd)
  3880. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(rad(100), rad(30), -rad(30)), animspd)
  3881. 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)
  3882. 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)
  3883. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  3884. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  3885. lrs:wait()
  3886. end
  3887. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 50
  3888. delay(0.1, function()
  3889.  
  3890. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 0
  3891. end
  3892. )
  3893. local debhet1, debhet = false, false
  3894. hum.WalkSpeed = 5
  3895. for i = 0, 1, 0.075 do
  3896. MagDmg(hitbox1, 5, 8, function(chr, h)
  3897.  
  3898. if debhet == false then
  3899. debhet = true
  3900. local crit = false
  3901. do
  3902. local d = rand()
  3903. if d > 0.9 then
  3904. crit = true
  3905. dot = true
  3906. end
  3907. delay(0.2, function()
  3908.  
  3909. debhet = false
  3910. end
  3911. )
  3912. local damage = rand(12, 18)
  3913. h.Health = h.Health - damage + 2
  3914. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3915. if dot == true then
  3916. do
  3917. spawn(function()
  3918.  
  3919. for i = 1, rand(2, 6) do
  3920. h.Health = h.Health - damage / 4 + 2
  3921. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3922. wait(rand(0.8, 2.5))
  3923. end
  3924. end
  3925. )
  3926. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3927.  
  3928. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3929.  
  3930. end
  3931. end
  3932. end
  3933. end
  3934. end
  3935. )
  3936. MagDmg(hitbox2, 5, 8, function(chr, h)
  3937.  
  3938. if debhet1 == false then
  3939. debhet1 = true
  3940. local crit = false
  3941. do
  3942. local d = rand()
  3943. if d > 0.9 then
  3944. crit = true
  3945. dot = true
  3946. end
  3947. delay(0.2, function()
  3948.  
  3949. debhet1 = false
  3950. end
  3951. )
  3952. local damage = rand(12, 18)
  3953. h.Health = h.Health - damage + 2
  3954. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  3955. if dot == true then
  3956. do
  3957. spawn(function()
  3958.  
  3959. for i = 1, rand(2, 6) do
  3960. h.Health = h.Health - damage / 4 + 2
  3961. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  3962. wait(rand(0.8, 2.5))
  3963. end
  3964. end
  3965. )
  3966. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  3967.  
  3968. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  3969.  
  3970. end
  3971. end
  3972. end
  3973. end
  3974. end
  3975. )
  3976. local animspd = 0.3
  3977. 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)
  3978. 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)
  3979. 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)
  3980. 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)
  3981. 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)
  3982. 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)
  3983. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  3984. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  3985. lrs:wait()
  3986. end
  3987. dkd = false
  3988. end
  3989.  
  3990. Attack3 = function()
  3991.  
  3992. dkd = true
  3993. for i = 0, 1, 0.05 do
  3994. local animspd = 0.35
  3995. 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)
  3996. 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)
  3997. 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)
  3998. 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)
  3999. 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)
  4000. 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)
  4001. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4002. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  4003. lrs:wait()
  4004. end
  4005. for i = 0, 1, 0.075 do
  4006. MagDmg(hitbox2, 5, 8, function(chr, h)
  4007.  
  4008. if debhet1 == false then
  4009. debhet1 = true
  4010. local crit = false
  4011. do
  4012. local d = rand()
  4013. if d > 0.9 then
  4014. crit = true
  4015. dot = true
  4016. end
  4017. delay(0.2, function()
  4018.  
  4019. debhet1 = false
  4020. end
  4021. )
  4022. local damage = rand(12, 18)
  4023. h.Health = h.Health - damage + 2
  4024. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  4025. if dot == true then
  4026. do
  4027. spawn(function()
  4028.  
  4029. for i = 1, rand(2, 6) do
  4030. h.Health = h.Health - damage / 4 + 2
  4031. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  4032. wait(rand(0.8, 2.5))
  4033. end
  4034. end
  4035. )
  4036. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4037.  
  4038. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_STMT
  4039.  
  4040. end
  4041. end
  4042. end
  4043. end
  4044. end
  4045. )
  4046. local animspd = 0.35
  4047. 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)
  4048. 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)
  4049. 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)
  4050. 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)
  4051. 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)
  4052. 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)
  4053. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4054. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), 1)
  4055. lrs:wait()
  4056. end
  4057. dkd = false
  4058. end
  4059.  
  4060. Attack4 = function()
  4061.  
  4062. dkd = true
  4063. for i = 0, 1, 0.025 do
  4064. local animspd = 0.15
  4065. 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)
  4066. 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)
  4067. 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)
  4068. 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)
  4069. 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)
  4070. 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)
  4071. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4072. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4073. lrs:wait()
  4074. end
  4075. height = 14
  4076. local bp = nil
  4077. local debhet1 = false
  4078. for i = 0, 1, 0.05 do
  4079. MagDmg(hitbox1, 8, 0, function(chr, h)
  4080.  
  4081. if debhet1 == false then
  4082. debhet1 = true
  4083. warn("k")
  4084. bp = Instance.new("BodyPosition", chr.HumanoidRootPart)
  4085. bp.Position = HumanoidRootPart.CFrame * cf(0, height, -3).p
  4086. bp.MaxForce = vec3(9000000000, 9000000000, 9000000000)
  4087. bp.P = 10000
  4088. bp.D = 300
  4089. delay(1, function()
  4090.  
  4091. debhet1 = false
  4092. end
  4093. )
  4094. end
  4095. end
  4096. )
  4097. local animspd = 0.2
  4098. 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)
  4099. 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)
  4100. 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)
  4101. 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)
  4102. 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)
  4103. 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)
  4104. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(175), 0), animspd)
  4105. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4106. lrs:wait()
  4107. end
  4108. Humanoid.WalkSpeed = 1
  4109. dkd = false
  4110. print("press an attack button to attack mid-air")
  4111. wait(0.75)
  4112. repeat
  4113. lrs:wait()
  4114. until dkd == false
  4115. height = 0
  4116. warn("ended")
  4117. pcall(function()
  4118.  
  4119. bp.P = 0
  4120. bp.D = 0
  4121. bp.MaxForce = vec3(0, 0, 0)
  4122. bp.Parent = workspace
  4123. end
  4124. )
  4125. end
  4126.  
  4127. local ComboResetTime, canatk = 0.3, true
  4128. local combo = 0
  4129. ComboUp = function()
  4130.  
  4131. if dkd == true then
  4132. return
  4133. end
  4134. if combo == 0 and canatk == true then
  4135. canatk = false
  4136. Attack1()
  4137. combo = 1
  4138. canatk = true
  4139. spawn(function()
  4140.  
  4141. ds = true
  4142. wait(ComboResetTime)
  4143. if canatk == true then
  4144. ds = false
  4145. end
  4146. if combo == 1 and not ds then
  4147. combo = 0
  4148. print("combo reset")
  4149. end
  4150. end
  4151. )
  4152. return
  4153. end
  4154. if combo == 1 and canatk == true then
  4155. canatk = false
  4156. Attack2()
  4157. combo = 2
  4158. canatk = true
  4159. spawn(function()
  4160.  
  4161. ds = true
  4162. wait(ComboResetTime)
  4163. if canatk == true then
  4164. ds = false
  4165. end
  4166. if combo == 2 and not ds then
  4167. combo = 0
  4168. print("combo reset")
  4169. end
  4170. end
  4171. )
  4172. return
  4173. end
  4174. if combo == 2 and canatk == true then
  4175. canatk = false
  4176. Attack3()
  4177. combo = 3
  4178. canatk = true
  4179. spawn(function()
  4180.  
  4181. ds = true
  4182. wait(ComboResetTime)
  4183. if canatk == true then
  4184. ds = false
  4185. end
  4186. if combo == 3 and not ds then
  4187. combo = 0
  4188. print("combo reset")
  4189. end
  4190. end
  4191. )
  4192. return
  4193. end
  4194. if combo == 3 and canatk == true then
  4195. canatk = false
  4196. Attack4()
  4197. combo = 0
  4198. wait(ComboResetTime)
  4199. canatk = true
  4200. spawn(function()
  4201.  
  4202. if canatk == true then
  4203. ds = false
  4204. end
  4205. wait(ComboResetTime / 4)
  4206. if combo == 0 and not ds then
  4207. combo = 0
  4208. print("combo reset")
  4209. end
  4210. end
  4211. )
  4212. return
  4213. end
  4214. end
  4215.  
  4216. mouse.Button1Down:connect(function()
  4217.  
  4218. ComboUp()
  4219. end
  4220. )
  4221. LookAround_AFKAnim = function()
  4222.  
  4223. ds = true
  4224. for i = 0, 1, 0.05 do
  4225. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  4226. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  4227. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  4228. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4229. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  4230. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  4231. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4232. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4233. lrs:wait()
  4234. end
  4235. for i = 0, 1, 0.05 do
  4236. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  4237. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  4238. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  4239. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4240. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  4241. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  4242. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4243. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4244. lrs:wait()
  4245. end
  4246. ds = false
  4247. end
  4248.  
  4249. Fiddle_AKFAnim = function()
  4250.  
  4251. print("Fiddle Played")
  4252. end
  4253.  
  4254. hum.MaxHealth = 200
  4255. wait(0.1)
  4256. hum.Health = 200
  4257. HumanoidRootPart.Transparency = 1
  4258. lrs:connect(function()
  4259. hum.MaxHealth = OverallHealth
  4260. if torso.CFrame.Y < -40 then
  4261. torso.CFrame = CFrame.new(math.random(-100, 100), 10, math.random(-100, 100))
  4262. end
  4263. local tmag_y = torso.Velocity.Y
  4264. local trot = torso.RotVelocity.Y / 50
  4265. local cap = 2
  4266. sine = sine + change
  4267. Char.Humanoid.FreeFalling:connect(function(FF)
  4268. if DebounceFallin == true then
  4269. return
  4270. end
  4271. if FF then
  4272. FreeFalling = true
  4273. else
  4274. FreeFalling = false
  4275. end
  4276. end)
  4277. hum.JumpPower = 0
  4278. hum.WalkSpeed = 9
  4279. if ds then
  4280. return
  4281. end
  4282. if FreeFalling == true and DebounceState == false and ds == false then
  4283. State = "FreeFalling"
  4284. else
  4285. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude < 5 and DebounceState == false and ds == false then
  4286. State = "Idle"
  4287. else
  4288. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude > 6 and DebounceState == false and ds == false then
  4289. State = "Walking"
  4290. else
  4291. if Attacking == true then
  4292. State = "Attacking"
  4293. else
  4294. if DebounceState == true or ds == true then
  4295. State = "Debouncing"
  4296. end
  4297. end
  4298. end
  4299. end
  4300. end
  4301. if State == "FreeFalling" then
  4302. change = 2
  4303. local animspd = 0.1
  4304. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4305. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4306. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4307. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4308. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4309. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4310. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4311. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  4312. else
  4313. if State == "Idle" then
  4314. local animspd = 0.2
  4315. local change = 1.25
  4316. torw.C0 = lerp(torw.C0, cf(0, sin(sine / 15) / 25, 0) * ang(-rad(0), -rad(65), cos(sine / 15) / 30), 0.125)
  4317. 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)
  4318. 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)
  4319. law.C0 = lerp(law.C0, cf(-0.65, 0.5 + sin(sine / 15) / 12, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  4320. 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)
  4321. 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)
  4322. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  4323. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  4324. else
  4325. if State == "Walking" then
  4326. local animspd = 0.1
  4327. change = 1.35
  4328. 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)
  4329. 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)
  4330. law.C0 = lerp(law.C0, cf(-0.25, -0.3, -cos(sine / 6) / 3) * ang(cos(sine / 6) / 3, 0, -rad(20)), animspd)
  4331. 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)
  4332. 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)
  4333. 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)
  4334. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(15), -rad(30), rad(15)), animspd)
  4335. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(rad(15), rad(245), -rad(7)), animspd)
  4336. end
  4337. end
  4338. end
  4339. if State == "Attacking" then
  4340. end
  4341. end)
  4342. end
  4343. print("Ether loaded.")
  4344. print("----Controls----")
  4345. print 'Backflip Slash - Q'
  4346. print 'Blade Spear - F (WIP do not use)'
  4347. print 'Blade Berserk - E'
  4348. print 'Sit - Z'
  4349. print 'Ground Breaker - X (WIP)'
  4350. print 'Lie Down - C'
  4351. print 'Void Blast - R (WIP)'
  4352. print 'Working on issue with custom jump'
Advertisement
Add Comment
Please, Sign In to add comment