Advertisement
okban

test

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