Advertisement
zXzGamePROzXz

Untitled

Dec 30th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 202.28 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7. -- Extracted from nebula hub by DOGGΩ#0018
  8. --Blade throw fixed, other various fixes.
  9.  
  10.  
  11.  
  12. script.Name = "Ether Blades"
  13.  
  14. wait(0.05)
  15.  
  16. local Module_Id = 0
  17.  
  18. local Player = game:service("Players").LocalPlayer
  19.  
  20. repeat
  21.  
  22. wait()
  23.  
  24. until Player.Character
  25.  
  26. local Character = Player.Character
  27.  
  28. local Char, Plr = Character, Player
  29.  
  30. local Mouse = Player:GetMouse()
  31.  
  32. local height = 0
  33.  
  34. local IsLanded = false
  35.  
  36. local NotifyKeyPresses = false
  37.  
  38. local CanRun = false
  39.  
  40. local CanJump = true
  41.  
  42. local Torso = Char:WaitForChild("Torso")
  43.  
  44. z = Instance.new("Sound", Torso)
  45.  
  46. z.SoundId = "rbxassetid://170033633" -- Put Music ID Here.
  47.  
  48. z.Looped = true
  49.  
  50. z.Pitch = 0.85
  51.  
  52. z.Volume = 1
  53.  
  54. wait(.1)
  55.  
  56. z:Play()
  57.  
  58. local Head = Char:WaitForChild("Head")
  59.  
  60. local Left_Arm = Char:WaitForChild("Left Arm")
  61.  
  62. local Right_Arm = Char:WaitForChild("Right Arm")
  63.  
  64. local Left_Leg = Char:WaitForChild("Left Leg")
  65.  
  66. local Right_Leg = Char:WaitForChild("Right Leg")
  67.  
  68. local HumanoidRootPart = Char:WaitForChild("HumanoidRootPart")
  69.  
  70. local Humanoid = Char:WaitForChild("Humanoid")
  71.  
  72. local DebounceKeyDown, DebounceState = false, false
  73.  
  74. local DebounceAFKAnimations = false
  75.  
  76. local sp = Torso
  77.  
  78. local State, LastState, Mode = "Idle", "Normal", nil
  79.  
  80. local AFKAnimSequenceCount, MaxSequenceCount = 0, 500
  81.  
  82. local char, Char, plr, Plr = Character, Character, Player, Player
  83.  
  84. local mouse, ms = Mouse, Mouse
  85.  
  86. local dkd, debkd = DebounceKeyDown, DebounceKeyDown
  87.  
  88. local dst, debst, ds, debs = DebounceState, DebounceState, DebounceState, DebounceState
  89.  
  90. local daa, dafk, debafk = DebounceAFKAnimations, DebounceAFKAnimations, DebounceAFKAnimations
  91.  
  92. local rs = game:service("RunService")
  93.  
  94. local lrs = rs.RenderStepped
  95.  
  96. local srs = rs.Heartbeat
  97.  
  98. local lleg, rleg = Left_Leg, Right_Leg
  99.  
  100. local larm, rarm = Left_Arm, Right_Arm
  101.  
  102. local hed, torr, torso = Head, Torso, Torso
  103.  
  104. local hum, root = Humanoid, HumanoidRootPart
  105.  
  106. local vec3, vec2 = Vector3.new, Vector2.new
  107.  
  108. local sin, cos, atan, rad, rand, rands = math.sin, math.cos, math.atan, math.rad, math.random, math.randomseed
  109.  
  110. local cf, ang, eu = CFrame.new, CFrame.Angles, CFrame.fromEulerAnglesXYZ
  111.  
  112. local bc, bcr, c3 = BrickColor.new, BrickColor.Random, Color3.new
  113.  
  114. if hed:FindFirstChild("Running") then
  115.  
  116. hed:WaitForChild("Running").Volume = 0
  117.  
  118. end
  119.  
  120. if Char:FindFirstChild("Animate") then
  121.  
  122. local Anim = Char:WaitForChild("Animate")
  123.  
  124. local Anim_2 = Anim:Clone()
  125.  
  126. Anim_2.Disabled = true
  127.  
  128. Anim_2.Parent = Char
  129.  
  130. Anim.Disabled = true
  131.  
  132. Anim_2.Disabled = false
  133.  
  134. end
  135.  
  136. do
  137.  
  138. if Char:FindFirstChild("Health") then
  139.  
  140. ypcall(game.Destroy, Char.Health)
  141.  
  142. end
  143.  
  144. Weld = function(to, from, c1)
  145.  
  146.  
  147.  
  148. local New_Weld = Instance.new("Weld", to)
  149.  
  150. New_Weld.Part0 = from
  151.  
  152. New_Weld.Part1 = to
  153.  
  154. New_Weld.C1 = c1
  155.  
  156. return New_Weld
  157.  
  158. end
  159.  
  160.  
  161.  
  162. clerp = function(c1, c2, al)
  163.  
  164.  
  165.  
  166. local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
  167.  
  168. local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
  169.  
  170. for i,v in pairs(com1) do
  171.  
  172. com1[i] = v + (com2[i] - v) * al
  173.  
  174. end
  175.  
  176. return cf(com1[1], com1[2], com1[3]) * ang(select(4, unpack(com1)))
  177.  
  178. end
  179.  
  180.  
  181.  
  182. lerp = function(c1, c2, al)
  183.  
  184.  
  185.  
  186. return c1:lerp(c2, al)
  187.  
  188. end
  189.  
  190.  
  191.  
  192. snd = function(Id, Parent)
  193.  
  194.  
  195.  
  196. local Sound = Instance.new("Sound", Parent)
  197.  
  198. Sound.Pitch = 1
  199.  
  200. Sound.Volume = 0.25
  201.  
  202. Sound.Looped = false
  203.  
  204. return Sound
  205.  
  206. end
  207.  
  208.  
  209.  
  210. local sine, change = 0, 1
  211.  
  212. local m = Instance.new("Model")
  213.  
  214. m.Name = "Blade_"
  215.  
  216. p1 = Instance.new("Part", m)
  217.  
  218. p1.BrickColor = bc("Mulberry")
  219.  
  220. p1.Material = Enum.Material.Ice
  221.  
  222. 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)
  223.  
  224. p1.CanCollide = false
  225.  
  226. p1.FormFactor = Enum.FormFactor.Custom
  227.  
  228. p1.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  229.  
  230. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  231.  
  232. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  233.  
  234. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  235.  
  236. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  237.  
  238. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  239.  
  240. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  241.  
  242. b1 = Instance.new("SpecialMesh", p1)
  243.  
  244. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  245.  
  246. b1.TextureId = ""
  247.  
  248. b1.MeshType = Enum.MeshType.FileMesh
  249.  
  250. b1.Name = "Mesh"
  251.  
  252. b1.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  253.  
  254. p2 = Instance.new("Part", m)
  255.  
  256. p2.BrickColor = bc("Mulberry")
  257.  
  258. p2.Material = Enum.Material.Ice
  259.  
  260. 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)
  261.  
  262. p2.CanCollide = false
  263.  
  264. p2.FormFactor = Enum.FormFactor.Custom
  265.  
  266. p2.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  267.  
  268. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  269.  
  270. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  271.  
  272. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  273.  
  274. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  275.  
  276. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  277.  
  278. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  279.  
  280. b2 = Instance.new("SpecialMesh", p2)
  281.  
  282. b2.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  283.  
  284. b2.TextureId = ""
  285.  
  286. b2.MeshType = Enum.MeshType.FileMesh
  287.  
  288. b2.Name = "Mesh"
  289.  
  290. b2.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  291.  
  292. p3 = Instance.new("Part", m)
  293.  
  294. p3.BrickColor = bc("Mulberry")
  295.  
  296. p3.Material = Enum.Material.Ice
  297.  
  298. 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)
  299.  
  300. p3.CanCollide = false
  301.  
  302. p3.FormFactor = Enum.FormFactor.Custom
  303.  
  304. p3.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  305.  
  306. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  307.  
  308. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  309.  
  310. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  311.  
  312. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  313.  
  314. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  315.  
  316. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  317.  
  318. b3 = Instance.new("SpecialMesh", p3)
  319.  
  320. b3.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  321.  
  322. b3.TextureId = ""
  323.  
  324. b3.MeshType = Enum.MeshType.FileMesh
  325.  
  326. b3.Name = "Mesh"
  327.  
  328. b3.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  329.  
  330. p4 = Instance.new("Part", m)
  331.  
  332. p4.BrickColor = bc("Really black")
  333.  
  334. p4.Material = Enum.Material.SmoothPlastic
  335.  
  336. 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)
  337.  
  338. p4.CanCollide = false
  339.  
  340. p4.FormFactor = Enum.FormFactor.Custom
  341.  
  342. p4.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  343.  
  344. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  345.  
  346. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  347.  
  348. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  349.  
  350. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  351.  
  352. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  353.  
  354. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  355.  
  356. b4 = Instance.new("SpecialMesh", p4)
  357.  
  358. b4.MeshType = Enum.MeshType.Wedge
  359.  
  360. b4.Name = "Mesh"
  361.  
  362. b4.Scale = vec3(0.5, 1, 1)
  363.  
  364. p5 = Instance.new("Part", m)
  365.  
  366. p5.BrickColor = bc("Really black")
  367.  
  368. p5.Material = Enum.Material.SmoothPlastic
  369.  
  370. 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)
  371.  
  372. p5.CanCollide = false
  373.  
  374. p5.FormFactor = Enum.FormFactor.Custom
  375.  
  376. p5.Size = vec3(0.300000012, 0.5, 0.800000012)
  377.  
  378. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  379.  
  380. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  381.  
  382. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  383.  
  384. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  385.  
  386. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  387.  
  388. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  389.  
  390. b5 = Instance.new("SpecialMesh", p5)
  391.  
  392. b5.MeshType = Enum.MeshType.Wedge
  393.  
  394. b5.Name = "Mesh"
  395.  
  396. p6 = Instance.new("Part", m)
  397.  
  398. p6.BrickColor = bc("Mulberry")
  399.  
  400. p6.Material = Enum.Material.Ice
  401.  
  402. 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)
  403.  
  404. p6.CanCollide = false
  405.  
  406. p6.FormFactor = Enum.FormFactor.Custom
  407.  
  408. p6.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  409.  
  410. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  411.  
  412. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  413.  
  414. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  415.  
  416. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  417.  
  418. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  419.  
  420. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  421.  
  422. b6 = Instance.new("SpecialMesh", p6)
  423.  
  424. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  425.  
  426. b6.TextureId = ""
  427.  
  428. b6.MeshType = Enum.MeshType.FileMesh
  429.  
  430. b6.Name = "Mesh"
  431.  
  432. b6.Scale = vec3(0.300000012, 0.200000003, 0.600000024)
  433.  
  434. p7 = Instance.new("Part", m)
  435.  
  436. p7.BrickColor = bc("Really black")
  437.  
  438. p7.Material = Enum.Material.Sand
  439.  
  440. p7.Name = "Handle"
  441.  
  442. 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)
  443.  
  444. p7.CanCollide = false
  445.  
  446. p7.FormFactor = Enum.FormFactor.Custom
  447.  
  448. p7.Size = vec3(1.80000019, 0.300000012, 0.300000012)
  449.  
  450. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  451.  
  452. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  453.  
  454. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  455.  
  456. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  457.  
  458. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  459.  
  460. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  461.  
  462. b7 = Instance.new("SpecialMesh", p7)
  463.  
  464. b7.MeshType = Enum.MeshType.Cylinder
  465.  
  466. b7.Name = "Mesh"
  467.  
  468. p8 = Instance.new("Part", m)
  469.  
  470. p8.BrickColor = bc("Mulberry")
  471.  
  472. p8.Material = Enum.Material.Ice
  473.  
  474. 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)
  475.  
  476. p8.CanCollide = false
  477.  
  478. p8.FormFactor = Enum.FormFactor.Custom
  479.  
  480. p8.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  481.  
  482. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  483.  
  484. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  485.  
  486. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  487.  
  488. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  489.  
  490. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  491.  
  492. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  493.  
  494. b8 = Instance.new("SpecialMesh", p8)
  495.  
  496. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  497.  
  498. b8.TextureId = ""
  499.  
  500. b8.MeshType = Enum.MeshType.FileMesh
  501.  
  502. b8.Name = "Mesh"
  503.  
  504. b8.Scale = vec3(0.219999999, 0.219999999, 0.5)
  505.  
  506. p9 = Instance.new("Part", m)
  507.  
  508. p9.BrickColor = bc("Really black")
  509.  
  510. p9.Material = Enum.Material.SmoothPlastic
  511.  
  512. 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)
  513.  
  514. p9.CanCollide = false
  515.  
  516. p9.FormFactor = Enum.FormFactor.Custom
  517.  
  518. p9.Size = vec3(0.300000012, 0.5, 0.800000012)
  519.  
  520. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  521.  
  522. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  523.  
  524. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  525.  
  526. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  527.  
  528. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  529.  
  530. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  531.  
  532. b9 = Instance.new("SpecialMesh", p9)
  533.  
  534. b9.MeshType = Enum.MeshType.Wedge
  535.  
  536. b9.Name = "Mesh"
  537.  
  538. p10 = Instance.new("Part", m)
  539.  
  540. p10.BrickColor = bc("Really black")
  541.  
  542. p10.Material = Enum.Material.SmoothPlastic
  543.  
  544. 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)
  545.  
  546. p10.CanCollide = false
  547.  
  548. p10.FormFactor = Enum.FormFactor.Custom
  549.  
  550. p10.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  551.  
  552. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  553.  
  554. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  555.  
  556. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  557.  
  558. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  559.  
  560. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  561.  
  562. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  563.  
  564. b10 = Instance.new("SpecialMesh", p10)
  565.  
  566. b10.MeshType = Enum.MeshType.Wedge
  567.  
  568. b10.Name = "Mesh"
  569.  
  570. b10.Scale = vec3(0.5, 1, 1)
  571.  
  572. p11 = Instance.new("Part", m)
  573.  
  574. p11.BrickColor = bc("Really black")
  575.  
  576. p11.Material = Enum.Material.SmoothPlastic
  577.  
  578. 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)
  579.  
  580. p11.CanCollide = false
  581.  
  582. p11.FormFactor = Enum.FormFactor.Custom
  583.  
  584. p11.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  585.  
  586. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  587.  
  588. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  589.  
  590. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  591.  
  592. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  593.  
  594. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  595.  
  596. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  597.  
  598. b11 = Instance.new("SpecialMesh", p11)
  599.  
  600. b11.MeshType = Enum.MeshType.Wedge
  601.  
  602. b11.Name = "Mesh"
  603.  
  604. b11.Scale = vec3(0.5, 1, 1)
  605.  
  606. p12 = Instance.new("Part", m)
  607.  
  608. p12.BrickColor = bc("Really black")
  609.  
  610. p12.Material = Enum.Material.SmoothPlastic
  611.  
  612. 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)
  613.  
  614. p12.CanCollide = false
  615.  
  616. p12.FormFactor = Enum.FormFactor.Custom
  617.  
  618. p12.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  619.  
  620. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  621.  
  622. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  623.  
  624. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  625.  
  626. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  627.  
  628. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  629.  
  630. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  631.  
  632. b12 = Instance.new("SpecialMesh", p12)
  633.  
  634. b12.MeshType = Enum.MeshType.Wedge
  635.  
  636. b12.Name = "Mesh"
  637.  
  638. b12.Scale = vec3(0.5, 1, 1)
  639.  
  640. p13 = Instance.new("Part", m)
  641.  
  642. p13.BrickColor = bc("Really black")
  643.  
  644. p13.Material = Enum.Material.SmoothPlastic
  645.  
  646. 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)
  647.  
  648. p13.CanCollide = false
  649.  
  650. p13.FormFactor = Enum.FormFactor.Custom
  651.  
  652. p13.Size = vec3(0.400000006, 0.400000006, 0.400000006)
  653.  
  654. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  655.  
  656. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  657.  
  658. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  659.  
  660. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  661.  
  662. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  663.  
  664. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  665.  
  666. b13 = Instance.new("SpecialMesh", p13)
  667.  
  668. b13.MeshType = Enum.MeshType.Cylinder
  669.  
  670. b13.Name = "Mesh"
  671.  
  672. p14 = Instance.new("Part", m)
  673.  
  674. p14.BrickColor = bc("Eggplant")
  675.  
  676. p14.Material = Enum.Material.SmoothPlastic
  677.  
  678. 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)
  679.  
  680. p14.CanCollide = false
  681.  
  682. p14.FormFactor = Enum.FormFactor.Custom
  683.  
  684. p14.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  685.  
  686. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  687.  
  688. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  689.  
  690. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  691.  
  692. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  693.  
  694. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  695.  
  696. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  697.  
  698. b14 = Instance.new("SpecialMesh", p14)
  699.  
  700. b14.MeshType = Enum.MeshType.Cylinder
  701.  
  702. b14.Name = "Mesh"
  703.  
  704. b14.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  705.  
  706. p15 = Instance.new("Part", m)
  707.  
  708. p15.BrickColor = bc("Really black")
  709.  
  710. p15.Material = Enum.Material.SmoothPlastic
  711.  
  712. 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)
  713.  
  714. p15.CanCollide = false
  715.  
  716. p15.FormFactor = Enum.FormFactor.Custom
  717.  
  718. p15.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  719.  
  720. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  721.  
  722. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  723.  
  724. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  725.  
  726. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  727.  
  728. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  729.  
  730. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  731.  
  732. b15 = Instance.new("SpecialMesh", p15)
  733.  
  734. b15.MeshType = Enum.MeshType.Wedge
  735.  
  736. b15.Name = "Mesh"
  737.  
  738. b15.Scale = vec3(0.5, 1, 1)
  739.  
  740. p16 = Instance.new("Part", m)
  741.  
  742. p16.BrickColor = bc("Really black")
  743.  
  744. p16.Material = Enum.Material.SmoothPlastic
  745.  
  746. 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)
  747.  
  748. p16.CanCollide = false
  749.  
  750. p16.FormFactor = Enum.FormFactor.Custom
  751.  
  752. p16.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  753.  
  754. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  755.  
  756. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  757.  
  758. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  759.  
  760. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  761.  
  762. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  763.  
  764. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  765.  
  766. b16 = Instance.new("SpecialMesh", p16)
  767.  
  768. b16.MeshType = Enum.MeshType.Wedge
  769.  
  770. b16.Name = "Mesh"
  771.  
  772. b16.Scale = vec3(0.5, 1, 1)
  773.  
  774. p17 = Instance.new("Part", m)
  775.  
  776. p17.BrickColor = bc("Dark indigo")
  777.  
  778. p17.Material = Enum.Material.Neon
  779.  
  780. 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)
  781.  
  782. p17.CanCollide = false
  783.  
  784. p17.FormFactor = Enum.FormFactor.Custom
  785.  
  786. p17.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  787.  
  788. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  789.  
  790. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  791.  
  792. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  793.  
  794. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  795.  
  796. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  797.  
  798. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  799.  
  800. b17 = Instance.new("SpecialMesh", p17)
  801.  
  802. b17.MeshType = Enum.MeshType.Wedge
  803.  
  804. b17.Name = "Mesh"
  805.  
  806. b17.Scale = vec3(0.250003815, 1, 1)
  807.  
  808. p18 = Instance.new("Part", m)
  809.  
  810. p18.BrickColor = bc("Really black")
  811.  
  812. p18.Material = Enum.Material.SmoothPlastic
  813.  
  814. 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)
  815.  
  816. p18.CanCollide = false
  817.  
  818. p18.FormFactor = Enum.FormFactor.Custom
  819.  
  820. p18.Size = vec3(0.200000003, 0.200000003, 0.600000024)
  821.  
  822. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  823.  
  824. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  825.  
  826. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  827.  
  828. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  829.  
  830. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  831.  
  832. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  833.  
  834. b18 = Instance.new("SpecialMesh", p18)
  835.  
  836. b18.MeshType = Enum.MeshType.Wedge
  837.  
  838. b18.Name = "Mesh"
  839.  
  840. b18.Scale = vec3(0.5, 1, 1)
  841.  
  842. p19 = Instance.new("Part", m)
  843.  
  844. p19.BrickColor = bc("Really black")
  845.  
  846. p19.Material = Enum.Material.SmoothPlastic
  847.  
  848. 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)
  849.  
  850. p19.CanCollide = false
  851.  
  852. p19.FormFactor = Enum.FormFactor.Custom
  853.  
  854. p19.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  855.  
  856. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  857.  
  858. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  859.  
  860. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  861.  
  862. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  863.  
  864. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  865.  
  866. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  867.  
  868. b19 = Instance.new("SpecialMesh", p19)
  869.  
  870. b19.MeshType = Enum.MeshType.Wedge
  871.  
  872. b19.Name = "Mesh"
  873.  
  874. b19.Scale = vec3(0.5, 1, 1)
  875.  
  876. p20 = Instance.new("Part", m)
  877.  
  878. p20.BrickColor = bc("Really black")
  879.  
  880. p20.Material = Enum.Material.SmoothPlastic
  881.  
  882. 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)
  883.  
  884. p20.CanCollide = false
  885.  
  886. p20.FormFactor = Enum.FormFactor.Custom
  887.  
  888. p20.Size = vec3(0.300000012, 0.5, 0.400000006)
  889.  
  890. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  891.  
  892. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  893.  
  894. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  895.  
  896. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  897.  
  898. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  899.  
  900. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  901.  
  902. b20 = Instance.new("SpecialMesh", p20)
  903.  
  904. b20.MeshType = Enum.MeshType.Wedge
  905.  
  906. b20.Name = "Mesh"
  907.  
  908. p21 = Instance.new("Part", m)
  909.  
  910. p21.BrickColor = bc("Really black")
  911.  
  912. p21.Material = Enum.Material.SmoothPlastic
  913.  
  914. 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)
  915.  
  916. p21.CanCollide = false
  917.  
  918. p21.FormFactor = Enum.FormFactor.Custom
  919.  
  920. p21.Size = vec3(0.300000012, 0.5, 0.400000006)
  921.  
  922. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  923.  
  924. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  925.  
  926. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  927.  
  928. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  929.  
  930. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  931.  
  932. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  933.  
  934. b21 = Instance.new("SpecialMesh", p21)
  935.  
  936. b21.MeshType = Enum.MeshType.Wedge
  937.  
  938. b21.Name = "Mesh"
  939.  
  940. p22 = Instance.new("Part", m)
  941.  
  942. p22.BrickColor = bc("Dark indigo")
  943.  
  944. p22.Material = Enum.Material.Neon
  945.  
  946. 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)
  947.  
  948. p22.CanCollide = false
  949.  
  950. p22.FormFactor = Enum.FormFactor.Custom
  951.  
  952. p22.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  953.  
  954. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  955.  
  956. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  957.  
  958. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  959.  
  960. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  961.  
  962. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  963.  
  964. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  965.  
  966. b22 = Instance.new("SpecialMesh", p22)
  967.  
  968. b22.MeshType = Enum.MeshType.Wedge
  969.  
  970. b22.Name = "Mesh"
  971.  
  972. b22.Scale = vec3(0.250003815, 1, 1)
  973.  
  974. p23 = Instance.new("Part", m)
  975.  
  976. p23.BrickColor = bc("Really black")
  977.  
  978. p23.Material = Enum.Material.Ice
  979.  
  980. 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)
  981.  
  982. p23.CanCollide = false
  983.  
  984. p23.FormFactor = Enum.FormFactor.Custom
  985.  
  986. p23.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  987.  
  988. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  989.  
  990. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  991.  
  992. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  993.  
  994. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  995.  
  996. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  997.  
  998. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  999.  
  1000. b23 = Instance.new("SpecialMesh", p23)
  1001.  
  1002. b23.MeshType = Enum.MeshType.Wedge
  1003.  
  1004. b23.Name = "Mesh"
  1005.  
  1006. b23.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1007.  
  1008. p24 = Instance.new("Part", m)
  1009.  
  1010. p24.BrickColor = bc("Really black")
  1011.  
  1012. p24.Material = Enum.Material.Ice
  1013.  
  1014. 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)
  1015.  
  1016. p24.CanCollide = false
  1017.  
  1018. p24.FormFactor = Enum.FormFactor.Custom
  1019.  
  1020. p24.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1021.  
  1022. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1023.  
  1024. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1025.  
  1026. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1027.  
  1028. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1029.  
  1030. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1031.  
  1032. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1033.  
  1034. b24 = Instance.new("SpecialMesh", p24)
  1035.  
  1036. b24.MeshType = Enum.MeshType.Wedge
  1037.  
  1038. b24.Name = "Mesh"
  1039.  
  1040. b24.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1041.  
  1042. p25 = Instance.new("Part", m)
  1043.  
  1044. p25.BrickColor = bc("Really black")
  1045.  
  1046. p25.Material = Enum.Material.Ice
  1047.  
  1048. 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)
  1049.  
  1050. p25.CanCollide = false
  1051.  
  1052. p25.FormFactor = Enum.FormFactor.Custom
  1053.  
  1054. p25.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1055.  
  1056. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1057.  
  1058. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1059.  
  1060. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1061.  
  1062. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1063.  
  1064. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1065.  
  1066. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1067.  
  1068. b25 = Instance.new("SpecialMesh", p25)
  1069.  
  1070. b25.MeshType = Enum.MeshType.Wedge
  1071.  
  1072. b25.Name = "Mesh"
  1073.  
  1074. b25.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1075.  
  1076. p26 = Instance.new("Part", m)
  1077.  
  1078. p26.BrickColor = bc("Really black")
  1079.  
  1080. p26.Material = Enum.Material.Ice
  1081.  
  1082. 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)
  1083.  
  1084. p26.CanCollide = false
  1085.  
  1086. p26.FormFactor = Enum.FormFactor.Custom
  1087.  
  1088. p26.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1089.  
  1090. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1091.  
  1092. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1093.  
  1094. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1095.  
  1096. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1097.  
  1098. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1099.  
  1100. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1101.  
  1102. b26 = Instance.new("SpecialMesh", p26)
  1103.  
  1104. b26.MeshType = Enum.MeshType.Wedge
  1105.  
  1106. b26.Name = "Mesh"
  1107.  
  1108. b26.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1109.  
  1110. p27 = Instance.new("Part", m)
  1111.  
  1112. p27.BrickColor = bc("Really black")
  1113.  
  1114. p27.Material = Enum.Material.Ice
  1115.  
  1116. 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)
  1117.  
  1118. p27.CanCollide = false
  1119.  
  1120. p27.FormFactor = Enum.FormFactor.Custom
  1121.  
  1122. p27.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1123.  
  1124. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1125.  
  1126. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1127.  
  1128. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1129.  
  1130. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1131.  
  1132. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1133.  
  1134. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1135.  
  1136. b27 = Instance.new("SpecialMesh", p27)
  1137.  
  1138. b27.MeshType = Enum.MeshType.Wedge
  1139.  
  1140. b27.Name = "Mesh"
  1141.  
  1142. b27.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1143.  
  1144. p28 = Instance.new("Part", m)
  1145.  
  1146. p28.BrickColor = bc("Really black")
  1147.  
  1148. p28.Material = Enum.Material.Ice
  1149.  
  1150. 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)
  1151.  
  1152. p28.CanCollide = false
  1153.  
  1154. p28.FormFactor = Enum.FormFactor.Custom
  1155.  
  1156. p28.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1157.  
  1158. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1159.  
  1160. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1161.  
  1162. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1163.  
  1164. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1165.  
  1166. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1167.  
  1168. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1169.  
  1170. b28 = Instance.new("SpecialMesh", p28)
  1171.  
  1172. b28.MeshType = Enum.MeshType.Wedge
  1173.  
  1174. b28.Name = "Mesh"
  1175.  
  1176. b28.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1177.  
  1178. p29 = Instance.new("Part", m)
  1179.  
  1180. p29.BrickColor = bc("Really black")
  1181.  
  1182. p29.Material = Enum.Material.Ice
  1183.  
  1184. 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)
  1185.  
  1186. p29.CanCollide = false
  1187.  
  1188. p29.FormFactor = Enum.FormFactor.Custom
  1189.  
  1190. p29.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1191.  
  1192. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1193.  
  1194. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1195.  
  1196. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1197.  
  1198. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1199.  
  1200. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1201.  
  1202. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1203.  
  1204. b29 = Instance.new("SpecialMesh", p29)
  1205.  
  1206. b29.MeshType = Enum.MeshType.Wedge
  1207.  
  1208. b29.Name = "Mesh"
  1209.  
  1210. b29.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1211.  
  1212. p30 = Instance.new("Part", m)
  1213.  
  1214. p30.BrickColor = bc("Really black")
  1215.  
  1216. p30.Material = Enum.Material.Ice
  1217.  
  1218. 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)
  1219.  
  1220. p30.CanCollide = false
  1221.  
  1222. p30.FormFactor = Enum.FormFactor.Custom
  1223.  
  1224. p30.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1225.  
  1226. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1227.  
  1228. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1229.  
  1230. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1231.  
  1232. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1233.  
  1234. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1235.  
  1236. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1237.  
  1238. b30 = Instance.new("SpecialMesh", p30)
  1239.  
  1240. b30.MeshType = Enum.MeshType.Wedge
  1241.  
  1242. b30.Name = "Mesh"
  1243.  
  1244. b30.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1245.  
  1246. p31 = Instance.new("Part", m)
  1247.  
  1248. p31.BrickColor = bc("Really black")
  1249.  
  1250. p31.Material = Enum.Material.Ice
  1251.  
  1252. 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)
  1253.  
  1254. p31.CanCollide = false
  1255.  
  1256. p31.FormFactor = Enum.FormFactor.Custom
  1257.  
  1258. p31.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1259.  
  1260. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1261.  
  1262. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1263.  
  1264. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1265.  
  1266. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1267.  
  1268. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1269.  
  1270. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1271.  
  1272. b31 = Instance.new("SpecialMesh", p31)
  1273.  
  1274. b31.MeshType = Enum.MeshType.Wedge
  1275.  
  1276. b31.Name = "Mesh"
  1277.  
  1278. b31.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1279.  
  1280. p32 = Instance.new("Part", m)
  1281.  
  1282. p32.BrickColor = bc("Really black")
  1283.  
  1284. p32.Material = Enum.Material.Ice
  1285.  
  1286. 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)
  1287.  
  1288. p32.CanCollide = false
  1289.  
  1290. p32.FormFactor = Enum.FormFactor.Custom
  1291.  
  1292. p32.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1293.  
  1294. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1295.  
  1296. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1297.  
  1298. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1299.  
  1300. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1301.  
  1302. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1303.  
  1304. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1305.  
  1306. b32 = Instance.new("SpecialMesh", p32)
  1307.  
  1308. b32.MeshType = Enum.MeshType.Wedge
  1309.  
  1310. b32.Name = "Mesh"
  1311.  
  1312. b32.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1313.  
  1314. p33 = Instance.new("Part", m)
  1315.  
  1316. p33.BrickColor = bc("Really black")
  1317.  
  1318. p33.Material = Enum.Material.Ice
  1319.  
  1320. 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)
  1321.  
  1322. p33.CanCollide = false
  1323.  
  1324. p33.FormFactor = Enum.FormFactor.Custom
  1325.  
  1326. p33.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1327.  
  1328. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1329.  
  1330. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1331.  
  1332. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1333.  
  1334. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1335.  
  1336. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1337.  
  1338. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1339.  
  1340. b33 = Instance.new("SpecialMesh", p33)
  1341.  
  1342. b33.MeshType = Enum.MeshType.Wedge
  1343.  
  1344. b33.Name = "Mesh"
  1345.  
  1346. b33.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1347.  
  1348. p34 = Instance.new("Part", m)
  1349.  
  1350. p34.BrickColor = bc("Really black")
  1351.  
  1352. p34.Material = Enum.Material.Ice
  1353.  
  1354. 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)
  1355.  
  1356. p34.CanCollide = false
  1357.  
  1358. p34.FormFactor = Enum.FormFactor.Custom
  1359.  
  1360. p34.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1361.  
  1362. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1363.  
  1364. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1365.  
  1366. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1367.  
  1368. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1369.  
  1370. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1371.  
  1372. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1373.  
  1374. b34 = Instance.new("SpecialMesh", p34)
  1375.  
  1376. b34.MeshType = Enum.MeshType.Wedge
  1377.  
  1378. b34.Name = "Mesh"
  1379.  
  1380. b34.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1381.  
  1382. p35 = Instance.new("Part", m)
  1383.  
  1384. p35.BrickColor = bc("Really black")
  1385.  
  1386. p35.Material = Enum.Material.Ice
  1387.  
  1388. 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)
  1389.  
  1390. p35.CanCollide = false
  1391.  
  1392. p35.FormFactor = Enum.FormFactor.Custom
  1393.  
  1394. p35.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1395.  
  1396. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1397.  
  1398. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399.  
  1400. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1401.  
  1402. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1403.  
  1404. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1405.  
  1406. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1407.  
  1408. b35 = Instance.new("SpecialMesh", p35)
  1409.  
  1410. b35.MeshType = Enum.MeshType.Wedge
  1411.  
  1412. b35.Name = "Mesh"
  1413.  
  1414. b35.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1415.  
  1416. p36 = Instance.new("Part", m)
  1417.  
  1418. p36.BrickColor = bc("Really black")
  1419.  
  1420. p36.Material = Enum.Material.Ice
  1421.  
  1422. 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)
  1423.  
  1424. p36.CanCollide = false
  1425.  
  1426. p36.FormFactor = Enum.FormFactor.Custom
  1427.  
  1428. p36.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1429.  
  1430. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1431.  
  1432. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1433.  
  1434. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1435.  
  1436. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437.  
  1438. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1439.  
  1440. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1441.  
  1442. b36 = Instance.new("SpecialMesh", p36)
  1443.  
  1444. b36.MeshType = Enum.MeshType.Wedge
  1445.  
  1446. b36.Name = "Mesh"
  1447.  
  1448. b36.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  1449.  
  1450. p37 = Instance.new("Part", m)
  1451.  
  1452. p37.BrickColor = bc("Really black")
  1453.  
  1454. p37.Material = Enum.Material.Ice
  1455.  
  1456. 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)
  1457.  
  1458. p37.CanCollide = false
  1459.  
  1460. p37.FormFactor = Enum.FormFactor.Custom
  1461.  
  1462. p37.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1463.  
  1464. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1465.  
  1466. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1467.  
  1468. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1469.  
  1470. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1471.  
  1472. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1473.  
  1474. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475.  
  1476. b37 = Instance.new("SpecialMesh", p37)
  1477.  
  1478. b37.MeshType = Enum.MeshType.Wedge
  1479.  
  1480. b37.Name = "Mesh"
  1481.  
  1482. b37.Scale = vec3(0.500007629, 0.454546124, 0.454546481)
  1483.  
  1484. p38 = Instance.new("Part", m)
  1485.  
  1486. p38.BrickColor = bc("Really black")
  1487.  
  1488. p38.Material = Enum.Material.Ice
  1489.  
  1490. 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)
  1491.  
  1492. p38.CanCollide = false
  1493.  
  1494. p38.FormFactor = Enum.FormFactor.Custom
  1495.  
  1496. p38.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  1497.  
  1498. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1499.  
  1500. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501.  
  1502. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1503.  
  1504. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1505.  
  1506. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1507.  
  1508. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1509.  
  1510. b38 = Instance.new("BlockMesh", p38)
  1511.  
  1512. b38.Name = "Mesh"
  1513.  
  1514. b38.Scale = vec3(0.500007629, 0.454546124, 1)
  1515.  
  1516. p39 = Instance.new("Part", m)
  1517.  
  1518. p39.BrickColor = bc("Really black")
  1519.  
  1520. p39.Material = Enum.Material.Ice
  1521.  
  1522. 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)
  1523.  
  1524. p39.CanCollide = false
  1525.  
  1526. p39.FormFactor = Enum.FormFactor.Custom
  1527.  
  1528. p39.Size = vec3(0.200000003, 0.200000003, 2.27273226)
  1529.  
  1530. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1531.  
  1532. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1533.  
  1534. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1535.  
  1536. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1537.  
  1538. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1539.  
  1540. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1541.  
  1542. b39 = Instance.new("BlockMesh", p39)
  1543.  
  1544. b39.Name = "Mesh"
  1545.  
  1546. b39.Scale = vec3(0.500007629, 0.454546124, 1)
  1547.  
  1548. p40 = Instance.new("Part", m)
  1549.  
  1550. p40.BrickColor = bc("Really black")
  1551.  
  1552. p40.Material = Enum.Material.Ice
  1553.  
  1554. 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)
  1555.  
  1556. p40.CanCollide = false
  1557.  
  1558. p40.FormFactor = Enum.FormFactor.Custom
  1559.  
  1560. p40.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1561.  
  1562. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1563.  
  1564. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1565.  
  1566. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1567.  
  1568. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1569.  
  1570. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1571.  
  1572. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1573.  
  1574. b40 = Instance.new("SpecialMesh", p40)
  1575.  
  1576. b40.MeshType = Enum.MeshType.Wedge
  1577.  
  1578. b40.Name = "Mesh"
  1579.  
  1580. b40.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1581.  
  1582. p41 = Instance.new("Part", m)
  1583.  
  1584. p41.BrickColor = bc("Really black")
  1585.  
  1586. p41.Material = Enum.Material.Ice
  1587.  
  1588. 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)
  1589.  
  1590. p41.CanCollide = false
  1591.  
  1592. p41.FormFactor = Enum.FormFactor.Custom
  1593.  
  1594. p41.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1595.  
  1596. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1597.  
  1598. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599.  
  1600. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1601.  
  1602. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1603.  
  1604. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1605.  
  1606. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1607.  
  1608. b41 = Instance.new("SpecialMesh", p41)
  1609.  
  1610. b41.MeshType = Enum.MeshType.Wedge
  1611.  
  1612. b41.Name = "Mesh"
  1613.  
  1614. b41.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1615.  
  1616. p42 = Instance.new("Part", m)
  1617.  
  1618. p42.BrickColor = bc("Really black")
  1619.  
  1620. p42.Material = Enum.Material.Ice
  1621.  
  1622. 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)
  1623.  
  1624. p42.CanCollide = false
  1625.  
  1626. p42.FormFactor = Enum.FormFactor.Custom
  1627.  
  1628. p42.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1629.  
  1630. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1631.  
  1632. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1633.  
  1634. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1635.  
  1636. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1637.  
  1638. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1639.  
  1640. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1641.  
  1642. b42 = Instance.new("SpecialMesh", p42)
  1643.  
  1644. b42.MeshType = Enum.MeshType.Wedge
  1645.  
  1646. b42.Name = "Mesh"
  1647.  
  1648. b42.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  1649.  
  1650. p43 = Instance.new("Part", m)
  1651.  
  1652. p43.BrickColor = bc("Really black")
  1653.  
  1654. p43.Material = Enum.Material.Ice
  1655.  
  1656. 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)
  1657.  
  1658. p43.CanCollide = false
  1659.  
  1660. p43.FormFactor = Enum.FormFactor.Custom
  1661.  
  1662. p43.Size = vec3(0.300004601, 0.200000003, 3.90909958)
  1663.  
  1664. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1665.  
  1666. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1667.  
  1668. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1669.  
  1670. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1671.  
  1672. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1673.  
  1674. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1675.  
  1676. b43 = Instance.new("BlockMesh", p43)
  1677.  
  1678. b43.Name = "Mesh"
  1679.  
  1680. b43.Scale = vec3(1, 0.454546124, 1)
  1681.  
  1682. p44 = Instance.new("Part", m)
  1683.  
  1684. p44.BrickColor = bc("Bright violet")
  1685.  
  1686. p44.Material = Enum.Material.Ice
  1687.  
  1688. 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)
  1689.  
  1690. p44.CanCollide = false
  1691.  
  1692. p44.FormFactor = Enum.FormFactor.Custom
  1693.  
  1694. p44.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1695.  
  1696. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1697.  
  1698. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1699.  
  1700. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1701.  
  1702. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1703.  
  1704. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1705.  
  1706. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1707.  
  1708. b44 = Instance.new("SpecialMesh", p44)
  1709.  
  1710. b44.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1711.  
  1712. b44.TextureId = ""
  1713.  
  1714. b44.MeshType = Enum.MeshType.FileMesh
  1715.  
  1716. b44.Name = "Mesh"
  1717.  
  1718. b44.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1719.  
  1720. p45 = Instance.new("Part", m)
  1721.  
  1722. p45.BrickColor = bc("Bright violet")
  1723.  
  1724. p45.Material = Enum.Material.Ice
  1725.  
  1726. 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)
  1727.  
  1728. p45.CanCollide = false
  1729.  
  1730. p45.FormFactor = Enum.FormFactor.Custom
  1731.  
  1732. p45.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1733.  
  1734. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1735.  
  1736. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1737.  
  1738. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1739.  
  1740. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1741.  
  1742. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1743.  
  1744. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1745.  
  1746. b45 = Instance.new("SpecialMesh", p45)
  1747.  
  1748. b45.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1749.  
  1750. b45.TextureId = ""
  1751.  
  1752. b45.MeshType = Enum.MeshType.FileMesh
  1753.  
  1754. b45.Name = "Mesh"
  1755.  
  1756. b45.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1757.  
  1758. p46 = Instance.new("Part", m)
  1759.  
  1760. p46.BrickColor = bc("Bright violet")
  1761.  
  1762. p46.Material = Enum.Material.Ice
  1763.  
  1764. 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)
  1765.  
  1766. p46.CanCollide = false
  1767.  
  1768. p46.FormFactor = Enum.FormFactor.Custom
  1769.  
  1770. p46.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1771.  
  1772. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1773.  
  1774. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1775.  
  1776. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777.  
  1778. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1779.  
  1780. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1781.  
  1782. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1783.  
  1784. b46 = Instance.new("SpecialMesh", p46)
  1785.  
  1786. b46.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1787.  
  1788. b46.TextureId = ""
  1789.  
  1790. b46.MeshType = Enum.MeshType.FileMesh
  1791.  
  1792. b46.Name = "Mesh"
  1793.  
  1794. b46.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1795.  
  1796. p47 = Instance.new("Part", m)
  1797.  
  1798. p47.BrickColor = bc("Bright violet")
  1799.  
  1800. p47.Material = Enum.Material.Ice
  1801.  
  1802. 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)
  1803.  
  1804. p47.CanCollide = false
  1805.  
  1806. p47.FormFactor = Enum.FormFactor.Custom
  1807.  
  1808. p47.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1809.  
  1810. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811.  
  1812. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1813.  
  1814. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1815.  
  1816. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1817.  
  1818. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1819.  
  1820. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1821.  
  1822. b47 = Instance.new("SpecialMesh", p47)
  1823.  
  1824. b47.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1825.  
  1826. b47.TextureId = ""
  1827.  
  1828. b47.MeshType = Enum.MeshType.FileMesh
  1829.  
  1830. b47.Name = "Mesh"
  1831.  
  1832. b47.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1833.  
  1834. p48 = Instance.new("Part", m)
  1835.  
  1836. p48.BrickColor = bc("Bright violet")
  1837.  
  1838. p48.Material = Enum.Material.Ice
  1839.  
  1840. 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)
  1841.  
  1842. p48.CanCollide = false
  1843.  
  1844. p48.FormFactor = Enum.FormFactor.Custom
  1845.  
  1846. p48.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1847.  
  1848. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1849.  
  1850. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1851.  
  1852. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1853.  
  1854. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1855.  
  1856. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1857.  
  1858. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1859.  
  1860. b48 = Instance.new("SpecialMesh", p48)
  1861.  
  1862. b48.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1863.  
  1864. b48.TextureId = ""
  1865.  
  1866. b48.MeshType = Enum.MeshType.FileMesh
  1867.  
  1868. b48.Name = "Mesh"
  1869.  
  1870. b48.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1871.  
  1872. p49 = Instance.new("Part", m)
  1873.  
  1874. p49.BrickColor = bc("Bright violet")
  1875.  
  1876. p49.Material = Enum.Material.Ice
  1877.  
  1878. 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)
  1879.  
  1880. p49.CanCollide = false
  1881.  
  1882. p49.FormFactor = Enum.FormFactor.Custom
  1883.  
  1884. p49.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1885.  
  1886. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1887.  
  1888. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1889.  
  1890. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1891.  
  1892. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1893.  
  1894. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1895.  
  1896. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1897.  
  1898. b49 = Instance.new("SpecialMesh", p49)
  1899.  
  1900. b49.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1901.  
  1902. b49.TextureId = ""
  1903.  
  1904. b49.MeshType = Enum.MeshType.FileMesh
  1905.  
  1906. b49.Name = "Mesh"
  1907.  
  1908. b49.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1909.  
  1910. p50 = Instance.new("Part", m)
  1911.  
  1912. p50.BrickColor = bc("Bright violet")
  1913.  
  1914. p50.Material = Enum.Material.Ice
  1915.  
  1916. 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)
  1917.  
  1918. p50.CanCollide = false
  1919.  
  1920. p50.FormFactor = Enum.FormFactor.Custom
  1921.  
  1922. p50.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1923.  
  1924. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1925.  
  1926. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1927.  
  1928. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1929.  
  1930. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1931.  
  1932. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1933.  
  1934. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1935.  
  1936. b50 = Instance.new("SpecialMesh", p50)
  1937.  
  1938. b50.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1939.  
  1940. b50.TextureId = ""
  1941.  
  1942. b50.MeshType = Enum.MeshType.FileMesh
  1943.  
  1944. b50.Name = "Mesh"
  1945.  
  1946. b50.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1947.  
  1948. p51 = Instance.new("Part", m)
  1949.  
  1950. p51.BrickColor = bc("Bright violet")
  1951.  
  1952. p51.Material = Enum.Material.Ice
  1953.  
  1954. 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)
  1955.  
  1956. p51.CanCollide = false
  1957.  
  1958. p51.FormFactor = Enum.FormFactor.Custom
  1959.  
  1960. p51.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  1961.  
  1962. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1963.  
  1964. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965.  
  1966. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1967.  
  1968. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1969.  
  1970. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1971.  
  1972. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1973.  
  1974. b51 = Instance.new("SpecialMesh", p51)
  1975.  
  1976. b51.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1977.  
  1978. b51.TextureId = ""
  1979.  
  1980. b51.MeshType = Enum.MeshType.FileMesh
  1981.  
  1982. b51.Name = "Mesh"
  1983.  
  1984. b51.Scale = vec3(0.150002301, 0.0909092277, 0.909092903)
  1985.  
  1986. p52 = Instance.new("Part", m)
  1987.  
  1988. p52.BrickColor = bc("Really black")
  1989.  
  1990. p52.Material = Enum.Material.Ice
  1991.  
  1992. 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)
  1993.  
  1994. p52.CanCollide = false
  1995.  
  1996. p52.FormFactor = Enum.FormFactor.Custom
  1997.  
  1998. p52.Size = vec3(0.200000003, 0.227273062, 0.818183661)
  1999.  
  2000. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2001.  
  2002. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2003.  
  2004. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2005.  
  2006. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2007.  
  2008. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2009.  
  2010. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2011.  
  2012. b52 = Instance.new("SpecialMesh", p52)
  2013.  
  2014. b52.MeshType = Enum.MeshType.Wedge
  2015.  
  2016. b52.Name = "Mesh"
  2017.  
  2018. b52.Scale = vec3(0.500007629, 1, 1)
  2019.  
  2020. p53 = Instance.new("Part", m)
  2021.  
  2022. p53.BrickColor = bc("Really black")
  2023.  
  2024. p53.Material = Enum.Material.Ice
  2025.  
  2026. 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)
  2027.  
  2028. p53.CanCollide = false
  2029.  
  2030. p53.FormFactor = Enum.FormFactor.Custom
  2031.  
  2032. p53.Size = vec3(0.200000003, 0.227273062, 0.818183601)
  2033.  
  2034. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2035.  
  2036. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2037.  
  2038. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2039.  
  2040. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2041.  
  2042. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2043.  
  2044. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2045.  
  2046. b53 = Instance.new("SpecialMesh", p53)
  2047.  
  2048. b53.MeshType = Enum.MeshType.Wedge
  2049.  
  2050. b53.Name = "Mesh"
  2051.  
  2052. b53.Scale = vec3(0.500007629, 1, 1)
  2053.  
  2054. p54 = Instance.new("Part", m)
  2055.  
  2056. p54.BrickColor = bc("Dark indigo")
  2057.  
  2058. p54.Material = Enum.Material.Neon
  2059.  
  2060. 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)
  2061.  
  2062. p54.CanCollide = false
  2063.  
  2064. p54.FormFactor = Enum.FormFactor.Custom
  2065.  
  2066. p54.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  2067.  
  2068. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2069.  
  2070. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2071.  
  2072. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2073.  
  2074. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2075.  
  2076. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2077.  
  2078. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2079.  
  2080. b54 = Instance.new("SpecialMesh", p54)
  2081.  
  2082. b54.MeshType = Enum.MeshType.Wedge
  2083.  
  2084. b54.Name = "Mesh"
  2085.  
  2086. b54.Scale = vec3(0.250003815, 1, 1)
  2087.  
  2088. p55 = Instance.new("Part", m)
  2089.  
  2090. p55.BrickColor = bc("Dark indigo")
  2091.  
  2092. p55.Material = Enum.Material.Neon
  2093.  
  2094. 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)
  2095.  
  2096. p55.CanCollide = false
  2097.  
  2098. p55.FormFactor = Enum.FormFactor.Custom
  2099.  
  2100. p55.Size = vec3(0.200000003, 0.31818229, 1.00000226)
  2101.  
  2102. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2103.  
  2104. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2105.  
  2106. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2107.  
  2108. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2109.  
  2110. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2111.  
  2112. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2113.  
  2114. b55 = Instance.new("SpecialMesh", p55)
  2115.  
  2116. b55.MeshType = Enum.MeshType.Wedge
  2117.  
  2118. b55.Name = "Mesh"
  2119.  
  2120. b55.Scale = vec3(0.250003815, 1, 1)
  2121.  
  2122. p56 = Instance.new("Part", m)
  2123.  
  2124. p56.BrickColor = bc("Really black")
  2125.  
  2126. p56.Material = Enum.Material.Ice
  2127.  
  2128. 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)
  2129.  
  2130. p56.CanCollide = false
  2131.  
  2132. p56.FormFactor = Enum.FormFactor.Custom
  2133.  
  2134. p56.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  2135.  
  2136. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2137.  
  2138. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2139.  
  2140. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141.  
  2142. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2143.  
  2144. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2145.  
  2146. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2147.  
  2148. b56 = Instance.new("SpecialMesh", p56)
  2149.  
  2150. b56.MeshType = Enum.MeshType.Wedge
  2151.  
  2152. b56.Name = "Mesh"
  2153.  
  2154. b56.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  2155.  
  2156. p57 = Instance.new("Part", m)
  2157.  
  2158. p57.BrickColor = bc("Really black")
  2159.  
  2160. p57.Material = Enum.Material.Ice
  2161.  
  2162. 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)
  2163.  
  2164. p57.CanCollide = false
  2165.  
  2166. p57.FormFactor = Enum.FormFactor.Custom
  2167.  
  2168. p57.Size = vec3(0.200000003, 0.200000003, 0.200000003)
  2169.  
  2170. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2171.  
  2172. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2173.  
  2174. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2175.  
  2176. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2177.  
  2178. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2179.  
  2180. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2181.  
  2182. b57 = Instance.new("SpecialMesh", p57)
  2183.  
  2184. b57.MeshType = Enum.MeshType.Wedge
  2185.  
  2186. b57.Name = "Mesh"
  2187.  
  2188. b57.Scale = vec3(0.500007629, 0.909092247, 0.909092963)
  2189.  
  2190. p58 = Instance.new("Part", m)
  2191.  
  2192. p58.BrickColor = bc("Dark indigo")
  2193.  
  2194. p58.Material = Enum.Material.Neon
  2195.  
  2196. 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)
  2197.  
  2198. p58.CanCollide = false
  2199.  
  2200. p58.FormFactor = Enum.FormFactor.Custom
  2201.  
  2202. p58.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  2203.  
  2204. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2205.  
  2206. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2207.  
  2208. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2209.  
  2210. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2211.  
  2212. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2213.  
  2214. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2215.  
  2216. b58 = Instance.new("SpecialMesh", p58)
  2217.  
  2218. b58.MeshType = Enum.MeshType.Brick
  2219.  
  2220. b58.Name = "Mesh"
  2221.  
  2222. b58.Scale = vec3(0.250003815, 1, 0.454546511)
  2223.  
  2224. p59 = Instance.new("Part", m)
  2225.  
  2226. p59.BrickColor = bc("Dark indigo")
  2227.  
  2228. p59.Material = Enum.Material.Neon
  2229.  
  2230. 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)
  2231.  
  2232. p59.CanCollide = false
  2233.  
  2234. p59.FormFactor = Enum.FormFactor.Custom
  2235.  
  2236. p59.Size = vec3(0.200000003, 2.18182158, 0.200000003)
  2237.  
  2238. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2239.  
  2240. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2241.  
  2242. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2243.  
  2244. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2245.  
  2246. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2247.  
  2248. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2249.  
  2250. b59 = Instance.new("SpecialMesh", p59)
  2251.  
  2252. b59.MeshType = Enum.MeshType.Brick
  2253.  
  2254. b59.Name = "Mesh"
  2255.  
  2256. b59.Scale = vec3(0.250003815, 1, 0.909092963)
  2257.  
  2258. p60 = Instance.new("Part", m)
  2259.  
  2260. p60.BrickColor = bc("Dark indigo")
  2261.  
  2262. p60.Material = Enum.Material.Neon
  2263.  
  2264. 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)
  2265.  
  2266. p60.CanCollide = false
  2267.  
  2268. p60.FormFactor = Enum.FormFactor.Custom
  2269.  
  2270. p60.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2271.  
  2272. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2273.  
  2274. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2275.  
  2276. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2277.  
  2278. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2279.  
  2280. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2281.  
  2282. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2283.  
  2284. b60 = Instance.new("SpecialMesh", p60)
  2285.  
  2286. b60.MeshType = Enum.MeshType.Wedge
  2287.  
  2288. b60.Name = "Mesh"
  2289.  
  2290. b60.Scale = vec3(0.250003815, 1, 1)
  2291.  
  2292. p61 = Instance.new("Part", m)
  2293.  
  2294. p61.BrickColor = bc("Dark indigo")
  2295.  
  2296. p61.Material = Enum.Material.Neon
  2297.  
  2298. 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)
  2299.  
  2300. p61.CanCollide = false
  2301.  
  2302. p61.FormFactor = Enum.FormFactor.Custom
  2303.  
  2304. p61.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2305.  
  2306. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2307.  
  2308. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2309.  
  2310. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2311.  
  2312. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2313.  
  2314. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2315.  
  2316. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2317.  
  2318. b61 = Instance.new("SpecialMesh", p61)
  2319.  
  2320. b61.MeshType = Enum.MeshType.Wedge
  2321.  
  2322. b61.Name = "Mesh"
  2323.  
  2324. b61.Scale = vec3(0.250003815, 1, 1)
  2325.  
  2326. p62 = Instance.new("Part", m)
  2327.  
  2328. p62.BrickColor = bc("Dark indigo")
  2329.  
  2330. p62.Material = Enum.Material.Neon
  2331.  
  2332. 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)
  2333.  
  2334. p62.CanCollide = false
  2335.  
  2336. p62.FormFactor = Enum.FormFactor.Custom
  2337.  
  2338. p62.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2339.  
  2340. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2341.  
  2342. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2343.  
  2344. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2345.  
  2346. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2347.  
  2348. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2349.  
  2350. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2351.  
  2352. b62 = Instance.new("SpecialMesh", p62)
  2353.  
  2354. b62.MeshType = Enum.MeshType.Wedge
  2355.  
  2356. b62.Name = "Mesh"
  2357.  
  2358. b62.Scale = vec3(0.250003815, 1, 1)
  2359.  
  2360. p63 = Instance.new("Part", m)
  2361.  
  2362. p63.BrickColor = bc("Dark indigo")
  2363.  
  2364. p63.Material = Enum.Material.Neon
  2365.  
  2366. 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)
  2367.  
  2368. p63.CanCollide = false
  2369.  
  2370. p63.FormFactor = Enum.FormFactor.Custom
  2371.  
  2372. p63.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2373.  
  2374. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2375.  
  2376. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2377.  
  2378. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2379.  
  2380. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2381.  
  2382. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383.  
  2384. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2385.  
  2386. b63 = Instance.new("SpecialMesh", p63)
  2387.  
  2388. b63.MeshType = Enum.MeshType.Wedge
  2389.  
  2390. b63.Name = "Mesh"
  2391.  
  2392. b63.Scale = vec3(0.250003815, 1, 1)
  2393.  
  2394. p64 = Instance.new("Part", m)
  2395.  
  2396. p64.BrickColor = bc("Dark indigo")
  2397.  
  2398. p64.Material = Enum.Material.Neon
  2399.  
  2400. 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)
  2401.  
  2402. p64.CanCollide = false
  2403.  
  2404. p64.FormFactor = Enum.FormFactor.Custom
  2405.  
  2406. p64.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2407.  
  2408. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2409.  
  2410. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2411.  
  2412. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2413.  
  2414. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2415.  
  2416. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2417.  
  2418. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2419.  
  2420. b64 = Instance.new("SpecialMesh", p64)
  2421.  
  2422. b64.MeshType = Enum.MeshType.Wedge
  2423.  
  2424. b64.Name = "Mesh"
  2425.  
  2426. b64.Scale = vec3(0.250003815, 1, 1)
  2427.  
  2428. p65 = Instance.new("Part", m)
  2429.  
  2430. p65.BrickColor = bc("Dark indigo")
  2431.  
  2432. p65.Material = Enum.Material.Neon
  2433.  
  2434. 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)
  2435.  
  2436. p65.CanCollide = false
  2437.  
  2438. p65.FormFactor = Enum.FormFactor.Custom
  2439.  
  2440. p65.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2441.  
  2442. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2443.  
  2444. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2445.  
  2446. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2447.  
  2448. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2449.  
  2450. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2451.  
  2452. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2453.  
  2454. b65 = Instance.new("SpecialMesh", p65)
  2455.  
  2456. b65.MeshType = Enum.MeshType.Wedge
  2457.  
  2458. b65.Name = "Mesh"
  2459.  
  2460. b65.Scale = vec3(0.250003815, 1, 1)
  2461.  
  2462. p66 = Instance.new("Part", m)
  2463.  
  2464. p66.BrickColor = bc("Dark indigo")
  2465.  
  2466. p66.Material = Enum.Material.Neon
  2467.  
  2468. 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)
  2469.  
  2470. p66.CanCollide = false
  2471.  
  2472. p66.FormFactor = Enum.FormFactor.Custom
  2473.  
  2474. p66.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2475.  
  2476. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2477.  
  2478. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2479.  
  2480. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2481.  
  2482. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2483.  
  2484. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2485.  
  2486. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2487.  
  2488. b66 = Instance.new("SpecialMesh", p66)
  2489.  
  2490. b66.MeshType = Enum.MeshType.Wedge
  2491.  
  2492. b66.Name = "Mesh"
  2493.  
  2494. b66.Scale = vec3(0.250003815, 1, 1)
  2495.  
  2496. p67 = Instance.new("Part", m)
  2497.  
  2498. p67.BrickColor = bc("Dark indigo")
  2499.  
  2500. p67.Material = Enum.Material.Neon
  2501.  
  2502. 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)
  2503.  
  2504. p67.CanCollide = false
  2505.  
  2506. p67.FormFactor = Enum.FormFactor.Custom
  2507.  
  2508. p67.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2509.  
  2510. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2511.  
  2512. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2513.  
  2514. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2515.  
  2516. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2517.  
  2518. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2519.  
  2520. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2521.  
  2522. b67 = Instance.new("SpecialMesh", p67)
  2523.  
  2524. b67.MeshType = Enum.MeshType.Wedge
  2525.  
  2526. b67.Name = "Mesh"
  2527.  
  2528. b67.Scale = vec3(0.250003815, 1, 1)
  2529.  
  2530. p68 = Instance.new("Part", m)
  2531.  
  2532. p68.BrickColor = bc("Dark indigo")
  2533.  
  2534. p68.Material = Enum.Material.Neon
  2535.  
  2536. 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)
  2537.  
  2538. p68.CanCollide = false
  2539.  
  2540. p68.FormFactor = Enum.FormFactor.Custom
  2541.  
  2542. p68.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2543.  
  2544. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2545.  
  2546. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2547.  
  2548. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2549.  
  2550. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2551.  
  2552. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2553.  
  2554. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2555.  
  2556. b68 = Instance.new("SpecialMesh", p68)
  2557.  
  2558. b68.MeshType = Enum.MeshType.Wedge
  2559.  
  2560. b68.Name = "Mesh"
  2561.  
  2562. b68.Scale = vec3(0.250003815, 1, 1)
  2563.  
  2564. p69 = Instance.new("Part", m)
  2565.  
  2566. p69.BrickColor = bc("Dark indigo")
  2567.  
  2568. p69.Material = Enum.Material.Neon
  2569.  
  2570. 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)
  2571.  
  2572. p69.CanCollide = false
  2573.  
  2574. p69.FormFactor = Enum.FormFactor.Custom
  2575.  
  2576. p69.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2577.  
  2578. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2579.  
  2580. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2581.  
  2582. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2583.  
  2584. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2585.  
  2586. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2587.  
  2588. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2589.  
  2590. b69 = Instance.new("SpecialMesh", p69)
  2591.  
  2592. b69.MeshType = Enum.MeshType.Wedge
  2593.  
  2594. b69.Name = "Mesh"
  2595.  
  2596. b69.Scale = vec3(0.250003815, 1, 1)
  2597.  
  2598. p70 = Instance.new("Part", m)
  2599.  
  2600. p70.BrickColor = bc("Dark indigo")
  2601.  
  2602. p70.Material = Enum.Material.Neon
  2603.  
  2604. 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)
  2605.  
  2606. p70.CanCollide = false
  2607.  
  2608. p70.FormFactor = Enum.FormFactor.Custom
  2609.  
  2610. p70.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2611.  
  2612. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2613.  
  2614. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2615.  
  2616. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2617.  
  2618. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2619.  
  2620. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2621.  
  2622. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2623.  
  2624. b70 = Instance.new("SpecialMesh", p70)
  2625.  
  2626. b70.MeshType = Enum.MeshType.Wedge
  2627.  
  2628. b70.Name = "Mesh"
  2629.  
  2630. b70.Scale = vec3(0.250003815, 1, 1)
  2631.  
  2632. p71 = Instance.new("Part", m)
  2633.  
  2634. p71.BrickColor = bc("Dark indigo")
  2635.  
  2636. p71.Material = Enum.Material.Neon
  2637.  
  2638. 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)
  2639.  
  2640. p71.CanCollide = false
  2641.  
  2642. p71.FormFactor = Enum.FormFactor.Custom
  2643.  
  2644. p71.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2645.  
  2646. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2647.  
  2648. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2649.  
  2650. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2651.  
  2652. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2653.  
  2654. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2655.  
  2656. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2657.  
  2658. b71 = Instance.new("SpecialMesh", p71)
  2659.  
  2660. b71.MeshType = Enum.MeshType.Wedge
  2661.  
  2662. b71.Name = "Mesh"
  2663.  
  2664. b71.Scale = vec3(0.250003815, 1, 1)
  2665.  
  2666. p72 = Instance.new("Part", m)
  2667.  
  2668. p72.BrickColor = bc("Dark indigo")
  2669.  
  2670. p72.Material = Enum.Material.Neon
  2671.  
  2672. 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)
  2673.  
  2674. p72.CanCollide = false
  2675.  
  2676. p72.FormFactor = Enum.FormFactor.Custom
  2677.  
  2678. p72.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2679.  
  2680. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2681.  
  2682. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2683.  
  2684. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2685.  
  2686. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2687.  
  2688. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2689.  
  2690. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2691.  
  2692. b72 = Instance.new("SpecialMesh", p72)
  2693.  
  2694. b72.MeshType = Enum.MeshType.Wedge
  2695.  
  2696. b72.Name = "Mesh"
  2697.  
  2698. b72.Scale = vec3(0.250003815, 1, 1)
  2699.  
  2700. p73 = Instance.new("Part", m)
  2701.  
  2702. p73.BrickColor = bc("Dark indigo")
  2703.  
  2704. p73.Material = Enum.Material.Neon
  2705.  
  2706. 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)
  2707.  
  2708. p73.CanCollide = false
  2709.  
  2710. p73.FormFactor = Enum.FormFactor.Custom
  2711.  
  2712. p73.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2713.  
  2714. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2715.  
  2716. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2717.  
  2718. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2719.  
  2720. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2721.  
  2722. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2723.  
  2724. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2725.  
  2726. b73 = Instance.new("SpecialMesh", p73)
  2727.  
  2728. b73.MeshType = Enum.MeshType.Wedge
  2729.  
  2730. b73.Name = "Mesh"
  2731.  
  2732. b73.Scale = vec3(0.250003815, 1, 1)
  2733.  
  2734. p74 = Instance.new("Part", m)
  2735.  
  2736. p74.BrickColor = bc("Dark indigo")
  2737.  
  2738. p74.Material = Enum.Material.Neon
  2739.  
  2740. 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)
  2741.  
  2742. p74.CanCollide = false
  2743.  
  2744. p74.FormFactor = Enum.FormFactor.Custom
  2745.  
  2746. p74.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2747.  
  2748. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2749.  
  2750. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2751.  
  2752. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2753.  
  2754. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2755.  
  2756. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2757.  
  2758. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2759.  
  2760. b74 = Instance.new("SpecialMesh", p74)
  2761.  
  2762. b74.MeshType = Enum.MeshType.Wedge
  2763.  
  2764. b74.Name = "Mesh"
  2765.  
  2766. b74.Scale = vec3(0.250003815, 1, 1)
  2767.  
  2768. p75 = Instance.new("Part", m)
  2769.  
  2770. p75.BrickColor = bc("Dark indigo")
  2771.  
  2772. p75.Material = Enum.Material.Neon
  2773.  
  2774. 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)
  2775.  
  2776. p75.CanCollide = false
  2777.  
  2778. p75.FormFactor = Enum.FormFactor.Custom
  2779.  
  2780. p75.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2781.  
  2782. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2783.  
  2784. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2785.  
  2786. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2787.  
  2788. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2789.  
  2790. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2791.  
  2792. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2793.  
  2794. b75 = Instance.new("SpecialMesh", p75)
  2795.  
  2796. b75.MeshType = Enum.MeshType.Wedge
  2797.  
  2798. b75.Name = "Mesh"
  2799.  
  2800. b75.Scale = vec3(0.250003815, 1, 1)
  2801.  
  2802. p76 = Instance.new("Part", m)
  2803.  
  2804. p76.BrickColor = bc("Dark indigo")
  2805.  
  2806. p76.Material = Enum.Material.Neon
  2807.  
  2808. 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)
  2809.  
  2810. p76.CanCollide = false
  2811.  
  2812. p76.FormFactor = Enum.FormFactor.Custom
  2813.  
  2814. p76.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2815.  
  2816. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2817.  
  2818. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2819.  
  2820. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2821.  
  2822. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2823.  
  2824. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2825.  
  2826. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2827.  
  2828. b76 = Instance.new("SpecialMesh", p76)
  2829.  
  2830. b76.MeshType = Enum.MeshType.Wedge
  2831.  
  2832. b76.Name = "Mesh"
  2833.  
  2834. b76.Scale = vec3(0.250003815, 1, 1)
  2835.  
  2836. p77 = Instance.new("Part", m)
  2837.  
  2838. p77.BrickColor = bc("Dark indigo")
  2839.  
  2840. p77.Material = Enum.Material.Neon
  2841.  
  2842. 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)
  2843.  
  2844. p77.CanCollide = false
  2845.  
  2846. p77.FormFactor = Enum.FormFactor.Custom
  2847.  
  2848. p77.Size = vec3(0.200000003, 0.272727698, 0.272727877)
  2849.  
  2850. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2851.  
  2852. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2853.  
  2854. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2855.  
  2856. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2857.  
  2858. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2859.  
  2860. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2861.  
  2862. b77 = Instance.new("SpecialMesh", p77)
  2863.  
  2864. b77.MeshType = Enum.MeshType.Wedge
  2865.  
  2866. b77.Name = "Mesh"
  2867.  
  2868. b77.Scale = vec3(0.250003815, 1, 1)
  2869.  
  2870. p78 = Instance.new("Part", m)
  2871.  
  2872. p78.BrickColor = bc("Eggplant")
  2873.  
  2874. p78.Material = Enum.Material.SmoothPlastic
  2875.  
  2876. 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)
  2877.  
  2878. p78.CanCollide = false
  2879.  
  2880. p78.FormFactor = Enum.FormFactor.Custom
  2881.  
  2882. p78.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  2883.  
  2884. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2885.  
  2886. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2887.  
  2888. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2889.  
  2890. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2891.  
  2892. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2893.  
  2894. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2895.  
  2896. b78 = Instance.new("SpecialMesh", p78)
  2897.  
  2898. b78.MeshType = Enum.MeshType.Cylinder
  2899.  
  2900. b78.Name = "Mesh"
  2901.  
  2902. b78.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  2903.  
  2904. p79 = Instance.new("Part", m)
  2905.  
  2906. p79.BrickColor = bc("Eggplant")
  2907.  
  2908. p79.Material = Enum.Material.SmoothPlastic
  2909.  
  2910. 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)
  2911.  
  2912. p79.CanCollide = false
  2913.  
  2914. p79.FormFactor = Enum.FormFactor.Custom
  2915.  
  2916. p79.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  2917.  
  2918. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2919.  
  2920. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2921.  
  2922. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2923.  
  2924. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2925.  
  2926. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2927.  
  2928. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2929.  
  2930. b79 = Instance.new("SpecialMesh", p79)
  2931.  
  2932. b79.MeshType = Enum.MeshType.Cylinder
  2933.  
  2934. b79.Name = "Mesh"
  2935.  
  2936. b79.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  2937.  
  2938. p80 = Instance.new("Part", m)
  2939.  
  2940. p80.BrickColor = bc("Eggplant")
  2941.  
  2942. p80.Material = Enum.Material.SmoothPlastic
  2943.  
  2944. 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)
  2945.  
  2946. p80.CanCollide = false
  2947.  
  2948. p80.FormFactor = Enum.FormFactor.Custom
  2949.  
  2950. p80.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  2951.  
  2952. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2953.  
  2954. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2955.  
  2956. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2957.  
  2958. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2959.  
  2960. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2961.  
  2962. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2963.  
  2964. b80 = Instance.new("SpecialMesh", p80)
  2965.  
  2966. b80.MeshType = Enum.MeshType.Cylinder
  2967.  
  2968. b80.Name = "Mesh"
  2969.  
  2970. b80.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  2971.  
  2972. p81 = Instance.new("Part", m)
  2973.  
  2974. p81.BrickColor = bc("Eggplant")
  2975.  
  2976. p81.Material = Enum.Material.SmoothPlastic
  2977.  
  2978. 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)
  2979.  
  2980. p81.CanCollide = false
  2981.  
  2982. p81.FormFactor = Enum.FormFactor.Custom
  2983.  
  2984. p81.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  2985.  
  2986. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2987.  
  2988. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2989.  
  2990. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2991.  
  2992. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2993.  
  2994. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2995.  
  2996. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2997.  
  2998. b81 = Instance.new("SpecialMesh", p81)
  2999.  
  3000. b81.MeshType = Enum.MeshType.Cylinder
  3001.  
  3002. b81.Name = "Mesh"
  3003.  
  3004. b81.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3005.  
  3006. p82 = Instance.new("Part", m)
  3007.  
  3008. p82.BrickColor = bc("Eggplant")
  3009.  
  3010. p82.Material = Enum.Material.SmoothPlastic
  3011.  
  3012. 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)
  3013.  
  3014. p82.CanCollide = false
  3015.  
  3016. p82.FormFactor = Enum.FormFactor.Custom
  3017.  
  3018. p82.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3019.  
  3020. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3021.  
  3022. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3023.  
  3024. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3025.  
  3026. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3027.  
  3028. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3029.  
  3030. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3031.  
  3032. b82 = Instance.new("SpecialMesh", p82)
  3033.  
  3034. b82.MeshType = Enum.MeshType.Cylinder
  3035.  
  3036. b82.Name = "Mesh"
  3037.  
  3038. b82.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3039.  
  3040. p83 = Instance.new("Part", m)
  3041.  
  3042. p83.BrickColor = bc("Eggplant")
  3043.  
  3044. p83.Material = Enum.Material.SmoothPlastic
  3045.  
  3046. 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)
  3047.  
  3048. p83.CanCollide = false
  3049.  
  3050. p83.FormFactor = Enum.FormFactor.Custom
  3051.  
  3052. p83.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3053.  
  3054. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3055.  
  3056. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3057.  
  3058. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3059.  
  3060. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3061.  
  3062. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3063.  
  3064. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3065.  
  3066. b83 = Instance.new("SpecialMesh", p83)
  3067.  
  3068. b83.MeshType = Enum.MeshType.Cylinder
  3069.  
  3070. b83.Name = "Mesh"
  3071.  
  3072. b83.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3073.  
  3074. p84 = Instance.new("Part", m)
  3075.  
  3076. p84.BrickColor = bc("Eggplant")
  3077.  
  3078. p84.Material = Enum.Material.SmoothPlastic
  3079.  
  3080. 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)
  3081.  
  3082. p84.CanCollide = false
  3083.  
  3084. p84.FormFactor = Enum.FormFactor.Custom
  3085.  
  3086. p84.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3087.  
  3088. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3089.  
  3090. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3091.  
  3092. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3093.  
  3094. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3095.  
  3096. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3097.  
  3098. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3099.  
  3100. b84 = Instance.new("SpecialMesh", p84)
  3101.  
  3102. b84.MeshType = Enum.MeshType.Cylinder
  3103.  
  3104. b84.Name = "Mesh"
  3105.  
  3106. b84.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3107.  
  3108. p85 = Instance.new("Part", m)
  3109.  
  3110. p85.BrickColor = bc("Eggplant")
  3111.  
  3112. p85.Material = Enum.Material.SmoothPlastic
  3113.  
  3114. 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)
  3115.  
  3116. p85.CanCollide = false
  3117.  
  3118. p85.FormFactor = Enum.FormFactor.Custom
  3119.  
  3120. p85.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3121.  
  3122. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3123.  
  3124. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3125.  
  3126. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3127.  
  3128. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3129.  
  3130. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3131.  
  3132. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3133.  
  3134. b85 = Instance.new("SpecialMesh", p85)
  3135.  
  3136. b85.MeshType = Enum.MeshType.Cylinder
  3137.  
  3138. b85.Name = "Mesh"
  3139.  
  3140. b85.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3141.  
  3142. p86 = Instance.new("Part", m)
  3143.  
  3144. p86.BrickColor = bc("Eggplant")
  3145.  
  3146. p86.Material = Enum.Material.SmoothPlastic
  3147.  
  3148. 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)
  3149.  
  3150. p86.CanCollide = false
  3151.  
  3152. p86.FormFactor = Enum.FormFactor.Custom
  3153.  
  3154. p86.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3155.  
  3156. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3157.  
  3158. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3159.  
  3160. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3161.  
  3162. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3163.  
  3164. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3165.  
  3166. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3167.  
  3168. b86 = Instance.new("SpecialMesh", p86)
  3169.  
  3170. b86.MeshType = Enum.MeshType.Cylinder
  3171.  
  3172. b86.Name = "Mesh"
  3173.  
  3174. b86.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3175.  
  3176. p87 = Instance.new("Part", m)
  3177.  
  3178. p87.BrickColor = bc("Eggplant")
  3179.  
  3180. p87.Material = Enum.Material.SmoothPlastic
  3181.  
  3182. 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)
  3183.  
  3184. p87.CanCollide = false
  3185.  
  3186. p87.FormFactor = Enum.FormFactor.Custom
  3187.  
  3188. p87.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3189.  
  3190. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3191.  
  3192. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3193.  
  3194. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3195.  
  3196. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3197.  
  3198. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3199.  
  3200. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3201.  
  3202. b87 = Instance.new("SpecialMesh", p87)
  3203.  
  3204. b87.MeshType = Enum.MeshType.Cylinder
  3205.  
  3206. b87.Name = "Mesh"
  3207.  
  3208. b87.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3209.  
  3210. p88 = Instance.new("Part", m)
  3211.  
  3212. p88.BrickColor = bc("Eggplant")
  3213.  
  3214. p88.Material = Enum.Material.SmoothPlastic
  3215.  
  3216. 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)
  3217.  
  3218. p88.CanCollide = false
  3219.  
  3220. p88.FormFactor = Enum.FormFactor.Custom
  3221.  
  3222. p88.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3223.  
  3224. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3225.  
  3226. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3227.  
  3228. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3229.  
  3230. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3231.  
  3232. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3233.  
  3234. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3235.  
  3236. b88 = Instance.new("SpecialMesh", p88)
  3237.  
  3238. b88.MeshType = Enum.MeshType.Cylinder
  3239.  
  3240. b88.Name = "Mesh"
  3241.  
  3242. b88.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3243.  
  3244. p89 = Instance.new("Part", m)
  3245.  
  3246. p89.BrickColor = bc("Eggplant")
  3247.  
  3248. p89.Material = Enum.Material.SmoothPlastic
  3249.  
  3250. 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)
  3251.  
  3252. p89.CanCollide = false
  3253.  
  3254. p89.FormFactor = Enum.FormFactor.Custom
  3255.  
  3256. p89.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3257.  
  3258. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3259.  
  3260. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3261.  
  3262. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3263.  
  3264. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3265.  
  3266. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3267.  
  3268. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3269.  
  3270. b89 = Instance.new("SpecialMesh", p89)
  3271.  
  3272. b89.MeshType = Enum.MeshType.Cylinder
  3273.  
  3274. b89.Name = "Mesh"
  3275.  
  3276. b89.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3277.  
  3278. p90 = Instance.new("Part", m)
  3279.  
  3280. p90.BrickColor = bc("Eggplant")
  3281.  
  3282. p90.Material = Enum.Material.SmoothPlastic
  3283.  
  3284. 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)
  3285.  
  3286. p90.CanCollide = false
  3287.  
  3288. p90.FormFactor = Enum.FormFactor.Custom
  3289.  
  3290. p90.Size = vec3(0.200000003, 0.400000006, 0.400000006)
  3291.  
  3292. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3293.  
  3294. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3295.  
  3296. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3297.  
  3298. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3299.  
  3300. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3301.  
  3302. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3303.  
  3304. b90 = Instance.new("SpecialMesh", p90)
  3305.  
  3306. b90.MeshType = Enum.MeshType.Cylinder
  3307.  
  3308. b90.Name = "Mesh"
  3309.  
  3310. b90.Scale = vec3(0.200000003, 0.800000012, 0.800000012)
  3311.  
  3312. p91 = Instance.new("Part", m)
  3313.  
  3314. p91.BrickColor = bc("Really black")
  3315.  
  3316. p91.Material = Enum.Material.Sand
  3317.  
  3318. p91.Transparency = 1
  3319.  
  3320. p91.Name = "HitBox"
  3321.  
  3322. 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)
  3323.  
  3324. p91.CanCollide = false
  3325.  
  3326. p91.FormFactor = Enum.FormFactor.Custom
  3327.  
  3328. p91.Size = vec3(5.20000029, 0.300000012, 1.5)
  3329.  
  3330. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3331.  
  3332. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3333.  
  3334. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3335.  
  3336. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3337.  
  3338. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3339.  
  3340. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3341.  
  3342. p92 = Instance.new("Part", m)
  3343.  
  3344. p92.BrickColor = bc("Really black")
  3345.  
  3346. p92.Material = Enum.Material.Sand
  3347.  
  3348. p92.Transparency = 1
  3349.  
  3350. p92.Name = "TrailBox"
  3351.  
  3352. 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)
  3353.  
  3354. p92.CanCollide = false
  3355.  
  3356. p92.FormFactor = Enum.FormFactor.Custom
  3357.  
  3358. p92.Size = vec3(4.4000001, 0.300000012, 0.699999988)
  3359.  
  3360. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3361.  
  3362. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3363.  
  3364. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3365.  
  3366. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3367.  
  3368. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369.  
  3370. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3371.  
  3372. w1 = Instance.new("Weld", p1)
  3373.  
  3374. w1.Name = "PartW"
  3375.  
  3376. w1.Part0 = p1
  3377.  
  3378. w1.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3379.  
  3380. w1.Part1 = p7
  3381.  
  3382. 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)
  3383.  
  3384. w2 = Instance.new("Weld", p2)
  3385.  
  3386. w2.Name = "PartW"
  3387.  
  3388. w2.Part0 = p2
  3389.  
  3390. w2.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3391.  
  3392. w2.Part1 = p7
  3393.  
  3394. 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)
  3395.  
  3396. w3 = Instance.new("Weld", p3)
  3397.  
  3398. w3.Name = "PartW"
  3399.  
  3400. w3.Part0 = p3
  3401.  
  3402. w3.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3403.  
  3404. w3.Part1 = p7
  3405.  
  3406. 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)
  3407.  
  3408. w4 = Instance.new("Weld", p4)
  3409.  
  3410. w4.Name = "PartW"
  3411.  
  3412. w4.Part0 = p4
  3413.  
  3414. w4.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3415.  
  3416. w4.Part1 = p7
  3417.  
  3418. 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)
  3419.  
  3420. w5 = Instance.new("Weld", p5)
  3421.  
  3422. w5.Name = "PartW"
  3423.  
  3424. w5.Part0 = p5
  3425.  
  3426. w5.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3427.  
  3428. w5.Part1 = p7
  3429.  
  3430. 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)
  3431.  
  3432. w6 = Instance.new("Weld", p6)
  3433.  
  3434. w6.Name = "PartW"
  3435.  
  3436. w6.Part0 = p6
  3437.  
  3438. w6.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3439.  
  3440. w6.Part1 = p7
  3441.  
  3442. 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)
  3443.  
  3444. w7 = Instance.new("Weld", p7)
  3445.  
  3446. w7.Name = "HandleW"
  3447.  
  3448. w7.Part0 = p7
  3449.  
  3450. w7.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3451.  
  3452. w7.Part1 = p7
  3453.  
  3454. w7.C1 = cf(0, 0, 0, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  3455.  
  3456. w8 = Instance.new("Weld", p8)
  3457.  
  3458. w8.Name = "PartW"
  3459.  
  3460. w8.Part0 = p8
  3461.  
  3462. w8.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3463.  
  3464. w8.Part1 = p7
  3465.  
  3466. 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)
  3467.  
  3468. w9 = Instance.new("Weld", p9)
  3469.  
  3470. w9.Name = "PartW"
  3471.  
  3472. w9.Part0 = p9
  3473.  
  3474. w9.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3475.  
  3476. w9.Part1 = p7
  3477.  
  3478. 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)
  3479.  
  3480. w10 = Instance.new("Weld", p10)
  3481.  
  3482. w10.Name = "PartW"
  3483.  
  3484. w10.Part0 = p10
  3485.  
  3486. w10.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3487.  
  3488. w10.Part1 = p7
  3489.  
  3490. 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)
  3491.  
  3492. w11 = Instance.new("Weld", p11)
  3493.  
  3494. w11.Name = "PartW"
  3495.  
  3496. w11.Part0 = p11
  3497.  
  3498. w11.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3499.  
  3500. w11.Part1 = p7
  3501.  
  3502. 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)
  3503.  
  3504. w12 = Instance.new("Weld", p12)
  3505.  
  3506. w12.Name = "PartW"
  3507.  
  3508. w12.Part0 = p12
  3509.  
  3510. w12.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3511.  
  3512. w12.Part1 = p7
  3513.  
  3514. 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)
  3515.  
  3516. w13 = Instance.new("Weld", p13)
  3517.  
  3518. w13.Name = "PartW"
  3519.  
  3520. w13.Part0 = p13
  3521.  
  3522. w13.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3523.  
  3524. w13.Part1 = p7
  3525.  
  3526. w13.C1 = cf(-0.900016785, -3.95476818e-05, 4.62532043e-05, 1, 0, 0, 0, 1, 2.62012634e-14, 0, 2.62012634e-14, 1)
  3527.  
  3528. w14 = Instance.new("Weld", p14)
  3529.  
  3530. w14.Name = "PartW"
  3531.  
  3532. w14.Part0 = p14
  3533.  
  3534. w14.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3535.  
  3536. w14.Part1 = p7
  3537.  
  3538. 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)
  3539.  
  3540. w15 = Instance.new("Weld", p15)
  3541.  
  3542. w15.Name = "PartW"
  3543.  
  3544. w15.Part0 = p15
  3545.  
  3546. w15.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3547.  
  3548. w15.Part1 = p7
  3549.  
  3550. 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)
  3551.  
  3552. w16 = Instance.new("Weld", p16)
  3553.  
  3554. w16.Name = "PartW"
  3555.  
  3556. w16.Part0 = p16
  3557.  
  3558. w16.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3559.  
  3560. w16.Part1 = p7
  3561.  
  3562. 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)
  3563.  
  3564. w17 = Instance.new("Weld", p17)
  3565.  
  3566. w17.Name = "PartW"
  3567.  
  3568. w17.Part0 = p17
  3569.  
  3570. w17.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3571.  
  3572. w17.Part1 = p7
  3573.  
  3574. 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)
  3575.  
  3576. w18 = Instance.new("Weld", p18)
  3577.  
  3578. w18.Name = "PartW"
  3579.  
  3580. w18.Part0 = p18
  3581.  
  3582. w18.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3583.  
  3584. w18.Part1 = p7
  3585.  
  3586. 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)
  3587.  
  3588. w19 = Instance.new("Weld", p19)
  3589.  
  3590. w19.Name = "PartW"
  3591.  
  3592. w19.Part0 = p19
  3593.  
  3594. w19.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3595.  
  3596. w19.Part1 = p7
  3597.  
  3598. 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)
  3599.  
  3600. w20 = Instance.new("Weld", p20)
  3601.  
  3602. w20.Name = "PartW"
  3603.  
  3604. w20.Part0 = p20
  3605.  
  3606. w20.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3607.  
  3608. w20.Part1 = p7
  3609.  
  3610. 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)
  3611.  
  3612. w21 = Instance.new("Weld", p21)
  3613.  
  3614. w21.Name = "PartW"
  3615.  
  3616. w21.Part0 = p21
  3617.  
  3618. w21.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3619.  
  3620. w21.Part1 = p7
  3621.  
  3622. 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)
  3623.  
  3624. w22 = Instance.new("Weld", p22)
  3625.  
  3626. w22.Name = "PartW"
  3627.  
  3628. w22.Part0 = p22
  3629.  
  3630. w22.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3631.  
  3632. w22.Part1 = p7
  3633.  
  3634. 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)
  3635.  
  3636. w23 = Instance.new("Weld", p23)
  3637.  
  3638. w23.Name = "PartW"
  3639.  
  3640. w23.Part0 = p23
  3641.  
  3642. w23.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3643.  
  3644. w23.Part1 = p7
  3645.  
  3646. 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)
  3647.  
  3648. w24 = Instance.new("Weld", p24)
  3649.  
  3650. w24.Name = "PartW"
  3651.  
  3652. w24.Part0 = p24
  3653.  
  3654. w24.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3655.  
  3656. w24.Part1 = p7
  3657.  
  3658. 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)
  3659.  
  3660. w25 = Instance.new("Weld", p25)
  3661.  
  3662. w25.Name = "PartW"
  3663.  
  3664. w25.Part0 = p25
  3665.  
  3666. w25.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3667.  
  3668. w25.Part1 = p7
  3669.  
  3670. 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)
  3671.  
  3672. w26 = Instance.new("Weld", p26)
  3673.  
  3674. w26.Name = "PartW"
  3675.  
  3676. w26.Part0 = p26
  3677.  
  3678. w26.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3679.  
  3680. w26.Part1 = p7
  3681.  
  3682. 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)
  3683.  
  3684. w27 = Instance.new("Weld", p27)
  3685.  
  3686. w27.Name = "PartW"
  3687.  
  3688. w27.Part0 = p27
  3689.  
  3690. w27.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3691.  
  3692. w27.Part1 = p7
  3693.  
  3694. 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)
  3695.  
  3696. w28 = Instance.new("Weld", p28)
  3697.  
  3698. w28.Name = "PartW"
  3699.  
  3700. w28.Part0 = p28
  3701.  
  3702. w28.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3703.  
  3704. w28.Part1 = p7
  3705.  
  3706. 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)
  3707.  
  3708. w29 = Instance.new("Weld", p29)
  3709.  
  3710. w29.Name = "PartW"
  3711.  
  3712. w29.Part0 = p29
  3713.  
  3714. w29.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3715.  
  3716. w29.Part1 = p7
  3717.  
  3718. 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)
  3719.  
  3720. w30 = Instance.new("Weld", p30)
  3721.  
  3722. w30.Name = "PartW"
  3723.  
  3724. w30.Part0 = p30
  3725.  
  3726. w30.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3727.  
  3728. w30.Part1 = p7
  3729.  
  3730. 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)
  3731.  
  3732. w31 = Instance.new("Weld", p31)
  3733.  
  3734. w31.Name = "PartW"
  3735.  
  3736. w31.Part0 = p31
  3737.  
  3738. w31.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3739.  
  3740. w31.Part1 = p7
  3741.  
  3742. 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)
  3743.  
  3744. w32 = Instance.new("Weld", p32)
  3745.  
  3746. w32.Name = "PartW"
  3747.  
  3748. w32.Part0 = p32
  3749.  
  3750. w32.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3751.  
  3752. w32.Part1 = p7
  3753.  
  3754. 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)
  3755.  
  3756. w33 = Instance.new("Weld", p33)
  3757.  
  3758. w33.Name = "PartW"
  3759.  
  3760. w33.Part0 = p33
  3761.  
  3762. w33.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3763.  
  3764. w33.Part1 = p7
  3765.  
  3766. 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)
  3767.  
  3768. w34 = Instance.new("Weld", p34)
  3769.  
  3770. w34.Name = "PartW"
  3771.  
  3772. w34.Part0 = p34
  3773.  
  3774. w34.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3775.  
  3776. w34.Part1 = p7
  3777.  
  3778. 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)
  3779.  
  3780. w35 = Instance.new("Weld", p35)
  3781.  
  3782. w35.Name = "PartW"
  3783.  
  3784. w35.Part0 = p35
  3785.  
  3786. w35.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3787.  
  3788. w35.Part1 = p7
  3789.  
  3790. 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)
  3791.  
  3792. w36 = Instance.new("Weld", p36)
  3793.  
  3794. w36.Name = "PartW"
  3795.  
  3796. w36.Part0 = p36
  3797.  
  3798. w36.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3799.  
  3800. w36.Part1 = p7
  3801.  
  3802. 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)
  3803.  
  3804. w37 = Instance.new("Weld", p37)
  3805.  
  3806. w37.Name = "PartW"
  3807.  
  3808. w37.Part0 = p37
  3809.  
  3810. w37.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3811.  
  3812. w37.Part1 = p7
  3813.  
  3814. 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)
  3815.  
  3816. w38 = Instance.new("Weld", p38)
  3817.  
  3818. w38.Name = "PartW"
  3819.  
  3820. w38.Part0 = p38
  3821.  
  3822. w38.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3823.  
  3824. w38.Part1 = p7
  3825.  
  3826. 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)
  3827.  
  3828. w39 = Instance.new("Weld", p39)
  3829.  
  3830. w39.Name = "PartW"
  3831.  
  3832. w39.Part0 = p39
  3833.  
  3834. w39.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3835.  
  3836. w39.Part1 = p7
  3837.  
  3838. 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)
  3839.  
  3840. w40 = Instance.new("Weld", p40)
  3841.  
  3842. w40.Name = "PartW"
  3843.  
  3844. w40.Part0 = p40
  3845.  
  3846. w40.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3847.  
  3848. w40.Part1 = p7
  3849.  
  3850. 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)
  3851.  
  3852. w41 = Instance.new("Weld", p41)
  3853.  
  3854. w41.Name = "PartW"
  3855.  
  3856. w41.Part0 = p41
  3857.  
  3858. w41.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3859.  
  3860. w41.Part1 = p7
  3861.  
  3862. 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)
  3863.  
  3864. w42 = Instance.new("Weld", p42)
  3865.  
  3866. w42.Name = "PartW"
  3867.  
  3868. w42.Part0 = p42
  3869.  
  3870. w42.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3871.  
  3872. w42.Part1 = p7
  3873.  
  3874. 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)
  3875.  
  3876. w43 = Instance.new("Weld", p43)
  3877.  
  3878. w43.Name = "PartW"
  3879.  
  3880. w43.Part0 = p43
  3881.  
  3882. w43.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3883.  
  3884. w43.Part1 = p7
  3885.  
  3886. 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)
  3887.  
  3888. w44 = Instance.new("Weld", p44)
  3889.  
  3890. w44.Name = "PartW"
  3891.  
  3892. w44.Part0 = p44
  3893.  
  3894. w44.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3895.  
  3896. w44.Part1 = p7
  3897.  
  3898. 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)
  3899.  
  3900. w45 = Instance.new("Weld", p45)
  3901.  
  3902. w45.Name = "PartW"
  3903.  
  3904. w45.Part0 = p45
  3905.  
  3906. w45.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3907.  
  3908. w45.Part1 = p7
  3909.  
  3910. 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)
  3911.  
  3912. w46 = Instance.new("Weld", p46)
  3913.  
  3914. w46.Name = "PartW"
  3915.  
  3916. w46.Part0 = p46
  3917.  
  3918. w46.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3919.  
  3920. w46.Part1 = p7
  3921.  
  3922. 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)
  3923.  
  3924. w47 = Instance.new("Weld", p47)
  3925.  
  3926. w47.Name = "PartW"
  3927.  
  3928. w47.Part0 = p47
  3929.  
  3930. w47.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3931.  
  3932. w47.Part1 = p7
  3933.  
  3934. 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)
  3935.  
  3936. w48 = Instance.new("Weld", p48)
  3937.  
  3938. w48.Name = "PartW"
  3939.  
  3940. w48.Part0 = p48
  3941.  
  3942. w48.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3943.  
  3944. w48.Part1 = p7
  3945.  
  3946. 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)
  3947.  
  3948. w49 = Instance.new("Weld", p49)
  3949.  
  3950. w49.Name = "PartW"
  3951.  
  3952. w49.Part0 = p49
  3953.  
  3954. w49.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3955.  
  3956. w49.Part1 = p7
  3957.  
  3958. 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)
  3959.  
  3960. w50 = Instance.new("Weld", p50)
  3961.  
  3962. w50.Name = "PartW"
  3963.  
  3964. w50.Part0 = p50
  3965.  
  3966. w50.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3967.  
  3968. w50.Part1 = p7
  3969.  
  3970. 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)
  3971.  
  3972. w51 = Instance.new("Weld", p51)
  3973.  
  3974. w51.Name = "PartW"
  3975.  
  3976. w51.Part0 = p51
  3977.  
  3978. w51.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3979.  
  3980. w51.Part1 = p7
  3981.  
  3982. 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)
  3983.  
  3984. w52 = Instance.new("Weld", p52)
  3985.  
  3986. w52.Name = "PartW"
  3987.  
  3988. w52.Part0 = p52
  3989.  
  3990. w52.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3991.  
  3992. w52.Part1 = p7
  3993.  
  3994. 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)
  3995.  
  3996. w53 = Instance.new("Weld", p53)
  3997.  
  3998. w53.Name = "PartW"
  3999.  
  4000. w53.Part0 = p53
  4001.  
  4002. w53.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4003.  
  4004. w53.Part1 = p7
  4005.  
  4006. 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)
  4007.  
  4008. w54 = Instance.new("Weld", p54)
  4009.  
  4010. w54.Name = "PartW"
  4011.  
  4012. w54.Part0 = p54
  4013.  
  4014. w54.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4015.  
  4016. w54.Part1 = p7
  4017.  
  4018. 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)
  4019.  
  4020. w55 = Instance.new("Weld", p55)
  4021.  
  4022. w55.Name = "PartW"
  4023.  
  4024. w55.Part0 = p55
  4025.  
  4026. w55.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4027.  
  4028. w55.Part1 = p7
  4029.  
  4030. 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)
  4031.  
  4032. w56 = Instance.new("Weld", p56)
  4033.  
  4034. w56.Name = "PartW"
  4035.  
  4036. w56.Part0 = p56
  4037.  
  4038. w56.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4039.  
  4040. w56.Part1 = p7
  4041.  
  4042. 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)
  4043.  
  4044. w57 = Instance.new("Weld", p57)
  4045.  
  4046. w57.Name = "PartW"
  4047.  
  4048. w57.Part0 = p57
  4049.  
  4050. w57.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4051.  
  4052. w57.Part1 = p7
  4053.  
  4054. 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)
  4055.  
  4056. w58 = Instance.new("Weld", p58)
  4057.  
  4058. w58.Name = "PartW"
  4059.  
  4060. w58.Part0 = p58
  4061.  
  4062. w58.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4063.  
  4064. w58.Part1 = p7
  4065.  
  4066. 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)
  4067.  
  4068. w59 = Instance.new("Weld", p59)
  4069.  
  4070. w59.Name = "PartW"
  4071.  
  4072. w59.Part0 = p59
  4073.  
  4074. w59.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4075.  
  4076. w59.Part1 = p7
  4077.  
  4078. 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)
  4079.  
  4080. w60 = Instance.new("Weld", p60)
  4081.  
  4082. w60.Name = "PartW"
  4083.  
  4084. w60.Part0 = p60
  4085.  
  4086. w60.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4087.  
  4088. w60.Part1 = p7
  4089.  
  4090. 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)
  4091.  
  4092. w61 = Instance.new("Weld", p61)
  4093.  
  4094. w61.Name = "PartW"
  4095.  
  4096. w61.Part0 = p61
  4097.  
  4098. w61.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4099.  
  4100. w61.Part1 = p7
  4101.  
  4102. 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)
  4103.  
  4104. w62 = Instance.new("Weld", p62)
  4105.  
  4106. w62.Name = "PartW"
  4107.  
  4108. w62.Part0 = p62
  4109.  
  4110. w62.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4111.  
  4112. w62.Part1 = p7
  4113.  
  4114. 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)
  4115.  
  4116. w63 = Instance.new("Weld", p63)
  4117.  
  4118. w63.Name = "PartW"
  4119.  
  4120. w63.Part0 = p63
  4121.  
  4122. w63.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4123.  
  4124. w63.Part1 = p7
  4125.  
  4126. 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)
  4127.  
  4128. w64 = Instance.new("Weld", p64)
  4129.  
  4130. w64.Name = "PartW"
  4131.  
  4132. w64.Part0 = p64
  4133.  
  4134. w64.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4135.  
  4136. w64.Part1 = p7
  4137.  
  4138. 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)
  4139.  
  4140. w65 = Instance.new("Weld", p65)
  4141.  
  4142. w65.Name = "PartW"
  4143.  
  4144. w65.Part0 = p65
  4145.  
  4146. w65.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4147.  
  4148. w65.Part1 = p7
  4149.  
  4150. 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)
  4151.  
  4152. w66 = Instance.new("Weld", p66)
  4153.  
  4154. w66.Name = "PartW"
  4155.  
  4156. w66.Part0 = p66
  4157.  
  4158. w66.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4159.  
  4160. w66.Part1 = p7
  4161.  
  4162. 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)
  4163.  
  4164. w67 = Instance.new("Weld", p67)
  4165.  
  4166. w67.Name = "PartW"
  4167.  
  4168. w67.Part0 = p67
  4169.  
  4170. w67.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4171.  
  4172. w67.Part1 = p7
  4173.  
  4174. 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)
  4175.  
  4176. w68 = Instance.new("Weld", p68)
  4177.  
  4178. w68.Name = "PartW"
  4179.  
  4180. w68.Part0 = p68
  4181.  
  4182. w68.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4183.  
  4184. w68.Part1 = p7
  4185.  
  4186. 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)
  4187.  
  4188. w69 = Instance.new("Weld", p69)
  4189.  
  4190. w69.Name = "PartW"
  4191.  
  4192. w69.Part0 = p69
  4193.  
  4194. w69.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4195.  
  4196. w69.Part1 = p7
  4197.  
  4198. 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)
  4199.  
  4200. w70 = Instance.new("Weld", p70)
  4201.  
  4202. w70.Name = "PartW"
  4203.  
  4204. w70.Part0 = p70
  4205.  
  4206. w70.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4207.  
  4208. w70.Part1 = p7
  4209.  
  4210. 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)
  4211.  
  4212. w71 = Instance.new("Weld", p71)
  4213.  
  4214. w71.Name = "PartW"
  4215.  
  4216. w71.Part0 = p71
  4217.  
  4218. w71.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4219.  
  4220. w71.Part1 = p7
  4221.  
  4222. 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)
  4223.  
  4224. w72 = Instance.new("Weld", p72)
  4225.  
  4226. w72.Name = "PartW"
  4227.  
  4228. w72.Part0 = p72
  4229.  
  4230. w72.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4231.  
  4232. w72.Part1 = p7
  4233.  
  4234. 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)
  4235.  
  4236. w73 = Instance.new("Weld", p73)
  4237.  
  4238. w73.Name = "PartW"
  4239.  
  4240. w73.Part0 = p73
  4241.  
  4242. w73.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4243.  
  4244. w73.Part1 = p7
  4245.  
  4246. 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)
  4247.  
  4248. w74 = Instance.new("Weld", p74)
  4249.  
  4250. w74.Name = "PartW"
  4251.  
  4252. w74.Part0 = p74
  4253.  
  4254. w74.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4255.  
  4256. w74.Part1 = p7
  4257.  
  4258. 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)
  4259.  
  4260. w75 = Instance.new("Weld", p75)
  4261.  
  4262. w75.Name = "PartW"
  4263.  
  4264. w75.Part0 = p75
  4265.  
  4266. w75.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4267.  
  4268. w75.Part1 = p7
  4269.  
  4270. 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)
  4271.  
  4272. w76 = Instance.new("Weld", p76)
  4273.  
  4274. w76.Name = "PartW"
  4275.  
  4276. w76.Part0 = p76
  4277.  
  4278. w76.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4279.  
  4280. w76.Part1 = p7
  4281.  
  4282. 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)
  4283.  
  4284. w77 = Instance.new("Weld", p77)
  4285.  
  4286. w77.Name = "PartW"
  4287.  
  4288. w77.Part0 = p77
  4289.  
  4290. w77.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4291.  
  4292. w77.Part1 = p7
  4293.  
  4294. 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)
  4295.  
  4296. w78 = Instance.new("Weld", p78)
  4297.  
  4298. w78.Name = "PartW"
  4299.  
  4300. w78.Part0 = p78
  4301.  
  4302. w78.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4303.  
  4304. w78.Part1 = p7
  4305.  
  4306. 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)
  4307.  
  4308. w79 = Instance.new("Weld", p79)
  4309.  
  4310. w79.Name = "PartW"
  4311.  
  4312. w79.Part0 = p79
  4313.  
  4314. w79.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4315.  
  4316. w79.Part1 = p7
  4317.  
  4318. 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)
  4319.  
  4320. w80 = Instance.new("Weld", p80)
  4321.  
  4322. w80.Name = "PartW"
  4323.  
  4324. w80.Part0 = p80
  4325.  
  4326. w80.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4327.  
  4328. w80.Part1 = p7
  4329.  
  4330. 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)
  4331.  
  4332. w81 = Instance.new("Weld", p81)
  4333.  
  4334. w81.Name = "PartW"
  4335.  
  4336. w81.Part0 = p81
  4337.  
  4338. w81.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4339.  
  4340. w81.Part1 = p7
  4341.  
  4342. 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)
  4343.  
  4344. w82 = Instance.new("Weld", p82)
  4345.  
  4346. w82.Name = "PartW"
  4347.  
  4348. w82.Part0 = p82
  4349.  
  4350. w82.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4351.  
  4352. w82.Part1 = p7
  4353.  
  4354. 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)
  4355.  
  4356. w83 = Instance.new("Weld", p83)
  4357.  
  4358. w83.Name = "PartW"
  4359.  
  4360. w83.Part0 = p83
  4361.  
  4362. w83.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4363.  
  4364. w83.Part1 = p7
  4365.  
  4366. 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)
  4367.  
  4368. w84 = Instance.new("Weld", p84)
  4369.  
  4370. w84.Name = "PartW"
  4371.  
  4372. w84.Part0 = p84
  4373.  
  4374. w84.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4375.  
  4376. w84.Part1 = p7
  4377.  
  4378. 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)
  4379.  
  4380. w85 = Instance.new("Weld", p85)
  4381.  
  4382. w85.Name = "PartW"
  4383.  
  4384. w85.Part0 = p85
  4385.  
  4386. w85.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4387.  
  4388. w85.Part1 = p7
  4389.  
  4390. 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)
  4391.  
  4392. w86 = Instance.new("Weld", p86)
  4393.  
  4394. w86.Name = "PartW"
  4395.  
  4396. w86.Part0 = p86
  4397.  
  4398. w86.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4399.  
  4400. w86.Part1 = p7
  4401.  
  4402. 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)
  4403.  
  4404. w87 = Instance.new("Weld", p87)
  4405.  
  4406. w87.Name = "PartW"
  4407.  
  4408. w87.Part0 = p87
  4409.  
  4410. w87.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4411.  
  4412. w87.Part1 = p7
  4413.  
  4414. 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)
  4415.  
  4416. w88 = Instance.new("Weld", p88)
  4417.  
  4418. w88.Name = "PartW"
  4419.  
  4420. w88.Part0 = p88
  4421.  
  4422. w88.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4423.  
  4424. w88.Part1 = p7
  4425.  
  4426. 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)
  4427.  
  4428. w89 = Instance.new("Weld", p89)
  4429.  
  4430. w89.Name = "PartW"
  4431.  
  4432. w89.Part0 = p89
  4433.  
  4434. w89.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4435.  
  4436. w89.Part1 = p7
  4437.  
  4438. 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)
  4439.  
  4440. w90 = Instance.new("Weld", p90)
  4441.  
  4442. w90.Name = "PartW"
  4443.  
  4444. w90.Part0 = p90
  4445.  
  4446. w90.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4447.  
  4448. w90.Part1 = p7
  4449.  
  4450. 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)
  4451.  
  4452. w91 = Instance.new("Weld", p91)
  4453.  
  4454. w91.Name = "HitBoxW"
  4455.  
  4456. w91.Part0 = p91
  4457.  
  4458. w91.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4459.  
  4460. w91.Part1 = p7
  4461.  
  4462. w91.C1 = cf(3.5, 0.000397324562, 0.000147342682, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  4463.  
  4464. w92 = Instance.new("Weld", p92)
  4465.  
  4466. w92.Name = "TrailBoxW"
  4467.  
  4468. w92.Part0 = p92
  4469.  
  4470. w92.C0 = cf(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4471.  
  4472. w92.Part1 = p7
  4473.  
  4474. w92.C1 = cf(3.5, 0.000397264957, 0.000147819519, 1, 0, -7.27595761e-12, 0, 1, -2.36122233e-12, 0, 2.07256434e-12, 1)
  4475.  
  4476. m.Parent = Char
  4477.  
  4478. for i,v in pairs(m:children()) do
  4479.  
  4480. if v:IsA("BasePart") then
  4481.  
  4482. v.Locked = true
  4483.  
  4484. end
  4485.  
  4486. end
  4487.  
  4488. local m2 = m:Clone()
  4489.  
  4490. m2.Parent = Char
  4491.  
  4492. local handle1 = m:WaitForChild("Handle")
  4493.  
  4494. local hitbox1 = m:WaitForChild("HitBox")
  4495.  
  4496. local trailbox1 = m:WaitForChild("TrailBox")
  4497.  
  4498. local handle2 = m2:WaitForChild("Handle")
  4499.  
  4500. local hitbox2 = m2:WaitForChild("HitBox")
  4501.  
  4502. local trailbox2 = m2:WaitForChild("TrailBox")
  4503.  
  4504. local llw = Weld(Left_Leg, Torso, cf(0.5, 2, 0))
  4505.  
  4506. local rlw = Weld(Right_Leg, Torso, cf(-0.5, 2, 0))
  4507.  
  4508. local raw = Weld(Right_Arm, Torso, cf(-1.5, 0, 0))
  4509.  
  4510. local law = Weld(Left_Arm, Torso, cf(1.5, 0, 0))
  4511.  
  4512. local torw = Weld(Torso, HumanoidRootPart, cf(0, 0, 0))
  4513.  
  4514. local hedw = Weld(Head, Torso, cf(0, -1.5, 0))
  4515.  
  4516. local h1w = Weld(larm, handle1, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  4517.  
  4518. local h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  4519.  
  4520. local Used = {
  4521.  
  4522. Executed = {}
  4523.  
  4524. ,
  4525.  
  4526. Failed = {}
  4527.  
  4528. }
  4529.  
  4530. local BindKey = function(Name, Key, Function)
  4531.  
  4532.  
  4533.  
  4534. local keydown = nil
  4535.  
  4536. keydown = mouse.KeyDown:connect(function(key)
  4537.  
  4538.  
  4539.  
  4540. if Key:lower() == key:lower() then
  4541.  
  4542. if dkd then
  4543.  
  4544. table.insert(Used.Failed, {Name, Key, Function})
  4545.  
  4546. else
  4547.  
  4548. if NotifyKeyPresses then
  4549.  
  4550. warn("executed(" .. Name .. ", \"" .. tostring(Key:upper()) .. "\")")
  4551.  
  4552. end
  4553.  
  4554. Function(Name, Key)
  4555.  
  4556. if NotifyKeyPresses then
  4557.  
  4558. warn("ended(" .. Name .. ")")
  4559.  
  4560. end
  4561.  
  4562. table.insert(Used.Executed, {Name, Key, Function})
  4563.  
  4564. end
  4565.  
  4566. end
  4567.  
  4568. end
  4569.  
  4570. )
  4571.  
  4572. end
  4573.  
  4574.  
  4575.  
  4576. FaceMouse = function()
  4577.  
  4578.  
  4579.  
  4580. local torso, torsoPos = Torso, HumanoidRootPart.Position
  4581.  
  4582. local torso = Char:FindFirstChild("Torso")
  4583.  
  4584. if torso then
  4585.  
  4586. torsoPos = HumanoidRootPart.CFrame.p
  4587.  
  4588. HumanoidRootPart.CFrame = lerp(HumanoidRootPart.CFrame, CFrame.new(torsoPos, Vector3.new(mouse.Hit.X, torsoPos.Y, mouse.Hit.Z)), 0.5)
  4589.  
  4590. end
  4591.  
  4592. end
  4593.  
  4594.  
  4595.  
  4596. local TrailFXModel = Instance.new("Model", Character)
  4597.  
  4598. IsLimb = function(Object)
  4599.  
  4600.  
  4601.  
  4602. local Limbs = {"Right Arm", "Left Arm", "Left Leg", "Right Leg", "Torso", "Head"}
  4603.  
  4604. local Value, Integer = false, "Not Defined"
  4605.  
  4606. for Index,String in next do
  4607.  
  4608. if Object.Name:lower() == String:lower() then
  4609.  
  4610. Value = true
  4611.  
  4612. Integer = Index
  4613.  
  4614. end
  4615.  
  4616. end
  4617.  
  4618. return {Value, Integer}
  4619.  
  4620. end
  4621.  
  4622.  
  4623.  
  4624. 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)}
  4625.  
  4626. BodyTrail = function(Time, Colour)
  4627.  
  4628.  
  4629.  
  4630. TrailFXModel:BreakJoints()
  4631.  
  4632. for Index,Object in pairs(Char:children()) do
  4633.  
  4634. do
  4635.  
  4636. if Object:IsA("BasePart") and Object.Name ~= "HumanoidRootPart" and IsLimb(Object)[1] == true then
  4637.  
  4638. do
  4639.  
  4640. spawn(function()
  4641.  
  4642.  
  4643.  
  4644. local NewObj = Instance.new("Part")
  4645.  
  4646. NewObj.Color = BrickColor.new(Colour).Color
  4647.  
  4648. NewObj.CanCollide = false
  4649.  
  4650. NewObj.Anchored = true
  4651.  
  4652. NewObj.TopSurface = 0
  4653.  
  4654. NewObj.Transparency = 0
  4655.  
  4656. NewObj.Material = "Granite"
  4657.  
  4658. NewObj.CFrame = Object.CFrame
  4659.  
  4660. local Pos = LimbsLast[Object.Name].p
  4661.  
  4662. wait()
  4663.  
  4664. local Pos2 = Object.CFrame.p
  4665.  
  4666. local Distance = Pos - Pos2.magnitude
  4667.  
  4668. local LimbsAndSizes = {
  4669.  
  4670. ["Right Arm"] = {1, 2}
  4671.  
  4672. ,
  4673.  
  4674. ["Left Arm"] = {1, 2}
  4675.  
  4676. ,
  4677.  
  4678. ["Left Leg"] = {1, 2}
  4679.  
  4680. ,
  4681.  
  4682. ["Right Leg"] = {1, 2}
  4683.  
  4684. ,
  4685.  
  4686. Torso = {2, 2}
  4687.  
  4688. ,
  4689.  
  4690. Head = {2, 1}
  4691.  
  4692. }
  4693.  
  4694. for Limb,XY in next do
  4695.  
  4696. if Object.Name:lower() == Limb:lower() then
  4697.  
  4698. LimbsLast[Limb] = Object.CFrame
  4699.  
  4700. NewObj.Name = Object.Name
  4701.  
  4702. NewObj.Size = Vector3.new(XY[1], XY[2], Distance)
  4703.  
  4704. end
  4705.  
  4706. end
  4707.  
  4708. NewObj.CFrame = CFrame.new(Pos, Pos2) * CFrame.new(0, 0, -(Distance / 2))
  4709.  
  4710. NewObj.Parent = TrailFXModel
  4711.  
  4712. delay(Time / 2, function()
  4713.  
  4714.  
  4715.  
  4716. local integer = 0.05
  4717.  
  4718. for i = 0, 1, integer do
  4719.  
  4720. NewObj.Transparency = i
  4721.  
  4722. wait()
  4723.  
  4724. end
  4725.  
  4726. NewObj:Destroy()
  4727.  
  4728. end
  4729.  
  4730. )
  4731.  
  4732. end
  4733.  
  4734. )
  4735.  
  4736. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4737.  
  4738.  
  4739.  
  4740. -- DECOMPILER ERROR at PC30: LeaveBlock: unexpected jumping out IF_STMT
  4741.  
  4742.  
  4743.  
  4744. end
  4745.  
  4746. end
  4747.  
  4748. end
  4749.  
  4750. end
  4751.  
  4752. end
  4753.  
  4754.  
  4755.  
  4756. rainb = function(hue)
  4757.  
  4758.  
  4759.  
  4760. local section = hue % 1 * 3
  4761.  
  4762. local secondary = 0.5 * math.pi * (section % 1)
  4763.  
  4764. if section < 1 then
  4765.  
  4766. return c3(1, 1 - cos(secondary), 1 - sin(secondary))
  4767.  
  4768. else
  4769.  
  4770. if section < 2 then
  4771.  
  4772. return c3(1 - sin(secondary), 1, 1 - cos(secondary))
  4773.  
  4774. else
  4775.  
  4776. return c3(1 - cos(secondary), 1 - sin(secondary), 1)
  4777.  
  4778. end
  4779.  
  4780. end
  4781.  
  4782. end
  4783.  
  4784.  
  4785.  
  4786. local CRIT = false
  4787.  
  4788. showDamage = function(Parent, Txt, RemovalTime, Clr)
  4789.  
  4790.  
  4791.  
  4792. ypcall(function()
  4793.  
  4794.  
  4795.  
  4796. if string.find("critical", Txt:lower()) then
  4797.  
  4798. Clr = "Really red"
  4799.  
  4800. print("crit")
  4801.  
  4802. end
  4803.  
  4804. local Clr_Raw = Clr
  4805.  
  4806. if Clr == nil then
  4807.  
  4808. Clr = "Mulberry"
  4809.  
  4810. end
  4811.  
  4812. Clr = bc(Clr).Color
  4813.  
  4814. local Pert = Instance.new("Part", Parent)
  4815.  
  4816. Pert.Size = vec3(0.2, 0.2, 0.2)
  4817.  
  4818. Pert.Transparency = 1
  4819.  
  4820. Pert.CanCollide = false
  4821.  
  4822. Pert.Anchored = true
  4823.  
  4824. Pert.CFrame = Parent:FindFirstChild("Head").CFrame
  4825.  
  4826. Pert.BrickColor = bc("Really black")
  4827.  
  4828. local Gui = Instance.new("BillboardGui", Pert)
  4829.  
  4830. Gui.Adornee = Pert
  4831.  
  4832. local n2 = 10
  4833.  
  4834. Gui.Size = UDim2.new(n2, 0, n2, 0)
  4835.  
  4836. local TextL = Instance.new("TextLabel", Gui)
  4837.  
  4838. local r, g, b = Clr.r, Clr.g, Clr.b
  4839.  
  4840. local clr = c3(r, g, b)
  4841.  
  4842. if Clr_Raw:lower() == "rainbow" then
  4843.  
  4844. lrs:connect(function()
  4845.  
  4846.  
  4847.  
  4848. Clr = rainb(tick() / 3)
  4849.  
  4850. r = Clr.r
  4851.  
  4852. clr = c3(r, g, b)
  4853.  
  4854. end
  4855.  
  4856. )
  4857.  
  4858. end
  4859.  
  4860. ypcall(function()
  4861.  
  4862.  
  4863.  
  4864. if type(tonumber(Txt)) == "number" then
  4865.  
  4866. TextL.Text = tostring(math.floor(tonumber(Txt)))
  4867.  
  4868. else
  4869.  
  4870. TextL.Text = tostring(Txt)
  4871.  
  4872. end
  4873.  
  4874. end
  4875.  
  4876. )
  4877.  
  4878. TextL.BackgroundTransparency = 1
  4879.  
  4880. TextL.Font = "Bodoni"
  4881.  
  4882. TextL.Size = UDim2.new(6, 0, 0.5, 0)
  4883.  
  4884. TextL.Position = UDim2.new(-3, 0, -0.05, 0)
  4885.  
  4886. TextL.TextScaled = true
  4887.  
  4888. TextL.FontSize = "Size28"
  4889.  
  4890. TextL.TextColor3 = clr
  4891.  
  4892. local n = 10
  4893.  
  4894. local sp = Pert.CFrame * cf(rand(-n, n), rand(-n, n), rand(-n, n))
  4895.  
  4896. lrs:connect(function()
  4897.  
  4898.  
  4899.  
  4900. Pert.CFrame = clerp(Pert.CFrame, sp, 0.01)
  4901.  
  4902. clr = c3(r, g, b)
  4903.  
  4904. TextL.TextColor3 = clr
  4905.  
  4906. end
  4907.  
  4908. )
  4909.  
  4910. delay(RemovalTime / 2 + 1, function()
  4911.  
  4912.  
  4913.  
  4914. local rn, bn, gn = 1 - r, 1 - b, 1 - g
  4915.  
  4916. spawn(function()
  4917.  
  4918.  
  4919.  
  4920. for i = 0, 1, 0.025 do
  4921.  
  4922. TextL.TextTransparency = i
  4923.  
  4924. lrs:wait()
  4925.  
  4926. end
  4927.  
  4928. Pert:Destroy()
  4929.  
  4930. end
  4931.  
  4932. )
  4933.  
  4934. spawn(function()
  4935.  
  4936.  
  4937.  
  4938. for i = 0, rn, 0.01 do
  4939.  
  4940. r = rn - i
  4941.  
  4942. lrs:wait()
  4943.  
  4944. end
  4945.  
  4946. end
  4947.  
  4948. )
  4949.  
  4950. spawn(function()
  4951.  
  4952.  
  4953.  
  4954. for i = 0, bn, 0.01 do
  4955.  
  4956. b = bn - i
  4957.  
  4958. lrs:wait()
  4959.  
  4960. end
  4961.  
  4962. end
  4963.  
  4964. )
  4965.  
  4966. spawn(function()
  4967.  
  4968.  
  4969.  
  4970. for i = 0, gn, 0.01 do
  4971.  
  4972. g = gn - i
  4973.  
  4974. lrs:wait()
  4975.  
  4976. end
  4977.  
  4978. end
  4979.  
  4980. )
  4981.  
  4982. end
  4983.  
  4984. )
  4985.  
  4986. end
  4987.  
  4988. )
  4989.  
  4990. end
  4991.  
  4992.  
  4993.  
  4994. CheckIfLanded = function()
  4995.  
  4996.  
  4997.  
  4998. local Ray = Ray.new(torso.Position, vec3(0, -1, 0) * 10)
  4999.  
  5000. local Ignore = {Char}
  5001.  
  5002. local Hit, Pos, SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
  5003.  
  5004. if Hit == nil then
  5005.  
  5006. return false, nil
  5007.  
  5008. end
  5009.  
  5010. return true, Hit
  5011.  
  5012. end
  5013.  
  5014.  
  5015.  
  5016. FindNearestTorso = function(Position, Distance, SinglePlayer)
  5017.  
  5018.  
  5019.  
  5020. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  5021.  
  5022. do return not SinglePlayer end
  5023.  
  5024. do
  5025.  
  5026. local List = {}
  5027.  
  5028. for i,v in pairs(workspace:GetChildren()) do
  5029.  
  5030. if v:IsA("Model") and (v:findFirstChild("Torso") or v:findFirstChild("HumanoidRootPart")) and v ~= Char and v.HumanoidRootPart.Position - Position.magnitude <= Distance then
  5031.  
  5032. table.insert(List, v)
  5033.  
  5034. end
  5035.  
  5036. end
  5037.  
  5038. do return List end
  5039.  
  5040. -- DECOMPILER ERROR: 4 unprocessed JMP targets
  5041.  
  5042. end
  5043.  
  5044. end
  5045.  
  5046. end
  5047.  
  5048.  
  5049.  
  5050. DebounceHit = false
  5051.  
  5052. local pitches = {0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1, 1.15, 1.2, 1.25}
  5053.  
  5054. local swing_sfx = {134012322}
  5055.  
  5056. local cut_sfx = {220833976}
  5057.  
  5058. local bash_sfx = {386946017}
  5059.  
  5060. local sounds = {}
  5061.  
  5062. sounds.swing = function(self)
  5063.  
  5064.  
  5065.  
  5066. local s = Instance.new("Sound", sp)
  5067.  
  5068. s.Pitch = 1.25 + pitches[rand(1, #pitches)]
  5069.  
  5070. s.SoundId = swing_sfx[rand(1, #swing_sfx)]
  5071.  
  5072. return s
  5073.  
  5074. end
  5075.  
  5076.  
  5077.  
  5078. sounds.cut = function(self)
  5079.  
  5080.  
  5081.  
  5082. local s = Instance.new("Sound", sp)
  5083.  
  5084. s.Pitch = pitches[rand(1, #pitches)]
  5085.  
  5086. s.SoundId = cut_sfx[rand(1, #cut_sfx)]
  5087.  
  5088. return s
  5089.  
  5090. end
  5091.  
  5092.  
  5093.  
  5094. sounds.bash = function(self)
  5095.  
  5096.  
  5097.  
  5098. local s = Instance.new("Sound", sp)
  5099.  
  5100. s.Pitch = pitches[rand(1, #pitches)]
  5101.  
  5102. s.SoundId = bash_sfx[rand(1, #bash_sfx)]
  5103.  
  5104. return s
  5105.  
  5106. end
  5107.  
  5108.  
  5109.  
  5110. NewFXBox = function(name, prnt)
  5111.  
  5112.  
  5113.  
  5114. if prnt == nil then
  5115.  
  5116. prnt = Character
  5117.  
  5118. end
  5119.  
  5120. local FXBox = Instance.new("Model", prnt)
  5121.  
  5122. FXBox.Name = "FXBox"
  5123.  
  5124. if name then
  5125.  
  5126. FXBox.Name = name
  5127.  
  5128. end
  5129.  
  5130. local Count = 0
  5131.  
  5132. local Check = nil
  5133.  
  5134. Check = FXBox.ChildAdded:connect(function(Object)
  5135.  
  5136.  
  5137.  
  5138. if Object:IsA("BasePart") then
  5139.  
  5140. FXBox.PrimaryPart = Object
  5141.  
  5142. Check:disconnect()
  5143.  
  5144. end
  5145.  
  5146. end
  5147.  
  5148. )
  5149.  
  5150. return FXBox
  5151.  
  5152. end
  5153.  
  5154.  
  5155.  
  5156. ReSurface = function(Part, Integer)
  5157.  
  5158.  
  5159.  
  5160. if Part ~= nil and Part:IsA("BasePart") then
  5161.  
  5162. Part.TopSurface = Integer
  5163.  
  5164. Part.BottomSurface = Integer
  5165.  
  5166. Part.LeftSurface = Integer
  5167.  
  5168. Part.RightSurface = Integer
  5169.  
  5170. Part.FrontSurface = Integer
  5171.  
  5172. Part.BackSurface = Integer
  5173.  
  5174. end
  5175.  
  5176. end
  5177.  
  5178.  
  5179.  
  5180. ni = function(name, prnt)
  5181.  
  5182.  
  5183.  
  5184. return Instance.new(tostring(name), prnt)
  5185.  
  5186. end
  5187.  
  5188.  
  5189.  
  5190. local TrailModel = NewFXBox("TrailBOX")
  5191.  
  5192. NewPart = function(prnt)
  5193.  
  5194.  
  5195.  
  5196. local NPart = ni("Part", prnt)
  5197.  
  5198. ReSurface(NPart, 10)
  5199.  
  5200. if prnt:IsA("BasePart") then
  5201.  
  5202. NPart.CFrame = prnt.CFrame
  5203.  
  5204. end
  5205.  
  5206. NPart.Anchored = true
  5207.  
  5208. NPart.Size = vec3(1, 1, 1)
  5209.  
  5210. NPart.CanCollide = false
  5211.  
  5212. NPart.BrickColor = bc("Royal purple")
  5213.  
  5214. return NPart
  5215.  
  5216. end
  5217.  
  5218.  
  5219.  
  5220. HandleSP = function(func)
  5221.  
  5222.  
  5223.  
  5224. for i,v in next do
  5225.  
  5226. if v:IsA("Sound") then
  5227.  
  5228. v:Stop()
  5229.  
  5230. func(v)
  5231.  
  5232. end
  5233.  
  5234. end
  5235.  
  5236. end
  5237.  
  5238.  
  5239.  
  5240. GenTrail = function(Origin, Time)
  5241.  
  5242.  
  5243.  
  5244. end
  5245.  
  5246.  
  5247.  
  5248. MagDmg = function(Part, magni, knock, func)
  5249.  
  5250.  
  5251.  
  5252. for _,c in pairs(workspace:children()) do
  5253.  
  5254. local hum = c:findFirstChild("Humanoid")
  5255.  
  5256. if hum ~= nil then
  5257.  
  5258. local head = c:findFirstChild("HumanoidRootPart")
  5259.  
  5260. if head ~= nil then
  5261.  
  5262. local targ = head.Position - Part.Position
  5263.  
  5264. local mag = targ.magnitude
  5265.  
  5266. if mag <= magni and c.Name ~= Player.Name then
  5267.  
  5268. local bv = Instance.new("BodyVelocity", head)
  5269.  
  5270. do
  5271.  
  5272. -- bv.MaxVelocity = vec3(1 / 0, 0, 1 / 0)
  5273.  
  5274. bv.Velocity = HumanoidRootPart.CFrame.lookVector * knock-- + 2
  5275.  
  5276. delay(0.1, function()
  5277.  
  5278.  
  5279.  
  5280. bv:Destroy()
  5281.  
  5282. end
  5283.  
  5284. )
  5285.  
  5286. func(c, hum)
  5287.  
  5288. end
  5289.  
  5290. end
  5291.  
  5292. end
  5293.  
  5294. end
  5295.  
  5296. end
  5297.  
  5298. end
  5299.  
  5300.  
  5301.  
  5302. BindKey("Ground Breaker", "x", function(AttackName, Key)
  5303.  
  5304.  
  5305.  
  5306. ds = true
  5307.  
  5308. for i = 0, 1, 0.05 do
  5309.  
  5310. local animspd = 0.1
  5311.  
  5312. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5313.  
  5314. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5315.  
  5316. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5317.  
  5318. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5319.  
  5320. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5321.  
  5322. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5323.  
  5324. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5325.  
  5326. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5327.  
  5328. lrs:wait()
  5329.  
  5330. end
  5331.  
  5332. for i = 0, 1, 0.05 do
  5333.  
  5334. local animspd = 0.1
  5335.  
  5336. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5337.  
  5338. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5339.  
  5340. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5341.  
  5342. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5343.  
  5344. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5345.  
  5346. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5347.  
  5348. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5349.  
  5350. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5351.  
  5352. lrs:wait()
  5353.  
  5354. end
  5355.  
  5356. ds = false
  5357.  
  5358. end
  5359.  
  5360. )
  5361.  
  5362. local LA = {"Left", "Right"}
  5363.  
  5364. local LastArm = LA[math.random(1, #LA)]
  5365.  
  5366. local gDown = false
  5367.  
  5368. local CanLoopG = true
  5369.  
  5370. BindKey("Blink", "g", function(AttackName, Key)
  5371.  
  5372.  
  5373.  
  5374. ds = true
  5375.  
  5376. BodyTrail(0, "Magenta")
  5377.  
  5378. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * cf(0, 0, -15)
  5379.  
  5380. BodyTrail(0, "Magenta")
  5381.  
  5382. if LastArm == LA[1] then
  5383.  
  5384. LastArm = LA[2]
  5385.  
  5386. for i = 0, 1, 0.15 do
  5387.  
  5388. local animspd = 0.75
  5389.  
  5390. 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)
  5391.  
  5392. 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)
  5393.  
  5394. 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)
  5395.  
  5396. 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)
  5397.  
  5398. 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)
  5399.  
  5400. 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)
  5401.  
  5402. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5403.  
  5404. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5405.  
  5406. lrs:wait()
  5407.  
  5408. end
  5409.  
  5410. else
  5411.  
  5412. do
  5413.  
  5414. if LastArm == LA[2] then
  5415.  
  5416. LastArm = LA[1]
  5417.  
  5418. for i = 0, 1, 0.15 do
  5419.  
  5420. local animspd = 0.75
  5421.  
  5422. 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)
  5423.  
  5424. 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)
  5425.  
  5426. 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)
  5427.  
  5428. 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)
  5429.  
  5430. 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)
  5431.  
  5432. 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)
  5433.  
  5434. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5435.  
  5436. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5437.  
  5438. lrs:wait()
  5439.  
  5440. end
  5441.  
  5442. else
  5443.  
  5444. do
  5445.  
  5446. error("local LastArm value invalid", 1)
  5447.  
  5448. ds = false
  5449.  
  5450. end
  5451.  
  5452. end
  5453.  
  5454. end
  5455.  
  5456. end
  5457.  
  5458. end
  5459.  
  5460. )
  5461.  
  5462. BindKey("Backflip Slash", "q", function(AttackName, Key)
  5463.  
  5464. --[[if height > 0 then
  5465.  
  5466. return
  5467.  
  5468. end
  5469.  
  5470. if not IsLanded then
  5471.  
  5472. return
  5473.  
  5474. end]]
  5475.  
  5476. ds = true
  5477.  
  5478. hum.WalkSpeed = 0
  5479.  
  5480. for i = 0, 1, 0.035 do
  5481.  
  5482. local animspd = 0.15
  5483.  
  5484. 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)
  5485.  
  5486. 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)
  5487.  
  5488. 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)
  5489.  
  5490. 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)
  5491.  
  5492. 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)
  5493.  
  5494. 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)
  5495.  
  5496. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5497.  
  5498. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5499.  
  5500. lrs:wait()
  5501.  
  5502. end
  5503.  
  5504. local debhet2, debhet = false, false
  5505.  
  5506. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  5507.  
  5508. vel.MaxForce = vec3(1 / 0, 1 / 0, 1 / 0)
  5509.  
  5510. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -120 + vec3(0, 50, 0)
  5511.  
  5512. delay(0.01, function()
  5513.  
  5514.  
  5515.  
  5516. vel:Destroy()
  5517.  
  5518. end
  5519.  
  5520. )
  5521.  
  5522. for i = 0, 0.8, 0.05 do
  5523.  
  5524. MagDmg(hitbox2, 5, 5, function(chr, h)
  5525.  
  5526.  
  5527.  
  5528. if debhet2 == false then
  5529.  
  5530. debhet2 = true
  5531.  
  5532. local crit = false
  5533.  
  5534. do
  5535.  
  5536. ypcall(function()
  5537.  
  5538.  
  5539.  
  5540. chr.Health:Destroy()
  5541.  
  5542. end
  5543.  
  5544. )
  5545.  
  5546. local d = rand()
  5547.  
  5548. if d > 0.95 then
  5549.  
  5550. crit = true
  5551.  
  5552. dot = true
  5553.  
  5554. end
  5555.  
  5556. delay(0.5, function()
  5557.  
  5558.  
  5559.  
  5560. debhet2 = false
  5561.  
  5562. end
  5563.  
  5564. )
  5565.  
  5566. local damage = rand(5, 8)
  5567.  
  5568. if crit then
  5569.  
  5570. damage = damage + rand(3, 8)
  5571.  
  5572. end
  5573.  
  5574. h.Health = h.Health - (damage)
  5575.  
  5576. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  5577.  
  5578. if dot == true then
  5579.  
  5580. do
  5581.  
  5582. spawn(function()
  5583.  
  5584.  
  5585.  
  5586. for i = 0, rand(2, 5) do
  5587.  
  5588. h.Health = h.Health - damage / 4
  5589.  
  5590. showDamage(h.Parent, "(Dmg Ovr Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  5591.  
  5592. wait(0.8)
  5593.  
  5594. end
  5595.  
  5596. ds = false
  5597.  
  5598. end
  5599.  
  5600. )
  5601.  
  5602. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  5603.  
  5604.  
  5605.  
  5606. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  5607.  
  5608.  
  5609.  
  5610. end
  5611.  
  5612. end
  5613.  
  5614. end
  5615.  
  5616. end
  5617.  
  5618. end
  5619.  
  5620. )
  5621.  
  5622. MagDmg(hitbox1, 5, 5, function(chr, h)
  5623.  
  5624.  
  5625.  
  5626. if debhet == false then
  5627.  
  5628. debhet = true
  5629.  
  5630. local crit = false
  5631.  
  5632. do
  5633.  
  5634. ypcall(function()
  5635.  
  5636.  
  5637.  
  5638. chr.Health:Destroy()
  5639.  
  5640. end
  5641.  
  5642. )
  5643.  
  5644. local d = rand()
  5645.  
  5646. if d > 0.95 then
  5647.  
  5648. crit = true
  5649.  
  5650. dot = true
  5651.  
  5652. end
  5653.  
  5654. delay(0.5, function()
  5655.  
  5656.  
  5657.  
  5658. debhet = false
  5659.  
  5660. end
  5661.  
  5662. )
  5663.  
  5664. local damage = rand(5, 8)
  5665.  
  5666. if crit then
  5667.  
  5668. damage = damage + rand(3, 8)
  5669.  
  5670. end
  5671.  
  5672. h.Health = h.Health - (damage)
  5673.  
  5674. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  5675.  
  5676. if dot == true then
  5677.  
  5678. do
  5679.  
  5680. spawn(function()
  5681.  
  5682.  
  5683.  
  5684. for i = 0, rand(2, 5) do
  5685.  
  5686. h.Health = h.Health - damage / 4
  5687.  
  5688. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  5689.  
  5690. wait(0.8)
  5691.  
  5692. end
  5693.  
  5694. end
  5695.  
  5696. )
  5697.  
  5698. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  5699.  
  5700.  
  5701.  
  5702. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  5703.  
  5704.  
  5705.  
  5706. end
  5707.  
  5708. end
  5709.  
  5710. end
  5711.  
  5712. end
  5713.  
  5714. end
  5715.  
  5716. )
  5717.  
  5718. local animspd = 0.3
  5719.  
  5720. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(rad(560 * i), 0, 0), animspd)
  5721.  
  5722. 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)
  5723.  
  5724. 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)
  5725.  
  5726. 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)
  5727.  
  5728. 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)
  5729.  
  5730. 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)
  5731.  
  5732. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5733.  
  5734. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5735.  
  5736. lrs:wait()
  5737.  
  5738. end
  5739.  
  5740. spawn(function()
  5741.  
  5742.  
  5743.  
  5744. repeat
  5745.  
  5746. local animspd = 0.3
  5747.  
  5748. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5749.  
  5750. 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)
  5751.  
  5752. 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)
  5753.  
  5754. 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)
  5755.  
  5756. 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)
  5757.  
  5758. 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)
  5759.  
  5760. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5761.  
  5762. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5763.  
  5764. lrs:wait()
  5765.  
  5766. until ds == false
  5767.  
  5768. end
  5769.  
  5770. )
  5771.  
  5772. --[[ repeat
  5773.  
  5774. lrs:wait()
  5775.  
  5776. until IsLanded]]
  5777.  
  5778. local vel = Instance.new("BodyVelocity", HumanoidRootPart)
  5779.  
  5780. vel.MaxForce = vec3(1 / 0, 0, 1 / 0)
  5781.  
  5782. vel.Velocity = HumanoidRootPart.CFrame.lookVector * -50
  5783.  
  5784. wait(0.2)
  5785.  
  5786. vel:Destroy()
  5787.  
  5788. ds = false
  5789.  
  5790. end
  5791.  
  5792. )
  5793.  
  5794. BindKey("Void Blast", "r", function(AttackName, Key)
  5795.  
  5796.  
  5797.  
  5798. ds = true
  5799.  
  5800. local fb = NewFXBox()
  5801.  
  5802. for i = 0, 1, 0.025 do
  5803.  
  5804. do
  5805.  
  5806. local animspd = 0.15
  5807.  
  5808. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5809.  
  5810. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  5811.  
  5812. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5813.  
  5814. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5815.  
  5816. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  5817.  
  5818. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  5819.  
  5820. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5821.  
  5822. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5823.  
  5824. lrs:wait()
  5825.  
  5826. end
  5827.  
  5828. end
  5829.  
  5830. do
  5831.  
  5832. for i,v in pairs(m:children()) do
  5833.  
  5834. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  5835.  
  5836. spawn(function()
  5837.  
  5838.  
  5839.  
  5840. local m, int = 1, 0.05
  5841.  
  5842. for i = 0, m + int, int do
  5843.  
  5844. v.Transparency = i
  5845.  
  5846. lrs:wait()
  5847.  
  5848. end
  5849.  
  5850. end
  5851.  
  5852. )
  5853.  
  5854. end
  5855.  
  5856. end
  5857.  
  5858. end
  5859.  
  5860. for i,v in pairs(m:children()) do
  5861.  
  5862. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  5863.  
  5864. spawn(function()
  5865.  
  5866.  
  5867.  
  5868. local m, int = 1, 0.05
  5869.  
  5870. for i = 0, m + int, int do
  5871.  
  5872. v.Transparency = i
  5873.  
  5874. lrs:wait()
  5875.  
  5876. end
  5877.  
  5878. end
  5879.  
  5880. )
  5881.  
  5882. end
  5883.  
  5884. end
  5885.  
  5886. for i = 0, 1, 0.05 do
  5887.  
  5888. local animspd = 0.4
  5889.  
  5890. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5891.  
  5892. hedw.C0 = clerp(hedw.C0, cf(0, 0, rad(15)) * ang(-rad(15), 0, 0), animspd)
  5893.  
  5894. law.C0 = lerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5895.  
  5896. raw.C0 = lerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5897.  
  5898. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  5899.  
  5900. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  5901.  
  5902. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5903.  
  5904. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5905.  
  5906. lrs:wait()
  5907.  
  5908. end
  5909.  
  5910. local pert = Instance.new("Part", fb)
  5911.  
  5912. ReSurface(pert, 10)
  5913.  
  5914. pert.Material = "Granite"
  5915.  
  5916. pert.BrickColor = bc("Royal purple")
  5917.  
  5918. pert.Anchored = true
  5919.  
  5920. pert.Size = vec3(2, 2, 2)
  5921.  
  5922. pert.CanCollide = false
  5923.  
  5924. pert.CFrame = HumanoidRootPart.CFrame * cf(0, 3, -4) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  5925.  
  5926. local int = 0
  5927.  
  5928. local int2 = 0
  5929.  
  5930. for i = 0, 1, 0.005 do
  5931.  
  5932. int = int + 1
  5933.  
  5934. pert.Size = pert.Size + vec3(0.025, 0.025, 0.025)
  5935.  
  5936. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.05)
  5937.  
  5938. local animspd = 0.15
  5939.  
  5940. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5941.  
  5942. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(25)) * ang(rad(25), 0, 0), animspd)
  5943.  
  5944. law.C0 = lerp(law.C0, cf(-rad(90), 0.3, -1.5) * ang(rad(80), 0, -rad(80)), animspd)
  5945.  
  5946. raw.C0 = lerp(raw.C0, cf(rad(90), 0.3, -1.5) * ang(rad(80), 0, rad(80)), animspd)
  5947.  
  5948. rlw.C0 = clerp(rlw.C0, cf(-rad(3), 0, 0) * ang(0, 0, rad(3)), animspd)
  5949.  
  5950. llw.C0 = clerp(llw.C0, cf(rad(3), 0, 0) * ang(0, 0, -rad(3)), animspd)
  5951.  
  5952. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5953.  
  5954. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  5955.  
  5956. lrs:wait()
  5957.  
  5958. end
  5959.  
  5960. for i = 0, 1, 0.1 do
  5961.  
  5962. pert.CFrame = lerp(pert.CFrame, HumanoidRootPart.CFrame * cf(0, 2, -4 - (int2)) * ang(rad(int), rad((int) * 3), rad((int) * 2)), 0.1)
  5963.  
  5964. lrs:wait()
  5965.  
  5966. end
  5967.  
  5968. for i,v in pairs(m:children()) do
  5969.  
  5970. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  5971.  
  5972. spawn(function()
  5973.  
  5974.  
  5975.  
  5976. local m, int = 1, 0.05
  5977.  
  5978. for i = 0, m + int, int do
  5979.  
  5980. v.Transparency = 1 - i
  5981.  
  5982. lrs:wait()
  5983.  
  5984. end
  5985.  
  5986. end
  5987.  
  5988. )
  5989.  
  5990. end
  5991.  
  5992. end
  5993.  
  5994. for i,v in pairs(m:children()) do
  5995.  
  5996. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  5997.  
  5998. spawn(function()
  5999.  
  6000.  
  6001.  
  6002. local m, int = 1, 0.05
  6003.  
  6004. for i = 0, m + int, int do
  6005.  
  6006. v.Transparency = 1 - i
  6007.  
  6008. lrs:wait()
  6009.  
  6010. end
  6011.  
  6012. end
  6013.  
  6014. )
  6015.  
  6016. end
  6017.  
  6018. end
  6019.  
  6020. fb:Destroy()
  6021.  
  6022. ds = false
  6023.  
  6024. end
  6025.  
  6026. )
  6027.  
  6028. BindKey("Beserk Blades", "e", function(AttackName, Key)
  6029.  
  6030.  
  6031.  
  6032. ds = true
  6033.  
  6034. local debhet1, debhet2 = false, false
  6035.  
  6036. hum.WalkSpeed = 11
  6037.  
  6038. local fb = NewFXBox()
  6039.  
  6040. local s1 = Instance.new("Sound", sp)
  6041.  
  6042. s1.SoundId = "rbxassetid://201858168"
  6043.  
  6044. s1.Pitch = 1.05
  6045.  
  6046. local s2 = Instance.new("Sound", sp)
  6047.  
  6048. s2.SoundId = "rbxassetid://163619849"
  6049.  
  6050. s2.Pitch = 1.1
  6051.  
  6052. local s4 = Instance.new("Sound", sp)
  6053.  
  6054. s4.SoundId = "rbxassetid://180120107"
  6055.  
  6056. s4.Pitch = 0.9
  6057.  
  6058. for i = 1, 5 do
  6059.  
  6060. local s3 = Instance.new("Sound", sp)
  6061.  
  6062. s3.SoundId = "rbxassetid://206083107"
  6063.  
  6064. s3.Pitch = pitches[rand(1, #pitches)]
  6065.  
  6066. lrs:wait()
  6067.  
  6068. s3:Play()
  6069.  
  6070. for i = 0, 360, 35 do
  6071.  
  6072. spawn(function()
  6073.  
  6074.  
  6075.  
  6076. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  6077.  
  6078. end
  6079.  
  6080. )
  6081.  
  6082. MagDmg(hitbox2, 5, 5, function(chr, h)
  6083.  
  6084.  
  6085.  
  6086. if debhet2 == false then
  6087.  
  6088. debhet2 = true
  6089.  
  6090. local crit = false
  6091.  
  6092. do
  6093.  
  6094. ypcall(function()
  6095.  
  6096.  
  6097.  
  6098. chr.Health:Destroy()
  6099.  
  6100. end
  6101.  
  6102. )
  6103.  
  6104. local d = rand()
  6105.  
  6106. if d > 0.95 then
  6107.  
  6108. crit = true
  6109.  
  6110. dot = true
  6111.  
  6112. end
  6113.  
  6114. delay(0.5, function()
  6115.  
  6116.  
  6117.  
  6118. debhet2 = false
  6119.  
  6120. end
  6121.  
  6122. )
  6123.  
  6124. local damage = rand(5, 8)
  6125.  
  6126. if crit then
  6127.  
  6128. damage = damage + rand(5, 15)
  6129.  
  6130. end
  6131.  
  6132. h.Health = h.Health - (damage)
  6133.  
  6134. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  6135.  
  6136. if dot == true then
  6137.  
  6138. do
  6139.  
  6140. spawn(function()
  6141.  
  6142.  
  6143.  
  6144. for i = 1, rand(5, 12) do
  6145.  
  6146. h.Health = h.Health - damage / 4
  6147.  
  6148. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  6149.  
  6150. wait(0.8)
  6151.  
  6152. end
  6153.  
  6154. end
  6155.  
  6156. )
  6157.  
  6158. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_THEN_STMT
  6159.  
  6160.  
  6161.  
  6162. -- DECOMPILER ERROR at PC53: LeaveBlock: unexpected jumping out IF_STMT
  6163.  
  6164.  
  6165.  
  6166. end
  6167.  
  6168. end
  6169.  
  6170. end
  6171.  
  6172. end
  6173.  
  6174. end
  6175.  
  6176. )
  6177.  
  6178. MagDmg(hitbox1, 5, 5, function(chr, h)
  6179.  
  6180.  
  6181.  
  6182. ypcall(function()
  6183.  
  6184.  
  6185.  
  6186. chr.Health:Destroy()
  6187.  
  6188. end
  6189.  
  6190. )
  6191.  
  6192. if debhet1 == false then
  6193.  
  6194. debhet1 = true
  6195.  
  6196. local crit = false
  6197.  
  6198. do
  6199.  
  6200. local d = rand()
  6201.  
  6202. if d > 0.98 then
  6203.  
  6204. warn("crit(" .. d .. ")")
  6205.  
  6206. crit = true
  6207.  
  6208. dot = true
  6209.  
  6210. end
  6211.  
  6212. delay(0.5, function()
  6213.  
  6214.  
  6215.  
  6216. debhet1 = false
  6217.  
  6218. end
  6219.  
  6220. )
  6221.  
  6222. local damage = rand(5, 8)
  6223.  
  6224. if crit then
  6225.  
  6226. damage = damage + rand(5, 15)
  6227.  
  6228. end
  6229.  
  6230. h.Health = h.Health - (damage)
  6231.  
  6232. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  6233.  
  6234. if dot == true then
  6235.  
  6236. do
  6237.  
  6238. spawn(function()
  6239.  
  6240.  
  6241.  
  6242. for i = 1, rand(5, 12) do
  6243.  
  6244. h.Health = h.Health - damage / 4
  6245.  
  6246. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  6247.  
  6248. wait(0.8)
  6249.  
  6250. end
  6251.  
  6252. end
  6253.  
  6254. )
  6255.  
  6256. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_THEN_STMT
  6257.  
  6258.  
  6259.  
  6260. -- DECOMPILER ERROR at PC59: LeaveBlock: unexpected jumping out IF_STMT
  6261.  
  6262.  
  6263.  
  6264. end
  6265.  
  6266. end
  6267.  
  6268. end
  6269.  
  6270. end
  6271.  
  6272. end
  6273.  
  6274. )
  6275.  
  6276. local animspd = 0.25
  6277.  
  6278. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(15), math.rad(i), 0), 0.3)
  6279.  
  6280. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6281.  
  6282. law.C0 = lerp(law.C0, cf(-2, -1, 0) * ang(0, 0, -rad(90)), animspd)
  6283.  
  6284. raw.C0 = lerp(raw.C0, cf(2, -1, 0) * ang(0, 0, rad(90)), animspd)
  6285.  
  6286. rlw.C0 = clerp(rlw.C0, cf(-rad(8), 0, 0) * ang(0, 0, rad(8)), animspd)
  6287.  
  6288. llw.C0 = clerp(llw.C0, cf(rad(8), 0, 0) * ang(0, 0, -rad(8)), animspd)
  6289.  
  6290. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(45), 0), animspd)
  6291.  
  6292. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), animspd)
  6293.  
  6294. lrs:wait()
  6295.  
  6296. end
  6297.  
  6298. end
  6299.  
  6300. hum.WalkSpeed = 1
  6301.  
  6302. s2:Play()
  6303.  
  6304. ds = false
  6305.  
  6306. end
  6307.  
  6308. )
  6309.  
  6310. BindKey("Blade Spear", "f", function(AttackName, Key)
  6311.  
  6312. if ds then
  6313.  
  6314. return
  6315.  
  6316. end
  6317.  
  6318. local fb = NewFXBox()
  6319.  
  6320. ds = true
  6321.  
  6322. local s1 = Instance.new("Sound", sp)
  6323.  
  6324. s1.SoundId = "rbxassetid://215395236"
  6325.  
  6326. s1.Pitch = 1.5
  6327.  
  6328. s1.Volume = 1
  6329.  
  6330. local s2 = Instance.new("Sound", sp)
  6331.  
  6332. s2.SoundId = "rbxassetid://134012322"
  6333.  
  6334. s2.Pitch = 1
  6335.  
  6336. s2.Volume = 1
  6337.  
  6338. local s3 = Instance.new("Sound", sp)
  6339.  
  6340. s3.SoundId = "rbxassetid://186772924"
  6341.  
  6342. s3.Pitch = 0.75
  6343.  
  6344. s3.Volume = 1
  6345.  
  6346. local s4 = Instance.new("Sound", sp)
  6347.  
  6348. s4.SoundId = "rbxassetid://282061340"
  6349.  
  6350. s4.Pitch = 0.75
  6351.  
  6352. s4.Volume = 1
  6353.  
  6354. wait()
  6355.  
  6356. for i = 0, 15 do
  6357.  
  6358. local animspd = 0.25
  6359.  
  6360. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  6361.  
  6362. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  6363.  
  6364. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  6365.  
  6366. raw.C0 = lerp(raw.C0, cf(1.15, 0.5, -1.75) * ang(rad(90), 0, rad(60)), animspd)
  6367.  
  6368. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  6369.  
  6370. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  6371.  
  6372. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6373.  
  6374. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(77.5)), animspd)
  6375.  
  6376. lrs:wait()
  6377.  
  6378. end
  6379.  
  6380. s1:Play()
  6381.  
  6382. for i = 0, 15 do
  6383.  
  6384. do
  6385.  
  6386. local animspd = 0.25
  6387.  
  6388. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), -rad(50), 0), animspd)
  6389.  
  6390. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(50), 0), animspd)
  6391.  
  6392. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  6393.  
  6394. raw.C0 = lerp(raw.C0, cf(0.05, 0.5, -1.25) * ang(rad(90), 0, rad(10)), animspd)
  6395.  
  6396. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  6397.  
  6398. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  6399.  
  6400. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6401.  
  6402. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(160), rad(77.5)), animspd)
  6403.  
  6404. lrs:wait()
  6405.  
  6406. end
  6407.  
  6408. end
  6409.  
  6410. h2w:Destroy()
  6411.  
  6412. handle2.Anchored = true
  6413.  
  6414. local weld = Instance.new("Weld", fb)
  6415.  
  6416. weld.Part0 = HumanoidRootPart
  6417.  
  6418. weld.Part1 = handle2
  6419.  
  6420. weld.C1 = handle2.CFrame:inverse() * HumanoidRootPart.CFrame * ang(0, rad(7), -rad(5))
  6421.  
  6422. weld.Name = "W"
  6423.  
  6424. handle2.Anchored = false
  6425.  
  6426. local val, val2 = 0, 0
  6427.  
  6428. do
  6429.  
  6430. local debhet = false
  6431.  
  6432. s2:Play()
  6433.  
  6434. do
  6435.  
  6436. for i = 0, 3.75 do
  6437.  
  6438. MagDmg(hitbox2, 8, 15, function(chr, h)
  6439.  
  6440. if debhet == false then
  6441.  
  6442. debhet = true
  6443.  
  6444. ypcall(function()
  6445.  
  6446. chr.Health:Destroy()
  6447.  
  6448. end
  6449.  
  6450. )
  6451.  
  6452. local crit = false
  6453.  
  6454. do
  6455.  
  6456. local d = rand()
  6457.  
  6458. if d > 0.65 then
  6459.  
  6460. crit = true
  6461.  
  6462. dot = true
  6463.  
  6464. end
  6465.  
  6466. delay(0.01, function()
  6467.  
  6468.  
  6469.  
  6470. debhet = false
  6471.  
  6472. end
  6473.  
  6474. )
  6475.  
  6476. local damage = rand(7, 16)
  6477.  
  6478. if crit then
  6479.  
  6480. damage = damage + rand(5, 15)
  6481.  
  6482. end
  6483.  
  6484. h.Health = h.Health - (damage) + 2
  6485.  
  6486. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  6487.  
  6488. if dot == true then
  6489.  
  6490. do
  6491.  
  6492. spawn(function()
  6493.  
  6494.  
  6495.  
  6496. for i = 1, rand(2, 6) do
  6497.  
  6498. h.Health = h.Health - damage / 4 + 2
  6499.  
  6500. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  6501.  
  6502. wait(rand(0.8, 2.5))
  6503.  
  6504. end
  6505.  
  6506. end
  6507.  
  6508. )
  6509.  
  6510. end
  6511.  
  6512. end
  6513.  
  6514. end
  6515.  
  6516. end
  6517.  
  6518. end
  6519.  
  6520. )
  6521.  
  6522. val = val + 4
  6523.  
  6524. local animspd = 0.5
  6525.  
  6526. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  6527.  
  6528. torw.C0 = lerp(torw.C0, cf(0, height, 0) * ang(-rad(12.5), rad(20), 0), animspd)
  6529.  
  6530. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(20), 0), animspd)
  6531.  
  6532. law.C0 = clerp(law.C0, cf(-rad(4), -rad(8), 0) * ang(0, 0, -rad(8)), animspd)
  6533.  
  6534. raw.C0 = lerp(raw.C0, cf(-0.5, 0.5, -0.1) * ang(rad(90), 0, -rad(60)), animspd)
  6535.  
  6536. rlw.C0 = clerp(rlw.C0, cf(0.1, -0.1, 0.1) * ang(-rad(6.25), rad(12.5), 0), animspd)
  6537.  
  6538. llw.C0 = clerp(llw.C0, cf(0.25, -0.15, 0) * ang(rad(20), 0, -rad(12.5)), animspd)
  6539.  
  6540. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6541.  
  6542. lrs:wait()
  6543.  
  6544. end
  6545.  
  6546. end
  6547.  
  6548. hum.WalkSpeed = 0
  6549.  
  6550. torso.Anchored = true
  6551.  
  6552. for i = 1, 5, 0.25 do
  6553.  
  6554. local animspd = 0.2
  6555.  
  6556. val = val + 1
  6557.  
  6558. weld.C0 = clerp(weld.C0, cf(0, 0, -(val)), animspd)
  6559.  
  6560. local pe = Instance.new("Part", fb)
  6561.  
  6562. pe.Anchored = true
  6563.  
  6564. pe.Transparency = 0.65
  6565.  
  6566. pe.CanCollide = false
  6567.  
  6568. pe.Size = vec3(0.6, 0.6, 0.6)
  6569.  
  6570. pe.TopSurface = 0
  6571.  
  6572. pe.Color = bc("Magenta").Color
  6573.  
  6574. pe.CFrame = handle2.CFrame * cf(1 * -i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  6575.  
  6576. spawn(function()
  6577.  
  6578. for i = 0, 0.35, 0.05 do
  6579.  
  6580. pe.Transparency = 0.65 + i
  6581.  
  6582. lrs:wait()
  6583.  
  6584. end
  6585.  
  6586. pe:Destroy()
  6587.  
  6588. end
  6589.  
  6590. )
  6591.  
  6592. lrs:wait()
  6593.  
  6594. end
  6595.  
  6596. for i = 1, 7, 0.25 do
  6597.  
  6598. local animspd = 0.2
  6599.  
  6600. local pe = Instance.new("Part", fb)
  6601.  
  6602. pe.Anchored = true
  6603.  
  6604. pe.Transparency = 1
  6605.  
  6606. pe.CanCollide = false
  6607.  
  6608. pe.Size = vec3(1.5, 1.5, 1.5)
  6609.  
  6610. pe.TopSurface = 0
  6611.  
  6612. pe.Color = bc("Royal purple").Color
  6613.  
  6614. pe.CFrame = handle2.CFrame * cf(-2 + i, 0, 0) * ang(rand(-360, 360), rand(-360, 360), rand(-360, 360))
  6615.  
  6616. local weld2 = Instance.new("Weld", Character)
  6617.  
  6618. weld2.Part0 = pe
  6619.  
  6620. weld2.Part1 = handle2
  6621.  
  6622. weld2.C1 = handle2.CFrame:inverse() * pe.CFrame
  6623.  
  6624. weld2.Name = "W2"
  6625.  
  6626. spawn(function()
  6627.  
  6628.  
  6629.  
  6630. for i = 0, 1, 0.05 do
  6631.  
  6632. pe.Transparency = 1.65 - i
  6633.  
  6634. lrs:wait()
  6635.  
  6636. end
  6637.  
  6638. end
  6639.  
  6640. )
  6641.  
  6642. delay(1.5, function()
  6643.  
  6644.  
  6645.  
  6646. for i = 0, 1, 0.05 do
  6647.  
  6648. pe.Transparency = i
  6649.  
  6650. lrs:wait()
  6651.  
  6652. end
  6653.  
  6654. pe:Destroy()
  6655.  
  6656. weld2:Destroy()
  6657.  
  6658. end
  6659.  
  6660. )
  6661.  
  6662. lrs:wait()
  6663.  
  6664. end
  6665.  
  6666. s3:Play()
  6667.  
  6668. lrs:wait()
  6669.  
  6670. local p1 = Instance.new("Part", fb)
  6671.  
  6672. p1.Anchored = true
  6673.  
  6674. p1.Transparency = 1
  6675.  
  6676. p1.CanCollide = false
  6677.  
  6678. p1.Size = vec3(12, 12, 12)
  6679.  
  6680. p1.TopSurface = 0
  6681.  
  6682. p1.Color = bc("Royal purple").Color
  6683.  
  6684. p1.CFrame = handle2.CFrame * ang(rad(90), rad(0), rad(90)) * cf(0, -2, 0)
  6685.  
  6686. local me1 = Instance.new("SpecialMesh", p1)
  6687.  
  6688. me1.MeshType = "FileMesh"
  6689.  
  6690. me1.MeshId = "rbxassetid://3270017"
  6691.  
  6692. me1.Scale = vec3(1.5, 10, 1.5)
  6693.  
  6694. local p2 = Instance.new("Part", fb)
  6695.  
  6696. p2.Anchored = true
  6697.  
  6698. p2.Transparency = 1
  6699.  
  6700. p2.CanCollide = false
  6701.  
  6702. p2.Size = vec3(1.5, 3, 1.5)
  6703.  
  6704. p2.TopSurface = 0
  6705.  
  6706. p2.Color = bc("Royal purple").Color
  6707.  
  6708. p2.CFrame = handle2.CFrame * ang(0, rad(0), rad(90)) * cf(0, -2, 0)
  6709.  
  6710. local me2 = Instance.new("SpecialMesh", p2)
  6711.  
  6712. me2.MeshType = "FileMesh"
  6713.  
  6714. me2.MeshId = "rbxassetid://3270017"
  6715.  
  6716. me2.Scale = vec3(1.5, 10, 1.5)
  6717.  
  6718. torso.Anchored = false
  6719.  
  6720. delay(0.1, function()
  6721.  
  6722. ds = false
  6723.  
  6724. end
  6725.  
  6726. )
  6727.  
  6728. for i = 0, 1, 0.05 do
  6729.  
  6730. p1.Transparency = 1 - i
  6731.  
  6732. lrs:wait()
  6733.  
  6734. end
  6735.  
  6736. handle2.Anchored = true
  6737.  
  6738. m2.Parent = nil
  6739.  
  6740. for i = 0, 1, 0.025 do
  6741.  
  6742. p1.CFrame = p1.CFrame * ang(0, rad(5), 0)
  6743.  
  6744. lrs:wait()
  6745.  
  6746. end
  6747.  
  6748. for i = 0, 1, 0.05 do
  6749.  
  6750. p1.Transparency = i
  6751.  
  6752. lrs:wait()
  6753.  
  6754. end
  6755.  
  6756. p1:Destroy()
  6757.  
  6758. p2:Destroy()
  6759.  
  6760. for i,v in pairs(m:children()) do
  6761.  
  6762. v.Transparency = 1
  6763.  
  6764. end
  6765.  
  6766. m2.Parent = Character
  6767.  
  6768. h2w = Weld(rarm, handle2, cf(0, -1, 0) * ang(rad(90), 0, rad(90)))
  6769.  
  6770. h2w.C0 = cf(0, 0, 0) * ang(rad(0), 0, -rad(180))
  6771.  
  6772. handle2.Anchored = false
  6773.  
  6774. delay(0.75, function()
  6775.  
  6776.  
  6777.  
  6778. s4:Play()
  6779.  
  6780. end
  6781.  
  6782. )
  6783.  
  6784. for i,v in pairs(m:children()) do
  6785.  
  6786. spawn(function()
  6787.  
  6788.  
  6789.  
  6790. for i = 0, 5, 0.1 do
  6791.  
  6792. if v.Name ~= "TrailBox" and v.Name ~= "HitBox" and v:IsA("BasePart") then
  6793.  
  6794. v.Transparency = 5 - i
  6795.  
  6796. lrs:wait()
  6797.  
  6798. end
  6799.  
  6800. end
  6801.  
  6802. end
  6803.  
  6804. )
  6805.  
  6806. for i_,v_ in pairs(m:children()) do
  6807.  
  6808. spawn(function()
  6809.  
  6810.  
  6811.  
  6812. for i = 0, 5, 0.1 do
  6813.  
  6814. if v_.Name ~= "TrailBox" and v_.Name ~= "HitBox" and v_:IsA("BasePart") then
  6815.  
  6816. v_.Transparency = 5 - i
  6817.  
  6818. lrs:wait()
  6819.  
  6820. end
  6821.  
  6822. end
  6823.  
  6824. end
  6825.  
  6826. )
  6827.  
  6828. end
  6829.  
  6830. end
  6831.  
  6832. wait(0.25)
  6833.  
  6834. fb:Destroy()
  6835.  
  6836. dkd = false
  6837.  
  6838. end
  6839.  
  6840. end
  6841.  
  6842. )
  6843.  
  6844. BindKey("Sit", "z", function(AttackName, Key)
  6845.  
  6846. ds = true
  6847.  
  6848. hum.WalkSpeed = 2
  6849.  
  6850. for i = 0, 1, 0.03 do
  6851.  
  6852. local animspd = 0.2
  6853.  
  6854. 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)
  6855.  
  6856. 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)
  6857.  
  6858. 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)
  6859.  
  6860. 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)
  6861.  
  6862. 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)
  6863.  
  6864. 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)
  6865.  
  6866. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6867.  
  6868. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6869.  
  6870. lrs:wait()
  6871.  
  6872. end
  6873.  
  6874. hum.WalkSpeed = 0
  6875.  
  6876. delay(1.5, function()
  6877.  
  6878. hum.WalkSpeed = 8
  6879.  
  6880. end
  6881.  
  6882. )
  6883.  
  6884. repeat
  6885.  
  6886. local animspd = 0.3
  6887.  
  6888. 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)
  6889.  
  6890. 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)
  6891.  
  6892. 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)
  6893.  
  6894. 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)
  6895.  
  6896. 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)
  6897.  
  6898. 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)
  6899.  
  6900. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6901.  
  6902. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6903.  
  6904. lrs:wait()
  6905.  
  6906. until State ~= "Idle"
  6907.  
  6908. hum.WalkSpeed = 0
  6909.  
  6910. for i = 0, 1, 0.03 do
  6911.  
  6912. local animspd = 0.2
  6913.  
  6914. 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)
  6915.  
  6916. 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)
  6917.  
  6918. 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)
  6919.  
  6920. 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)
  6921.  
  6922. 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)
  6923.  
  6924. 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)
  6925.  
  6926. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6927.  
  6928. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6929.  
  6930. lrs:wait()
  6931.  
  6932. end
  6933.  
  6934. ds = false
  6935.  
  6936. end
  6937.  
  6938. )
  6939.  
  6940. BindKey("Lay Down", "c", function(AttackName, Key)
  6941.  
  6942. ds = true
  6943.  
  6944. hum.WalkSpeed = 2
  6945.  
  6946. for i = 0, 1, 0.03 do
  6947.  
  6948. local animspd = 0.2
  6949.  
  6950. 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)
  6951.  
  6952. 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)
  6953.  
  6954. 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)
  6955.  
  6956. 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)
  6957.  
  6958. 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)
  6959.  
  6960. 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)
  6961.  
  6962. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6963.  
  6964. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  6965.  
  6966. lrs:wait()
  6967.  
  6968. end
  6969.  
  6970. hum.WalkSpeed = 0
  6971.  
  6972. delay(1.5, function()
  6973.  
  6974.  
  6975.  
  6976. hum.WalkSpeed = 8
  6977.  
  6978. end
  6979.  
  6980. )
  6981.  
  6982. repeat
  6983.  
  6984. local animspd = 0.2
  6985.  
  6986. 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)
  6987.  
  6988. 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)
  6989.  
  6990. 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)
  6991.  
  6992. 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)
  6993.  
  6994. 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)
  6995.  
  6996. 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)
  6997.  
  6998. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, -rad(90)), animspd)
  6999.  
  7000. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  7001.  
  7002. lrs:wait()
  7003.  
  7004. until State ~= "Idle"
  7005.  
  7006. hum.WalkSpeed = 0
  7007.  
  7008. for i = 0, 1, 0.03 do
  7009.  
  7010. local animspd = 0.2
  7011.  
  7012. 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)
  7013.  
  7014. 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)
  7015.  
  7016. 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)
  7017.  
  7018. 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)
  7019.  
  7020. 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)
  7021.  
  7022. 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)
  7023.  
  7024. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7025.  
  7026. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7027.  
  7028. lrs:wait()
  7029.  
  7030. end
  7031.  
  7032. ds = false
  7033.  
  7034. end
  7035.  
  7036. )
  7037.  
  7038. BindKey("Custom Jump", " ", function(AttackName, Key)
  7039.  
  7040.  
  7041.  
  7042. if CanJump == false then
  7043.  
  7044. return
  7045.  
  7046. end
  7047.  
  7048. --[[if not IsLanded then
  7049.  
  7050. return
  7051.  
  7052. end]]
  7053.  
  7054. CanJump = false
  7055.  
  7056. delay(5, function()
  7057.  
  7058.  
  7059.  
  7060. CanJump = true
  7061.  
  7062. end
  7063.  
  7064. )
  7065.  
  7066. ds = true
  7067.  
  7068. hum.WalkSpeed = 2
  7069.  
  7070. local s1 = Instance.new("Sound", sp)
  7071.  
  7072. s1.SoundId = "rbxassetid://142070127"
  7073.  
  7074. s1.Pitch = 1.15
  7075.  
  7076. s1.Volume = 1
  7077.  
  7078. local s2 = Instance.new("Sound", sp)
  7079.  
  7080. s2.SoundId = "rbxassetid://157878578"
  7081.  
  7082. s2.Pitch = 1.15
  7083.  
  7084. s2.Volume = 1
  7085.  
  7086. local s3 = Instance.new("Sound", sp)
  7087.  
  7088. s3.SoundId = "rbxassetid://180204562"
  7089.  
  7090. s3.Pitch = 1.15
  7091.  
  7092. s3.Volume = 1
  7093.  
  7094. local s5 = Instance.new("Sound", sp)
  7095.  
  7096. s5.SoundId = "rbxassetid://222942614"
  7097.  
  7098. s5.Pitch = 1
  7099.  
  7100. s5.Volume = 1
  7101.  
  7102. local s4 = Instance.new("Sound", sp)
  7103.  
  7104. s4.SoundId = "rbxassetid://244578911"
  7105.  
  7106. s4.Pitch = 2
  7107.  
  7108. s4.Volume = 0.1
  7109.  
  7110. s4.Looped = true
  7111.  
  7112. wait()
  7113.  
  7114. s3:Play()
  7115.  
  7116. delay(0.5, function()
  7117.  
  7118.  
  7119.  
  7120. s4:Play()
  7121.  
  7122. end
  7123.  
  7124. )
  7125.  
  7126. local fb = NewFXBox()
  7127.  
  7128. for i = 0, 1, 0.05 do
  7129.  
  7130. local animspd = 0.3
  7131.  
  7132. 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)
  7133.  
  7134. 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)
  7135.  
  7136. 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)
  7137.  
  7138. 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)
  7139.  
  7140. 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)
  7141.  
  7142. 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)
  7143.  
  7144. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(55), -rad(90)), animspd)
  7145.  
  7146. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7147.  
  7148. lrs:wait()
  7149.  
  7150. end
  7151.  
  7152. local per = Instance.new("Part", fb)
  7153.  
  7154. per.CanCollide = false
  7155.  
  7156. ReSurface(per, 10)
  7157.  
  7158. per.Transparency = 0.5
  7159.  
  7160. per.Material = "Granite"
  7161.  
  7162. per.Anchored = true
  7163.  
  7164. per.BrickColor = bc("Royal purple")
  7165.  
  7166. per.Size = vec3(4, 0.2, 4)
  7167.  
  7168. per.CFrame = cf(Torso.CFrame.p) * cf(0, -3, 0) * ang(rad(90), 0, 0)
  7169.  
  7170. local me1 = Instance.new("SpecialMesh", per)
  7171.  
  7172. me1.MeshType = "FileMesh"
  7173.  
  7174. me1.MeshId = "rbxassetid://3270017"
  7175.  
  7176. me1.Scale = vec3(1, 1, 1)
  7177.  
  7178. spawn(function()
  7179.  
  7180.  
  7181.  
  7182. local mx, it = 1, 0.05
  7183.  
  7184. for i = 0, mx + it, it do
  7185.  
  7186. me1.Scale = me1.Scale + vec3(2, 2, 2)
  7187.  
  7188. per.Transparency = 0.5 + i
  7189.  
  7190. lrs:wait()
  7191.  
  7192. end
  7193.  
  7194. end
  7195.  
  7196. )
  7197.  
  7198. s5:Play()
  7199.  
  7200. local bv = Instance.new("BodyVelocity", HumanoidRootPart)
  7201.  
  7202. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  7203.  
  7204. bv.Velocity = Vector3.new(0, 150, 0)
  7205.  
  7206. spawn(function()
  7207.  
  7208.  
  7209.  
  7210. wait()
  7211.  
  7212. bv:Destroy()
  7213.  
  7214. end
  7215.  
  7216. )
  7217.  
  7218. hum.WalkSpeed = 250
  7219.  
  7220. local int = 0
  7221.  
  7222. local ting = 0
  7223.  
  7224. do
  7225.  
  7226. do
  7227.  
  7228. for i = 0, 1, 0.05 do
  7229.  
  7230. if i < 0.9 then
  7231.  
  7232. ting = ting + 0.25
  7233.  
  7234. if ting >= 1 then
  7235.  
  7236. ting = 0
  7237.  
  7238. BodyTrail(0, "Magenta")
  7239.  
  7240. end
  7241.  
  7242. local p = Instance.new("Part", fb)
  7243.  
  7244. p.Size = Vector3.new(3, 3, 3)
  7245.  
  7246. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  7247.  
  7248. local setp = HumanoidRootPart.CFrame * CFrame.new(0, 2, 0):inverse() * anglez
  7249.  
  7250. p.CFrame = setp
  7251.  
  7252. p.CanCollide = false
  7253.  
  7254. p.Anchored = true
  7255.  
  7256. p.Material = "Granite"
  7257.  
  7258. p.Color = BrickColor.new("Magenta").Color
  7259.  
  7260. game.Debris:AddItem(p, 4)
  7261.  
  7262. spawn(function()
  7263.  
  7264.  
  7265.  
  7266. for i = 0, 1, 0.05 do
  7267.  
  7268. p.Size = p.Size + Vector3.new(0.5, 0.5, 0.5)
  7269.  
  7270. p.CFrame = setp
  7271.  
  7272. p.Transparency = i
  7273.  
  7274. lrs:wait()
  7275.  
  7276. end
  7277.  
  7278. p:Destroy()
  7279.  
  7280. end
  7281.  
  7282. )
  7283.  
  7284. end
  7285.  
  7286. do
  7287.  
  7288. int = int + 36
  7289.  
  7290. do
  7291.  
  7292. local animspd = 0.2
  7293.  
  7294. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(0, rad(int), 0), animspd)
  7295.  
  7296. 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)
  7297.  
  7298. 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)
  7299.  
  7300. 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)
  7301.  
  7302. 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)
  7303.  
  7304. 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)
  7305.  
  7306. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(-rad(45), 0, 0), animspd)
  7307.  
  7308. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(-rad(90), rad(90), 0) * ang(rad(45), 0, 0), animspd)
  7309.  
  7310. lrs:wait()
  7311.  
  7312. -- DECOMPILER ERROR at PC693: LeaveBlock: unexpected jumping out DO_STMT
  7313.  
  7314.  
  7315.  
  7316. end
  7317.  
  7318. end
  7319.  
  7320. end
  7321.  
  7322. end
  7323.  
  7324. hum.WalkSpeed = 30
  7325.  
  7326. local ting2 = 0
  7327.  
  7328. repeat
  7329.  
  7330. ting2 = ting2 + 0.25
  7331.  
  7332. if ting2 >= 1 then
  7333.  
  7334. ting2 = 0
  7335.  
  7336. BodyTrail(0, "Institutional white")
  7337.  
  7338. end
  7339.  
  7340. local animspd = 0.3
  7341.  
  7342. torw.C0 = lerp(torw.C0, CFrame.new(0, 0, 0) * ang(0, 0, 0), animspd)
  7343.  
  7344. 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)
  7345.  
  7346. 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)
  7347.  
  7348. 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)
  7349.  
  7350. 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)
  7351.  
  7352. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7353.  
  7354. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7355.  
  7356. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7357.  
  7358. lrs:wait()
  7359.  
  7360. until IsLanded == true
  7361.  
  7362. s4:Stop()
  7363.  
  7364. s1:Play()
  7365.  
  7366. s2:Play()
  7367.  
  7368. hum.WalkSpeed = 0
  7369.  
  7370. for Index,Player in next do
  7371.  
  7372. if Player:FindFirstChild("Humanoid") then
  7373.  
  7374. local h = Player.Humanoid
  7375.  
  7376. h.PlatformStand = true
  7377.  
  7378. ypcall(function()
  7379.  
  7380.  
  7381.  
  7382. chr.Health:Destroy()
  7383.  
  7384. end
  7385.  
  7386. )
  7387.  
  7388. local bv = Instance.new("BodyVelocity", h.Parent.HumanoidRootPart)
  7389.  
  7390. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  7391.  
  7392. local rn = 60
  7393.  
  7394. bv.Velocity = Vector3.new(rand(-rn, rn), rand(15, 40), rand(-rn, rn))
  7395.  
  7396. spawn(function()
  7397.  
  7398.  
  7399.  
  7400. wait()
  7401.  
  7402. bv:Destroy()
  7403.  
  7404. end
  7405.  
  7406. )
  7407.  
  7408. local crit = false
  7409.  
  7410. local d = rand()
  7411.  
  7412. if d > 0.85 then
  7413.  
  7414. crit = true
  7415.  
  7416. dot = true
  7417.  
  7418. end
  7419.  
  7420. local damage = rand(25, 35)
  7421.  
  7422. if crit then
  7423.  
  7424. damage = damage + rand(5, 15)
  7425.  
  7426. end
  7427.  
  7428. h.Health = h.Health - (damage) + 2
  7429.  
  7430. showDamage(h.Parent.HumanoidRootPart, tostring(damage), 1, "Royal purple")
  7431.  
  7432. if dot == true then
  7433.  
  7434. spawn(function()
  7435.  
  7436.  
  7437.  
  7438. for i = 1, rand(2, 6) do
  7439.  
  7440. h.Health = h.Health - damage / 4 + 2
  7441.  
  7442. showDamage(h.Parent.HumanoidRootPart, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  7443.  
  7444. wait(rand(0.8, 2.5))
  7445.  
  7446. end
  7447.  
  7448. end
  7449.  
  7450. )
  7451.  
  7452. end
  7453.  
  7454. end
  7455.  
  7456. end
  7457.  
  7458. spawn(function()
  7459.  
  7460.  
  7461.  
  7462. local origin = HumanoidRootPart.CFrame
  7463.  
  7464. for i = 1, 4 do
  7465.  
  7466. local p = Instance.new("Part", fb)
  7467.  
  7468. do
  7469.  
  7470. p.Size = Vector3.new(3, 3, 3)
  7471.  
  7472. local anglez = ang(rad(rand(-360, 360)), rad(rand(-360, 360)), rad(rand(-360, 360)))
  7473.  
  7474. local setp = origin * cf(0, 2, 0):inverse() * anglez
  7475.  
  7476. p.CFrame = setp
  7477.  
  7478. p.CanCollide = false
  7479.  
  7480. p.Anchored = true
  7481.  
  7482. p.Material = "Granite"
  7483.  
  7484. p.Color = BrickColor.new("Magenta").Color
  7485.  
  7486. local otp = p.Touched:connect(function(hit)
  7487.  
  7488.  
  7489.  
  7490. if not hit:IsDescendantOf(Character) and not hit.Parent:FindFirstChild("Humanoid") and hit.Name ~= "Base" and hit.Name ~= "Wall" then
  7491.  
  7492. print(hit.Name)
  7493.  
  7494. hit.Anchored = false
  7495.  
  7496. hit:BreakJoints()
  7497.  
  7498. wait()
  7499.  
  7500. local bv = Instance.new("BodyVelocity", hit)
  7501.  
  7502. do
  7503.  
  7504. bv.MaxForce = Vector3.new(1 / 0, 1 / 0, 1 / 0)
  7505.  
  7506. bv.Velocity = Vector3.new(rand(-150, 150), rand(-150, 150), rand(-150, 150))
  7507.  
  7508. spawn(function()
  7509.  
  7510.  
  7511.  
  7512. wait()
  7513.  
  7514. bv:Destroy()
  7515.  
  7516. end
  7517.  
  7518. )
  7519.  
  7520. end
  7521.  
  7522. end
  7523.  
  7524. end
  7525.  
  7526. )
  7527.  
  7528. spawn(function()
  7529.  
  7530.  
  7531.  
  7532. for i = 0, 1.05, 0.05 do
  7533.  
  7534. p.Transparency = i
  7535.  
  7536. p.Size = p.Size + vec3(0.5, 0.5, 0.5)
  7537.  
  7538. p.CFrame = setp * ang(rad(i * 3), rad(i * 3), rad(i * 3))
  7539.  
  7540. lrs:wait()
  7541.  
  7542. end
  7543.  
  7544. otp:disconnect()
  7545.  
  7546. p:Destroy()
  7547.  
  7548. end
  7549.  
  7550. )
  7551.  
  7552. end
  7553.  
  7554. end
  7555.  
  7556. end
  7557.  
  7558. )
  7559.  
  7560. for i = 0, 1, 0.05 do
  7561.  
  7562. local animspd = 0.2
  7563.  
  7564. 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)
  7565.  
  7566. 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)
  7567.  
  7568. 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)
  7569.  
  7570. 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)
  7571.  
  7572. 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)
  7573.  
  7574. 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)
  7575.  
  7576. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7577.  
  7578. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  7579.  
  7580. lrs:wait()
  7581.  
  7582. end
  7583.  
  7584. game.Debris:AddItem(fb, 10)
  7585.  
  7586. HandleSP(function(s)
  7587.  
  7588.  
  7589.  
  7590. s:Destroy()
  7591.  
  7592. end
  7593.  
  7594. )
  7595.  
  7596. ds = false
  7597.  
  7598. end
  7599.  
  7600. end
  7601.  
  7602. )
  7603.  
  7604. Attack1 = function()
  7605.  
  7606.  
  7607.  
  7608. ds = true
  7609.  
  7610. local sw = sounds:swing()
  7611.  
  7612. for i = 0, 1, 0.1 do
  7613.  
  7614. local animspd = 0.5
  7615.  
  7616. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, rad(55), 0), animspd)
  7617.  
  7618. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, -rad(55), 0), animspd)
  7619.  
  7620. law.C0 = lerp(law.C0, cf(-rad(25), 0.5, -1) * ang(rad(80), rad(20), -rad(25)), animspd)
  7621.  
  7622. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  7623.  
  7624. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  7625.  
  7626. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  7627.  
  7628. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(0), -rad(90)), animspd)
  7629.  
  7630. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), rad(25)), animspd)
  7631.  
  7632. lrs:wait()
  7633.  
  7634. end
  7635.  
  7636. sw:Play()
  7637.  
  7638. local debhet = false
  7639.  
  7640. for i = 0, 1, 0.1 do
  7641.  
  7642. GenTrail(trailbox1.CFrame * cf(0, 1, 0), 30)
  7643.  
  7644. MagDmg(hitbox1, 5, 15, function(chr, h)
  7645.  
  7646.  
  7647.  
  7648. if debhet == false then
  7649.  
  7650. debhet = true
  7651.  
  7652. local crit = false
  7653.  
  7654. do
  7655.  
  7656. local d = rand()
  7657.  
  7658. if d > 0.8 then
  7659.  
  7660. crit = true
  7661.  
  7662. dot = true
  7663.  
  7664. end
  7665.  
  7666. delay(0.05, function()
  7667.  
  7668.  
  7669.  
  7670. debhet = false
  7671.  
  7672. end
  7673.  
  7674. )
  7675.  
  7676. local damage = rand(5, 12)
  7677.  
  7678. h.Health = h.Health - damage + 2
  7679.  
  7680. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  7681.  
  7682. if dot == true then
  7683.  
  7684. do
  7685.  
  7686. spawn(function()
  7687.  
  7688.  
  7689.  
  7690. for i = 1, rand(2, 6) do
  7691.  
  7692. h.Health = h.Health - damage / 4 + 2
  7693.  
  7694. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  7695.  
  7696. wait(rand(0.8, 2.5))
  7697.  
  7698. end
  7699.  
  7700. end
  7701.  
  7702. )
  7703.  
  7704. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  7705.  
  7706.  
  7707.  
  7708. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  7709.  
  7710.  
  7711.  
  7712. end
  7713.  
  7714. end
  7715.  
  7716. end
  7717.  
  7718. end
  7719.  
  7720. end
  7721.  
  7722. )
  7723.  
  7724. local animspd = 0.5
  7725.  
  7726. torw.C0 = clerp(torw.C0, cf(0, height, 0) * ang(0, -rad(55), 0), animspd)
  7727.  
  7728. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, rad(55), 0), animspd)
  7729.  
  7730. law.C0 = lerp(law.C0, cf(rad(45), 1, 0) * ang(rad(80), rad(20), rad(45)), animspd)
  7731.  
  7732. raw.C0 = lerp(raw.C0, cf(rad(12), -0.25, 0.3) * ang(-rad(15), 0, rad(15)), animspd)
  7733.  
  7734. rlw.C0 = clerp(rlw.C0, cf(-rad(4), 0, 0) * ang(0, 0, rad(4)), animspd)
  7735.  
  7736. llw.C0 = clerp(llw.C0, cf(rad(5), 0, 0) * ang(0, 0, -rad(5)), animspd)
  7737.  
  7738. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(60), -rad(90)), animspd)
  7739.  
  7740. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(195), rad(40)), animspd)
  7741.  
  7742. lrs:wait()
  7743.  
  7744. end
  7745.  
  7746. dkd = false
  7747.  
  7748. end
  7749.  
  7750.  
  7751.  
  7752. Attack2 = function()
  7753.  
  7754.  
  7755.  
  7756. ds = true
  7757.  
  7758. for i = 0, 1, 0.075 do
  7759.  
  7760. local animspd = 0.3
  7761.  
  7762. 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)
  7763.  
  7764. 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)
  7765.  
  7766. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(rad(90), -rad(30), rad(30)), animspd)
  7767.  
  7768. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(rad(100), rad(30), -rad(30)), animspd)
  7769.  
  7770. 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)
  7771.  
  7772. 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)
  7773.  
  7774. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  7775.  
  7776. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(180), 0), animspd)
  7777.  
  7778. lrs:wait()
  7779.  
  7780. end
  7781.  
  7782. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 50
  7783.  
  7784. delay(0.1, function()
  7785.  
  7786.  
  7787.  
  7788. HumanoidRootPart.Velocity = HumanoidRootPart.CFrame.lookVector * 0
  7789.  
  7790. end
  7791.  
  7792. )
  7793.  
  7794. local debhet1, debhet = false, false
  7795.  
  7796. hum.WalkSpeed = 5
  7797.  
  7798. for i = 0, 1, 0.075 do
  7799.  
  7800. MagDmg(hitbox1, 5, 8, function(chr, h)
  7801.  
  7802.  
  7803.  
  7804. if debhet == false then
  7805.  
  7806. debhet = true
  7807.  
  7808. local crit = false
  7809.  
  7810. do
  7811.  
  7812. local d = rand()
  7813.  
  7814. if d > 0.9 then
  7815.  
  7816. crit = true
  7817.  
  7818. dot = true
  7819.  
  7820. end
  7821.  
  7822. delay(0.2, function()
  7823.  
  7824.  
  7825.  
  7826. debhet = false
  7827.  
  7828. end
  7829.  
  7830. )
  7831.  
  7832. local damage = rand(12, 18)
  7833.  
  7834. h.Health = h.Health - damage + 2
  7835.  
  7836. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  7837.  
  7838. if dot == true then
  7839.  
  7840. do
  7841.  
  7842. spawn(function()
  7843.  
  7844.  
  7845.  
  7846. for i = 1, rand(2, 6) do
  7847.  
  7848. h.Health = h.Health - damage / 4 + 2
  7849.  
  7850. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  7851.  
  7852. wait(rand(0.8, 2.5))
  7853.  
  7854. end
  7855.  
  7856. end
  7857.  
  7858. )
  7859.  
  7860. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  7861.  
  7862.  
  7863.  
  7864. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  7865.  
  7866.  
  7867.  
  7868. end
  7869.  
  7870. end
  7871.  
  7872. end
  7873.  
  7874. end
  7875.  
  7876. end
  7877.  
  7878. )
  7879.  
  7880. MagDmg(hitbox2, 5, 8, function(chr, h)
  7881.  
  7882.  
  7883.  
  7884. if debhet1 == false then
  7885.  
  7886. debhet1 = true
  7887.  
  7888. local crit = false
  7889.  
  7890. do
  7891.  
  7892. local d = rand()
  7893.  
  7894. if d > 0.9 then
  7895.  
  7896. crit = true
  7897.  
  7898. dot = true
  7899.  
  7900. end
  7901.  
  7902. delay(0.2, function()
  7903.  
  7904.  
  7905.  
  7906. debhet1 = false
  7907.  
  7908. end
  7909.  
  7910. )
  7911.  
  7912. local damage = rand(12, 18)
  7913.  
  7914. h.Health = h.Health - damage + 2
  7915.  
  7916. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  7917.  
  7918. if dot == true then
  7919.  
  7920. do
  7921.  
  7922. spawn(function()
  7923.  
  7924.  
  7925.  
  7926. for i = 1, rand(2, 6) do
  7927.  
  7928. h.Health = h.Health - damage / 4 + 2
  7929.  
  7930. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  7931.  
  7932. wait(rand(0.8, 2.5))
  7933.  
  7934. end
  7935.  
  7936. end
  7937.  
  7938. )
  7939.  
  7940. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_THEN_STMT
  7941.  
  7942.  
  7943.  
  7944. -- DECOMPILER ERROR at PC43: LeaveBlock: unexpected jumping out IF_STMT
  7945.  
  7946.  
  7947.  
  7948. end
  7949.  
  7950. end
  7951.  
  7952. end
  7953.  
  7954. end
  7955.  
  7956. end
  7957.  
  7958. )
  7959.  
  7960. local animspd = 0.3
  7961.  
  7962. 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)
  7963.  
  7964. 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)
  7965.  
  7966. 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)
  7967.  
  7968. 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)
  7969.  
  7970. 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)
  7971.  
  7972. 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)
  7973.  
  7974. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  7975.  
  7976. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(120), 0), animspd)
  7977.  
  7978. lrs:wait()
  7979.  
  7980. end
  7981.  
  7982. dkd = false
  7983.  
  7984. end
  7985.  
  7986.  
  7987.  
  7988. Attack3 = function()
  7989.  
  7990.  
  7991.  
  7992. dkd = true
  7993.  
  7994. for i = 0, 1, 0.05 do
  7995.  
  7996. local animspd = 0.35
  7997.  
  7998. 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)
  7999.  
  8000. 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)
  8001.  
  8002. 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)
  8003.  
  8004. 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)
  8005.  
  8006. 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)
  8007.  
  8008. 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)
  8009.  
  8010. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8011.  
  8012. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, rad(90)), animspd)
  8013.  
  8014. lrs:wait()
  8015.  
  8016. end
  8017.  
  8018. for i = 0, 1, 0.075 do
  8019.  
  8020. MagDmg(hitbox2, 5, 8, function(chr, h)
  8021.  
  8022.  
  8023.  
  8024. if debhet1 == false then
  8025.  
  8026. debhet1 = true
  8027.  
  8028. local crit = false
  8029.  
  8030. do
  8031.  
  8032. local d = rand()
  8033.  
  8034. if d > 0.9 then
  8035.  
  8036. crit = true
  8037.  
  8038. dot = true
  8039.  
  8040. end
  8041.  
  8042. delay(0.2, function()
  8043.  
  8044.  
  8045.  
  8046. debhet1 = false
  8047.  
  8048. end
  8049.  
  8050. )
  8051.  
  8052. local damage = rand(12, 18)
  8053.  
  8054. h.Health = h.Health - damage + 2
  8055.  
  8056. showDamage(h.Parent, tostring(damage), 1, "Royal purple")
  8057.  
  8058. if dot == true then
  8059.  
  8060. do
  8061.  
  8062. spawn(function()
  8063.  
  8064.  
  8065.  
  8066. for i = 1, rand(2, 6) do
  8067.  
  8068. h.Health = h.Health - damage / 4 + 2
  8069.  
  8070. showDamage(h.Parent, "(Dmg Over Time)\n" .. tostring(math.floor(damage / 3)), 0.3, "Toothpaste")
  8071.  
  8072. wait(rand(0.8, 2.5))
  8073.  
  8074. end
  8075.  
  8076. end
  8077.  
  8078. )
  8079.  
  8080. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_THEN_STMT
  8081.  
  8082.  
  8083.  
  8084. -- DECOMPILER ERROR at PC42: LeaveBlock: unexpected jumping out IF_STMT
  8085.  
  8086.  
  8087.  
  8088. end
  8089.  
  8090. end
  8091.  
  8092. end
  8093.  
  8094. end
  8095.  
  8096. end
  8097.  
  8098. )
  8099.  
  8100. local animspd = 0.35
  8101.  
  8102. 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)
  8103.  
  8104. 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)
  8105.  
  8106. 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)
  8107.  
  8108. 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)
  8109.  
  8110. 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)
  8111.  
  8112. 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)
  8113.  
  8114. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8115.  
  8116. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, rad(135), 0), 1)
  8117.  
  8118. lrs:wait()
  8119.  
  8120. end
  8121.  
  8122. dkd = false
  8123.  
  8124. end
  8125.  
  8126.  
  8127.  
  8128. Attack4 = function()
  8129.  
  8130.  
  8131.  
  8132. dkd = true
  8133.  
  8134. for i = 0, 1, 0.025 do
  8135.  
  8136. local animspd = 0.15
  8137.  
  8138. 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)
  8139.  
  8140. 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)
  8141.  
  8142. 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)
  8143.  
  8144. 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)
  8145.  
  8146. 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)
  8147.  
  8148. 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)
  8149.  
  8150. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8151.  
  8152. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8153.  
  8154. lrs:wait()
  8155.  
  8156. end
  8157.  
  8158. height = 14
  8159.  
  8160. local bp = nil
  8161.  
  8162. local debhet1 = false
  8163.  
  8164. for i = 0, 1, 0.05 do
  8165.  
  8166. MagDmg(hitbox1, 8, 0, function(chr, h)
  8167.  
  8168.  
  8169.  
  8170. if debhet1 == false then
  8171.  
  8172. debhet1 = true
  8173.  
  8174. warn("k")
  8175.  
  8176. bp = Instance.new("BodyPosition", chr.HumanoidRootPart)
  8177.  
  8178. bp.Position = HumanoidRootPart.CFrame * cf(0, height, -3).p
  8179.  
  8180. bp.MaxForce = vec3(9000000000, 9000000000, 9000000000)
  8181.  
  8182. bp.P = 10000
  8183.  
  8184. bp.D = 300
  8185.  
  8186. delay(1, function()
  8187.  
  8188.  
  8189.  
  8190. debhet1 = false
  8191.  
  8192. end
  8193.  
  8194. )
  8195.  
  8196. end
  8197.  
  8198. end
  8199.  
  8200. )
  8201.  
  8202. local animspd = 0.2
  8203.  
  8204. 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)
  8205.  
  8206. 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)
  8207.  
  8208. 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)
  8209.  
  8210. 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)
  8211.  
  8212. 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)
  8213.  
  8214. 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)
  8215.  
  8216. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, rad(175), 0), animspd)
  8217.  
  8218. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8219.  
  8220. lrs:wait()
  8221.  
  8222. end
  8223.  
  8224. Humanoid.WalkSpeed = 1
  8225.  
  8226. dkd = false
  8227.  
  8228. print("press an attack button to attack mid-air")
  8229.  
  8230. wait(0.75)
  8231.  
  8232. repeat
  8233.  
  8234. lrs:wait()
  8235.  
  8236. until dkd == false
  8237.  
  8238. height = 0
  8239.  
  8240. warn("ended")
  8241.  
  8242. pcall(function()
  8243.  
  8244.  
  8245.  
  8246. bp.P = 0
  8247.  
  8248. bp.D = 0
  8249.  
  8250. bp.MaxForce = vec3(0, 0, 0)
  8251.  
  8252. bp.Parent = workspace
  8253.  
  8254. end
  8255.  
  8256. )
  8257.  
  8258. end
  8259.  
  8260.  
  8261.  
  8262. local ComboResetTime, canatk = 0.3, true
  8263.  
  8264. local combo = 0
  8265.  
  8266. ComboUp = function()
  8267.  
  8268.  
  8269.  
  8270. if dkd == true then
  8271.  
  8272. return
  8273.  
  8274. end
  8275.  
  8276. if combo == 0 and canatk == true then
  8277.  
  8278. canatk = false
  8279.  
  8280. Attack1()
  8281.  
  8282. combo = 1
  8283.  
  8284. canatk = true
  8285.  
  8286. spawn(function()
  8287.  
  8288.  
  8289.  
  8290. ds = true
  8291.  
  8292. wait(ComboResetTime)
  8293.  
  8294. if canatk == true then
  8295.  
  8296. ds = false
  8297.  
  8298. end
  8299.  
  8300. if combo == 1 and not ds then
  8301.  
  8302. combo = 0
  8303.  
  8304. print("combo reset")
  8305.  
  8306. end
  8307.  
  8308. end
  8309.  
  8310. )
  8311.  
  8312. return
  8313.  
  8314. end
  8315.  
  8316. if combo == 1 and canatk == true then
  8317.  
  8318. canatk = false
  8319.  
  8320. Attack2()
  8321.  
  8322. combo = 2
  8323.  
  8324. canatk = true
  8325.  
  8326. spawn(function()
  8327.  
  8328.  
  8329.  
  8330. ds = true
  8331.  
  8332. wait(ComboResetTime)
  8333.  
  8334. if canatk == true then
  8335.  
  8336. ds = false
  8337.  
  8338. end
  8339.  
  8340. if combo == 2 and not ds then
  8341.  
  8342. combo = 0
  8343.  
  8344. print("combo reset")
  8345.  
  8346. end
  8347.  
  8348. end
  8349.  
  8350. )
  8351.  
  8352. return
  8353.  
  8354. end
  8355.  
  8356. if combo == 2 and canatk == true then
  8357.  
  8358. canatk = false
  8359.  
  8360. Attack3()
  8361.  
  8362. combo = 3
  8363.  
  8364. canatk = true
  8365.  
  8366. spawn(function()
  8367.  
  8368.  
  8369.  
  8370. ds = true
  8371.  
  8372. wait(ComboResetTime)
  8373.  
  8374. if canatk == true then
  8375.  
  8376. ds = false
  8377.  
  8378. end
  8379.  
  8380. if combo == 3 and not ds then
  8381.  
  8382. combo = 0
  8383.  
  8384. print("combo reset")
  8385.  
  8386. end
  8387.  
  8388. end
  8389.  
  8390. )
  8391.  
  8392. return
  8393.  
  8394. end
  8395.  
  8396. if combo == 3 and canatk == true then
  8397.  
  8398. canatk = false
  8399.  
  8400. Attack4()
  8401.  
  8402. combo = 0
  8403.  
  8404. wait(ComboResetTime)
  8405.  
  8406. canatk = true
  8407.  
  8408. spawn(function()
  8409.  
  8410.  
  8411.  
  8412. if canatk == true then
  8413.  
  8414. ds = false
  8415.  
  8416. end
  8417.  
  8418. wait(ComboResetTime / 4)
  8419.  
  8420. if combo == 0 and not ds then
  8421.  
  8422. combo = 0
  8423.  
  8424. print("combo reset")
  8425.  
  8426. end
  8427.  
  8428. end
  8429.  
  8430. )
  8431.  
  8432. return
  8433.  
  8434. end
  8435.  
  8436. end
  8437.  
  8438.  
  8439.  
  8440. mouse.Button1Down:connect(function()
  8441.  
  8442.  
  8443.  
  8444. ComboUp()
  8445.  
  8446. end
  8447.  
  8448. )
  8449.  
  8450. LookAround_AFKAnim = function()
  8451.  
  8452.  
  8453.  
  8454. ds = true
  8455.  
  8456. for i = 0, 1, 0.05 do
  8457.  
  8458. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  8459.  
  8460. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  8461.  
  8462. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  8463.  
  8464. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  8465.  
  8466. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  8467.  
  8468. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  8469.  
  8470. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  8471.  
  8472. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  8473.  
  8474. lrs:wait()
  8475.  
  8476. end
  8477.  
  8478. for i = 0, 1, 0.05 do
  8479.  
  8480. torw.C0 = lerp(torw.C0, cf(0, 0, 0) * ang(-rad(0), -rad(65), 0), 0.125)
  8481.  
  8482. hedw.C0 = clerp(hedw.C0, cf(0, 0, -rad(9)) * ang(rad(9), rad(65), 0) * eu(-rad(8), 0, 0), 0.125)
  8483.  
  8484. raw.C0 = lerp(raw.C0, cf(0, 0.5, 0.25) * ang(rad(90), 0, -rad(65)), animspd)
  8485.  
  8486. law.C0 = lerp(law.C0, cf(-0.65, 0.5, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  8487.  
  8488. rlw.C0 = clerp(rlw.C0, cf(-0.2, -0.15, 0) * ang(0, 0, rad(12.5)), animspd)
  8489.  
  8490. llw.C0 = clerp(llw.C0, cf(0, 0, -0.35) * ang(0, rad(32.5), -rad(5)), animspd)
  8491.  
  8492. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  8493.  
  8494. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  8495.  
  8496. lrs:wait()
  8497.  
  8498. end
  8499.  
  8500. ds = false
  8501.  
  8502. end
  8503.  
  8504.  
  8505.  
  8506. Fiddle_AKFAnim = function()
  8507.  
  8508.  
  8509.  
  8510. print("Fiddle Played")
  8511.  
  8512. end
  8513.  
  8514.  
  8515.  
  8516. hum.MaxHealth = 200
  8517.  
  8518. wait(0.1)
  8519.  
  8520. hum.Health = 200
  8521.  
  8522. HumanoidRootPart.Transparency = 1
  8523.  
  8524. lrs:connect(function()
  8525.  
  8526. hum.MaxHealth = OverallHealth
  8527.  
  8528. if torso.CFrame.Y < -40 then
  8529.  
  8530. torso.CFrame = CFrame.new(math.random(-100, 100), 10, math.random(-100, 100))
  8531.  
  8532. end
  8533.  
  8534. local tmag_y = torso.Velocity.Y
  8535.  
  8536. local trot = torso.RotVelocity.Y / 50
  8537.  
  8538. local cap = 2
  8539.  
  8540. sine = sine + change
  8541.  
  8542. Char.Humanoid.FreeFalling:connect(function(FF)
  8543.  
  8544. if DebounceFallin == true then
  8545.  
  8546. return
  8547.  
  8548. end
  8549.  
  8550. if FF then
  8551.  
  8552. FreeFalling = true
  8553.  
  8554. else
  8555.  
  8556. FreeFalling = false
  8557.  
  8558. end
  8559.  
  8560. end)
  8561.  
  8562. hum.JumpPower = 0
  8563.  
  8564. hum.WalkSpeed = 9
  8565.  
  8566. if ds then
  8567.  
  8568. return
  8569.  
  8570. end
  8571.  
  8572. if FreeFalling == true and DebounceState == false and ds == false then
  8573.  
  8574. State = "FreeFalling"
  8575.  
  8576. else
  8577.  
  8578. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude < 5 and DebounceState == false and ds == false then
  8579.  
  8580. State = "Idle"
  8581.  
  8582. else
  8583.  
  8584. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude > 6 and DebounceState == false and ds == false then
  8585.  
  8586. State = "Walking"
  8587.  
  8588. else
  8589.  
  8590. if Attacking == true then
  8591.  
  8592. State = "Attacking"
  8593.  
  8594. else
  8595.  
  8596. if DebounceState == true or ds == true then
  8597.  
  8598. State = "Debouncing"
  8599.  
  8600. end
  8601.  
  8602. end
  8603.  
  8604. end
  8605.  
  8606. end
  8607.  
  8608. end
  8609.  
  8610. if State == "FreeFalling" then
  8611.  
  8612. change = 2
  8613.  
  8614. local animspd = 0.1
  8615.  
  8616. torw.C0 = clerp(torw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8617.  
  8618. hedw.C0 = clerp(hedw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8619.  
  8620. law.C0 = clerp(law.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8621.  
  8622. raw.C0 = clerp(raw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8623.  
  8624. rlw.C0 = clerp(rlw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8625.  
  8626. llw.C0 = clerp(llw.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8627.  
  8628. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8629.  
  8630. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, 0, 0), animspd)
  8631.  
  8632. else
  8633.  
  8634. if State == "Idle" then
  8635.  
  8636. local animspd = 0.2
  8637.  
  8638. local change = 1.25
  8639.  
  8640. torw.C0 = lerp(torw.C0, cf(0, sin(sine / 15) / 25, 0) * ang(-rad(0), -rad(65), cos(sine / 15) / 30), 0.125)
  8641.  
  8642. 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)
  8643.  
  8644. 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)
  8645.  
  8646. law.C0 = lerp(law.C0, cf(-0.65, 0.5 + sin(sine / 15) / 12, -1) * ang(rad(90), 0, -rad(32.5)), animspd)
  8647.  
  8648. 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)
  8649.  
  8650. 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)
  8651.  
  8652. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(0, -rad(45), -rad(55)), animspd)
  8653.  
  8654. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(0, -rad(55), rad(45)), animspd)
  8655.  
  8656. else
  8657.  
  8658. if State == "Walking" then
  8659.  
  8660. local animspd = 0.1
  8661.  
  8662. change = 1.35
  8663.  
  8664. 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)
  8665.  
  8666. 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)
  8667.  
  8668. law.C0 = lerp(law.C0, cf(-0.25, -0.3, -cos(sine / 6) / 3) * ang(cos(sine / 6) / 3, 0, -rad(20)), animspd)
  8669.  
  8670. 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)
  8671.  
  8672. 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)
  8673.  
  8674. 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)
  8675.  
  8676. h1w.C0 = lerp(h1w.C0, cf(0, 0, 0) * ang(-rad(15), -rad(30), rad(15)), animspd)
  8677.  
  8678. h2w.C0 = lerp(h2w.C0, cf(0, 0, 0) * ang(rad(15), rad(245), -rad(7)), animspd)
  8679.  
  8680. end
  8681.  
  8682. end
  8683.  
  8684. end
  8685.  
  8686. if State == "Attacking" then
  8687.  
  8688. end
  8689.  
  8690. end)
  8691.  
  8692. end
  8693.  
  8694. print("Ether loaded.")
  8695.  
  8696. print("----Controls----")
  8697.  
  8698. print 'Backflip Slash - Q'
  8699.  
  8700. print 'Blade Spear - F (WIP do not use)'
  8701.  
  8702. print 'Blade Berserk - E'
  8703.  
  8704. print 'Sit - Z'
  8705.  
  8706. print 'Ground Breaker - X (WIP)'
  8707.  
  8708. print 'Lie Down - C'
  8709.  
  8710. print 'Void Blast - R (WIP)'
  8711.  
  8712. print 'Working on issue with custom jump'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement