Advertisement
Tetezaza1542

DOMINUS VERY OP

Aug 15th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 350.10 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. 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()}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;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 t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)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 self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({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")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer end
  5.  
  6. --//-----------------//----//---------[] | Dominus Venari | Edited by LuckyPlayerscripter | []---------\\----\\-----------------\\--
  7.  
  8. wait(0.2)
  9.  
  10. print("Note that script is just a WIP version! It's not finished")
  11. print("Script Original by Shackluster, Edited by LuckyPlayerScripter")
  12. print("Need to put Key Dominus on the name because of hashtags...")
  13.  
  14. --==//Wings and Halo\\==--
  15. Circle = nil
  16. CircleParts = {}
  17. Equipped = false
  18. VoidParts = {}
  19.  
  20. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  21. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  22. end
  23.  
  24. Player=game:GetService('Players').LocalPlayer
  25. Character=Player.Character
  26. Mouse=Player:GetMouse()
  27. m=Instance.new('Model',Character)
  28.  
  29. local function weldBetween(a, b)
  30. local weldd = Instance.new("ManualWeld")
  31. weldd.Part0 = a
  32. weldd.Part1 = b
  33. weldd.C0 = CFrame.new()
  34. weldd.C1 = b.CFrame:inverse() * a.CFrame
  35. weldd.Parent = a
  36. return weldd
  37. end
  38.  
  39. it=Instance.new
  40.  
  41. function nooutline(part)
  42. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  43. end
  44.  
  45. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  46. local fp=it("Part")
  47. fp.formFactor=formfactor
  48. fp.Parent=parent
  49. fp.Reflectance=reflectance
  50. fp.Transparency=transparency
  51. fp.CanCollide=false
  52. fp.Locked=true
  53. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  54. fp.Name=name
  55. fp.Size=size
  56. fp.Position=Character.Torso.Position
  57. nooutline(fp)
  58. fp.Material=material
  59. fp:BreakJoints()
  60. return fp
  61. end
  62.  
  63. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  64. local mesh=it(Mesh)
  65. mesh.Parent=part
  66. if Mesh=="SpecialMesh" then
  67. mesh.MeshType=meshtype
  68. mesh.MeshId=meshid
  69. end
  70. mesh.Offset=offset
  71. mesh.Scale=scale
  72. return mesh
  73. end
  74.  
  75. function weld(parent,part0,part1,c0,c1)
  76. local weld=it("Weld")
  77. weld.Parent=parent
  78. weld.Part0=part0
  79. weld.Part1=part1
  80. weld.C0=c0
  81. weld.C1=c1
  82. return weld
  83. end
  84.  
  85.  
  86. handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Handle",Vector3.new(0.05, 0.05, 0.05))
  87. handleweld=weld(m,Character["Head"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100221634, -0.0175514221, 0.00262880325, 1.00000155, -2.14157415e-28, 0.000332000374, -2.14157415e-28, 1, -7.1100246e-32, -0.000332000374, 4.7754458e-39, 1.00000155))
  88. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  89. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01700497, -2.78476143, 1.29093361, -0.566856563, -0.672185063, 0.476282805, -0.737335682, 0.671828806, 0.0706164688, -0.367447764, -0.311148405, -0.876456618))
  90. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  91. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  92. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30598545, -2.48077655, 0.0464644432, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  93. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  94. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  95. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30610561, -2.74443865, 0.0464487076, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  96. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  97. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  98. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30467606, -2.68426228, 1.35071898, 0.51786989, 0.593198717, 0.616385758, -0.667816341, 0.73064208, -0.142082185, -0.534640253, -0.33804962, 0.774525344))
  99. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  100. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  101. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30470467, -2.72549629, -1.26544809, 0.517493069, 0.593198717, 0.616701961, -0.0238876455, 0.730439425, -0.68256253, -0.85535872, 0.338487118, 0.392167568))
  102. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  103. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  104. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32190132, -2.45886135, -0.04941082, -0.616569281, 0.593141377, 0.517717183, 0.45425126, 0.805098474, -0.381412238, -0.643044591, 6.64642994e-06, -0.765834033))
  105. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.122438505, 0.306095749, 0.244876474))
  106. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  107. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32073355, -2.82931805, -0.0494165421, -0.616569281, 0.593141377, 0.517717183, 0.45425126, 0.805098474, -0.381412238, -0.643044591, 6.64642994e-06, -0.765834033))
  108. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0306096263, 0.918287158, 0.122438237))
  109. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  110. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01574039, -2.54700041, -0.0494318008, -0.566985786, -0.672224939, 0.476072699, -0.514809668, 0.740347028, 0.432274401, -0.643044591, 6.67930635e-06, -0.765834033))
  111. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  112. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  113. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32186365, -2.45639038, -0.0494318008, -0.616569281, 0.593141377, 0.517717183, 0.45425126, 0.805098474, -0.381412238, -0.643044591, 6.64642994e-06, -0.765834033))
  114. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  115. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  116. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32202506, -2.72006893, -0.0494146347, -0.616569281, 0.593141377, 0.517717183, 0.45425126, 0.805098474, -0.381412238, -0.643044591, 6.64642994e-06, -0.765834033))
  117. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  118. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  119. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32062888, -2.70244646, 1.253438, -0.616386592, 0.59318614, 0.51788348, 0.142082363, 0.730658114, -0.667798877, -0.774524629, -0.338037193, -0.534649134))
  120. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  121. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  122. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32058454, -2.66307163, -1.34215736, -0.61670351, 0.5931862, 0.517506003, 0.682556689, 0.730445147, -0.0238806624, -0.392175317, 0.338497102, -0.85535109))
  123. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  124. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  125. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32410431, -2.6385808, 0.0402884483, 0.805022657, 0.593248308, -0.000262707734, -0.593250692, 0.805019498, 0.000206495999, 0.000334087556, -1.03694274e-05, 1.00000429))
  126. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  127. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  128. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01573372, -2.54944706, -0.0494222641, -0.566985786, -0.672224939, 0.476072699, -0.514809668, 0.740347028, 0.432274401, -0.643044591, 6.67930635e-06, -0.765834033))
  129. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.122438505, 0.306095749, 0.244876474))
  130. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  131. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01702881, -2.74539042, -1.37966251, -0.567172229, -0.672185063, 0.475906938, -0.196610749, 0.671631336, 0.714324772, -0.79979229, 0.31157437, -0.513089418))
  132. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  133. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  134. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16786051, -2.6699791, -0.024679184, 0.000256711646, -0.631440818, 0.775427103, 0.000206167286, 0.775424004, 0.63144356, -1.00000417, -2.19456115e-06, 0.000329244649))
  135. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  136. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  137. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30745268, -2.62039042, -0.0246763229, 0.000263290771, 0.593240857, 0.805028379, -0.00019721748, 0.805025041, -0.593243122, -1.00000417, -2.59739454e-06, 0.000328961527))
  138. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  139. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  140. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30480003, -2.85367227, 0.0464134216, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  141. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0306096263, 0.918287158, 0.122438237))
  142. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  143. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.996117592, -2.9402914, 0.0464425087, 0.476082802, -0.672218442, 0.566984951, 0.432261109, 0.740352929, 0.514812171, -0.765835166, -7.7223558e-06, 0.64304328))
  144. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0306096263, 0.918287158, 0.122438237))
  145. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  146. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.994925022, -2.56740475, 0.0464677811, 0.476082802, -0.672218442, 0.566984951, 0.432261109, 0.740352929, 0.514812171, -0.765835166, -7.7223558e-06, 0.64304328))
  147. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  148. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  149. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.996185303, -2.80421066, -1.30132174, 0.475917101, -0.672178507, 0.567171514, 0.714314699, 0.671641886, 0.196611404, -0.513094127, 0.311565667, 0.799792826))
  150. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  151. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  152. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.994819164, -2.83106422, 0.0464305878, 0.476082802, -0.672218442, 0.566984951, 0.432261109, 0.740352929, 0.514812171, -0.765835166, -7.7223558e-06, 0.64304328))
  153. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  154. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  155. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.994915485, -2.56984329, 0.0464420319, 0.476082802, -0.672218442, 0.566984951, 0.432261109, 0.740352929, 0.514812171, -0.765835166, -7.7223558e-06, 0.64304328))
  156. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.122438505, 0.306095749, 0.244876474))
  157. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  158. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15129995, -2.66263962, 0.0402750969, 0.775432706, -0.631434143, -0.000266235322, 0.631436467, 0.775429308, -0.000203192132, 0.000334728189, -1.05326717e-05, 1.00000393))
  159. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  160. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  161. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30596733, -2.48321819, 0.0464520454, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  162. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.122438505, 0.306095749, 0.244876474))
  163. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  164. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01563072, -2.81065702, -0.0494375229, -0.566985786, -0.672224939, 0.476072699, -0.514809668, 0.740347028, 0.432274401, -0.643044591, 6.67930635e-06, -0.765834033))
  165. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.244876593, 0.183657348))
  166. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  167. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.996201992, -2.7630105, 1.38651466, 0.476293772, -0.672178566, 0.566855192, 0.0706075504, 0.671829045, 0.737336338, -0.876451433, -0.311161906, 0.367448896))
  168. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.00612192554, 0.244876593, 0.0612191185))
  169. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  170. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32422161, -2.81512165, 0.0402588844, 0.805022657, 0.593248308, -0.000262707734, -0.593250692, 0.805019498, 0.000206495999, 0.000334087556, -1.03694274e-05, 1.00000429))
  171. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  172. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  173. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15116453, -2.83918953, 0.0402612686, 0.775432706, -0.631434143, -0.000266235322, 0.631436467, 0.775429308, -0.000203192132, 0.000334728189, -1.05326717e-05, 1.00000393))
  174. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  175. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  176. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16768813, -2.88875198, -0.0247068405, 0.000256711646, -0.631440818, 0.775427103, 0.000206167286, 0.775424004, 0.63144356, -1.00000417, -2.19456115e-06, 0.000329244649))
  177. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0183657762, 0.612191498, 0.367314696))
  178. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  179. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30738544, -2.44300508, -0.0246763229, 0.000263290771, 0.593240857, 0.805028379, -0.00019721748, 0.805025041, -0.593243122, -1.00000417, -2.59739454e-06, 0.000328961527))
  180. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  181. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  182. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01691151, -2.91986847, -0.0494298935, -0.566985786, -0.672224939, 0.476072699, -0.514809668, 0.740347028, 0.432274401, -0.643044591, 6.67930635e-06, -0.765834033))
  183. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0306096263, 0.918287158, 0.122438237))
  184. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  185. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32406902, -2.46125555, 0.0402550697, 0.805022657, 0.593248308, -0.000262707734, -0.593250692, 0.805019498, 0.000206495999, 0.000334087556, -1.03694274e-05, 1.00000429))
  186. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  187. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  188. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15111303, -2.88139915, 0.0402612686, 0.775432706, -0.631434143, -0.000266235322, 0.631436467, 0.775429308, -0.000203192132, 0.000334728189, -1.05326717e-05, 1.00000393))
  189. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0183657762, 0.612191498, 0.367314696))
  190. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  191. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16772103, -2.84651947, -0.0246610641, 0.000256711646, -0.631440818, 0.775427103, 0.000206167286, 0.775424004, 0.63144356, -1.00000417, -2.19456115e-06, 0.000329244649))
  192. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  193. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  194. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15132284, -2.48526382, 0.0402588844, 0.775432706, -0.631434143, -0.000266235322, 0.631436467, 0.775429308, -0.000203192132, 0.000334728189, -1.05326717e-05, 1.00000393))
  195. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  196. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  197. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30758429, -2.7969296, -0.0246772766, 0.000263290771, 0.593240857, 0.805028379, -0.00019721748, 0.805025041, -0.593243122, -1.00000417, -2.59739454e-06, 0.000328961527))
  198. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  199. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  200. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.30761623, -2.839185, -0.0246772766, 0.000263290771, 0.593240857, 0.805028379, -0.00019721748, 0.805025041, -0.593243122, -1.00000417, -2.59739454e-06, 0.000328961527))
  201. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0183657762, 0.612191498, 0.367314696))
  202. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  203. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16792846, -2.49263287, -0.024679184, 0.000256711646, -0.631440818, 0.775427103, 0.000206167286, 0.775424004, 0.63144356, -1.00000417, -2.19456115e-06, 0.000329244649))
  204. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0612192526, 0.489753187, 0.3060956))
  205. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  206. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32426548, -2.85737371, 0.0402669907, 0.805022657, 0.593248308, -0.000262707734, -0.593250692, 0.805019498, 0.000206495999, 0.000334087556, -1.03694274e-05, 1.00000429))
  207. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0183657762, 0.612191498, 0.367314696))
  208. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  209. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0350027084, -2.90196609, 2.14157415e-28, -1, -4.7754458e-39, -0.818965018, 1.7538717e-28, 0.573850572, -0.573850572, 1.22894168e-28, -0.818965018))
  210. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  211. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0278244019, -2.84982681, 2.14157415e-28, -1, -4.7754458e-39, -0.656312168, 1.40553898e-28, -0.754495144, 0.754495144, -1.61580479e-28, -0.656312168))
  212. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  213. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0220708847, -2.86295652, 2.14157415e-28, -1, -4.7754458e-39, -0.883107007, 1.89123624e-28, -0.469180524, 0.469180524, -1.00478335e-28, -0.883107007))
  214. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  215. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.043223381, -2.83651447, 2.14157415e-28, -1, -4.7754458e-39, -0.191135302, 4.09329778e-29, -0.981568038, 0.981568038, -2.1020974e-28, -0.191135302))
  216. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  217. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0247716904, -2.85519171, 2.14157415e-28, -1, -4.7754458e-39, -0.766260862, 1.64100197e-28, -0.642536163, 0.642536163, -1.37603662e-28, -0.766260862))
  218. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  219. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0232152939, -2.85900044, 2.14157415e-28, -1, -4.7754458e-39, -0.829226494, 1.77584716e-28, -0.558920205, 0.558920205, -1.19696715e-28, -0.829226494))
  220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  221. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0239458084, -2.85707664, 2.14157415e-28, -1, -4.7754458e-39, -0.798838317, 1.7107689e-28, -0.601552665, 0.601552665, -1.28826754e-28, -0.798838317))
  222. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  223. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.026714325, -2.85156298, 2.14157415e-28, -1, -4.7754458e-39, -0.694899857, 1.48817726e-28, -0.719112396, 0.719112396, -1.54003004e-28, -0.694899857))
  224. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  225. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0451002121, -2.83566475, 2.14157415e-28, -1, -4.7754458e-39, -0.139502332, 2.98754135e-29, -0.990225971, 0.990225971, -2.12063905e-28, -0.139502332))
  226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  227. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0362405777, -2.84085369, 2.14157415e-28, -1, -4.7754458e-39, -0.391038179, 8.37435928e-29, -0.920379043, 0.920379043, -1.97105689e-28, -0.391038179))
  228. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  229. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0378990173, -2.83963108, 2.14157415e-28, -1, -4.7754458e-39, -0.342333198, 7.33130812e-29, -0.939583063, 0.939583063, -2.0121838e-28, -0.342333198))
  230. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  231. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0316791534, -2.8450079, 2.14157415e-28, -1, -4.7754458e-39, -0.530202866, 1.13546691e-28, -0.847875714, 0.847875714, -1.81578601e-28, -0.530202866))
  232. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  233. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0225944519, -2.86096406, 2.14157415e-28, -1, -4.7754458e-39, -0.857341766, 1.83605811e-28, -0.514755726, 0.514755726, -1.10238581e-28, -0.857341766))
  234. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  235. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0346488953, -2.84215927, 2.14157415e-28, -1, -4.7754458e-39, -0.438671023, 9.39445034e-29, -0.898652315, 0.898652315, -1.92452775e-28, -0.438671023))
  236. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  237. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0331268311, -2.84354305, 2.14157415e-28, -1, -4.7754458e-39, -0.4851017, 1.03887971e-28, -0.874462545, 0.874462545, -1.87272336e-28, -0.4851017))
  238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  239. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0290250778, -2.84815359, 2.14157415e-28, -1, -4.7754458e-39, -0.615925491, 1.31904811e-28, -0.787809789, 0.787809789, -1.6871505e-28, -0.615925491))
  240. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  241. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0303077698, -2.84654331, 2.14157415e-28, -1, -4.7754458e-39, -0.573850453, 1.22894143e-28, -0.818965197, 0.818965197, -1.75387206e-28, -0.573850453))
  242. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  243. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0396180153, -2.83849812, 2.14157415e-28, -1, -4.7754458e-39, -0.292690337, 6.26817072e-29, -0.956211627, 0.956211627, -2.04779509e-28, -0.292690337))
  244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  245. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0256948471, -2.85334826, 2.14157415e-28, -1, -4.7754458e-39, -0.731583118, 1.56673703e-28, -0.681758463, 0.681758463, -1.46003401e-28, -0.731583118))
  246. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  247. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0652692318, -2.83288574, 2.14157415e-28, -1, -4.7754458e-39, 0.374300778, -8.01591663e-29, -0.927311957, 0.927311957, -1.98590425e-28, 0.374300778))
  248. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  249. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0233707428, -2.8852582, 2.14157415e-28, -1, -4.7754458e-39, -0.996169984, 2.13336873e-28, 0.0874864534, -0.0874864534, 1.87358437e-29, -0.996169984))
  250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  251. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0693187714, -2.8336134, 2.14157415e-28, -1, -4.7754458e-39, 0.469180703, -1.00478371e-28, -0.883107007, 0.883107007, -1.89123624e-28, 0.469180703))
  252. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  253. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0732748508, -2.83476257, 2.14157415e-28, -1, -4.7754458e-39, 0.558920205, -1.19696715e-28, -0.829226613, 0.829226613, -1.7758474e-28, 0.558920205))
  254. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  255. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0752027035, -2.83548069, 2.14157415e-28, -1, -4.7754458e-39, 0.601552784, -1.2882679e-28, -0.798838377, 0.798838377, -1.71076902e-28, 0.601552784))
  256. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  257. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.090423584, -2.89727211, 2.14157415e-28, -1, -4.7754458e-39, 0.573850572, -1.22894168e-28, 0.818965018, -0.818965018, 1.7538717e-28, 0.573850572))
  258. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  259. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0917100906, -2.89566541, 2.14157415e-28, -1, -4.7754458e-39, 0.615925491, -1.31904811e-28, 0.787809789, -0.787809789, 1.6871505e-28, 0.615925491))
  260. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  261. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0211420059, -2.86905479, 2.14157415e-28, -1, -4.7754458e-39, -0.945630491, 2.02513484e-28, -0.32525596, 0.32525596, -6.96558666e-29, -0.945630491))
  262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  263. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0216531754, -2.86497068, 2.14157415e-28, -1, -4.7754458e-39, -0.906451821, 1.94123074e-28, -0.422319412, 0.422319412, -9.04426873e-29, -0.906451821))
  264. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  265. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0529713631, -2.83328629, 2.14157415e-28, -1, -4.7754458e-39, 0.0694259033, -1.48680483e-29, -0.997591317, 0.997591317, -2.13641242e-28, 0.0694259033))
  266. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  267. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0509595871, -2.83372307, 2.14157415e-28, -1, -4.7754458e-39, 0.0171207041, -3.66651998e-30, -0.999857605, 0.999857605, -2.141266e-28, 0.0171207041))
  268. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  269. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0221786499, -2.88131666, 2.14157415e-28, -1, -4.7754458e-39, -0.999857605, 2.141266e-28, -0.0171207637, 0.0171207637, -3.66653277e-30, -0.999857605))
  270. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  271. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0217370987, -2.87930393, 2.14157415e-28, -1, -4.7754458e-39, -0.997591317, 2.13641242e-28, -0.0694257542, 0.0694257542, -1.48680167e-29, -0.997591317))
  272. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  273. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0611612797, -2.83259296, 2.14157415e-28, -1, -4.7754458e-39, 0.275319457, -5.8961617e-29, -0.961357176, 0.961357176, -2.05881454e-28, 0.275319457))
  274. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  275. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0673005581, -2.83319759, 2.14157415e-28, -1, -4.7754458e-39, 0.422319263, -9.04426572e-29, -0.906451821, 0.906451821, -1.94123074e-28, 0.422319263))
  276. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  277. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0550003052, -2.83295345, 2.14157415e-28, -1, -4.7754458e-39, 0.121540345, -2.60287265e-29, -0.992590725, 0.992590725, -2.12570329e-28, 0.121540345))
  278. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  279. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.02272892, -2.88330364, 2.14157415e-28, -1, -4.7754458e-39, -0.99938345, 2.14025032e-28, 0.0352311507, -0.0352311507, 7.54499983e-30, -0.99938345))
  280. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  281. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0241250992, -2.88717461, 2.14157415e-28, -1, -4.7754458e-39, -0.990225971, 2.12063905e-28, 0.139502242, -0.139502242, 2.98753954e-29, -0.990225971))
  282. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  283. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0713107586, -2.83413601, 2.14157415e-28, -1, -4.7754458e-39, 0.514755607, -1.10238557e-28, -0.857341766, 0.857341766, -1.83605811e-28, 0.514755607))
  284. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  285. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0470175743, -2.83491993, 2.14157415e-28, -1, -4.7754458e-39, -0.087486513, 1.87358573e-29, -0.996169984, 0.996169984, -2.13336873e-28, -0.087486513))
  286. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  287. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0489726067, -2.83426857, 2.14157415e-28, -1, -4.7754458e-39, -0.0352309421, 7.54495469e-30, -0.99938345, 0.99938345, -2.14025032e-28, -0.0352309421))
  288. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  289. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0213460922, -2.86700821, 2.14157415e-28, -1, -4.7754458e-39, -0.927311897, 1.98590413e-28, -0.374300539, 0.374300539, -8.01591182e-29, -0.927311897))
  290. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  291. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0210514069, -2.87111497, 2.14157415e-28, -1, -4.7754458e-39, -0.961357117, 2.0588143e-28, -0.275319487, 0.275319487, -5.8961623e-29, -0.961357117))
  292. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  293. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0570473671, -2.83272266, 2.14157415e-28, -1, -4.7754458e-39, 0.173322201, -3.711818e-29, -0.984869361, 0.984869361, -2.10916749e-28, 0.173322201))
  294. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  295. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.059104681, -2.8326025, 2.14157415e-28, -1, -4.7754458e-39, 0.224628851, -4.81058601e-29, -0.974448621, 0.974448621, -2.08685078e-28, 0.224628851))
  296. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  297. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0210618973, -2.87317204, 2.14157415e-28, -1, -4.7754458e-39, -0.974448681, 2.08685078e-28, -0.224628732, 0.224628732, -4.8105833e-29, -0.974448681))
  298. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  299. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0413951874, -2.83746052, 2.14157415e-28, -1, -4.7754458e-39, -0.242244855, 5.18784559e-29, -0.970219433, 0.970219433, -2.07779385e-28, -0.242244855))
  300. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  301. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0211791992, -2.87522745, 2.14157415e-28, -1, -4.7754458e-39, -0.984869421, 2.10916773e-28, -0.17332226, 0.17332226, -3.7118192e-29, -0.984869421))
  302. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  303. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0214061737, -2.87727356, 2.14157415e-28, -1, -4.7754458e-39, -0.992590666, 2.12570329e-28, -0.121540688, 0.121540688, -2.60287988e-29, -0.992590666))
  304. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  305. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0632181168, -2.83268547, 2.14157415e-28, -1, -4.7754458e-39, 0.32525593, -6.96558606e-29, -0.945630431, 0.945630431, -2.0251346e-28, 0.32525593))
  306. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  307. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0789275169, -2.83723545, 2.14157415e-28, -1, -4.7754458e-39, 0.681758642, -1.46003437e-28, -0.73158288, 0.73158288, -1.56673643e-28, 0.681758642))
  308. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  309. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0824475288, -2.83936787, 2.14157415e-28, -1, -4.7754458e-39, 0.754495025, -1.61580443e-28, -0.656312168, 0.656312168, -1.40553898e-28, 0.754495025))
  310. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  311. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0940208435, -2.89225864, 2.14157415e-28, -1, -4.7754458e-39, 0.694899857, -1.48817726e-28, 0.719112396, -0.719112396, 1.54003004e-28, 0.694899857))
  312. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  313. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0948181152, -2.85293865, 2.14157415e-28, -1, -4.7754458e-39, 0.970219553, -2.07779409e-28, -0.242244676, 0.242244676, -5.18784198e-29, 0.970219553))
  314. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  315. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0860891342, -2.90166664, 2.14157415e-28, -1, -4.7754458e-39, 0.438671201, -9.39445395e-29, 0.898652375, -0.898652375, 1.92452787e-28, 0.438671201))
  316. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  317. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0259189606, -2.89088178, 2.14157415e-28, -1, -4.7754458e-39, -0.970219493, 2.07779409e-28, 0.242244765, -0.242244765, 5.18784379e-29, -0.970219493))
  318. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  319. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0280885696, -2.89437723, 2.14157415e-28, -1, -4.7754458e-39, -0.939583004, 2.01218368e-28, 0.342333317, -0.342333317, 7.33131053e-29, -0.939583004))
  320. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  321. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0981416702, -2.88285255, 2.14157415e-28, -1, -4.7754458e-39, 0.857341707, -1.83605799e-28, 0.514755845, -0.514755845, 1.10238605e-28, 0.857341707))
  322. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  323. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0901203156, -2.84619045, 2.14157415e-28, -1, -4.7754458e-39, 0.898652256, -1.92452763e-28, -0.438671261, 0.438671261, -9.39445516e-29, 0.898652256))
  324. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  325. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0966157913, -2.85664463, 2.14157415e-28, -1, -4.7754458e-39, 0.99022609, -2.1206393e-28, -0.139502153, 0.139502153, -2.98753774e-29, 0.99022609))
  326. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  327. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0828380585, -2.90418911, 2.14157415e-28, -1, -4.7754458e-39, 0.342333317, -7.33131053e-29, 0.939583004, -0.939583004, 2.01218368e-28, 0.342333317))
  328. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  329. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0306138992, -2.89762926, 2.14157415e-28, -1, -4.7754458e-39, -0.898652375, 1.92452787e-28, 0.438671201, -0.438671201, 9.39445395e-29, -0.898652375))
  330. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  331. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0382795334, -2.9044528, 2.14157415e-28, -1, -4.7754458e-39, -0.754495144, 1.61580479e-28, 0.656311989, -0.656311989, 1.40553862e-28, -0.754495144))
  332. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  333. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0973596573, -2.85856056, 2.14157415e-28, -1, -4.7754458e-39, 0.996169984, -2.13336873e-28, -0.0874863937, 0.0874863937, -1.87358317e-29, 0.996169984))
  334. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  335. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0775084496, -2.90730906, 2.14157415e-28, -1, -4.7754458e-39, 0.191135392, -4.09329958e-29, 0.981567979, -0.981567979, 2.10209716e-28, 0.191135392))
  336. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  337. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0717611313, -2.90955353, 2.14157415e-28, -1, -4.7754458e-39, 0.0352312103, -7.54501262e-30, 0.99938345, -0.99938345, 2.14025032e-28, 0.0352312103))
  338. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  339. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0844964981, -2.90296888, 2.14157415e-28, -1, -4.7754458e-39, 0.39103809, -8.37435747e-29, 0.920379043, -0.920379043, 1.97105689e-28, 0.39103809))
  340. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  341. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0807142258, -2.83825874, 2.14157415e-28, -1, -4.7754458e-39, 0.719112515, -1.5400304e-28, -0.694899678, 0.694899678, -1.4881769e-28, 0.719112515))
  342. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  343. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0756325722, -2.90815496, 2.14157415e-28, -1, -4.7754458e-39, 0.139502153, -2.98753774e-29, 0.99022609, -0.99022609, 2.1206393e-28, 0.139502153))
  344. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  345. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.077085495, -2.83631229, 2.14157415e-28, -1, -4.7754458e-39, 0.642536044, -1.37603638e-28, -0.766260922, 0.766260922, -1.64100209e-28, 0.642536044))
  346. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  347. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.081114769, -2.90532589, 2.14157415e-28, -1, -4.7754458e-39, 0.292690128, -6.2681665e-29, 0.956211686, -0.956211686, 2.04779533e-28, 0.292690128))
  348. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  349. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0737171173, -2.90890694, 2.14157415e-28, -1, -4.7754458e-39, 0.0874866322, -1.87358828e-29, 0.996169925, -0.996169925, 2.13336849e-28, 0.0874866322))
  350. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  351. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.092912674, -2.8939929, 2.14157415e-28, -1, -4.7754458e-39, 0.656312048, -1.40553874e-28, 0.754495084, -0.754495084, 1.61580455e-28, 0.656312048))
  352. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  353. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0249757767, -2.88904858, 2.14157415e-28, -1, -4.7754458e-39, -0.981567919, 2.10209716e-28, 0.191135481, -0.191135481, 4.09330169e-29, -0.981567919))
  354. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  355. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.095041275, -2.8904705, 2.14157415e-28, -1, -4.7754458e-39, 0.73158288, -1.56673643e-28, 0.681758642, -0.681758642, 1.46003437e-28, 0.73158288))
  356. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  357. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0959634781, -2.88862848, 2.14157415e-28, -1, -4.7754458e-39, 0.766260862, -1.64100197e-28, 0.642536163, -0.642536163, 1.37603662e-28, 0.766260862))
  358. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  359. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0967912674, -2.88674402, 2.14157415e-28, -1, -4.7754458e-39, 0.798838437, -1.71076914e-28, 0.601552606, -0.601552606, 1.28826742e-28, 0.798838437))
  360. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  361. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0293102264, -2.89603615, 2.14157415e-28, -1, -4.7754458e-39, -0.920379043, 1.97105689e-28, 0.39103815, -0.39103815, 8.37435868e-29, -0.920379043))
  362. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  363. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0975151062, -2.88481545, 2.14157415e-28, -1, -4.7754458e-39, 0.829226613, -1.7758474e-28, 0.558920205, -0.558920205, 1.19696715e-28, 0.829226613))
  364. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  365. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0890569687, -2.89881325, 2.14157415e-28, -1, -4.7754458e-39, 0.530202866, -1.13546691e-28, 0.847875714, -0.847875714, 1.81578601e-28, 0.530202866))
  366. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  367. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0269556046, -2.8926568, 2.14157415e-28, -1, -4.7754458e-39, -0.956211686, 2.04779533e-28, 0.292690098, -0.292690098, 6.2681659e-29, -0.956211686))
  368. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  369. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0876083374, -2.90027714, 2.14157415e-28, -1, -4.7754458e-39, 0.4851017, -1.03887971e-28, 0.874462545, -0.874462545, 1.87272336e-28, 0.4851017))
  370. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  371. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0334625244, -2.90059566, 2.14157415e-28, -1, -4.7754458e-39, -0.847875714, 1.81578601e-28, 0.530202866, -0.530202866, 1.13546691e-28, -0.847875714))
  372. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  373. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0986633301, -2.88086295, 2.14157415e-28, -1, -4.7754458e-39, 0.883106947, -1.89123612e-28, 0.469180614, -0.469180614, 1.00478353e-28, 0.883106947))
  374. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  375. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0841221809, -2.84056664, 2.14157415e-28, -1, -4.7754458e-39, 0.787809789, -1.6871505e-28, -0.615925312, 0.615925312, -1.31904775e-28, 0.787809789))
  376. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  377. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.069776535, -2.91009998, 2.14157415e-28, -1, -4.7754458e-39, -0.0171207041, 3.66651998e-30, 0.999857605, -0.999857605, 2.141266e-28, -0.0171207041))
  378. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  379. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0857291222, -2.84185123, 2.14157415e-28, -1, -4.7754458e-39, 0.818964958, -1.75387158e-28, -0.573850632, 0.573850632, -1.2289418e-28, 0.818964958))
  380. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  381. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0993289948, -2.86654234, 2.14157415e-28, -1, -4.7754458e-39, 0.992590666, -2.12570329e-28, 0.121540569, -0.121540569, 2.60287747e-29, 0.992590666))
  382. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  383. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0677647591, -2.91053867, 2.14157415e-28, -1, -4.7754458e-39, -0.0694258735, 1.48680422e-29, 0.997591376, -0.997591376, 2.13641242e-28, -0.0694258735))
  384. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  385. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0474581718, -2.90906143, 2.14157415e-28, -1, -4.7754458e-39, -0.558920205, 1.19696715e-28, 0.829226613, -0.829226613, 1.7758474e-28, -0.558920205))
  386. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  387. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0980091095, -2.86051464, 2.14157415e-28, -1, -4.7754458e-39, 0.99938345, -2.14025032e-28, -0.0352312401, 0.0352312401, -7.54501864e-30, 0.99938345))
  388. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  389. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0996751785, -2.87064576, 2.14157415e-28, -1, -4.7754458e-39, 0.974448681, -2.08685078e-28, 0.224628732, -0.224628732, 4.8105833e-29, 0.974448681))
  390. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  391. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.098991394, -2.86451292, 2.14157415e-28, -1, -4.7754458e-39, 0.997591376, -2.13641242e-28, 0.0694258437, -0.0694258437, 1.48680362e-29, 0.997591376))
  392. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  393. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0995559692, -2.86859083, 2.14157415e-28, -1, -4.7754458e-39, 0.984869361, -2.10916749e-28, 0.173322201, -0.173322201, 3.711818e-29, 0.984869361))
  394. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  395. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0995931625, -2.87476063, 2.14157415e-28, -1, -4.7754458e-39, 0.945630491, -2.02513484e-28, 0.325255871, -0.325255871, 6.96558486e-29, 0.945630491))
  396. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  397. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0937786102, -2.85115814, 2.14157415e-28, -1, -4.7754458e-39, 0.956211686, -2.04779533e-28, -0.292690188, 0.292690188, -6.26816771e-29, 0.956211686))
  398. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  399. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0914268494, -2.84778214, 2.14157415e-28, -1, -4.7754458e-39, 0.920379043, -1.97105689e-28, -0.39103809, 0.39103809, -8.37435747e-29, 0.920379043))
  400. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  401. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0990791321, -2.87884474, 2.14157415e-28, -1, -4.7754458e-39, 0.906451762, -1.94123062e-28, 0.422319353, -0.422319353, 9.04426753e-29, 0.906451762))
  402. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  403. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0887336731, -2.84466839, 2.14157415e-28, -1, -4.7754458e-39, 0.874462664, -1.8727236e-28, -0.485101521, 0.485101521, -1.03887923e-28, 0.874462664))
  404. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  405. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0957632065, -2.85476875, 2.14157415e-28, -1, -4.7754458e-39, 0.981567919, -2.10209716e-28, -0.19113563, 0.19113563, -4.0933047e-29, 0.981567919))
  406. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  407. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0993909836, -2.8768115, 2.14157415e-28, -1, -4.7754458e-39, 0.927312016, -1.98590437e-28, 0.374300569, -0.374300569, 8.01591242e-29, 0.927312016))
  408. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  409. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.087266922, -2.84322071, 2.14157415e-28, -1, -4.7754458e-39, 0.847875714, -1.81578601e-28, -0.530202866, 0.530202866, -1.13546691e-28, 0.847875714))
  410. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  411. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0319952965, -2.89915276, 2.14157415e-28, -1, -4.7754458e-39, -0.874462664, 1.8727236e-28, 0.48510164, -0.48510164, 1.03887959e-28, -0.874462664))
  412. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  413. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0985507965, -2.86249995, 2.14157415e-28, -1, -4.7754458e-39, 0.999857664, -2.14126625e-28, 0.0171208233, -0.0171208233, 3.66654518e-30, 0.999857664))
  414. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  415. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0418052673, -2.90658379, 2.14157415e-28, -1, -4.7754458e-39, -0.681758523, 1.46003413e-28, 0.73158294, -0.73158294, 1.56673667e-28, -0.681758523))
  416. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  417. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0996923447, -2.87270403, 2.14157415e-28, -1, -4.7754458e-39, 0.961357236, -2.05881454e-28, 0.275319606, -0.275319606, 5.89616471e-29, 0.961357236))
  418. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  419. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0657327175, -2.91087437, 2.14157415e-28, -1, -4.7754458e-39, -0.121540524, 2.60287657e-29, 0.992590666, -0.992590666, 2.12570329e-28, -0.121540524))
  420. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  421. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0400137901, -2.90556669, 2.14157415e-28, -1, -4.7754458e-39, -0.719112217, 1.54002968e-28, 0.694899976, -0.694899976, 1.4881775e-28, -0.719112217))
  422. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  423. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0793385506, -2.9063611, 2.14157415e-28, -1, -4.7754458e-39, 0.242244855, -5.18784559e-29, 0.970219433, -0.970219433, 2.07779385e-28, 0.242244855))
  424. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  425. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0926408768, -2.84944248, 2.14157415e-28, -1, -4.7754458e-39, 0.939583004, -2.01218368e-28, -0.342333496, 0.342333496, -7.33131414e-29, 0.939583004))
  426. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  427. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0366106033, -2.9032526, 2.14157415e-28, -1, -4.7754458e-39, -0.787809789, 1.6871505e-28, 0.615925372, -0.615925372, 1.31904787e-28, -0.787809789))
  428. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  429. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0636857748, -2.91109753, 2.14157415e-28, -1, -4.7754458e-39, -0.173322201, 3.711818e-29, 0.984869361, -0.984869361, 2.10916749e-28, -0.173322201))
  430. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  431. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0494196415, -2.90968609, 2.14157415e-28, -1, -4.7754458e-39, -0.514755845, 1.10238605e-28, 0.857341707, -0.857341707, 1.83605799e-28, -0.514755845))
  432. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  433. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0436472893, -2.90750599, 2.14157415e-28, -1, -4.7754458e-39, -0.642536163, 1.37603662e-28, 0.766260743, -0.766260743, 1.64100173e-28, -0.642536163))
  434. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  435. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0575127602, -2.91113472, 2.14157415e-28, -1, -4.7754458e-39, -0.325255811, 6.96558365e-29, 0.945630491, -0.945630491, 2.02513484e-28, -0.325255811))
  436. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  437. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0595705509, -2.91123295, 2.14157415e-28, -1, -4.7754458e-39, -0.275319606, 5.89616471e-29, 0.961357236, -0.961357236, 2.05881454e-28, -0.275319606))
  438. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  439. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0554652214, -2.91093063, 2.14157415e-28, -1, -4.7754458e-39, -0.374300599, 8.01591302e-29, 0.927312016, -0.927312016, 1.98590437e-28, -0.374300599))
  440. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  441. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0455327034, -2.90832901, 2.14157415e-28, -1, -4.7754458e-39, -0.601552725, 1.28826766e-28, 0.798838258, -0.798838258, 1.71076878e-28, -0.601552725))
  442. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  443. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0514125824, -2.91020679, 2.14157415e-28, -1, -4.7754458e-39, -0.469180614, 1.00478353e-28, 0.883106947, -0.883106947, 1.89123612e-28, -0.469180614))
  444. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  445. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0534288883, -2.9106245, 2.14157415e-28, -1, -4.7754458e-39, -0.422319472, 9.04426994e-29, 0.906451821, -0.906451821, 1.94123074e-28, -0.422319472))
  446. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  447. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48934746, 0.0616300106, -2.91121864, 2.14157415e-28, -1, -4.7754458e-39, -0.224628732, 4.8105833e-29, 0.97444874, -0.97444874, 2.08685102e-28, -0.224628732))
  448. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  449. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0680866241, -2.40850544, 2.14157415e-28, -1, -4.7754458e-39, -0.391038179, 8.37435928e-29, -0.920379043, 0.920379043, -1.97105689e-28, -0.391038179))
  450. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  451. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0641288757, -2.45925784, 2.14157415e-28, -1, -4.7754458e-39, -0.906451821, 1.94123074e-28, -0.422319412, 0.422319412, -9.04426873e-29, -0.906451821))
  452. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  453. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0704116821, -2.41940498, 2.14157415e-28, -1, -4.7754458e-39, -0.530202866, 1.13546691e-28, -0.847875714, 0.847875714, -1.81578601e-28, -0.530202866))
  454. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  455. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0563187599, -2.38544941, 2.14157415e-28, -1, -4.7754458e-39, -0.0352309421, 7.54495469e-30, -0.99938345, 0.99938345, -2.14025032e-28, -0.0352309421))
  456. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  457. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0585069656, -2.38845539, 2.14157415e-28, -1, -4.7754458e-39, -0.087486513, 1.87358573e-29, -0.996169984, 0.996169984, -2.13336873e-28, -0.087486513))
  458. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  459. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0539753437, -2.38255978, 2.14157415e-28, -1, -4.7754458e-39, 0.0171207041, -3.66651998e-30, -0.999857605, 0.999857605, -2.141266e-28, 0.0171207041))
  460. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  461. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0514853001, -2.37979889, 2.14157415e-28, -1, -4.7754458e-39, 0.0694259033, -1.48680483e-29, -0.997591317, 0.997591317, -2.13641242e-28, 0.0694259033))
  462. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  463. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0704231262, -2.43794632, 2.14157415e-28, -1, -4.7754458e-39, -0.731583118, 1.56673703e-28, -0.681758463, 0.681758463, -1.46003401e-28, -0.731583118))
  464. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  465. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.065600872, -2.40149879, 2.14157415e-28, -1, -4.7754458e-39, -0.292690337, 6.26817072e-29, -0.956211627, 0.956211627, -2.04779509e-28, -0.292690337))
  466. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  467. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0709991455, -2.42681646, 2.14157415e-28, -1, -4.7754458e-39, -0.615925491, 1.31904811e-28, -0.787809789, 0.787809789, -1.6871505e-28, -0.615925491))
  468. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  469. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0623955727, -2.39479065, 2.14157415e-28, -1, -4.7754458e-39, -0.191135302, 4.09329778e-29, -0.981568038, 0.981568038, -2.1020974e-28, -0.191135302))
  470. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  471. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0640854836, -2.39810371, 2.14157415e-28, -1, -4.7754458e-39, -0.242244855, 5.18784559e-29, -0.970219433, 0.970219433, -2.07779385e-28, -0.242244855))
  472. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  473. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0698261261, -2.41573334, 2.14157415e-28, -1, -4.7754458e-39, -0.4851017, 1.03887971e-28, -0.874462545, 0.874462545, -1.87272336e-28, -0.4851017))
  474. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  475. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0708036423, -2.42310238, 2.14157415e-28, -1, -4.7754458e-39, -0.573850453, 1.22894143e-28, -0.818965197, 0.818965197, -1.75387206e-28, -0.573850453))
  476. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  477. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0681152344, -2.44884992, 2.14157415e-28, -1, -4.7754458e-39, -0.829226494, 1.77584716e-28, -0.558920205, 0.558920205, -1.19696715e-28, -0.829226494))
  478. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  479. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0605335236, -2.391572, 2.14157415e-28, -1, -4.7754458e-39, -0.139502332, 2.98754135e-29, -0.990225971, 0.990225971, -2.12063905e-28, -0.139502332))
  480. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  481. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0708112717, -2.43424845, 2.14157415e-28, -1, -4.7754458e-39, -0.694899857, 1.48817726e-28, -0.719112396, 0.719112396, -1.54003004e-28, -0.694899857))
  482. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  483. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0656375885, -2.45586061, 2.14157415e-28, -1, -4.7754458e-39, -0.883107007, 1.89123624e-28, -0.469180524, 0.469180524, -1.00478335e-28, -0.883107007))
  484. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  485. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0669689178, -2.45238709, 2.14157415e-28, -1, -4.7754458e-39, -0.857341766, 1.83605811e-28, -0.514755726, 0.514755726, -1.10238581e-28, -0.857341766))
  486. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  487. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0698461533, -2.44162083, 2.14157415e-28, -1, -4.7754458e-39, -0.766260862, 1.64100197e-28, -0.642536163, 0.642536163, -1.37603662e-28, -0.766260862))
  488. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  489. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0690507889, -2.41209793, 2.14157415e-28, -1, -4.7754458e-39, -0.438671023, 9.39445034e-29, -0.898652315, 0.898652315, -1.92452775e-28, -0.438671023))
  490. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  491. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0669355392, -2.40496922, 2.14157415e-28, -1, -4.7754458e-39, -0.342333198, 7.33130812e-29, -0.939583063, 0.939583063, -2.0121838e-28, -0.342333198))
  492. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  493. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0710029602, -2.43053436, 2.14157415e-28, -1, -4.7754458e-39, -0.656312168, 1.40553898e-28, -0.754495144, 0.754495144, -1.61580479e-28, -0.656312168))
  494. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  495. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0690746307, -2.44525719, 2.14157415e-28, -1, -4.7754458e-39, -0.798838317, 1.7107689e-28, -0.601552665, 0.601552665, -1.28826754e-28, -0.798838317))
  496. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  497. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0605840683, -2.46579289, 2.14157415e-28, -1, -4.7754458e-39, -0.945630491, 2.02513484e-28, -0.32525596, 0.32525596, -6.96558666e-29, -0.945630491))
  498. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  499. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0624427795, -2.46257162, 2.14157415e-28, -1, -4.7754458e-39, -0.927311897, 1.98590413e-28, -0.374300539, 0.374300539, -8.01591182e-29, -0.927311897))
  500. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  501. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0201251507, -2.36061096, 2.14157415e-28, -1, -4.7754458e-39, 0.558920205, -1.19696715e-28, -0.829226613, 0.829226613, -1.7758474e-28, 0.558920205))
  502. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  503. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0563783646, -2.47192287, 2.14157415e-28, -1, -4.7754458e-39, -0.974448681, 2.08685078e-28, -0.224628732, 0.224628732, -4.8105833e-29, -0.974448681))
  504. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  505. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0370688438, -2.36814117, 2.14157415e-28, -1, -4.7754458e-39, 0.32525593, -6.96558606e-29, -0.945630431, 0.945630431, -2.0251346e-28, 0.32525593))
  506. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  507. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0698461533, -2.41583109, 2.14157415e-28, -1, -4.7754458e-39, 0.766260862, -1.64100197e-28, 0.642536163, -0.642536163, 1.37603662e-28, 0.766260862))
  508. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  509. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0585613251, -2.46891356, 2.14157415e-28, -1, -4.7754458e-39, -0.961357117, 2.0588143e-28, -0.275319487, 0.275319487, -5.8961623e-29, -0.961357117))
  510. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  511. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0488548279, -2.37717247, 2.14157415e-28, -1, -4.7754458e-39, 0.121540345, -2.60287265e-29, -0.992590725, 0.992590725, -2.12570329e-28, 0.121540345))
  512. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  513. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0165326595, -2.35965061, 2.14157415e-28, -1, -4.7754458e-39, 0.601552784, -1.2882679e-28, -0.798838377, 0.798838377, -1.71076902e-28, 0.601552784))
  514. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  515. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0708122253, -2.42320275, 2.14157415e-28, -1, -4.7754458e-39, 0.694899857, -1.48817726e-28, 0.719112396, -0.719112396, 1.54003004e-28, 0.694899857))
  516. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  517. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0431983471, -2.37234783, 2.14157415e-28, -1, -4.7754458e-39, 0.224628851, -4.81058601e-29, -0.974448621, 0.974448621, -2.08685078e-28, 0.224628851))
  518. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  519. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0338475704, -2.36628342, 2.14157415e-28, -1, -4.7754458e-39, 0.374300778, -8.01591663e-29, -0.927311957, 0.927311957, -1.98590425e-28, 0.374300778))
  520. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  521. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0271344185, -2.36308575, 2.14157415e-28, -1, -4.7754458e-39, 0.469180703, -1.00478371e-28, -0.883107007, 0.883107007, -1.89123624e-28, 0.469180703))
  522. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  523. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0710010529, -2.43063498, 2.14157415e-28, -1, -4.7754458e-39, 0.615925491, -1.31904811e-28, 0.787809789, -0.787809789, 1.6871505e-28, 0.615925491))
  524. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  525. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.04616642, -2.48270059, 2.14157415e-28, -1, -4.7754458e-39, -0.999857605, 2.141266e-28, -0.0171207637, 0.0171207637, -3.66653277e-30, -0.999857605))
  526. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  527. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0237569809, -2.49566031, 2.14157415e-28, -1, -4.7754458e-39, -0.939583004, 2.01218368e-28, 0.342333317, -0.342333317, 7.33131053e-29, -0.939583004))
  528. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  529. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0690526962, -2.44535589, 2.14157415e-28, -1, -4.7754458e-39, 0.438671201, -9.39445395e-29, 0.898652375, -0.898652375, 1.92452787e-28, 0.438671201))
  530. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  531. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0305335522, -2.36459732, 2.14157415e-28, -1, -4.7754458e-39, 0.422319263, -9.04426572e-29, -0.906451821, 0.906451821, -1.94123074e-28, 0.422319263))
  532. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  533. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.046090126, -2.37468529, 2.14157415e-28, -1, -4.7754458e-39, 0.173322201, -3.711818e-29, -0.984869361, 0.984869361, -2.10916749e-28, 0.173322201))
  534. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  535. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0704250336, -2.41950464, 2.14157415e-28, -1, -4.7754458e-39, 0.73158288, -1.56673643e-28, 0.681758642, -0.681758642, 1.46003437e-28, 0.73158288))
  536. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  537. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0708026886, -2.43434763, 2.14157415e-28, -1, -4.7754458e-39, 0.573850572, -1.22894168e-28, 0.818965018, -0.818965018, 1.7538717e-28, 0.573850572))
  538. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  539. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0540418625, -2.47481465, 2.14157415e-28, -1, -4.7754458e-39, -0.984869421, 2.10916773e-28, -0.17332226, 0.17332226, -3.7118192e-29, -0.984869421))
  540. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  541. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0128955841, -2.35888004, 2.14157415e-28, -1, -4.7754458e-39, 0.642536044, -1.37603638e-28, -0.766260922, 0.766260922, -1.64100209e-28, 0.642536044))
  542. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  543. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0401890278, -2.37016392, 2.14157415e-28, -1, -4.7754458e-39, 0.275319457, -5.8961617e-29, -0.961357176, 0.961357176, -2.05881454e-28, 0.275319457))
  544. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  545. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0489273071, -2.48020983, 2.14157415e-28, -1, -4.7754458e-39, -0.997591317, 2.13641242e-28, -0.0694257542, 0.0694257542, -1.48680167e-29, -0.997591317))
  546. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  547. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0402708054, -2.48723125, 2.14157415e-28, -1, -4.7754458e-39, -0.996169984, 2.13336873e-28, 0.0874864534, -0.0874864534, 1.87358437e-29, -0.996169984))
  548. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  549. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0236623287, -2.36175632, 2.14157415e-28, -1, -4.7754458e-39, 0.514755607, -1.10238557e-28, -0.857341766, 0.857341766, -1.83605811e-28, 0.514755607))
  550. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  551. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0710029602, -2.42691612, 2.14157415e-28, -1, -4.7754458e-39, 0.656312048, -1.40553874e-28, 0.754495084, -0.754495084, 1.61580455e-28, 0.656312048))
  552. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  553. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0690755844, -2.4121933, 2.14157415e-28, -1, -4.7754458e-39, 0.798838437, -1.71076914e-28, 0.601552606, -0.601552606, 1.28826742e-28, 0.798838437))
  554. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  555. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0371522903, -2.48925829, 2.14157415e-28, -1, -4.7754458e-39, -0.990225971, 2.12063905e-28, 0.139502242, -0.139502242, 2.98753954e-29, -0.990225971))
  556. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  557. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0339336395, -2.49111891, 2.14157415e-28, -1, -4.7754458e-39, -0.981567919, 2.10209716e-28, 0.191135481, -0.191135481, 4.09330169e-29, -0.981567919))
  558. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  559. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0515556335, -2.47757864, 2.14157415e-28, -1, -4.7754458e-39, -0.992590666, 2.12570329e-28, -0.121540688, 0.121540688, -2.60287988e-29, -0.992590666))
  560. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  561. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0306215286, -2.49281168, 2.14157415e-28, -1, -4.7754458e-39, -0.970219493, 2.07779409e-28, 0.242244765, -0.242244765, 5.18784379e-29, -0.970219493))
  562. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  563. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0432767868, -2.48504353, 2.14157415e-28, -1, -4.7754458e-39, -0.99938345, 2.14025032e-28, 0.0352311507, -0.0352311507, 7.54499983e-30, -0.99938345))
  564. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  565. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0640864372, -2.45934963, 2.14157415e-28, -1, -4.7754458e-39, 0.242244855, -5.18784559e-29, 0.970219433, -0.970219433, 2.07779385e-28, 0.242244855))
  566. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  567. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00562286377, -2.49952841, 2.14157415e-28, -1, -4.7754458e-39, -0.818965018, 1.7538717e-28, 0.573850572, -0.573850572, 1.22894168e-28, -0.818965018))
  568. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  569. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0202217102, -2.49681282, 2.14157415e-28, -1, -4.7754458e-39, -0.920379043, 1.97105689e-28, 0.39103815, -0.39103815, 8.37435868e-29, -0.920379043))
  570. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  571. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00190925598, -2.49972582, 2.14157415e-28, -1, -4.7754458e-39, -0.787809789, 1.6871505e-28, 0.615925372, -0.615925372, 1.31904787e-28, -0.787809789))
  572. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  573. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0669360161, -2.45248127, 2.14157415e-28, -1, -4.7754458e-39, 0.342333317, -7.33131053e-29, 0.939583004, -0.939583004, 2.01218368e-28, 0.342333317))
  574. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  575. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00552415848, -2.35791492, 2.14157415e-28, -1, -4.7754458e-39, 0.719112515, -1.5400304e-28, -0.694899678, 0.694899678, -1.4881769e-28, 0.719112515))
  576. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  577. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0129947662, -2.4985528, 2.14157415e-28, -1, -4.7754458e-39, -0.874462664, 1.8727236e-28, 0.48510164, -0.48510164, 1.03887959e-28, -0.874462664))
  578. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  579. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0272274017, -2.49432468, 2.14157415e-28, -1, -4.7754458e-39, -0.956211686, 2.04779533e-28, 0.292690098, -0.292690098, 6.2681659e-29, -0.956211686))
  580. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  581. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0704116821, -2.4380455, 2.14157415e-28, -1, -4.7754458e-39, 0.530202866, -1.13546691e-28, 0.847875714, -0.847875714, 1.81578601e-28, 0.530202866))
  582. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  583. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00922250748, -2.35829926, 2.14157415e-28, -1, -4.7754458e-39, 0.681758642, -1.46003437e-28, -0.73158288, 0.73158288, -1.56673643e-28, 0.681758642))
  584. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  585. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.068116188, -2.40860057, 2.14157415e-28, -1, -4.7754458e-39, 0.829226613, -1.7758474e-28, 0.558920205, -0.558920205, 1.19696715e-28, 0.829226613))
  586. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  587. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00180912018, -2.35772133, 2.14157415e-28, -1, -4.7754458e-39, 0.754495025, -1.61580443e-28, -0.656312168, 0.656312168, -1.40553898e-28, 0.754495025))
  588. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  589. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0669689178, -2.40506268, 2.14157415e-28, -1, -4.7754458e-39, 0.857341707, -1.83605799e-28, 0.514755845, -0.514755845, 1.10238605e-28, 0.857341707))
  590. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  591. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0018081665, -2.49972725, 2.14157415e-28, -1, -4.7754458e-39, -0.754495144, 1.61580479e-28, 0.656311989, -0.656311989, 1.40553862e-28, -0.754495144))
  592. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  593. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0129928589, -2.35889721, 2.14157415e-28, -1, -4.7754458e-39, 0.874462664, -1.8727236e-28, -0.485101521, 0.485101521, -1.03887923e-28, 0.874462664))
  594. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  595. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.00932121277, -2.49913549, 2.14157415e-28, -1, -4.7754458e-39, -0.847875714, 1.81578601e-28, 0.530202866, -0.530202866, 1.13546691e-28, -0.847875714))
  596. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  597. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0272283554, -2.36312485, 2.14157415e-28, -1, -4.7754458e-39, 0.956211686, -2.04779533e-28, -0.292690188, 0.292690188, -6.26816771e-29, 0.956211686))
  598. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  599. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.065600872, -2.45595312, 2.14157415e-28, -1, -4.7754458e-39, 0.292690128, -6.2681665e-29, 0.956211686, -0.956211686, 2.04779533e-28, 0.292690128))
  600. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  601. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0166282654, -2.3596735, 2.14157415e-28, -1, -4.7754458e-39, 0.898652256, -1.92452763e-28, -0.438671261, 0.438671261, -9.39445516e-29, 0.898652256))
  602. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  603. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0605330467, -2.46587944, 2.14157415e-28, -1, -4.7754458e-39, 0.139502153, -2.98753774e-29, 0.99022609, -0.99022609, 2.1206393e-28, 0.139502153))
  604. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  605. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0680866241, -2.44894505, 2.14157415e-28, -1, -4.7754458e-39, 0.39103809, -8.37435747e-29, 0.920379043, -0.920379043, 1.97105689e-28, 0.39103809))
  606. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  607. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, -0.0166301727, -2.49777699, 2.14157415e-28, -1, -4.7754458e-39, -0.898652375, 1.92452787e-28, 0.438671201, -0.438671201, 9.39445395e-29, -0.898652375))
  608. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  609. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0539762974, -2.47489357, 2.14157415e-28, -1, -4.7754458e-39, -0.0171207041, 3.66651998e-30, 0.999857605, -0.999857605, 2.141266e-28, -0.0171207041))
  610. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  611. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.040271759, -2.37021875, 2.14157415e-28, -1, -4.7754458e-39, 0.996169984, -2.13336873e-28, -0.0874863937, 0.0874863937, -1.87358317e-29, 0.996169984))
  612. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  613. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0306224823, -2.36464024, 2.14157415e-28, -1, -4.7754458e-39, 0.970219553, -2.07779409e-28, -0.242244676, 0.242244676, -5.18784198e-29, 0.970219553))
  614. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  615. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0563182831, -2.47200394, 2.14157415e-28, -1, -4.7754458e-39, 0.0352312103, -7.54501262e-30, 0.99938345, -0.99938345, 2.14025032e-28, 0.0352312103))
  616. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  617. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0698280334, -2.4417181, 2.14157415e-28, -1, -4.7754458e-39, 0.4851017, -1.03887971e-28, 0.874462545, -0.874462545, 1.87272336e-28, 0.4851017))
  618. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  619. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.037153244, -2.36819172, 2.14157415e-28, -1, -4.7754458e-39, 0.99022609, -2.1206393e-28, -0.139502153, 0.139502153, -2.98753774e-29, 0.99022609))
  620. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  621. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0623950958, -2.46266031, 2.14157415e-28, -1, -4.7754458e-39, 0.191135392, -4.09329958e-29, 0.981567979, -0.981567979, 2.10209716e-28, 0.191135392))
  622. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  623. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.058506012, -2.468997, 2.14157415e-28, -1, -4.7754458e-39, 0.0874866322, -1.87358828e-29, 0.996169925, -0.996169925, 2.13336849e-28, 0.0874866322))
  624. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  625. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0461654663, -2.37474895, 2.14157415e-28, -1, -4.7754458e-39, 0.999857664, -2.14126625e-28, 0.0171208233, -0.0171208233, 3.66654518e-30, 0.999857664))
  626. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  627. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0237550735, -2.36179066, 2.14157415e-28, -1, -4.7754458e-39, 0.939583004, -2.01218368e-28, -0.342333496, 0.342333496, -7.33131414e-29, 0.939583004))
  628. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  629. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0605859756, -2.3916564, 2.14157415e-28, -1, -4.7754458e-39, 0.945630491, -2.02513484e-28, 0.325255871, -0.325255871, 6.96558486e-29, 0.945630491))
  630. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  631. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0401880741, -2.48728943, 2.14157415e-28, -1, -4.7754458e-39, -0.275319606, 5.89616471e-29, 0.961357236, -0.961357236, 2.05881454e-28, -0.275319606))
  632. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  633. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.00922060013, -2.49915028, 2.14157415e-28, -1, -4.7754458e-39, -0.681758523, 1.46003413e-28, 0.73158294, -0.73158294, 1.56673667e-28, -0.681758523))
  634. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  635. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0489282608, -2.37723827, 2.14157415e-28, -1, -4.7754458e-39, 0.997591376, -2.13641242e-28, 0.0694258437, -0.0694258437, 1.48680362e-29, 0.997591376))
  636. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  637. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0460896492, -2.48276615, 2.14157415e-28, -1, -4.7754458e-39, -0.173322201, 3.711818e-29, 0.984869361, -0.984869361, 2.10916749e-28, -0.173322201))
  638. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  639. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0128941536, -2.49857044, 2.14157415e-28, -1, -4.7754458e-39, -0.642536163, 1.37603662e-28, 0.766260743, -0.766260743, 1.64100173e-28, -0.642536163))
  640. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  641. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0338463783, -2.49116802, 2.14157415e-28, -1, -4.7754458e-39, -0.374300599, 8.01591302e-29, 0.927312016, -0.927312016, 1.98590437e-28, -0.374300599))
  642. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  643. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0540399551, -2.38263512, 2.14157415e-28, -1, -4.7754458e-39, 0.984869361, -2.10916749e-28, 0.173322201, -0.173322201, 3.711818e-29, 0.984869361))
  644. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  645. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0201251507, -2.49684048, 2.14157415e-28, -1, -4.7754458e-39, -0.558920205, 1.19696715e-28, 0.829226613, -0.829226613, 1.7758474e-28, -0.558920205))
  646. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  647. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0370678902, -2.48931217, 2.14157415e-28, -1, -4.7754458e-39, -0.325255811, 6.96558365e-29, 0.945630491, -0.945630491, 2.02513484e-28, -0.325255811))
  648. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  649. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.00932025909, -2.35831356, 2.14157415e-28, -1, -4.7754458e-39, 0.847875714, -1.81578601e-28, -0.530202866, 0.530202866, -1.13546691e-28, 0.847875714))
  650. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  651. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0339345932, -2.36633015, 2.14157415e-28, -1, -4.7754458e-39, 0.981567919, -2.10209716e-28, -0.19113563, 0.19113563, -4.0933047e-29, 0.981567919))
  652. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  653. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.00190877914, -2.35772514, 2.14157415e-28, -1, -4.7754458e-39, 0.787809789, -1.6871505e-28, -0.615925312, 0.615925312, -1.31904775e-28, 0.787809789))
  654. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  655. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0514864922, -2.47765446, 2.14157415e-28, -1, -4.7754458e-39, -0.0694258735, 1.48680422e-29, 0.997591376, -0.997591376, 2.13641242e-28, -0.0694258735))
  656. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  657. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0432758331, -2.37240696, 2.14157415e-28, -1, -4.7754458e-39, 0.99938345, -2.14025032e-28, -0.0352312401, 0.0352312401, -7.54501864e-30, 0.99938345))
  658. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  659. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0271339417, -2.49436474, 2.14157415e-28, -1, -4.7754458e-39, -0.469180614, 1.00478353e-28, 0.883106947, -0.883106947, 1.89123612e-28, -0.469180614))
  660. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  661. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0165314674, -2.49780083, 2.14157415e-28, -1, -4.7754458e-39, -0.601552725, 1.28826766e-28, 0.798838258, -0.798838258, 1.71076878e-28, -0.601552725))
  662. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  663. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0641288757, -2.39819241, 2.14157415e-28, -1, -4.7754458e-39, 0.906451762, -1.94123062e-28, 0.422319353, -0.422319353, 9.04426753e-29, 0.906451762))
  664. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  665. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0305323601, -2.49285507, 2.14157415e-28, -1, -4.7754458e-39, -0.422319472, 9.04426994e-29, 0.906451821, -0.906451821, 1.94123074e-28, -0.422319472))
  666. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  667. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0202188492, -2.36063862, 2.14157415e-28, -1, -4.7754458e-39, 0.920379043, -1.97105689e-28, -0.39103809, 0.39103809, -8.37435747e-29, 0.920379043))
  668. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  669. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0431983471, -2.48510456, 2.14157415e-28, -1, -4.7754458e-39, -0.224628732, 4.8105833e-29, 0.97444874, -0.97444874, 2.08685102e-28, -0.224628732))
  670. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  671. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0585632324, -2.38853669, 2.14157415e-28, -1, -4.7754458e-39, 0.961357236, -2.05881454e-28, 0.275319606, -0.275319606, 5.89616471e-29, 0.961357236))
  672. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  673. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.00562238693, -2.3579216, 2.14157415e-28, -1, -4.7754458e-39, 0.818964958, -1.75387158e-28, -0.573850632, 0.573850632, -1.2289418e-28, 0.818964958))
  674. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  675. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0515556335, -2.37986994, 2.14157415e-28, -1, -4.7754458e-39, 0.992590666, -2.12570329e-28, 0.121540569, -0.121540569, 2.60287747e-29, 0.992590666))
  676. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  677. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0563783646, -2.38552618, 2.14157415e-28, -1, -4.7754458e-39, 0.974448681, -2.08685078e-28, 0.224628732, -0.224628732, 4.8105833e-29, 0.974448681))
  678. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  679. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0624427795, -2.39487767, 2.14157415e-28, -1, -4.7754458e-39, 0.927312016, -1.98590437e-28, 0.374300569, -0.374300569, 8.01591242e-29, 0.927312016))
  680. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  681. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.00552272797, -2.49953651, 2.14157415e-28, -1, -4.7754458e-39, -0.719112217, 1.54002968e-28, 0.694899976, -0.694899976, 1.4881775e-28, -0.719112217))
  682. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  683. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0488553047, -2.48028088, 2.14157415e-28, -1, -4.7754458e-39, -0.121540524, 2.60287657e-29, 0.992590666, -0.992590666, 2.12570329e-28, -0.121540524))
  684. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  685. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0656394958, -2.40159059, 2.14157415e-28, -1, -4.7754458e-39, 0.883106947, -1.89123612e-28, 0.469180614, -0.469180614, 1.00478353e-28, 0.883106947))
  686. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  687. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.93104744, 0.0236616135, -2.49569416, 2.14157415e-28, -1, -4.7754458e-39, -0.514755845, 1.10238605e-28, 0.857341707, -0.857341707, 1.83605799e-28, -0.514755845))
  688.  
  689. ----------------------Wings
  690.  
  691. handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Handle",Vector3.new(0.05, 0.05, 0.05))
  692. handleweld=weld(m,Character["Torso"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100221634, -0.0175542831, 0.00262880325, 1.00000155, -2.14157415e-28, 0.000332000374, -2.14157415e-28, 1, -7.1100246e-32, -0.000332000374, 4.7754458e-39, 1.00000155))
  693. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902))
  694. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.700101852, 1.86904049, 0.891112566, 0.75275898, -0.636865616, 0.166612804, -0.638960898, -0.7677508, -0.0478571169, 0.158395648, -0.0704337358, -0.984863639))
  695. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902))
  696. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37859869, 1.42097473, -0.884177685, 0.638928056, -0.767751753, -0.0482810065, 0.752649307, 0.636864662, -0.167112693, 0.159049526, 0.0704338774, 0.984758258))
  697. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  698. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.17693233, 0.404156685, 0.899710178, -0.498539031, -0.866677165, -0.0181981921, -0.852276921, 0.493872404, -0.172391862, 0.158395648, -0.0704337358, -0.984863639))
  699. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.246144727, 0.200000003, 0.200000003))
  700. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79093742, -5.0165062, 0.899179935, 0.541946113, 0.839977741, 0.0270888023, 0.825355411, -0.538030386, 0.171220094, 0.158395648, -0.0704337358, -0.984863639))
  701. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888))
  702. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902))
  703. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.104499578, -3.89063263, 0.891108513, -0.488824785, 0.86104399, -0.140196726, 0.857885361, 0.503629029, 0.101955876, 0.158395648, -0.0704337358, -0.984863639))
  704. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902))
  705. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.94126606, -0.604771733, 0.891101122, -0.929736614, -0.346456975, -0.124752127, -0.332426131, 0.93541801, -0.120362103, 0.158395648, -0.0704337358, -0.984863639))
  706. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  707. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.36515665, -5.39487457, -0.875785828, -0.81914556, 0.56619513, 0.0918044075, -0.551099241, -0.821256638, 0.147748649, 0.159049526, 0.0704338774, 0.984758258))
  708. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902))
  709. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.47317219, 0.354777813, 0.891096592, -0.973336935, -0.178759843, -0.143757522, -0.165928766, 0.981368423, -0.0968705565, 0.158395648, -0.0704337358, -0.984863639))
  710. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157688, 0.0928658471, 0.140546978))
  711. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.34740114, -4.54231548, 0.89917922, 0.41211924, 0.911129892, 0.00112016883, 0.897259653, -0.406056136, 0.173346102, 0.158395648, -0.0704337358, -0.984863639))
  712. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902))
  713. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.65370083, -0.36060524, 0.891111851, 0.857885361, 0.503629029, 0.101955876, 0.488824785, -0.86104399, 0.140196726, 0.158395648, -0.0704337358, -0.984863639))
  714. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902))
  715. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.530793428, 1.99753952, 0.891105652, -0.00560906343, -0.997500598, 0.0704358295, -0.98736304, -0.00563243032, -0.158394843, 0.158395648, -0.0704337358, -0.984863639))
  716. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  717. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.18585587, 0.349413395, 0.899714947, 0.971388578, -0.167668134, 0.168219566, -0.176978514, -0.983324349, 0.0418606214, 0.158395648, -0.0704337358, -0.984863639))
  718. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902))
  719. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.81200981, 0.265833378, 0.891103268, 0.857885361, 0.503629029, 0.101955876, 0.488824785, -0.86104399, 0.140196726, 0.158395648, -0.0704337358, -0.984863639))
  720. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.388688922, 0.200000003, 0.200000003))
  721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.989244938, -3.72903919, 0.899180412, 0.129879355, 0.990271866, -0.0499324463, 0.978799522, -0.12000373, 0.166002661, 0.158395648, -0.0704337358, -0.984863639))
  722. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888))
  723. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902))
  724. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.747990608, -0.87575531, 0.891108036, -0.630366266, 0.760510743, -0.155771062, 0.759970784, 0.645493984, 0.0760625526, 0.158395648, -0.0704337358, -0.984863639))
  725. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  726. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.98905087, -7.80519533, -0.875741005, -0.480350316, 0.876951933, 0.0148584386, -0.862538993, -0.475389123, 0.17331171, 0.159049526, 0.0704338774, 0.984758258))
  727. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902))
  728. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.31697559, 1.35000134, 0.89109993, -0.638960898, -0.7677508, -0.0478571169, -0.75275898, 0.636865616, -0.166612804, 0.158395648, -0.0704337358, -0.984863639))
  729. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902))
  730. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.4933629, -2.56108665, 0.891094208, 0.342967689, 0.939270735, -0.0120140137, 0.925899744, -0.335871369, 0.172932908, 0.158395648, -0.0704337358, -0.984863639))
  731. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(8.67960358, 0.333232433, 0.161478281))
  732. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.57341194, -0.117282867, -0.875673294, 0.889293849, -0.443437904, -0.111914277, 0.428796589, 0.893533587, -0.133164987, 0.159049526, 0.0704338774, 0.984758258))
  733. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902))
  734. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.807125092, -0.948737144, -0.884182453, 0.630263746, 0.760509849, -0.156189755, -0.759919405, 0.645495176, 0.076566793, 0.159049526, 0.0704338774, 0.984758258))
  735. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.246144727, 0.200000003, 0.200000003))
  736. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.84341717, -5.09448719, -0.876107216, -0.541927397, 0.839978278, 0.0274483506, -0.825242281, -0.53802973, 0.171768188, 0.159049526, 0.0704338774, 0.984758258))
  737. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888))
  738. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.72853518, 0.276367128, 0.200000003))
  739. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.92755938, 0.762280822, -0.873428345, -0.951270163, -0.255978465, 0.171949551, 0.264187902, -0.964113414, 0.0262883995, 0.159049526, 0.0704338774, 0.984758258))
  740. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  741. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"v","Part",Vector3.new(0.203526303, 0.0796965212, 0.120615982))
  742. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.23291898, -2.68892288, -0.876105785, -0.774011075, 0.628090024, 0.0800876692, -0.612875879, -0.774946809, 0.154413998, 0.159049526, 0.0704338774, 0.984758258))
  743. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003))
  744. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.0651021, -0.632002354, -0.876111984, -0.858350456, 0.50268954, 0.102678612, -0.487795562, -0.861593068, 0.140409455, 0.159049526, 0.0704338774, 0.984758258))
  745. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263))
  746. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003))
  747. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.33538294, -4.73545551, -0.875673294, -0.073296383, 0.995541811, -0.059367422, -0.984549403, -0.0627364814, 0.163502961, 0.159049526, 0.0704338774, 0.984758258))
  748. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  749. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330954, 0.200000003, 0.200000003))
  750. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.95088196, -7.30414772, -0.875742435, -0.56724745, 0.822897077, 0.0327595398, -0.808047295, -0.563808382, 0.17083481, 0.159049526, 0.0704338774, 0.984758258))
  751. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  752. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902))
  753. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.73588848, -0.40621233, -0.884181976, -0.857817829, 0.503629148, 0.102525368, -0.488731652, -0.861044168, 0.140521377, 0.159049526, 0.0704338774, 0.984758258))
  754. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003))
  755. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.87717533, -1.32662773, -0.872437, -0.835002363, 0.541791916, 0.096110858, -0.526764631, -0.837556481, 0.144984186, 0.159049526, 0.0704338774, 0.984758258))
  756. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  757. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.21506357, 0.20021978, 0.0970228091))
  758. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.07851458, -1.58847284, -0.875841618, 0.738140345, 0.653911829, -0.165988639, -0.655636132, 0.753285348, 0.0520142578, 0.159049526, 0.0704338774, 0.984758258))
  759. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003))
  760. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.43603611, 0.764592171, -0.87389946, -0.807647109, -0.564388216, 0.170811653, 0.567816854, -0.822499335, -0.0328799486, 0.159049526, 0.0704338774, 0.984758258))
  761. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  762. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902))
  763. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.03015041, -0.574133396, -0.884183884, 0.929653645, -0.346456975, -0.125369355, 0.332346082, 0.935418129, -0.120582908, 0.159049526, 0.0704338774, 0.984758258))
  764. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902))
  765. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.52700329, -2.6488533, -0.884180069, -0.342975736, 0.939270914, -0.0117864367, -0.925784886, -0.335871369, 0.173547685, 0.159049526, 0.0704338774, 0.984758258))
  766. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.333568811, 0.200000003, 0.200000003))
  767. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.54901314, -2.15040779, -0.876101971, -0.559423566, 0.828299344, 0.0311095063, -0.813483357, -0.555841386, 0.171142966, 0.159049526, 0.0704338774, 0.984758258))
  768. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915))
  769. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902))
  770. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.532396793, 2.09151459, -0.884161949, 0.00565586146, -0.997500718, 0.0704322308, 0.987257838, -0.00563246012, -0.159050345, 0.159049526, 0.0704338774, 0.984758258))
  771. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  772. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15353775, -1.38181496, 0.899710655, -0.971388578, 0.167667985, -0.168219551, 0.176978365, 0.983324289, -0.0418606475, 0.158395648, -0.0704337358, -0.984863639))
  773. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.23805618, 0.345994473, 0.200000003))
  774. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.56607056, 0.541192055, 0.901857138, 0.951383591, -0.255979359, 0.171317831, -0.264171213, -0.964112818, 0.0264634844, 0.158395648, -0.0704337358, -0.984863639))
  775. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  776. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.02377248, 0.109218024, 0.165295035))
  777. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.6075983, 0.0951771736, -0.876103401, -0.8881374, 0.445839584, 0.11155571, -0.431186944, -0.892337799, 0.133465528, 0.159049526, 0.0704338774, 0.984758258))
  778. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  779. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.3123312, -6.54397392, -0.875741005, -0.56724745, 0.822897077, 0.0327595398, -0.808047295, -0.563808382, 0.17083481, 0.159049526, 0.0704338774, 0.984758258))
  780. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  781. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.570847034, 0.200000003, 0.200000003))
  782. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.08688402, 1.61658335, -0.876107216, -0.469388247, -0.872112572, 0.138188854, 0.868553102, -0.484209657, -0.105648227, 0.159049526, 0.0704338774, 0.984758258))
  783. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422))
  784. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902))
  785. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.771085739, 1.93069386, -0.884171486, -0.752648413, -0.636865735, 0.167112619, 0.638929069, -0.7677508, -0.0482812412, 0.159049526, 0.0704338774, 0.984758258))
  786. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902))
  787. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.56598759, 0.369503975, -0.884170532, 0.973241329, -0.178759933, -0.144403696, 0.165864408, 0.981368542, -0.0969808325, 0.159049526, 0.0704338774, 0.984758258))
  788. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 0.200000003))
  789. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.81264782, -4.15558147, 0.89956212, 0.418314397, 0.908299923, 0.00231892825, 0.894388199, -0.412347406, 0.173334211, 0.158395648, -0.0704337358, -0.984863639))
  790. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  791. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003))
  792. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.43650723, 0.103844166, -0.876109123, -0.888450921, 0.445189804, 0.111652821, -0.430540204, -0.892662048, 0.133384258, 0.159049526, 0.0704338774, 0.984758258))
  793. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263))
  794. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003))
  795. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.385073185, -4.24829006, -0.87610054, 0.2262768, 0.968300164, -0.105803393, -0.960993707, 0.239654273, 0.138070092, 0.159049526, 0.0704338774, 0.984758258))
  796. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263))
  797. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  798. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.7668295, -1.35262012, -0.875671387, -0.840006173, 0.533750474, 0.097494185, -0.518748343, -0.842703938, 0.144057631, 0.159049526, 0.0704338774, 0.984758258))
  799. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902))
  800. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.89422512, 0.220214367, -0.884170055, -0.857817829, 0.503629148, 0.102525368, -0.488731652, -0.861044168, 0.140521377, 0.159049526, 0.0704338774, 0.984758258))
  801. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  802. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.69456816, -2.22814298, -0.876106262, -0.97177875, 0.187195092, 0.143564135, -0.174230143, -0.979794621, 0.098219417, 0.159049526, 0.0704338774, 0.984758258))
  803. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422))
  804. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  805. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.00764418, -9.00028801, -0.87567091, -0.142560482, 0.988636971, -0.0476866253, -0.976927102, -0.132802248, 0.167283282, 0.159049526, 0.0704338774, 0.984758258))
  806. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.17940784, 0.322034985, 0.200000003))
  807. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.7252779, -0.298906803, -0.872979641, -0.967677772, 0.208867818, 0.141351685, -0.195728391, -0.975404441, 0.101377606, 0.159049526, 0.0704338774, 0.984758258))
  808. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  809. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902))
  810. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150129795, -3.97287154, -0.884187698, 0.488732785, 0.861043513, -0.140521526, -0.857817173, 0.50363034, 0.102525182, 0.159049526, 0.0704338774, 0.984758258))
  811. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  812. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.89297867, -5.11195469, 0.899503708, -0.463223636, 0.875570774, -0.137118191, 0.871975482, 0.477927923, 0.106060021, 0.158395648, -0.0704337358, -0.984863639))
  813. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  814. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.262121707, 0.200000003, 0.200000003))
  815. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.11748409, 0.0639610291, -0.876108646, -0.975656867, 0.163778692, 0.145865351, -0.151008502, -0.983979702, 0.0947682038, 0.159049526, 0.0704338774, 0.984758258))
  816. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888))
  817. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003))
  818. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.10012627, -1.02225876, -0.872441292, -0.835002363, 0.541791916, 0.096110858, -0.526764631, -0.837556481, 0.144984186, 0.159049526, 0.0704338774, 0.984758258))
  819. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  820. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.23805618, 0.345994473, 0.200000003))
  821. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.65635395, 0.567358971, -0.873436451, -0.951270163, -0.255978465, 0.171949551, 0.264187902, -0.964113414, 0.0262883995, 0.159049526, 0.0704338774, 0.984758258))
  822. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  823. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 0.200000003, 0.200000003))
  824. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.31575251, 1.44009209, -0.875844002, -0.738136292, -0.653916478, 0.165988311, 0.655640781, -0.753281236, -0.0520153008, 0.159049526, 0.0704338774, 0.984758258))
  825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038))
  826. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.33351707, 0.243160099, 0.117830887))
  827. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.10377502, -1.5553863, -0.875781059, 0.915228903, 0.36352247, -0.173820481, -0.370224476, 0.928919315, -0.00664507039, 0.159049526, 0.0704338774, 0.984758258))
  828. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.388688922, 0.200000003, 0.200000003))
  829. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00266516, -3.82210827, -0.87610817, -0.1299126, 0.990272045, -0.0498463511, -0.978689373, -0.12000373, 0.16665253, 0.159049526, 0.0704338774, 0.984758258))
  830. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888))
  831. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.86096573, 0.200000003, 0.200000003))
  832. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.73538971, 1.31504488, -0.876113892, -0.953327179, -0.248355001, 0.171736494, 0.256665647, -0.966105103, 0.0276457798, 0.159049526, 0.0704338774, 0.984758258))
  833. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888))
  834. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003))
  835. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.27444363, 1.05640697, -0.876102924, -0.73989594, -0.651889443, 0.166127533, 0.653654456, -0.755036175, -0.051568944, 0.159049526, 0.0704338774, 0.984758258))
  836. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422))
  837. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.253317922, 0.200000003, 0.200000003))
  838. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.61122799, -1.7631793, -0.87610817, -0.799769223, 0.59401983, 0.0866847336, -0.578860283, -0.801361322, 0.150809377, 0.159049526, 0.0704338774, 0.984758258))
  839. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422))
  840. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 0.200000003, 0.200000003))
  841. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.60626459, 1.37513888, -0.875784874, -0.915224373, -0.363533467, 0.173820555, 0.370235354, -0.928914726, 0.00664297398, 0.159049526, 0.0704338774, 0.984758258))
  842. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541))
  843. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.95976114, 0.345994473, 0.200000003))
  844. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.4043808, 0.513969898, 0.901859522, 0.951383591, -0.255979359, 0.171317831, -0.264171213, -0.964112818, 0.0264634844, 0.158395648, -0.0704337358, -0.984863639))
  845. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  846. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.307646036, 0.200000003, 0.200000003))
  847. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62449265, -2.36927128, -0.876119614, -0.559423566, 0.828299344, 0.0311095063, -0.813483357, -0.555841386, 0.171142966, 0.159049526, 0.0704338774, 0.984758258))
  848. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915))
  849. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.24669528, 0.227562711, 0.200000003))
  850. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.96907568, 0.94747901, -0.873895645, -0.807647109, -0.564388216, 0.170811653, 0.567816854, -0.822499335, -0.0328799486, 0.159049526, 0.0704338774, 0.984758258))
  851. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  852. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526318, 0.200000003, 0.200000003))
  853. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.27017307, -3.09353781, 0.899179935, 0.85719502, 0.504842997, 0.101758048, 0.490034342, -0.860332966, 0.140340403, 0.158395648, -0.0704337358, -0.984863639))
  854. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915))
  855. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.29378319, 0.0500000007, 0.120615982))
  856. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.39287758, 1.34701824, 0.899183035, 0.916340232, -0.361013323, 0.173193529, -0.367747515, -0.929897368, 0.0073583317, 0.158395648, -0.0704337358, -0.984863639))
  857. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  858. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79792404, -2.28564715, -0.875847816, -0.976712883, 0.156730622, 0.146540001, -0.144020423, -0.985126853, 0.0937215909, 0.159049526, 0.0704338774, 0.984758258))
  859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  860. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.07483196, 0.200000003, 0.200000003))
  861. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.64972115, 1.51036119, 0.899181604, 0.916063786, -0.361711085, 0.173198968, -0.368435085, -0.929625928, 0.00722833769, 0.158395648, -0.0704337358, -0.984863639))
  862. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915))
  863. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  864. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.93610978, -5.19544029, -0.875783443, 0.46313253, 0.875570893, -0.13742584, -0.871905088, 0.477927983, 0.106638886, 0.159049526, 0.0704338774, 0.984758258))
  865. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  866. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.211238876, 0.200000003, 0.200000003))
  867. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.28640366, -3.05552244, -0.876101494, -0.857127726, 0.504843056, 0.102327086, -0.489941061, -0.860333085, 0.140665859, 0.159049526, 0.0704338774, 0.984758258))
  868. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915))
  869. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.307646036, 0.200000003, 0.200000003))
  870. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.57033062, -2.29242516, 0.899165154, 0.559443235, 0.828299642, 0.0307380427, 0.813597262, -0.555840611, 0.170602739, 0.158395648, -0.0704337358, -0.984863639))
  871. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915))
  872. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.72026825, 0.186172783, 0.120615982))
  873. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.42092252, -2.46699524, -0.876100063, -0.708025157, 0.70327878, 0.0640523657, -0.688047945, -0.707416654, 0.161725104, 0.159049526, 0.0704338774, 0.984758258))
  874. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.50757241, 0.0500000007, 0.140546978))
  875. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.32861137, 0.540556192, -0.876111031, -0.983388245, 0.0997137427, 0.15169625, -0.087509498, -0.992520452, 0.0851232708, 0.159049526, 0.0704338774, 0.984758258))
  876. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.693274379, 0.200000003, 0.200000003))
  877. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58943653, 1.6636641, -0.876110077, -0.733404636, -0.659314036, 0.165610179, 0.660929382, -0.748561621, -0.0532070324, 0.159049526, 0.0704338774, 0.984758258))
  878. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915))
  879. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.591511309, 0.200000003, 0.200000003))
  880. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.91192293, 0.90885371, -0.876109123, -0.916216314, -0.361035317, 0.173802093, 0.36777404, -0.929888785, 0.0071101794, 0.159049526, 0.0704338774, 0.984758258))
  881. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915))
  882. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.38008833, 0.283340693, 0.137301654))
  883. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.05869627, -0.744317532, -0.875728607, 0.983619809, -0.0970442891, -0.151924595, 0.0848645568, 0.992784798, -0.0847150087, 0.159049526, 0.0704338774, 0.984758258))
  884. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003))
  885. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.74045277, -6.00325108, -0.87610817, -0.213370487, 0.976331234, -0.0353698544, -0.963941395, -0.204491541, 0.170313492, 0.159049526, 0.0704338774, 0.984758258))
  886. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263))
  887. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 0.200000003, 0.200000003))
  888. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.51955318, 1.33892965, 0.899498224, 0.91533941, -0.363533497, 0.173212782, -0.370230854, -0.928914666, 0.00688865362, 0.158395648, -0.0704337358, -0.984863639))
  889. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541))
  890. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.25244117, 0.200000003, 0.200000003))
  891. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.79386044, 0.731644154, -0.8761096, -0.983451426, 0.0989937782, 0.151757956, -0.086796023, -0.992592514, 0.0850131959, 0.159049526, 0.0704338774, 0.984758258))
  892. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888))
  893. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.22495015, 0.200000003, 0.200000003))
  894. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.55459309, 1.00351143, 0.899181366, 0.938224554, -0.300057799, 0.172353849, -0.307655454, -0.951317191, 0.0185548104, 0.158395648, -0.0704337358, -0.984863639))
  895. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915))
  896. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.211238876, 0.200000003, 0.200000003))
  897. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.20426083, -3.0098033, 0.899184942, 0.85719502, 0.504842997, 0.101758048, 0.490034342, -0.860332966, 0.140340403, 0.158395648, -0.0704337358, -0.984863639))
  898. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915))
  899. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  900. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.42288208, -3.13142538, -0.875778198, -0.871902943, 0.477931917, 0.106638268, -0.463136405, -0.875568628, 0.137426317, 0.159049526, 0.0704338774, 0.984758258))
  901. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  902. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  903. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.58907557, 0.518524766, -0.875790119, -0.948702931, -0.265176654, 0.172192782, 0.273262948, -0.961624026, 0.0246446058, 0.159049526, 0.0704338774, 0.984758258))
  904. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 0.200000003, 0.200000003))
  905. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.19369125, -3.31674337, -0.875786781, -0.962302089, 0.233980119, 0.138687283, -0.220645562, -0.969686866, 0.104993097, 0.159049526, 0.0704338774, 0.984758258))
  906. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541))
  907. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.591511309, 0.200000003, 0.200000003))
  908. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.8250742, 0.872862339, 0.899178505, 0.916331172, -0.361035287, 0.173193634, -0.367769092, -0.929888546, 0.0073542241, 0.158395648, -0.0704337358, -0.984863639))
  909. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915))
  910. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.333568811, 0.200000003, 0.200000003))
  911. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.49489403, -2.07356834, 0.89918375, 0.559443235, 0.828299642, 0.0307380427, 0.813597262, -0.555840611, 0.170602739, 0.158395648, -0.0704337358, -0.984863639))
  912. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915))
  913. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  914. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.94836664, -4.43407345, -0.875843525, 0.144032344, 0.985124946, -0.0937233791, -0.976711154, 0.156742603, 0.146538854, 0.159049526, 0.0704338774, 0.984758258))
  915. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  916. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.95976114, 0.345994473, 0.200000003))
  917. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.49467325, 0.540156007, -0.873429775, -0.951270163, -0.255978465, 0.171949551, 0.264187902, -0.964113414, 0.0262883995, 0.159049526, 0.0704338774, 0.984758258))
  918. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  919. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.33351707, 0.243160099, 0.117830887))
  920. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.01703262, -1.51913595, 0.899508238, -0.915344, 0.36352244, -0.173212707, 0.370219886, 0.928919137, -0.00689074118, 0.158395648, -0.0704337358, -0.984863639))
  921. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.74704808, 0.0796965286, 0.120615996))
  922. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.67314529, 1.54036009, -0.87610817, -0.916225195, -0.361013353, 0.173801929, 0.367752343, -0.929897428, 0.00711429445, 0.159049526, 0.0704338774, 0.984758258))
  923. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 0.200000003))
  924. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.54637194, 1.82349014, 0.899509907, 0.733514249, -0.659313917, 0.165123075, -0.660964429, -0.748561442, -0.0527683012, 0.158395648, -0.0704337358, -0.984863639))
  925. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  926. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392433375, 0.200000003, 0.200000003))
  927. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.68182468, -5.37684155, -0.875736237, -0.757740498, 0.648114979, 0.0760275126, -0.632881582, -0.758278489, 0.156452954, 0.159049526, 0.0704338774, 0.984758258))
  928. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358))
  929. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.693274379, 0.200000003, 0.200000003))
  930. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52033567, 1.59994698, 0.899183273, 0.733514249, -0.659313917, 0.165123075, -0.660964429, -0.748561442, -0.0527683012, 0.158395648, -0.0704337358, -0.984863639))
  931. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915))
  932. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  933. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.12457132, -5.95018005, -0.87573719, 0.808053374, 0.563799441, -0.170835152, -0.567238748, 0.822903156, 0.032757692, 0.159049526, 0.0704338774, 0.984758258))
  934. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  935. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.274662942, 0.200000003, 0.200000003))
  936. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.54910898, -1.58295965, -0.876111984, -0.799769223, 0.59401983, 0.0866847336, -0.578860283, -0.801361322, 0.150809377, 0.159049526, 0.0704338774, 0.984758258))
  937. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422))
  938. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  939. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.42267799, -4.25300503, 0.8995049, 0.871973336, 0.477931857, 0.106059402, 0.46322751, -0.875568509, 0.137118652, 0.158395648, -0.0704337358, -0.984863639))
  940. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  941. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 0.200000003))
  942. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.34251595, 1.32768679, 0.899502039, 0.91533941, -0.363533497, 0.173212782, -0.370230854, -0.928914666, 0.00688865362, 0.158395648, -0.0704337358, -0.984863639))
  943. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  944. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  945. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.05005693, -5.18684959, -0.875727177, -0.56724745, 0.822897077, 0.0327595398, -0.808047295, -0.563808382, 0.17083481, 0.159049526, 0.0704338774, 0.984758258))
  946. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  947. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.22495015, 0.200000003, 0.200000003))
  948. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.64358711, 1.03381026, -0.876112461, -0.938109934, -0.300057769, 0.172976762, 0.307667822, -0.95131737, 0.0183506738, 0.159049526, 0.0704338774, 0.984758258))
  949. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915))
  950. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 0.200000003))
  951. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.85736561, 1.10140848, 0.899503469, 0.91533941, -0.363533497, 0.173212782, -0.370230854, -0.928914666, 0.00688865362, 0.158395648, -0.0704337358, -0.984863639))
  952. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  953. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 0.200000003))
  954. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.54222918, 0.257477522, -0.875741959, -0.98361975, 0.0970465839, 0.151924402, -0.0848668888, -0.992784739, 0.0847153515, 0.159049526, 0.0704338774, 0.984758258))
  955. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  956. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  957. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.49904728, 0.49146986, 0.899506807, 0.948817015, -0.265176624, 0.171562821, -0.273246467, -0.961623907, 0.0248259045, 0.158395648, -0.0704337358, -0.984863639))
  958. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 0.200000003, 0.200000003))
  959. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.80941677, 0.534244776, -0.875730991, -0.98361975, 0.0970465839, 0.151924402, -0.0848668888, -0.992784739, 0.0847153515, 0.159049526, 0.0704338774, 0.984758258))
  960. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358))
  961. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  962. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.50616503, -4.29614449, -0.875782967, -0.871902943, 0.477931917, 0.106638268, -0.463136405, -0.875568628, 0.137426317, 0.159049526, 0.0704338774, 0.984758258))
  963. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  964. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625893, 0.200000003, 0.200000003))
  965. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.97065163, -4.90537262, 0.899504185, 0.871973336, 0.477931857, 0.106059402, 0.46322751, -0.875568509, 0.137118652, 0.158395648, -0.0704337358, -0.984863639))
  966. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  967. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 0.200000003))
  968. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1083169, 1.80063629, -0.875847816, -0.469388247, -0.872112572, 0.138188854, 0.868553102, -0.484209657, -0.105648227, 0.159049526, 0.0704338774, 0.984758258))
  969. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  970. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526318, 0.200000003, 0.200000003))
  971. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.3522954, -3.13926458, -0.876105785, -0.857127726, 0.504843056, 0.102327086, -0.489941061, -0.860333085, 0.140665859, 0.159049526, 0.0704338774, 0.984758258))
  972. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915))
  973. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.06531036, 0.0500000007, 0.0993160605))
  974. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.56546021, 1.44687796, -0.876111984, -0.739910543, -0.651872754, 0.166128725, 0.653638124, -0.755050898, -0.0515652709, 0.159049526, 0.0704338774, 0.984758258))
  975. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003))
  976. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.61408281, -0.455251217, -0.875657082, -0.889293075, 0.443439215, 0.111914068, -0.428797871, -0.893532991, 0.133165151, 0.159049526, 0.0704338774, 0.984758258))
  977. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  978. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003))
  979. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.281674862, -3.94838238, -0.876116276, 0.2262768, 0.968300164, -0.105803393, -0.960993707, 0.239654273, 0.138070092, 0.159049526, 0.0704338774, 0.984758258))
  980. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263))
  981. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 0.200000003))
  982. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.42926836, 1.36390948, -0.875774384, -0.915224373, -0.363533467, 0.173820555, 0.370235354, -0.928914726, 0.00664297398, 0.159049526, 0.0704338774, 0.984758258))
  983. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  984. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  985. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.83779812, -0.573298454, -0.875739098, -0.969506621, 0.199523836, 0.142315388, -0.186458915, -0.97735858, 0.100020275, 0.159049526, 0.0704338774, 0.984758258))
  986. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.870492697, 0.0928658396, 0.140546978))
  987. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.38876915, 0.723852158, -0.876095772, -0.983388186, 0.0997137725, 0.151696235, -0.0875094682, -0.992520332, 0.0851232633, 0.159049526, 0.0704338774, 0.984758258))
  988. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 0.200000003))
  989. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.94407701, 1.13763809, -0.875790596, -0.915224373, -0.363533467, 0.173820555, 0.370235354, -0.928914726, 0.00664297398, 0.159049526, 0.0704338774, 0.984758258))
  990. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  991. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.461534649, 0.208747551, 0.200000003))
  992. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.17923641, -6.52787971, -0.875675201, -0.483447194, 0.875237703, 0.0154812383, -0.860807121, -0.478537917, 0.173257172, 0.159049526, 0.0704338774, 0.984758258))
  993. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  994. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 0.200000003))
  995. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.85343742, -4.2402482, -0.875724792, -0.418312132, 0.908300459, 0.00259637786, -0.8942734, -0.412346601, 0.173928082, 0.159049526, 0.0704338774, 0.984758258))
  996. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  997. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 0.200000003))
  998. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.30013657, 1.24447751, -0.875851631, -0.738136292, -0.653916478, 0.165988311, 0.655640781, -0.753281236, -0.0520153008, 0.159049526, 0.0704338774, 0.984758258))
  999. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1000. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.839287937, 0.216936618, 0.140546992))
  1001. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.29211879, -4.32275438, -0.87610817, -0.319203496, 0.947547734, -0.0162179098, -0.934247613, -0.311756849, 0.173189729, 0.159049526, 0.0704338774, 0.984758258))
  1002. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 0.200000003, 0.200000003))
  1003. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.10181999, -3.29676151, 0.899507761, 0.962393939, 0.233980119, 0.138048366, 0.220715255, -0.969686866, 0.104846425, 0.158395648, -0.0704337358, -0.984863639))
  1004. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541))
  1005. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003))
  1006. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.14126825, -3.78194141, -0.875845432, -0.976712883, 0.156730622, 0.146540001, -0.144020423, -0.985126853, 0.0937215909, 0.159049526, 0.0704338774, 0.984758258))
  1007. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1008. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003))
  1009. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.44734335, 0.891662359, -0.875675201, -0.982319713, 0.111090571, 0.150709957, -0.0987823308, -0.991311431, 0.0868574828, 0.159049526, 0.0704338774, 0.984758258))
  1010. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1011. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1012. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.15770626, 0.745937824, -0.875843525, -0.802185714, -0.572220147, 0.170489728, 0.575506628, -0.817070067, -0.0345102772, 0.159049526, 0.0704338774, 0.984758258))
  1013. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.93836689, 0.403167814, 0.200000003))
  1014. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.57442474, -0.526028156, -0.872991085, -0.967677772, 0.208867818, 0.141351685, -0.195728391, -0.975404441, 0.101377606, 0.159049526, 0.0704338774, 0.984758258))
  1015. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1016. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.48964572, 0.284894377, 0.200000003))
  1017. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.56921101, 0.786990643, -0.873892307, -0.807647109, -0.564388216, 0.170811653, 0.567816854, -0.822499335, -0.0328799486, 0.159049526, 0.0704338774, 0.984758258))
  1018. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1019. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.277308941, 0.200000003, 0.200000003))
  1020. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.99809504, -2.40779257, -0.875842094, -0.980583131, -0.104658842, 0.165860862, 0.114745811, -0.992011011, 0.0524203293, 0.159049526, 0.0704338774, 0.984758258))
  1021. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.627120495, 0.485114038))
  1022. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1023. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.68997478, -3.24473429, -0.875843525, -0.976712883, 0.156730622, 0.146540001, -0.144020423, -0.985126853, 0.0937215909, 0.159049526, 0.0704338774, 0.984758258))
  1024. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1025. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1026. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.89048958, -6.02958012, -0.875672817, -0.243149132, 0.969522953, -0.0300733093, -0.956863761, -0.234658495, 0.171328068, 0.159049526, 0.0704338774, 0.984758258))
  1027. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1028. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.689254642, 0.200000003, 0.200000003))
  1029. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.5018568, -0.0120916367, -0.876114368, -0.983387887, 0.0997155309, 0.151696071, -0.0875111818, -0.992520094, 0.0851235166, 0.159049526, 0.0704338774, 0.984758258))
  1030. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888))
  1031. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003))
  1032. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.63227272, -0.129740715, -0.875666618, -0.889293075, 0.443439215, 0.111914068, -0.428797871, -0.893532991, 0.133165151, 0.159049526, 0.0704338774, 0.984758258))
  1033. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1034. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003))
  1035. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.41164923, 0.585349321, -0.876114845, -0.982319713, 0.111090571, 0.150709957, -0.0987823308, -0.991311431, 0.0868574828, 0.159049526, 0.0704338774, 0.984758258))
  1036. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263))
  1037. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.74704808, 0.0796965286, 0.120615996))
  1038. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.58631611, 1.50436735, 0.899174213, 0.916340232, -0.361013263, 0.173193499, -0.367747486, -0.929897308, 0.00735833915, 0.158395648, -0.0704337358, -0.984863639))
  1039. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1040. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.07369995, 1.16664958, -0.876113892, -0.780671895, -0.601626754, 0.16911833, 0.604368508, -0.795666158, -0.0407026894, 0.159049526, 0.0704338774, 0.984758258))
  1041. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422))
  1042. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1043. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.74881744, -2.29708672, -0.876101971, -0.97177875, 0.187195092, 0.143564135, -0.174230143, -0.979794621, 0.098219417, 0.159049526, 0.0704338774, 0.984758258))
  1044. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422))
  1045. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  1046. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33937263, -3.08826828, 0.899504662, 0.871973336, 0.477931857, 0.106059402, 0.46322751, -0.875568509, 0.137118652, 0.158395648, -0.0704337358, -0.984863639))
  1047. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1048. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003))
  1049. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.64916849, -0.14515686, -0.875666618, -0.889293075, 0.443439215, 0.111914068, -0.428797871, -0.893532991, 0.133165151, 0.159049526, 0.0704338774, 0.984758258))
  1050. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1051. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 0.200000003))
  1052. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.61546993, 1.88718963, -0.875779152, -0.733404636, -0.659314036, 0.165610179, 0.660929382, -0.748561621, -0.0532070324, 0.159049526, 0.0704338774, 0.984758258))
  1053. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1054. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 0.200000003))
  1055. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.2727437, 0.521142721, -0.875736237, -0.98361975, 0.0970465839, 0.151924402, -0.0848668888, -0.992784739, 0.0847153515, 0.159049526, 0.0704338774, 0.984758258))
  1056. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1057. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 0.200000003))
  1058. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.87881756, 1.57551706, -0.875736713, -0.953327179, -0.248355001, 0.171736494, 0.256665647, -0.966105103, 0.0276457798, 0.159049526, 0.0704338774, 0.984758258))
  1059. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1060. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 0.200000003))
  1061. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.4817338, -1.67744541, -0.875833035, -0.936863124, 0.325422734, 0.128038183, -0.311444491, -0.942941964, 0.117745221, 0.159049526, 0.0704338774, 0.984758258))
  1062. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1063. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.29378319, 0.0500000007, 0.120615982))
  1064. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.47974777, 1.38302839, -0.876102448, -0.916225195, -0.361013412, 0.173801944, 0.367752373, -0.929897487, 0.0071143019, 0.159049526, 0.0704338774, 0.984758258))
  1065. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.07483196, 0.200000003, 0.200000003))
  1066. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.73652315, 1.54641891, -0.87610817, -0.915948868, -0.361711085, 0.173807219, 0.368439823, -0.929626107, 0.00698385015, 0.159049526, 0.0704338774, 0.984758258))
  1067. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915))
  1068. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157717, 0.200000003, 0.200000003))
  1069. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.9201827, -5.19203568, -0.876105785, -0.541927397, 0.839978278, 0.0274483506, -0.825242281, -0.53802973, 0.171768188, 0.159049526, 0.0704338774, 0.984758258))
  1070. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888))
  1071. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1072. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.37494802, -7.62555504, -0.875649452, -0.243149132, 0.969522953, -0.0300733093, -0.956863761, -0.234658495, 0.171328068, 0.159049526, 0.0704338774, 0.984758258))
  1073. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1074. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003))
  1075. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.65015411, -5.88851833, -0.876107216, -0.213370487, 0.976331234, -0.0353698544, -0.963941395, -0.204491541, 0.170313492, 0.159049526, 0.0704338774, 0.984758258))
  1076. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263))
  1077. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1078. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.13230658, -5.9491291, -0.875666618, 0.956864119, 0.234657556, -0.171328053, -0.243148223, 0.969523311, -0.0300734807, 0.159049526, 0.0704338774, 0.984758258))
  1079. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1080. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 0.200000003))
  1081. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.76559043, -2.35450935, -0.875779629, -0.778230727, 0.622715831, 0.0811535791, -0.607508659, -0.779271603, 0.153856456, 0.159049526, 0.0704338774, 0.984758258))
  1082. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1083. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.593074083, 0.153296009, 0.0993160754))
  1084. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.13903046, -1.75554442, 0.899179697, 0.897796094, 0.425415128, 0.113968335, 0.410948753, -0.902253151, 0.130619064, 0.158395648, -0.0704337358, -0.984863639))
  1085. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 0.200000003))
  1086. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.52307987, 1.43080831, -0.875840187, -0.738136292, -0.653916478, 0.165988311, 0.655640781, -0.753281236, -0.0520153008, 0.159049526, 0.0704338774, 0.984758258))
  1087. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1088. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 0.200000003))
  1089. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.17900562, 0.528181553, 0.899546862, 0.983720183, 0.0970456004, 0.151271403, 0.0849221796, -0.992784619, 0.0846586972, 0.158395648, -0.0704337358, -0.984863639))
  1090. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1091. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.593074083, 0.153296009, 0.0993160754))
  1092. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.22492075, -1.79367971, -0.876101494, -0.897720635, 0.425415218, 0.114564329, -0.410861999, -0.902253389, 0.130892023, 0.159049526, 0.0704338774, 0.984758258))
  1093. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.86096573, 0.200000003, 0.200000003))
  1094. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.64489841, 1.28957129, 0.89918232, 0.953440905, -0.248355046, 0.171103463, -0.25664717, -0.966105044, 0.0278160498, 0.158395648, -0.0704337358, -0.984863639))
  1095. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888))
  1096. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 0.200000003, 0.200000003))
  1097. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.71567822, 0.541264057, 0.899555683, 0.983720183, 0.0970456004, 0.151271403, 0.0849221796, -0.992784619, 0.0846586972, 0.158395648, -0.0704337358, -0.984863639))
  1098. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358))
  1099. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.77303123, 0.0569577813, 0.16529502))
  1100. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.62776089, -0.0802702904, 0.899173975, 0.888211191, 0.445839524, 0.110966101, 0.431275398, -0.892337739, 0.133179083, 0.158395648, -0.0704337358, -0.984863639))
  1101. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.35848251, 0.200000003, 0.200000003))
  1102. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09059107, -4.07705545, -0.876107216, -0.1299126, 0.990272045, -0.0498463511, -0.978689373, -0.12000373, 0.16665253, 0.159049526, 0.0704338774, 0.984758258))
  1103. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888))
  1104. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 0.200000003))
  1105. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.1258769, -8.51951981, -0.875674248, -0.243149132, 0.969522953, -0.0300733093, -0.956863761, -0.234658495, 0.171328068, 0.159049526, 0.0704338774, 0.984758258))
  1106. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1107. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003))
  1108. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.56451988, -0.770327568, -0.876095295, -0.888136804, 0.445840418, 0.111555554, -0.431187809, -0.892337322, 0.133465618, 0.159049526, 0.0704338774, 0.984758258))
  1109. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263))
  1110. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003))
  1111. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60015965, 1.58135319, -0.876099586, -0.739420414, -0.652438164, 0.166090012, 0.65419215, -0.75456202, -0.0516897105, 0.159049526, 0.0704338774, 0.984758258))
  1112. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422))
  1113. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.35848251, 0.200000003, 0.200000003))
  1114. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.07717514, -3.98405743, 0.89918375, 0.129879355, 0.990271866, -0.0499324463, 0.978799522, -0.12000373, 0.166002661, 0.158395648, -0.0704337358, -0.984863639))
  1115. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888))
  1116. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 0.200000003))
  1117. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.7883234, 1.5500679, 0.899549246, 0.953440905, -0.248355046, 0.171103463, -0.25664717, -0.966105044, 0.0278160498, 0.158395648, -0.0704337358, -0.984863639))
  1118. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1119. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.6140852, 0.403167814, 0.200000003))
  1120. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.29368877, -0.540122628, 0.902308226, 0.967771351, 0.208867699, 0.140709192, 0.19579564, -0.975404263, 0.101247497, 0.158395648, -0.0704337358, -0.984863639))
  1121. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1122. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625893, 0.200000003, 0.200000003))
  1123. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.05418491, -4.94852543, -0.87578392, -0.871902943, 0.477931917, 0.106638268, -0.463136405, -0.875568628, 0.137426317, 0.159049526, 0.0704338774, 0.984758258))
  1124. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1125. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.17940784, 0.322034985, 0.200000003))
  1126. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.63292789, -0.281317264, 0.90230751, 0.967771351, 0.208867699, 0.140709192, 0.19579564, -0.975404263, 0.101247497, 0.158395648, -0.0704337358, -0.984863639))
  1127. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1128. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1129. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.9951973, -5.11057854, 0.899551868, 0.567268908, 0.822896957, 0.0323830284, 0.808160365, -0.563808322, 0.170298159, 0.158395648, -0.0704337358, -0.984863639))
  1130. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1131. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392433375, 0.200000003, 0.200000003))
  1132. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.60902596, -5.31743908, 0.899554253, 0.757790625, 0.64811492, 0.0755244941, 0.632985294, -0.758278489, 0.156032622, 0.158395648, -0.0704337358, -0.984863639))
  1133. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358))
  1134. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1135. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.25744534, -6.4676342, 0.899554729, 0.567268908, 0.822896957, 0.0323830284, 0.808160365, -0.563808322, 0.170298159, 0.158395648, -0.0704337358, -0.984863639))
  1136. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1137. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 0.200000003))
  1138. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.44844723, 0.264499307, 0.899559975, 0.983720183, 0.0970456004, 0.151271403, 0.0849221796, -0.992784619, 0.0846586972, 0.158395648, -0.0704337358, -0.984863639))
  1139. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1140. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 0.200000003))
  1141. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.69082737, -2.29750347, 0.899507284, 0.778284431, 0.622715771, 0.0806369483, 0.607610583, -0.779271603, 0.153452963, 0.158395648, -0.0704337358, -0.984863639))
  1142. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1143. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330954, 0.200000003, 0.200000003))
  1144. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.89600754, -7.22783756, 0.899558783, 0.567268908, 0.822896957, 0.0323830284, 0.808160365, -0.563808322, 0.170298159, 0.158395648, -0.0704337358, -0.984863639))
  1145. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1146. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.987072945, 0.255135655, 0.16529505))
  1147. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71047688, -4.6296978, 0.899176836, -0.0336004198, 0.99649024, -0.0766696334, 0.986806989, 0.0452355742, 0.155473113, 0.158395648, -0.0704337358, -0.984863639))
  1148. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.93836689, 0.403167814, 0.200000003))
  1149. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.48208714, -0.508446693, 0.902300596, 0.967771351, 0.208867699, 0.140709192, 0.19579564, -0.975404263, 0.101247497, 0.158395648, -0.0704337358, -0.984863639))
  1150. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1151. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003))
  1152. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.47948933, -0.730221033, 0.899180651, 0.888210654, 0.445840329, 0.110965937, 0.431276202, -0.892337203, 0.133179173, 0.158395648, -0.0704337358, -0.984863639))
  1153. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263))
  1154. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003))
  1155. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.09872341, -1.28934956, -0.872449875, -0.835002363, 0.541791916, 0.096110858, -0.526764631, -0.837556481, 0.144984186, 0.159049526, 0.0704338774, 0.984758258))
  1156. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1157. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.615124702, 0.0656226948, 0.0993160754))
  1158. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.90129137, 1.57645273, -0.876101017, -0.739910543, -0.651872814, 0.166128725, 0.653638065, -0.755050838, -0.0515652671, 0.159049526, 0.0704338774, 0.984758258))
  1159. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.77303123, 0.0569577813, 0.16529502))
  1160. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.71281719, -0.12038517, -0.876109123, -0.88813746, 0.445839614, 0.111555718, -0.431186944, -0.892337859, 0.133465528, 0.159049526, 0.0704338774, 0.984758258))
  1161. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.6140852, 0.403167814, 0.200000003))
  1162. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.38605118, -0.557724476, -0.872985363, -0.967677772, 0.208867818, 0.141351685, -0.195728391, -0.975404441, 0.101377606, 0.159049526, 0.0704338774, 0.984758258))
  1163. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1164. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.72853518, 0.276367128, 0.200000003))
  1165. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.83732796, 0.73610878, 0.901870728, 0.951383591, -0.255979359, 0.171317831, -0.264171213, -0.964112818, 0.0264634844, 0.158395648, -0.0704337358, -0.984863639))
  1166. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  1167. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.262121707, 0.200000003, 0.200000003))
  1168. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.02445412, 0.0772790313, 0.899172306, 0.975753427, 0.163778633, 0.145217553, 0.151071489, -0.983979583, 0.0946677923, 0.158395648, -0.0704337358, -0.984863639))
  1169. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888))
  1170. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.987072945, 0.255135655, 0.16529505))
  1171. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.70833468, -4.723629, -0.876116276, 0.0335495621, 0.996490359, -0.0766920745, -0.986703634, 0.045235604, 0.156128243, 0.159049526, 0.0704338774, 0.984758258))
  1172. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  1173. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.6862888, -1.30415058, 0.89962697, 0.840070486, 0.533750415, 0.096936509, 0.51884377, -0.842703879, 0.143713042, 0.158395648, -0.0704337358, -0.984863639))
  1174. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003))
  1175. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.71909857, -5.91170692, 0.899182796, 0.213346913, 0.976331115, -0.035511367, 0.964054167, -0.204491556, 0.169673428, 0.158395648, -0.0704337358, -0.984863639))
  1176. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263))
  1177. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.461534649, 0.208747551, 0.200000003))
  1178. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.13227654, -6.44646263, 0.899623156, 0.483456552, 0.875237942, 0.0151602253, 0.860922158, -0.478537083, 0.172685549, 0.158395648, -0.0704337358, -0.984863639))
  1179. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1180. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003))
  1181. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.98289776, -0.586512566, 0.899170399, 0.858418167, 0.502689481, 0.102108754, 0.487888604, -0.861592889, 0.140085429, 0.158395648, -0.0704337358, -0.984863639))
  1182. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263))
  1183. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.06531036, 0.0500000007, 0.0993160605))
  1184. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.49573326, 1.38384151, 0.899169683, 0.740020633, -0.651872694, 0.165637314, -0.65367198, -0.755050719, -0.0511313789, 0.158395648, -0.0704337358, -0.984863639))
  1185. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.615124702, 0.0656226948, 0.0993160754))
  1186. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.83156061, 1.51341534, 0.899182796, 0.740020573, -0.651872635, 0.165637314, -0.65367192, -0.755050659, -0.0511313714, 0.158395648, -0.0704337358, -0.984863639))
  1187. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.21506357, 0.20021978, 0.0970228091))
  1188. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.00895405, -1.52527142, 0.899441719, -0.738250315, 0.653911769, -0.165498421, 0.655670524, 0.753285229, 0.0515790507, 0.158395648, -0.0704337358, -0.984863639))
  1189. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003))
  1190. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.35375977, 0.899987698, 0.899623871, 0.982419491, 0.111090541, 0.150057733, 0.0988400206, -0.991311312, 0.0867917389, 0.158395648, -0.0704337358, -0.984863639))
  1191. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1192. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1193. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.65613461, -2.28155923, 0.899180412, 0.97187376, 0.187194049, 0.142919019, 0.174294397, -0.979794621, 0.0981034413, 0.158395648, -0.0704337358, -0.984863639))
  1194. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422))
  1195. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003))
  1196. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.53051615, 1.51825809, 0.899175406, 0.739530563, -0.652438164, 0.165598929, -0.654226303, -0.754561961, -0.0512554646, 0.158395648, -0.0704337358, -0.984863639))
  1197. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422))
  1198. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1199. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.60183334, -2.21259737, 0.899178982, 0.97187376, 0.187194049, 0.142919019, 0.174294397, -0.979794621, 0.0981034413, 0.158395648, -0.0704337358, -0.984863639))
  1200. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422))
  1201. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 0.200000003))
  1202. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06458545, 1.71746063, 0.899444103, 0.469479233, -0.872112989, 0.137876973, -0.868623555, -0.484208882, -0.105071731, 0.158395648, -0.0704337358, -0.984863639))
  1203. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1204. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003))
  1205. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.35979939, 0.709637642, 0.901391029, 0.807760298, -0.564388156, 0.170275271, -0.56783843, -0.822499216, -0.0325030573, 0.158395648, -0.0704337358, -0.984863639))
  1206. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1207. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003))
  1208. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.20471144, 0.993402481, 0.899175167, 0.74000591, -0.651889324, 0.165636152, -0.653688312, -0.755036056, -0.0511350483, 0.158395648, -0.0704337358, -0.984863639))
  1209. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422))
  1210. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1211. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.86629438, -5.93879318, 0.899615288, 0.243128091, 0.969523191, -0.0302347708, 0.956977606, -0.234657571, 0.170692697, 0.158395648, -0.0704337358, -0.984863639))
  1212. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1213. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003))
  1214. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.302171409, -3.85664177, 0.899174929, -0.226347059, 0.968300045, -0.105653003, 0.961084962, 0.239654273, 0.137432054, 0.158395648, -0.0704337358, -0.984863639))
  1215. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263))
  1216. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(8.67960358, 0.333232433, 0.161478281))
  1217. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.48829556, -0.157133818, 0.899628162, -0.889367282, -0.44343856, -0.111323729, -0.428885609, 0.893533111, -0.132880211, 0.158395648, -0.0704337358, -0.984863639))
  1218. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.02377248, 0.109218024, 0.165295035))
  1219. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.52259731, 0.13526392, 0.899174929, 0.888211131, 0.445839494, 0.110966086, 0.431275398, -0.89233768, 0.133179069, 0.158395648, -0.0704337358, -0.984863639))
  1220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003))
  1221. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.35146236, 0.143870831, 0.899175167, 0.888524592, 0.445189714, 0.111062989, 0.430628598, -0.892661929, 0.13309826, 0.158395648, -0.0704337358, -0.984863639))
  1222. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263))
  1223. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003))
  1224. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.62878847, -5.79698372, 0.899180174, 0.213346913, 0.976331115, -0.035511367, 0.964054167, -0.204491556, 0.169673428, 0.158395648, -0.0704337358, -0.984863639))
  1225. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263))
  1226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 0.200000003))
  1227. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.10166311, -8.42869759, 0.89962101, 0.243128091, 0.969523191, -0.0302347708, 0.956977606, -0.234657571, 0.170692697, 0.158395648, -0.0704337358, -0.984863639))
  1228. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1229. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003))
  1230. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.54712391, -0.0898849964, 0.899624348, 0.889367104, 0.443439037, 0.111323655, 0.428886175, -0.893532872, 0.132880285, 0.158395648, -0.0704337358, -0.984863639))
  1231. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1232. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003))
  1233. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.31802368, 0.593690634, 0.899173021, 0.982419491, 0.111090541, 0.150057733, 0.0988400206, -0.991311312, 0.0867917389, 0.158395648, -0.0704337358, -0.984863639))
  1234. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263))
  1235. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003))
  1236. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.0200882, -0.97302866, 0.902845383, 0.835065901, 0.541791797, 0.0955565274, 0.526860714, -0.837556362, 0.144634306, 0.158395648, -0.0704337358, -0.984863639))
  1237. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003))
  1239. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.79708099, -1.27738047, 0.902848959, 0.835065901, 0.541791797, 0.0955565274, 0.526860714, -0.837556362, 0.144634306, 0.158395648, -0.0704337358, -0.984863639))
  1240. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1241. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1242. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.04142857, -5.9249177, 0.899623394, -0.956977844, 0.234656647, -0.170692667, 0.243127227, 0.96952343, -0.0302349348, 0.158395648, -0.0704337358, -0.984863639))
  1243. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1245. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.35073805, -7.53473663, 0.899620056, 0.243128091, 0.969523191, -0.0302347708, 0.956977606, -0.234657571, 0.170692697, 0.158395648, -0.0704337358, -0.984863639))
  1246. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1247. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003))
  1248. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.32731676, -4.64178848, 0.89961648, 0.0732559189, 0.995541811, -0.0594160855, 0.984657824, -0.0627355278, 0.162849188, 0.158395648, -0.0704337358, -0.984863639))
  1249. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003))
  1251. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.52893353, -0.415368557, 0.899619102, 0.889367104, 0.443439037, 0.111323655, 0.428886175, -0.893532872, 0.132880285, 0.158395648, -0.0704337358, -0.984863639))
  1252. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1253. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003))
  1254. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01865196, -1.240098, 0.902853489, 0.835065901, 0.541791797, 0.0955565274, 0.526860714, -0.837556362, 0.144634306, 0.158395648, -0.0704337358, -0.984863639))
  1255. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1256. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003))
  1257. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.56400204, -0.105271816, 0.899624109, 0.889367104, 0.443439037, 0.111323655, 0.428886175, -0.893532872, 0.132880285, 0.158395648, -0.0704337358, -0.984863639))
  1258. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1259. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003))
  1260. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.405569971, -4.15652847, 0.899177074, -0.226347059, 0.968300045, -0.105653003, 0.961084962, 0.239654273, 0.137432054, 0.158395648, -0.0704337358, -0.984863639))
  1261. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263))
  1262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157688, 0.0928658471, 0.140546978))
  1263. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.38760376, -4.62725306, -0.876109123, -0.412119269, 0.911129475, 0.00139382645, -0.897144139, -0.40605697, 0.173941851, 0.159049526, 0.0704338774, 0.984758258))
  1264. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1265. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.955852509, 0.625712156, -0.875572681, -0.852161765, -0.493873715, 0.172957763, 0.498528183, -0.866676629, -0.0185293108, 0.159049526, 0.0704338774, 0.984758258))
  1266. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1267. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.93570781, -4.34092236, 0.899439335, -0.144093618, 0.985125005, -0.0936274603, 0.976808131, 0.156741619, 0.145890474, 0.158395648, -0.0704337358, -0.984863639))
  1268. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1269. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.38008833, 0.283340693, 0.137301654))
  1270. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.96492386, -0.751348019, 0.899559975, -0.983720541, -0.097042948, -0.151271641, -0.0849195123, 0.992784858, -0.0846583024, 0.158395648, -0.0704337358, -0.984863639))
  1271. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1272. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.875217438, 0.577329636, 0.8997159, 0.852276325, -0.493873656, 0.172391832, -0.498540312, -0.866676569, -0.0181984361, 0.158395648, -0.0704337358, -0.984863639))
  1273. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 0.200000003, 0.200000003))
  1274. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.24620485, 1.37683487, 0.899437904, 0.738246202, -0.653916538, 0.165498123, -0.655675173, -0.753281176, -0.0515800938, 0.158395648, -0.0704337358, -0.984863639))
  1275. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038))
  1276. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1277. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.612905502, 0.709106445, 0.899713516, 0.75275749, -0.636867404, 0.16661267, -0.638962567, -0.76774931, -0.0478575006, 0.158395648, -0.0704337358, -0.984863639))
  1278. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.24669528, 0.227562711, 0.200000003))
  1279. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.89282131, 0.892552376, 0.901396751, 0.807760298, -0.564388156, 0.170275271, -0.56783843, -0.822499216, -0.0325030573, 0.158395648, -0.0704337358, -0.984863639))
  1280. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1281. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1282. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.04824734, -5.89530945, 0.899547577, -0.808166444, 0.563799381, -0.170298517, 0.567260206, 0.822903037, 0.0323811881, 0.158395648, -0.0704337358, -0.984863639))
  1283. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1284. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.277308941, 0.200000003, 0.200000003))
  1285. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.90485382, -2.41978216, 0.899445057, 0.980692923, -0.104658872, 0.165209725, -0.114710905, -0.992010891, 0.0524963699, 0.158395648, -0.0704337358, -0.984863639))
  1286. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.627120495, 0.485114038))
  1287. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 0.200000003))
  1288. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.45351076, 1.36759567, 0.899456739, 0.738246202, -0.653916538, 0.165498123, -0.655675173, -0.753281176, -0.0515800938, 0.158395648, -0.0704337358, -0.984863639))
  1289. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1290. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1291. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.70473862, -2.27298903, 0.899447203, 0.97680974, 0.156730592, 0.145891517, 0.14408268, -0.985126793, 0.0936258137, 0.158395648, -0.0704337358, -0.984863639))
  1292. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1293. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003))
  1294. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.04809093, -3.76932192, 0.899433136, 0.97680974, 0.156730592, 0.145891517, 0.14408268, -0.985126793, 0.0936258137, 0.158395648, -0.0704337358, -0.984863639))
  1295. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1296. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.48964572, 0.284894377, 0.200000003))
  1297. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.49291515, 0.732042313, 0.901394367, 0.807760298, -0.564388156, 0.170275271, -0.56783843, -0.822499216, -0.0325030573, 0.158395648, -0.0704337358, -0.984863639))
  1298. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1299. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1300. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.00004673, 1.10830212, 0.899176121, 0.780784011, -0.601626694, 0.168599859, -0.60439539, -0.795666099, -0.0403015167, 0.158395648, -0.0704337358, -0.984863639))
  1301. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422))
  1302. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.274662942, 0.200000003, 0.200000003))
  1303. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.47231865, -1.52871323, 0.899180651, 0.799826324, 0.594019651, 0.0861538053, 0.57896024, -0.801361203, 0.150424898, 0.158395648, -0.0704337358, -0.984863639))
  1304. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422))
  1305. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1306. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.08194923, 0.690246582, 0.899447441, 0.802298605, -0.572220087, 0.169957012, -0.575529337, -0.817069888, -0.0341282785, 0.158395648, -0.0704337358, -0.984863639))
  1307. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.870492697, 0.0928658396, 0.140546978))
  1308. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.29508305, 0.731118441, 0.899173498, 0.9834885, 0.0997146666, 0.151043221, 0.0875668675, -0.992520273, 0.0850651413, 0.158395648, -0.0704337358, -0.984863639))
  1309. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157717, 0.200000003, 0.200000003))
  1310. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.86768246, -5.11404228, 0.899182558, 0.541946113, 0.839977741, 0.0270888023, 0.825355411, -0.538030386, 0.171220094, 0.158395648, -0.0704337358, -0.984863639))
  1311. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888))
  1312. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.570847034, 0.200000003, 0.200000003))
  1313. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04313016, 1.53340054, 0.899173021, 0.469479233, -0.872112989, 0.137876973, -0.868623555, -0.484208882, -0.105071731, 0.158395648, -0.0704337358, -0.984863639))
  1314. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422))
  1315. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.253317922, 0.200000003, 0.200000003))
  1316. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.53444767, -1.70892, 0.899178028, 0.799826324, 0.594019651, 0.0861538053, 0.57896024, -0.801361203, 0.150424898, 0.158395648, -0.0704337358, -0.984863639))
  1317. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422))
  1318. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  1319. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.74527073, -0.556594372, 0.899551868, 0.969600797, 0.199523777, 0.141671658, 0.186525285, -0.97735852, 0.0998963192, 0.158395648, -0.0704337358, -0.984863639))
  1320. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.50757241, 0.0500000007, 0.140546978))
  1321. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.23492336, 0.547811508, 0.899180412, 0.9834885, 0.0997146964, 0.151043236, 0.0875668675, -0.992520332, 0.0850651488, 0.158395648, -0.0704337358, -0.984863639))
  1322. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 0.200000003))
  1323. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.23053312, 1.18124676, 0.899436474, 0.738246202, -0.653916538, 0.165498123, -0.655675173, -0.753281176, -0.0515800938, 0.158395648, -0.0704337358, -0.984863639))
  1324. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1325. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1326. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.59684658, -3.23211718, 0.899447203, 0.97680974, 0.156730592, 0.145891517, 0.14408268, -0.985126793, 0.0936258137, 0.158395648, -0.0704337358, -0.984863639))
  1327. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1328. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.72026825, 0.186172783, 0.120615982))
  1329. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.3527813, -2.4022789, 0.899178505, 0.708067238, 0.703278601, 0.0635823458, 0.688155055, -0.707416534, 0.1612681, 0.158395648, -0.0704337358, -0.984863639))
  1330. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1331. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.683907509, 0.770748854, -0.875570297, -0.752646863, -0.636867464, 0.167112529, 0.638930738, -0.76774931, -0.0482816175, 0.159049526, 0.0704338774, 0.984758258))
  1332. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 0.200000003))
  1333. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.39219284, -1.64878547, 0.899446249, 0.936947465, 0.325422674, 0.127416179, 0.311522603, -0.942941844, 0.117538266, 0.158395648, -0.0704337358, -0.984863639))
  1334. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1335. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1336. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.86477071, 0.713346481, -0.875574112, 0.177005127, -0.983324409, 0.0417434536, 0.97127682, 0.167667001, -0.168864429, 0.159049526, 0.0704338774, 0.984758258))
  1337. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.25244117, 0.200000003, 0.200000003))
  1338. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.7002039, 0.738850355, 0.899182081, 0.983551681, 0.0989937484, 0.151104987, 0.0868525133, -0.992592335, 0.0849554017, 0.158395648, -0.0704337358, -0.984863639))
  1339. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888))
  1340. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.839287937, 0.216936618, 0.140546992))
  1341. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.26070261, -4.23413277, 0.89917016, 0.319192618, 0.947547555, -0.0164296925, 0.934362292, -0.311756849, 0.172569364, 0.158395648, -0.0704337358, -0.984863639))
  1342. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.689254642, 0.200000003, 0.200000003))
  1343. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.40810013, -0.00480878353, 0.899180889, 0.983488262, 0.0997154713, 0.151043147, 0.087567687, -0.992519975, 0.0850652456, 0.158395648, -0.0704337358, -0.984863639))
  1344. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888))
  1345. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1346. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.27816868, 0.36729759, -0.875572681, -0.971276879, -0.167668194, 0.168864504, 0.177006349, -0.983324409, 0.0417432524, 0.159049526, 0.0704338774, 0.984758258))
  1347. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1348. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.24585152, -1.39969897, -0.875568867, 0.97127676, 0.167668015, -0.168864489, -0.17700617, 0.983324349, -0.0417432785, 0.159049526, 0.0704338774, 0.984758258))
  1349. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  1350. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.99300385, -8.90743637, 0.899626732, 0.142528698, 0.988636851, -0.0477811359, 0.977037787, -0.132802278, 0.166634604, 0.158395648, -0.0704337358, -0.984863639))
  1351. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  1352. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.94237328, -7.7235775, 0.899553537, 0.480360001, 0.876951873, 0.0145396311, 0.862653852, -0.475389123, 0.17273891, 0.158395648, -0.0704337358, -0.984863639))
  1353. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1354. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.846886158, 0.621031761, 0.899709225, -0.176977322, -0.983324349, 0.0418608226, -0.971388578, 0.167666942, -0.168219492, 0.158395648, -0.0704337358, -0.984863639))
  1355. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.167585015, 0.0656226873, 0.0993160605))
  1356. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.77898407, -1.92497277, 0.899177313, 0.934770584, 0.331936687, 0.126600191, 0.317995548, -0.940668523, 0.118416734, 0.158395648, -0.0704337358, -0.984863639))
  1357. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1358. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60343695, -4.16727877, -0.875849724, -0.956498504, 0.258096755, 0.136025012, -0.244582146, -0.963548362, 0.108420044, 0.159049526, 0.0704338774, 0.984758258))
  1359. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1360. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.283630848, 0.916330338, -0.875573158, -0.165863439, -0.981368661, 0.096980691, 0.973241448, -0.178758949, -0.1444038, 0.159049526, 0.0704338774, 0.984758258))
  1361. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1362. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.36431217, -0.183939934, 0.8997159, -0.759969652, -0.645495474, -0.0760622695, -0.630367577, 0.76050961, -0.155771151, 0.158395648, -0.0704337358, -0.984863639))
  1363. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1364. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.212973595, 1.0695591, -0.87556839, -0.488728732, -0.861045897, 0.140521064, 0.857819378, -0.503626227, -0.102525853, 0.159049526, 0.0704338774, 0.984758258))
  1365. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1366. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43735743, -0.124714851, -0.875572205, 0.759919107, -0.645495534, -0.0765667409, 0.630264044, 0.76050961, -0.156189799, 0.159049526, 0.0704338774, 0.984758258))
  1367. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1368. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.45576286, -0.432270765, 0.89970994, -0.857886434, -0.503627419, -0.101956159, -0.488823175, 0.861045182, -0.140196547, 0.158395648, -0.0704337358, -0.984863639))
  1369. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  1370. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.28656006, -5.34329987, 0.899504423, 0.819206297, 0.566195071, 0.0912605822, 0.551197171, -0.821256518, 0.147382587, 0.158395648, -0.0704337358, -0.984863639))
  1371. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238588))
  1372. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38829231, -0.792639971, 0.899710655, -0.973336995, -0.178759843, -0.143757522, -0.165928707, 0.981368542, -0.0968705416, 0.158395648, -0.0704337358, -0.984863639))
  1373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917283, 0.109218009, 0.16529502))
  1374. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.96528482, -5.18345737, -0.876111031, -0.0664858893, 0.995951891, -0.0604967251, -0.985032797, -0.0558502376, 0.163088515, 0.159049526, 0.0704338774, 0.984758258))
  1375. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1376. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35685253, -0.233741045, 0.899713993, 0.973336995, 0.178759813, 0.143757522, 0.165928677, -0.981368542, 0.0968705341, 0.158395648, -0.0704337358, -0.984863639))
  1377. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917283, 0.109218009, 0.16529502))
  1378. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.95789385, -5.08970642, 0.899176598, 0.066445671, 0.995951772, -0.0605406985, 0.985140741, -0.0558502674, 0.162434459, 0.158395648, -0.0704337358, -0.984863639))
  1379. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1380. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167333841, 0.987339973, 0.899712086, 0.488821954, -0.861045837, 0.140196383, -0.857887089, -0.503626227, -0.101956345, 0.158395648, -0.0704337358, -0.984863639))
  1381. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1382. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22531652, 0.484791756, -0.875574112, 0.49852699, -0.866677225, -0.018529065, 0.85216248, 0.493872464, -0.172957778, 0.159049526, 0.0704338774, 0.984758258))
  1383. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1384. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.29839766, 0.823468208, 0.899716139, 0.165927812, -0.981368661, 0.0968704, -0.973336995, -0.178758949, -0.143757612, 0.158395648, -0.0704337358, -0.984863639))
  1385. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.167585015, 0.0656226873, 0.0993160605))
  1386. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86831379, -1.954216, -0.876111984, -0.934686542, 0.331936747, 0.127220765, -0.317916811, -0.940668702, 0.118627973, 0.159049526, 0.0704338774, 0.984758258))
  1387. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238588))
  1388. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48115635, -0.777873993, -0.875567436, 0.973241389, -0.178759843, -0.144403726, 0.165864334, 0.981368661, -0.0969808325, 0.159049526, 0.0704338774, 0.984758258))
  1389. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1390. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44971752, -0.248507977, -0.875571251, -0.973241389, 0.178759813, 0.144403726, -0.165864304, -0.981368661, 0.0969808325, 0.159049526, 0.0704338774, 0.984758258))
  1391. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1392. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.51207829, -4.1450429, 0.899453878, 0.956588447, 0.258096665, 0.135389939, 0.24465403, -0.963548183, 0.108257495, 0.158395648, -0.0704337358, -0.984863639))
  1393. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526303, 0.0796965212, 0.120615982))
  1394. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.15853882, -2.63138103, 0.899187326, 0.774064064, 0.628089964, 0.0795738399, 0.61297822, -0.77494669, 0.154006928, 0.158395648, -0.0704337358, -0.984863639))
  1395. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1396. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.53797483, -0.386631012, -0.875575066, 0.857818782, -0.503627419, -0.102525659, 0.488730013, 0.861045241, -0.140521199, 0.159049526, 0.0704338774, 0.984758258))
  1397. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.763193846, 0.163541555, 1.09027684))
  1398. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.419935763, 1.12170887, 1.25058079, -0.158687159, 0.98589474, -0.0532010235, 0.0053470307, -0.0530247763, -0.998580575, -0.987316012, -0.15874587, 0.00314274291))
  1399. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1400. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.4000001, 0.200000033, 2))
  1401. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.348431528, 1.0679574, 1.2725935, -0.158687159, 0.98589474, -0.0532010235, 0.0053470307, -0.0530247763, -0.998580575, -0.987316012, -0.15874587, 0.00314274291))
  1402. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1403. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.4000001, 0.200000033, 2))
  1404. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333662987, 1.06742907, 1.36449051, -0.158651814, -0.98589474, 0.0533063821, -0.00601008674, -0.0530247763, -0.99857676, 0.98731792, -0.15874587, 0.00248716492))
  1405. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1406. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.763193846, 0.163541555, 1.09027684))
  1407. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.405167103, 1.12118006, 1.3424778, -0.158651814, -0.98589474, 0.0533063821, -0.00601008674, -0.0530247763, -0.99857676, 0.98731792, -0.15874587, 0.00248716492))
  1408. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1409. ------------------------
  1410. wait(0.2)
  1411. Player = game:GetService("Players").LocalPlayer
  1412. PlayerGui = Player.PlayerGui
  1413. Cam = workspace.CurrentCamera
  1414. Backpack = Player.Backpack
  1415. Character = Player.Character
  1416. Humanoid = Character.Humanoid
  1417. Mouse = Player:GetMouse()
  1418. RootPart = Character.HumanoidRootPart
  1419. Torso = Character.Torso
  1420. Head = Character.Head
  1421. RightArm = Character["Right Arm"]
  1422. LeftArm = Character["Left Arm"]
  1423. RightLeg = Character["Right Leg"]
  1424. LeftLeg = Character["Left Leg"]
  1425. RootJoint = RootPart.RootJoint
  1426. Neck = Torso.Neck
  1427. RightShoulder = Torso["Right Shoulder"]
  1428. LeftShoulder = Torso["Left Shoulder"]
  1429. RightHip = Torso["Right Hip"]
  1430. LeftHip = Torso["Left Hip"]
  1431. local DAMAGEMULTIPLIER = 1
  1432. local sick = Instance.new("Sound",Character)
  1433. sick.SoundId = "rbxassetid://1275083876"
  1434. sick.Looped = true
  1435. sick.Pitch = 1
  1436. sick.Volume = 5
  1437. sick:Play()
  1438.  
  1439. IT = Instance.new
  1440. CF = CFrame.new
  1441. VT = Vector3.new
  1442. RAD = math.rad
  1443. C3 = Color3.new
  1444. UD2 = UDim2.new
  1445. BRICKC = BrickColor.new
  1446. ANGLES = CFrame.Angles
  1447. EULER = CFrame.fromEulerAnglesXYZ
  1448. COS = math.cos
  1449. ACOS = math.acos
  1450. SIN = math.sin
  1451. ASIN = math.asin
  1452. ABS = math.abs
  1453. MRANDOM = math.random
  1454. FLOOR = math.floor
  1455. local PLAYMAINANIM = true
  1456.  
  1457. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  1458. local NEWMESH = IT(MESH)
  1459. if MESH == "SpecialMesh" then
  1460. NEWMESH.MeshType = MESHTYPE
  1461. if MESHID ~= "nil" and MESHID ~= "" then
  1462. NEWMESH.MeshId = "http://www.roblox.com/asset/?id=" .. MESHID
  1463. end
  1464. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  1465. NEWMESH.TextureId = "http://www.roblox.com/asset/?id=" .. TEXTUREID
  1466. end
  1467. end
  1468. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  1469. NEWMESH.Scale = SCALE
  1470. NEWMESH.Parent = PARENT
  1471. return NEWMESH
  1472. end
  1473. -----------------------------------
  1474. Torso.BrickColor = BrickColor.new("New Yeller")
  1475. Head.BrickColor = BrickColor.new("New Yeller")
  1476.  
  1477.  
  1478. local DarkReaperANTLERS = Instance.new("Part",Character)
  1479. DarkReaperANTLERS.Size = Vector3.new(2,2,2)
  1480. DarkReaperANTLERS.CFrame = Head.CFrame
  1481. DarkReaperANTLERS.CanCollide = false
  1482. local DarkReaperWeld2 = Instance.new("Weld",DarkReaperANTLERS)
  1483. DarkReaperWeld2.Part0 = DarkReaperANTLERS
  1484. DarkReaperWeld2.Part1 = Head
  1485. DarkReaperWeld2.C0 = DarkReaperANTLERS.CFrame:inverse() * Head.CFrame * CFrame.new(0,-1.2,0)
  1486. local mdark2 = Instance.new("SpecialMesh", DarkReaperANTLERS)
  1487. mdark2.MeshType = "FileMesh"
  1488. mdark2.Scale = Vector3.new(1.08, 1.08, 1.08)
  1489. mdark2.MeshId,mdark2.TextureId = 'http://www.roblox.com/asset/?id=1271547','http://www.roblox.com/asset/?id=50636909'
  1490. mdark2.VertexColor = Vector3.new(255,255,0)
  1491. -----------------------------------
  1492. local AT1 = IT("Attachment",RightArm)
  1493. AT1.Position = VT(0,-1.15,0)
  1494. local AT2 = IT("Attachment",LeftArm)
  1495. AT2.Position = VT(0,-1.15,0)
  1496.  
  1497. Humanoid.HealthChanged:connect(function()
  1498. if Humanoid.Health ~= "inf" then
  1499. Humanoid.Health = "inf"
  1500. end
  1501. if Humanoid.MaxHealth ~= "inf" then
  1502. Humanoid.MaxHealth = "inf"
  1503. end
  1504. end)
  1505.  
  1506. local EyeSizes={
  1507. NumberSequenceKeypoint.new(0,1.2,0),
  1508. NumberSequenceKeypoint.new(1,0,0)
  1509. }
  1510. local EyeTrans={
  1511. NumberSequenceKeypoint.new(0,0.8,0),
  1512. NumberSequenceKeypoint.new(1,1,0)
  1513. }
  1514.  
  1515. local PE=Instance.new("ParticleEmitter")
  1516. PE.Speed = NumberRange.new(2, 3)
  1517. PE.Rotation = NumberRange.new(-180, 180)
  1518. PE.Color = ColorSequence.new(Color3.new(1, 0.72549, 0.482353),Color3.new(1, 0.72549, 0.482353))
  1519. PE.LightEmission = 0.5
  1520. PE.Texture = "http://www.roblox.com/asset/?id=301261210"
  1521. PE.Transparency = NumberSequence.new(1,0,0,1)
  1522. PE.Size = NumberSequence.new(0,0.075000002980232,0.025000000372529)
  1523. PE.Acceleration = Vector3.new(0, 2.5, 0)
  1524. PE.Lifetime = NumberRange.new(1, 3)
  1525. PE.Rate = 50
  1526. PE.SpreadAngle = Vector2.new(22.5, 22.5)
  1527. PE.VelocitySpread = 22.5
  1528.  
  1529.  
  1530.  
  1531. function particles(art)
  1532. local o = PE:Clone()
  1533. o.Parent = art
  1534. o.Enabled = true
  1535. return o
  1536. end
  1537.  
  1538. particles(AT1)
  1539. particles(AT2)
  1540.  
  1541.  
  1542. local AT3 = IT("Attachment",RightArm)
  1543. AT1.Position = VT(0,-1.15,0)
  1544. local AT4 = IT("Attachment",LeftArm)
  1545. AT2.Position = VT(0,-1.15,0)
  1546.  
  1547. local PE2=Instance.new("ParticleEmitter")
  1548. PE2.Speed = NumberRange.new(5, 7)
  1549. PE2.Rotation = NumberRange.new(4, 9)
  1550. PE2.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0))
  1551. PE2.LightEmission = 0.86000001430511
  1552. PE2.Texture = "http://www.roblox.com/asset/?id=248625108"
  1553. PE2.Transparency = NumberSequence.new(0,0.54374998807907,0.73749995231628,0,0.72500002384186,0.45625001192093,0.63749998807907,0,0.52499997615814,0)
  1554. PE2.Size = NumberSequence.new(3.3125,2.8125,2.6875,2.5624995231628,2.3125,2.1875,1.7500001192093,0.43749988079071,0.12499988079071)
  1555. PE2.Acceleration = Vector3.new(1, 6, 0)
  1556. PE2.Lifetime = NumberRange.new(0, 1)
  1557. PE2.Rate = 70
  1558. PE2.RotSpeed = NumberRange.new(5, 9)
  1559. PE2.SpreadAngle = Vector2.new(28, 28)
  1560. PE2.VelocitySpread = 28
  1561.  
  1562.  
  1563. function particles(art)
  1564. local o = PE2:Clone()
  1565. o.Parent = art
  1566. o.Enabled = true
  1567. return o
  1568. end
  1569.  
  1570.  
  1571. particles(AT3)
  1572. particles(AT4)
  1573. -----------------------------------
  1574. function ApplyDamage(Humanoid, Damage, TorsoPart)
  1575. local defence = Instance.new("BoolValue", Humanoid.Parent)
  1576. defence.Name = "HitBy" .. Player.Name
  1577. game:GetService("Debris"):AddItem(defence, 0.001)
  1578. Damage = Damage * DAMAGEMULTIPLIER
  1579. if Humanoid.Health ~= 0 then
  1580. local CritChance = MRANDOM(1, 100)
  1581. if Damage > Humanoid.Health then
  1582. Damage = math.ceil(Humanoid.Health)
  1583. if Damage == 0 then
  1584. Damage = 0.1
  1585. end
  1586. end
  1587. Humanoid.Health = Humanoid.Health - Damage
  1588. StatLabel(TorsoPart.CFrame * CF(0, 0 + (TorsoPart.Size.z - 1), 0), Damage, C3(0, 0, 0))
  1589. end
  1590. end
  1591.  
  1592. function ApplyAoE(POSITION, RANGE, MINDMG, MAXDMG, FLING, INSTAKILL)
  1593. local CHILDREN = workspace:GetDescendants()
  1594. for index, CHILD in pairs(CHILDREN) do
  1595. if CHILD.ClassName == "Model" and CHILD ~= Character then
  1596. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  1597. if HUM then
  1598. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  1599. if TORSO and RANGE >= (TORSO.Position - POSITION).Magnitude then
  1600. if INSTAKILL == true then
  1601. CHILD:BreakJoints()
  1602. else
  1603. local DMG = MRANDOM(MINDMG, MAXDMG)
  1604. ApplyDamage(HUM, DMG, TORSO)
  1605. end
  1606. if FLING > 0 then
  1607. for _, c in pairs(CHILD:GetChildren()) do
  1608. if c:IsA("BasePart") then
  1609. local bv = Instance.new("BodyVelocity")
  1610. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  1611. bv.velocity = CF(POSITION, TORSO.Position).lookVector * FLING
  1612. bv.Parent = c
  1613. Debris:AddItem(bv, 0.05)
  1614. end
  1615. end
  1616. end
  1617. end
  1618. end
  1619. end
  1620. end
  1621. end
  1622.  
  1623. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  1624. local NEWPART = IT("Part")
  1625. NEWPART.formFactor = FORMFACTOR
  1626. NEWPART.Reflectance = REFLECTANCE
  1627. NEWPART.Transparency = TRANSPARENCY
  1628. NEWPART.CanCollide = false
  1629. NEWPART.Locked = true
  1630. NEWPART.Anchored = true
  1631. if ANCHOR == false then
  1632. NEWPART.Anchored = false
  1633. end
  1634. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  1635. NEWPART.Name = NAME
  1636. NEWPART.Size = SIZE
  1637. NEWPART.Position = Torso.Position
  1638. NEWPART.Material = MATERIAL
  1639. NEWPART:BreakJoints()
  1640. NEWPART.Parent = PARENT
  1641. return NEWPART
  1642. end
  1643. Player_Size = 1
  1644. Animation_Speed = 3
  1645. Frame_Speed = 0.016666666666666666
  1646. local Speed = 16
  1647. local Effects2 = {}
  1648. local weldBetween = function(a, b)
  1649. local weldd = Instance.new("ManualWeld")
  1650. weldd.Part0 = a
  1651. weldd.Part1 = b
  1652. weldd.C0 = CFrame.new()
  1653. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1654. weldd.Parent = a
  1655. return weldd
  1656. end
  1657. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  1658. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  1659. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  1660. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  1661. local CHANGEDEFENSE = 0
  1662. local CHANGEDAMAGE = 0
  1663. local CHANGEMOVEMENT = 0
  1664. local ANIM = "Idle"
  1665. local ATTACK = false
  1666. local EQUIPPED = false
  1667. local HOLD = false
  1668. local COMBO = 1
  1669. local Rooted = false
  1670. local SINE = 0
  1671. local KEYHOLD = false
  1672. local CHANGE = 2 / Animation_Speed
  1673. local WALKINGANIM = false
  1674. local WALK = 0
  1675. local VALUE1 = false
  1676. local VALUE2 = false
  1677. local ROBLOXIDLEANIMATION = IT("Animation")
  1678. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  1679. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  1680. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  1681. WEAPONGUI.Name = "Weapon GUI"
  1682. local Effects = IT("Folder", Character)
  1683. Effects.Name = "Effects"
  1684. local ANIMATOR = Humanoid.Animator
  1685. local ANIMATE = Character.Animate
  1686. local ATTACKEDTAUNTS = {
  1687. "907332040",
  1688. "907332525",
  1689. "907330011"
  1690. }
  1691. local ATTACKTAUNTS = {
  1692. "907329893",
  1693. "907329532",
  1694. "907333294",
  1695. "907332856"
  1696. }
  1697. local ULTTAUNTS = {
  1698. "907332997",
  1699. "907332670",
  1700. "907330103"
  1701. }
  1702. local UNANCHOR = true
  1703. local SKILLTEXTCOLOR = C3(1, 0, 0)
  1704. ArtificialHB = Instance.new("BindableEvent", script)
  1705. ArtificialHB.Name = "ArtificialHB"
  1706. script:WaitForChild("ArtificialHB")
  1707. frame = Frame_Speed
  1708. tf = 0
  1709. allowframeloss = false
  1710. tossremainder = false
  1711. lastframe = tick()
  1712. script.ArtificialHB:Fire()
  1713. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1714. tf = tf + s
  1715. if tf >= frame then
  1716. if allowframeloss then
  1717. script.ArtificialHB:Fire()
  1718. lastframe = tick()
  1719. else
  1720. for i = 1, math.floor(tf / frame) do
  1721. script.ArtificialHB:Fire()
  1722. end
  1723. lastframe = tick()
  1724. end
  1725. if tossremainder then
  1726. tf = 0
  1727. else
  1728. tf = tf - frame * math.floor(tf / frame)
  1729. end
  1730. end
  1731. end)
  1732. function WACKYEFFECT(Table)
  1733. local TYPE = Table.EffectType or "Sphere"
  1734. local SIZE = Table.Size or VT(1, 1, 1)
  1735. local ENDSIZE = Table.Size2 or VT(0, 0, 0)
  1736. local TRANSPARENCY = Table.Transparency or 0
  1737. local ENDTRANSPARENCY = Table.Transparency2 or 1
  1738. local CFRAME = Table.CFrame or Torso.CFrame
  1739. local MOVEDIRECTION = Table.MoveToPos or nil
  1740. local ROTATION1 = Table.RotationX or 0
  1741. local ROTATION2 = Table.RotationY or 0
  1742. local ROTATION3 = Table.RotationZ or 0
  1743. local MATERIAL = Table.Material or "Neon"
  1744. local COLOR = Table.Color or C3(1, 1, 1)
  1745. local TIME = Table.Time or 45
  1746. local SOUNDID = Table.SoundID or nil
  1747. local SOUNDPITCH = Table.SoundPitch or nil
  1748. local SOUNDVOLUME = Table.SoundVolume or nil
  1749. coroutine.resume(coroutine.create(function()
  1750. local PLAYSSOUND = false
  1751. local SOUND
  1752. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1, 1, 1), true)
  1753. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  1754. PLAYSSOUND = true
  1755. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  1756. end
  1757. EFFECT.Color = COLOR
  1758. local MSH
  1759. if TYPE == "Sphere" then
  1760. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0, 0, 0))
  1761. elseif TYPE == "Block" then
  1762. MSH = IT("BlockMesh", EFFECT)
  1763. MSH.Scale = VT(SIZE.X, SIZE.X, SIZE.X)
  1764. elseif TYPE == "Wave" then
  1765. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0, 0, -SIZE.X / 8))
  1766. elseif TYPE == "Ring" then
  1767. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X, SIZE.X, 0.1), VT(0, 0, 0))
  1768. elseif TYPE == "Slash" then
  1769. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X / 10, 0, SIZE.X / 10), VT(0, 0, 0))
  1770. elseif TYPE == "Round Slash" then
  1771. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X / 10, 0, SIZE.X / 10), VT(0, 0, 0))
  1772. elseif TYPE == "Swirl" then
  1773. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0, 0, 0))
  1774. elseif TYPE == "Skull" then
  1775. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0, 0, 0))
  1776. elseif TYPE == "Crystal" then
  1777. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0, 0, 0))
  1778. end
  1779. if MSH ~= nil then
  1780. local MOVESPEED
  1781. if MOVEDIRECTION ~= nil then
  1782. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude / TIME
  1783. end
  1784. local GROWTH = SIZE - ENDSIZE
  1785. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  1786. if TYPE == "Block" then
  1787. EFFECT.CFrame = CFRAME * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)))
  1788. else
  1789. EFFECT.CFrame = CFRAME
  1790. end
  1791. for LOOP = 1, TIME do
  1792. Swait()
  1793. MSH.Scale = MSH.Scale - GROWTH / TIME
  1794. if TYPE == "Wave" then
  1795. MSH.Offset = VT(0, 0, -MSH.Scale.X / 8)
  1796. end
  1797. EFFECT.Transparency = EFFECT.Transparency - TRANS / TIME
  1798. if TYPE == "Block" then
  1799. EFFECT.CFrame = CFRAME * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)))
  1800. else
  1801. EFFECT.CFrame = EFFECT.CFrame * ANGLES(RAD(ROTATION1), RAD(ROTATION2), RAD(ROTATION3))
  1802. end
  1803. if MOVEDIRECTION ~= nil then
  1804. local ORI = EFFECT.Orientation
  1805. EFFECT.CFrame = CF(EFFECT.Position, MOVEDIRECTION) * CF(0, 0, -MOVESPEED)
  1806. EFFECT.Orientation = ORI
  1807. end
  1808. end
  1809. if PLAYSSOUND == false then
  1810. EFFECT:remove()
  1811. else
  1812. repeat
  1813. Swait()
  1814. until SOUND.Playing == false
  1815. EFFECT:remove()
  1816. end
  1817. elseif PLAYSSOUND == false then
  1818. EFFECT:remove()
  1819. else
  1820. repeat
  1821. Swait()
  1822. until SOUND.Playing == false
  1823. EFFECT:remove()
  1824. end
  1825. end))
  1826. end
  1827.  
  1828. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  1829. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  1830. end
  1831. function PositiveAngle(NUMBER)
  1832. if NUMBER >= 0 then
  1833. NUMBER = 0
  1834. end
  1835. return NUMBER
  1836. end
  1837. function NegativeAngle(NUMBER)
  1838. if NUMBER <= 0 then
  1839. NUMBER = 0
  1840. end
  1841. return NUMBER
  1842. end
  1843. function Swait(NUMBER)
  1844. if NUMBER == 0 or NUMBER == nil then
  1845. ArtificialHB.Event:wait()
  1846. else
  1847. for i = 1, NUMBER do
  1848. ArtificialHB.Event:wait()
  1849. end
  1850. end
  1851. end
  1852. function chatfunc(text)
  1853. local chat = coroutine.wrap(function()
  1854. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1855. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1856. end
  1857. local Bill = Instance.new("BillboardGui",Character)
  1858. Bill.Size = UDim2.new(0,100,0,40)
  1859. Bill.StudsOffset = Vector3.new(0,3,0)
  1860. Bill.Adornee = Character.Head
  1861. Bill.Name = "TalkingBillBoard"
  1862. local Hehe = Instance.new("TextLabel",Bill)
  1863. Hehe.BackgroundTransparency = 1
  1864. Hehe.BorderSizePixel = 0
  1865. Hehe.Text = ""
  1866. Hehe.Font = "Garamond"
  1867. Hehe.TextSize = 40
  1868. Hehe.TextStrokeTransparency = 0
  1869. Hehe.Size = UDim2.new(1,0,0.5,0)
  1870. coroutine.resume(coroutine.create(function()
  1871. while Hehe ~= nil do
  1872. Swait()
  1873. Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  1874. Hehe.Rotation = math.random(-5,5)
  1875. Hehe.TextColor3 = Color3.new(255,255,0)
  1876. Hehe.TextStrokeColor3 = Color3.new(0,0,0)
  1877. end
  1878. end))
  1879. for i = 1,string.len(text),1 do
  1880. Swait()
  1881. Hehe.Text = string.sub(text,1,i)
  1882. end
  1883. Swait(90)--Re[math.random(1, 93)]
  1884. for i = 0, 1, .025 do
  1885. Swait()
  1886. Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i))
  1887. Hehe.TextStrokeTransparency = i
  1888. Hehe.TextTransparency = i
  1889. end
  1890. Bill:Destroy()
  1891. end)
  1892. chat()
  1893. end
  1894.  
  1895. function onChatted(msg)
  1896. chatfunc(msg)
  1897. end
  1898. function QuaternionFromCFrame(cf)
  1899. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1900. local trace = m00 + m11 + m22
  1901. if trace > 0 then
  1902. local s = math.sqrt(1 + trace)
  1903. local recip = 0.5 / s
  1904. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  1905. else
  1906. local i = 0
  1907. if m00 < m11 then
  1908. i = 1
  1909. end
  1910. if m22 > (i == 0 and m00 or m11) then
  1911. i = 2
  1912. end
  1913. if i == 0 then
  1914. local s = math.sqrt(m00 - m11 - m22 + 1)
  1915. local recip = 0.5 / s
  1916. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  1917. elseif i == 1 then
  1918. local s = math.sqrt(m11 - m22 - m00 + 1)
  1919. local recip = 0.5 / s
  1920. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  1921. elseif i == 2 then
  1922. local s = math.sqrt(m22 - m00 - m11 + 1)
  1923. local recip = 0.5 / s
  1924. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  1925. end
  1926. end
  1927. end
  1928. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1929. local xs, ys, zs = x + x, y + y, z + z
  1930. local wx, wy, wz = w * xs, w * ys, w * zs
  1931. local xx = x * xs
  1932. local xy = x * ys
  1933. local xz = x * zs
  1934. local yy = y * ys
  1935. local yz = y * zs
  1936. local zz = z * zs
  1937. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  1938. end
  1939. function QuaternionSlerp(a, b, t)
  1940. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  1941. local startInterp, finishInterp
  1942. if cosTheta >= 1.0E-4 then
  1943. if 1 - cosTheta > 1.0E-4 then
  1944. local theta = ACOS(cosTheta)
  1945. local invSinTheta = 1 / SIN(theta)
  1946. startInterp = SIN((1 - t) * theta) * invSinTheta
  1947. finishInterp = SIN(t * theta) * invSinTheta
  1948. else
  1949. startInterp = 1 - t
  1950. finishInterp = t
  1951. end
  1952. elseif 1 + cosTheta > 1.0E-4 then
  1953. local theta = ACOS(-cosTheta)
  1954. local invSinTheta = 1 / SIN(theta)
  1955. startInterp = SIN((t - 1) * theta) * invSinTheta
  1956. finishInterp = SIN(t * theta) * invSinTheta
  1957. else
  1958. startInterp = t - 1
  1959. finishInterp = t
  1960. end
  1961. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  1962. end
  1963. function Clerp(a, b, t)
  1964. local qa = {
  1965. QuaternionFromCFrame(a)
  1966. }
  1967. local qb = {
  1968. QuaternionFromCFrame(b)
  1969. }
  1970. local ax, ay, az = a.x, a.y, a.z
  1971. local bx, by, bz = b.x, b.y, b.z
  1972. local _t = 1 - t
  1973. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  1974. end
  1975. function Pose(WhichPose,Speed,Time,Magic,Gyro,Tors)
  1976. PLAYMAINANIM = false
  1977. if WhichPose == "Cast1" then
  1978. for i=0, Time, 0.1 / Animation_Speed do
  1979. Swait()
  1980. if Magic == true then
  1981. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1982. end
  1983. if Gyro ~= nil and Gyro ~= false then
  1984. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1985. end
  1986. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(35)), Speed / Animation_Speed)
  1987. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-35)), Speed / Animation_Speed)
  1988. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(125), RAD(0), RAD(45)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  1989. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  1990. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  1991. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  1992. end
  1993. elseif WhichPose == "Cast2" then
  1994. for i=0, Time, 0.1 / Animation_Speed do
  1995. Swait()
  1996. if Magic == true then
  1997. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1998. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = LeftArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1999. end
  2000. if Gyro ~= nil and Gyro ~= false then
  2001. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  2002. end
  2003. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2004. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2005. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(120), RAD(0), RAD(15)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2006. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(120), RAD(0), RAD(-15)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2007. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2008. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2009. end
  2010. elseif WhichPose == "RightArmUp" then
  2011. for i=0, Time, 0.1 / Animation_Speed do
  2012. Swait()
  2013. if Magic == true then
  2014. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2015. end
  2016. if Gyro ~= nil and Gyro ~= false then
  2017. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  2018. end
  2019. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(15)), Speed / Animation_Speed)
  2020. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2021. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(125), RAD(0), RAD(25)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2022. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2023. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2024. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2025. end
  2026. elseif WhichPose == "Taunt" then
  2027. for i=0, Time, 0.1 / Animation_Speed do
  2028. Swait()
  2029. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2030. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2031. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(175), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2032. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2033. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2034. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2035. end
  2036. HATWELD.Part0 = RightArm
  2037. HATWELD.C0 = CF(0,-1.1,-0.4) * ANGLES(RAD(0), RAD(0), RAD(180)) * ANGLES(RAD(-20), RAD(0), RAD(0))
  2038. CreateSound(221057812,Torso,10,1,false)
  2039. for i=0, Time*2, 0.1 / Animation_Speed do
  2040. Swait()
  2041. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2042. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(35 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2043. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(145), RAD(0), RAD(45)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2044. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(5), RAD(25), RAD(-15)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2045. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2046. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2047. end
  2048. for i=0, Time, 0.1 / Animation_Speed do
  2049. Swait()
  2050. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2051. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5), RAD(0), RAD(0)), Speed / Animation_Speed)
  2052. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.65, -0.5) * ANGLES(RAD(175), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2053. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2054. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2055. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2056. HATWELD.C0 = Clerp(HATWELD.C0, CF(-0.5,-1.2,-0.3) * ANGLES(RAD(0), RAD(0), RAD(180)) * ANGLES(RAD(35), RAD(0), RAD(35)), Speed / Animation_Speed)
  2057. end
  2058. HATWELD.Part0 = Head
  2059. HATWELD.C0 = CF(0,0.35,0)
  2060. elseif WhichPose == "Prepare key" then
  2061. for i=0, Time, 0.1 / Animation_Speed do
  2062. Swait()
  2063. if Gyro ~= nil and Gyro ~= false then
  2064. Gyro.cframe = CF(RootPart.Position,Tors.Position)
  2065. end
  2066. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(65)), Speed / Animation_Speed)
  2067. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-65)), Speed / Animation_Speed)
  2068. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.25) * ANGLES(RAD(90), RAD(0), RAD(65)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2069. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2070. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2071. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2072. end
  2073. elseif WhichPose == "Turn key" then
  2074. for i=0, Time, 0.1 / Animation_Speed do
  2075. Swait()
  2076. if Gyro ~= nil and Gyro ~= false then
  2077. Gyro.cframe = CF(RootPart.Position,Tors.Position)
  2078. end
  2079. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(75)), Speed / Animation_Speed)
  2080. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-75)), Speed / Animation_Speed)
  2081. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.25) * ANGLES(RAD(90), RAD(0), RAD(75)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2082. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2083. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2084. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2085. end
  2086. end
  2087. PLAYMAINANIM = true
  2088. end
  2089. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  2090. local frame = IT("Frame")
  2091. frame.BackgroundTransparency = TRANSPARENCY
  2092. frame.BorderSizePixel = BORDERSIZEPIXEL
  2093. frame.Position = POSITION
  2094. frame.Size = SIZE
  2095. frame.BackgroundColor3 = COLOR
  2096. frame.BorderColor3 = BORDERCOLOR
  2097. frame.Name = NAME
  2098. frame.Parent = PARENT
  2099. return frame
  2100. end
  2101. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  2102. local label = IT("TextLabel")
  2103. label.BackgroundTransparency = 1
  2104. label.Size = UD2(1, 0, 1, 0)
  2105. label.Position = UD2(0, 0, 0, 0)
  2106. label.TextColor3 = TEXTCOLOR
  2107. label.TextStrokeTransparency = STROKETRANSPARENCY
  2108. label.TextTransparency = TRANSPARENCY
  2109. label.FontSize = TEXTFONTSIZE
  2110. label.Font = TEXTFONT
  2111. label.BorderSizePixel = BORDERSIZEPIXEL
  2112. label.TextScaled = false
  2113. label.Text = TEXT
  2114. label.Name = NAME
  2115. label.Parent = PARENT
  2116. return label
  2117. end
  2118. function NoOutlines(PART)
  2119. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  2120. end
  2121. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  2122. local NEWWELD = IT(TYPE)
  2123. NEWWELD.Part0 = PART0
  2124. NEWWELD.Part1 = PART1
  2125. NEWWELD.C0 = C0
  2126. NEWWELD.C1 = C1
  2127. NEWWELD.Parent = PARENT
  2128. return NEWWELD
  2129. end
  2130. local S = IT("Sound")
  2131. function CreateSound(ID, PARENT, VOLUME, PITCH)
  2132. local NEWSOUND
  2133. coroutine.resume(coroutine.create(function()
  2134. NEWSOUND = S:Clone()
  2135. NEWSOUND.Parent = PARENT
  2136. NEWSOUND.Volume = VOLUME
  2137. NEWSOUND.Pitch = PITCH
  2138. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id=" .. ID
  2139. Swait()
  2140. NEWSOUND:play()
  2141. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  2142. end))
  2143. return NEWSOUND
  2144. end
  2145. function CFrameFromTopBack(at, top, back)
  2146. local right = top:Cross(back)
  2147. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  2148. end
  2149. function CreateWave(SIZE, WAIT, CFRAME, DOESROT, ROT, COLOR, GROW)
  2150. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0, 0, 0))
  2151. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "20329976", "", SIZE, VT(0, 0, -SIZE.X / 8))
  2152. wave.CFrame = CFRAME
  2153. coroutine.resume(coroutine.create(function(PART)
  2154. for i = 1, WAIT do
  2155. Swait()
  2156. mesh.Scale = mesh.Scale + GROW
  2157. mesh.Offset = VT(0, 0, -(mesh.Scale.X / 8))
  2158. if DOESROT == true then
  2159. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, ROT, 0)
  2160. end
  2161. wave.Transparency = wave.Transparency + 0.5 / WAIT
  2162. if wave.Transparency > 0.99 then
  2163. wave:remove()
  2164. end
  2165. end
  2166. end))
  2167. end
  2168. function CreateRing(SIZE, DOESROT, ROT, WAIT, CFRAME, COLOR, GROW)
  2169. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0, 0, 0))
  2170. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "559831844", "", SIZE, VT(0, 0, 0))
  2171. wave.CFrame = CFRAME
  2172. coroutine.resume(coroutine.create(function(PART)
  2173. for i = 1, WAIT do
  2174. Swait()
  2175. mesh.Scale = mesh.Scale + GROW
  2176. if DOESROT == true then
  2177. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, ROT, 0)
  2178. end
  2179. wave.Transparency = wave.Transparency + 0.5 / WAIT
  2180. if wave.Transparency > 0.99 then
  2181. wave:remove()
  2182. end
  2183. end
  2184. end))
  2185. end
  2186. function MagicSphere(SIZE, WAIT, CFRAME, COLOR, GROW)
  2187. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1, 1, 1), true)
  2188. local mesh = CreateMesh("SpecialMesh", wave, "Sphere", "", "", SIZE, VT(0, 0, 0))
  2189. wave.CFrame = CFRAME
  2190. coroutine.resume(coroutine.create(function(PART)
  2191. for i = 1, WAIT do
  2192. Swait()
  2193. mesh.Scale = mesh.Scale + GROW
  2194. wave.Transparency = wave.Transparency + 1 / WAIT
  2195. if wave.Transparency > 0.99 then
  2196. wave:remove()
  2197. end
  2198. end
  2199. end))
  2200. end
  2201. function Slice(KIND, SIZE, WAIT, CFRAME, COLOR, GROW)
  2202. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(1, 1, 1), true)
  2203. local mesh
  2204. if KIND == "Base" then
  2205. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "448386996", "", VT(0, SIZE / 10, SIZE / 10), VT(0, 0, 0))
  2206. elseif KIND == "Thin" then
  2207. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "662586858", "", VT(SIZE / 10, 0, SIZE / 10), VT(0, 0, 0))
  2208. elseif KIND == "Round" then
  2209. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "662585058", "", VT(SIZE / 10, 0, SIZE / 10), VT(0, 0, 0))
  2210. end
  2211. wave.CFrame = CFRAME
  2212. coroutine.resume(coroutine.create(function(PART)
  2213. for i = 1, WAIT do
  2214. Swait()
  2215. mesh.Scale = mesh.Scale + GROW / 10
  2216. wave.Transparency = wave.Transparency + 0.5 / WAIT
  2217. if wave.Transparency > 0.99 then
  2218. wave:remove()
  2219. end
  2220. end
  2221. end))
  2222. end
  2223. function AddChildrenToTable(FROM, PARENT, DIST, TABLE)
  2224. for _, c in pairs(PARENT:GetChildren()) do
  2225. if c.ClassName == "Model" then
  2226. if c ~= Character and c:FindFirstChildOfClass("Humanoid") and (c:FindFirstChild("Torso") or c:FindFirstChild("UpperTorso")) then
  2227. local HUMANOID = c:FindFirstChildOfClass("Humanoid")
  2228. local TORSO = c:FindFirstChild("Torso") or c:FindFirstChild("UpperTorso")
  2229. if DIST > (TORSO.Position - FROM).Magnitude then
  2230. table.insert(TABLE, c)
  2231. end
  2232. AddChildrenToTable(FROM, c, DIST, TABLE)
  2233. elseif c.ClassName == "Folder" then
  2234. AddChildrenToTable(FROM, c, DIST, TABLE)
  2235. end
  2236. end
  2237. end
  2238. end
  2239. function MakeForm(PART, TYPE)
  2240. if TYPE == "Cyl" then
  2241. local MSH = IT("CylinderMesh", PART)
  2242. elseif TYPE == "Ball" then
  2243. local MSH = IT("SpecialMesh", PART)
  2244. MSH.MeshType = "Sphere"
  2245. elseif TYPE == "Wedge" then
  2246. local MSH = IT("SpecialMesh", PART)
  2247. MSH.MeshType = "Wedge"
  2248. end
  2249. end
  2250. function FireArc(Part, ToLocation, AmountOfTime, Height, DoesCourontine)
  2251. if DoesCourontine == false then
  2252. local Direction = CF(Part.Position, ToLocation)
  2253. local Distance = (Part.Position - ToLocation).magnitude
  2254. for i = 1, AmountOfTime do
  2255. Swait()
  2256. Part.CFrame = Direction * CF(0, AmountOfTime / 200 + (AmountOfTime / Height - i * 2 / Height), -Distance / AmountOfTime)
  2257. Direction = Part.CFrame
  2258. end
  2259. Part:remove()
  2260. elseif DoesCourontine == true then
  2261. coroutine.resume(coroutine.create(function()
  2262. local Direction = CF(Part.Position, ToLocation)
  2263. local Distance = (Part.Position - ToLocation).magnitude
  2264. for i = 1, AmountOfTime do
  2265. Swait()
  2266. Part.CFrame = Direction * CF(0, AmountOfTime / 200 + (AmountOfTime / Height - i * 2 / Height), -Distance / AmountOfTime)
  2267. Direction = Part.CFrame
  2268. end
  2269. Part:remove()
  2270. end))
  2271. end
  2272. end
  2273. function CheckTableForString(Table, String)
  2274. for i, v in pairs(Table) do
  2275. if string.find(string.lower(String), string.lower(v)) then
  2276. return true
  2277. end
  2278. end
  2279. return false
  2280. end
  2281. function CheckIntangible(Hit)
  2282. local ProjectileNames = {
  2283. "Water",
  2284. "Arrow",
  2285. "Projectile",
  2286. "Effect",
  2287. "Rail",
  2288. "Lightning",
  2289. "Bullet"
  2290. }
  2291. if Hit and Hit.Parent and (not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid") then
  2292. return true
  2293. end
  2294. return false
  2295. end
  2296. Debris = game:GetService("Debris")
  2297. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  2298. local Direction = CFrame.new(StartPos, Vec).lookVector
  2299. local Ignore = type(Ignore) == "table" and Ignore or {Ignore}
  2300. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  2301. if RayHit and CheckIntangible(RayHit) then
  2302. if DelayIfHit then
  2303. wait()
  2304. end
  2305. RayHit, RayPos, RayNormal = CastZapRay(RayPos + Vec * 0.01, Vec, Length - (StartPos - RayPos).magnitude, Ignore, DelayIfHit)
  2306. end
  2307. return RayHit, RayPos, RayNormal
  2308. end
  2309. function turnto(position)
  2310. RootPart.CFrame = CFrame.new(RootPart.CFrame.p, VT(position.X, RootPart.Position.Y, position.Z)) * CFrame.new(0, 0, 0)
  2311. end
  2312. local naeeym2 = Instance.new("BillboardGui", Character)
  2313. naeeym2.AlwaysOnTop = true
  2314. naeeym2.Size = UDim2.new(15, 35, 2, 15)
  2315. naeeym2.StudsOffset = Vector3.new(0, 3, 0)
  2316. naeeym2.Adornee = Character.Head
  2317. naeeym2.Name = "Name"
  2318. naeeym2.PlayerToHideFrom = Player
  2319. local tecks2 = Instance.new("TextLabel", naeeym2)
  2320. tecks2.BackgroundTransparency = 1
  2321. tecks2.TextScaled = true
  2322. tecks2.BorderSizePixel = 0
  2323. tecks2.Text = "Key Dominus, The guardian of the time"
  2324. tecks2.Font = "Antique"
  2325. tecks2.TextSize = 30
  2326. tecks2.TextStrokeTransparency = 0
  2327. tecks2.TextColor3 = Color3.new(1, 0, 0)
  2328. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  2329. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  2330. tecks2.Parent = naeeym2
  2331. local SKILLTEXTCOLOR = C3(0,255,0)
  2332. local SKILLFONT = "Code"
  2333. local SKILLTEXTSIZE = 7
  2334. Humanoid.Died:connect(function()
  2335. Humanoid.Parent = nil
  2336. Humanoid.MaxHealth = "inf"
  2337. Humanoid.Health = "inf"
  2338. refit()
  2339. Humanoid.Parent = Character
  2340. CreateSound(ATTACKEDTAUNTS[MRANDOM(1, #ATTACKEDTAUNTS)], Head, 10, 0.9)
  2341. for i = 1, 5 do
  2342. Slice("Round", 0.6, 35, CF(Torso.Position) * ANGLES(RAD(MRANDOM(-18, 18)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-18, 18))), "New Yeller", VT(0.1, 0, 0.1))
  2343. end
  2344. killnearest(Torso.Position, 25, 180)
  2345. end)
  2346. local SKILL1FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  2347. local SKILL2FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  2348. local SKILL3FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.1, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  2349. local SKILL4FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.2, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  2350. local SKILL5FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.2, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  2351. local SKILL6FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.3, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 6 Frame")
  2352. local SKILL7FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.3, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 7 Frame")
  2353. local SKILL8FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 8 Frame")
  2354. local SKILL9FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.4, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 9 Frame")
  2355. local SKILL10FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.4, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 10 Frame")
  2356. local SKILL11FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.5, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 11 Frame")
  2357. local SKILL12FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.5, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 12 Frame")
  2358.  
  2359. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Orbital Devastor", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 1")
  2360. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Savage Fire", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 2")
  2361. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Grave Encounter", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 3")
  2362. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Endless Pain", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 4")
  2363. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] Absoluteum", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 5")
  2364. local SKILL6TEXT = CreateLabel(SKILL6FRAME, "[Q] Unwilling Hop", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 6")
  2365. local SKILL7TEXT = CreateLabel(SKILL7FRAME, "[T] Taunt", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 7")
  2366. local SKILL8TEXT = CreateLabel(SKILL8FRAME, "[J] Prison Key", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 8")
  2367. local SKILL9TEXT = CreateLabel(SKILL9FRAME, "[K] FireBall", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 9")
  2368. local SKILL10TEXT = CreateLabel(SKILL10FRAME, "[Y] Transformation", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 10")
  2369. local SKILL11TEXT = CreateLabel(SKILL11FRAME, "[P] Explosionball", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 11")
  2370. local SKILL12TEXT = CreateLabel(SKILL12FRAME, "[U] Everyone's Hopes", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 255, 255, 0, "Text 12")
  2371. function StatLabel(CFRAME, TEXT, COLOR)
  2372. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  2373. STATPART.CFrame = CF(CFRAME.p, CFRAME.p + VT(MRANDOM(-5, 5), MRANDOM(0, 5), MRANDOM(-5, 5)))
  2374. local BODYGYRO = IT("BodyGyro", STATPART)
  2375. game:GetService("Debris"):AddItem(STATPART, 5)
  2376. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  2377. BILLBOARDGUI.Adornee = STATPART
  2378. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5, 0)
  2379. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  2380. BILLBOARDGUI.AlwaysOnTop = false
  2381. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  2382. TEXTLABEL.BackgroundTransparency = 1
  2383. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  2384. TEXTLABEL.Text = TEXT
  2385. TEXTLABEL.Font = SKILLFONT
  2386. TEXTLABEL.FontSize = "Size42"
  2387. TEXTLABEL.TextColor3 = COLOR
  2388. TEXTLABEL.TextStrokeTransparency = 0
  2389. TEXTLABEL.TextScaled = true
  2390. TEXTLABEL.TextWrapped = true
  2391. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  2392. for i = 1, 50 do
  2393. Swait()
  2394. STATPART.CFrame = STATPART.CFrame * CF(0, 0, -0.2)
  2395. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + 0.02
  2396. TEXTLABEL.TextStrokeTransparency = TEXTLABEL.TextTransparency
  2397. end
  2398. THEPART.Parent = nil
  2399. end), STATPART, TEXTLABEL)
  2400. end
  2401.  
  2402. Player = Player
  2403. Character = Character
  2404.  
  2405. Humanoid = Character:FindFirstChildOfClass("Humanoid")
  2406. Torso = Character:FindFirstChild("Torso")
  2407. if not Player or not Humanoid or Humanoid.Health == 0 or not Torso then
  2408. return
  2409. end
  2410. Equipped = true
  2411. Void = Instance.new("Model")
  2412. Void.Name = "Void"
  2413. Angle = 0
  2414. for i = 1, 1 do
  2415. local VoidPart = Instance.new("Part")
  2416. VoidPart.Name = "VoidPart"
  2417. VoidPart.Transparency = 1
  2418. VoidPart.BrickColor = BrickColor.new("Really black")
  2419. VoidPart.Material = Enum.Material.Plastic
  2420. VoidPart.Shape = Enum.PartType.Block
  2421. VoidPart.FormFactor = Enum.FormFactor.Custom
  2422. VoidPart.TopSurface = Enum.SurfaceType.Smooth
  2423. VoidPart.BottomSurface = Enum.SurfaceType.Smooth
  2424. VoidPart.Anchored = true
  2425. VoidPart.CanCollide = false
  2426. VoidPart.Locked = true
  2427. VoidPart.Size = Vector3.new(18, 0.2, 18)
  2428. local BlockMesh = Instance.new("BlockMesh")
  2429. BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1)
  2430. BlockMesh.Parent = VoidPart
  2431. VoidPart.Parent = Void
  2432. local Star = Instance.new("Decal", VoidPart)
  2433. Star.Texture = "http://www.roblox.com/asset/?id=732683707"
  2434. --CricleForTarget
  2435. --121028264 MagicCircle1
  2436. --160506713 MagicCircle2
  2437. --327794305 MagicCircle3 (Death)
  2438. --160508788 MagicCircle4 (Scary)
  2439. --124339738 CoolCircle5
  2440. --268043891 Abyss-Demon-Magic-Circle
  2441. Star.Face = "Top"
  2442. local Light = Instance.new("PointLight", VoidPart)
  2443. Light.Color = Color3.new(255,255,0)
  2444. Light.Brightness = 100
  2445. Light.Range = 15
  2446. table.insert(VoidParts, VoidPart)
  2447. end
  2448. Spawn(function()
  2449. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and Torso.Parent do
  2450. if Angle == 360 then
  2451. Angle = 0
  2452. end
  2453. Angle = Angle + 0.05
  2454. local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character})
  2455. if Hit then
  2456. if not Void.Parent then
  2457. Void.Parent = Character
  2458. end
  2459. for i, v in pairs(VoidParts) do
  2460. v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0)
  2461. end
  2462. else
  2463. Void.Parent = nil
  2464. end
  2465. wait()
  2466. end
  2467. end)
  2468.  
  2469. function killnearest(position, range, maxstrength)
  2470. for i, v in ipairs(workspace:GetChildren()) do
  2471. local body = v:GetChildren()
  2472. for part = 1, #body do
  2473. if (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character and range > (body[part].Position - position).Magnitude then
  2474. if v.ClassName == "Model" then
  2475. v:BreakJoints()
  2476. end
  2477. local bv = Instance.new("BodyVelocity")
  2478. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  2479. bv.velocity = CF(position, body[part].Position).lookVector * maxstrength
  2480. bv.Parent = body[part]
  2481. Debris:AddItem(bv, 0.2)
  2482. end
  2483. end
  2484. if v.ClassName == "Part" and v.Anchored == false and range > (v.Position - position).Magnitude then
  2485. v.Velocity = CFrame.new(position, v.Position).lookVector * 5 * maxstrength
  2486. end
  2487. end
  2488. end
  2489. function Transparency(TRANS)
  2490. tecks2.TextTransparency = TRANS
  2491. tecks2.TextStrokeTransparency = TRANS
  2492. for _, c in pairs(Character:GetChildren()) do
  2493. if c.ClassName == "Part" and c ~= RootPart then
  2494. c.Transparency = TRANS
  2495. if c:FindFirstChildOfClass("Decal") then
  2496. c:FindFirstChildOfClass("Decal").Transparency = TRANS
  2497. end
  2498. elseif c.ClassName == "Accessory" then
  2499. c.Handle.Transparency = TRANS
  2500. elseif c.ClassName == "Model" then
  2501. for _, q in pairs(c:GetChildren()) do
  2502. if q.ClassName == "Part" then
  2503. q.Transparency = TRANS
  2504. if q:FindFirstChildOfClass("Decal") then
  2505. q:FindFirstChildOfClass("Decal").Transparency = TRANS
  2506. end
  2507. end
  2508. end
  2509. end
  2510. end
  2511. end
  2512. function Orbital_Devastor()
  2513. local HITBODIES = {}
  2514. local CENTER = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Pearl", "CenterPart", VT(0, 0, 0))
  2515. local HITFLOOR, ECH, NORMAL = Raycast(Mouse.Hit.p + VT(0, 2, 0), CF(Mouse.Hit.p, Mouse.Hit.p + VT(0, -1, 0)).lookVector, 10000000, Character)
  2516. CENTER.CFrame = CF(ECH)
  2517. local RAY = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "Laser01", VT(25, 99999, 25))
  2518. MakeForm(RAY, "Cyl")
  2519. local RAY2 = CreatePart(3, Effects, "Neon", 0, 1, "Really black", "Laser01", VT(28, 99999, 28))
  2520. MakeForm(RAY2, "Cyl")
  2521. RAY.CFrame = CF(ECH)
  2522. RAY2.CFrame = CF(ECH)
  2523. CreateSound("1368573150", CENTER, 10, 0.8)
  2524. for i = 1, 100 do
  2525. Swait()
  2526. RAY.Transparency = RAY.Transparency - 0.01
  2527. RAY.Size = RAY.Size - VT(0.25, 0, 0.25)
  2528. RAY2.Transparency = RAY2.Transparency - 0.012
  2529. RAY2.Size = RAY2.Size - VT(0.28, 0, 0.28)
  2530. end
  2531. for i = 1, 5 do
  2532. CreateRing(VT(i / 10, i / 10, 0), false, 0, 25, CF(ECH) * ANGLES(RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180))), C3(MRANDOM(0, 10) / 10, 0, 0), VT(i / 5, i / 5, 0))
  2533. end
  2534. RAY:remove()
  2535. RAY2:remove()
  2536. CreateSound("1368637781", CENTER, 10, 0.8)
  2537. MagicSphere(VT(0, 0, 0), 15, CF(ECH), "New Yeller", VT(8, 8, 8))
  2538. MagicSphere(VT(1, 1, 1), 25, CF(ECH), "Really black", VT(8, 8, 8))
  2539. AddChildrenToTable(ECH, workspace, 80, HITBODIES)
  2540. Debris:AddItem(CENTER, 5)
  2541. CreateSound("414517163", CENTER, 10, 0.8)
  2542. for i = 1, 5 do
  2543. Slice("Round", 0, 35, CF(ECH) * ANGLES(RAD(MRANDOM(-18, 18)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-18, 18))), "New Yeller", VT(0.5, 0, 0.5))
  2544. end
  2545. for e = 1, #HITBODIES do
  2546. if HITBODIES[e] ~= nil then
  2547. local BOD = HITBODIES[e]
  2548. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  2549. if TORS then
  2550. BOD:BreakJoints()
  2551. for _, c in pairs(BOD:GetChildren()) do
  2552. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  2553. local bv = Instance.new("BodyVelocity")
  2554. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  2555. bv.velocity = CF(ECH, c.Position).lookVector * 250
  2556. bv.Parent = c
  2557. Debris:AddItem(bv, 0.2)
  2558. end
  2559. end
  2560. end
  2561. end
  2562. end
  2563. end
  2564. function Savage_Fire()
  2565. ATTACK = true
  2566. Rooted = true
  2567. VALUE1 = true
  2568. local HITBODIES = {}
  2569. local VISUAL = CreatePart(3, Effects, "Glass", 0, 0.99, "Maroon", "Vibrations", VT(4, 4, 4))
  2570. MakeForm(VISUAL, "Ball")
  2571. VISUAL.CFrame = RootPart.CFrame
  2572. for i = 0, 1.2, 0.1 / Animation_Speed do
  2573. Swait()
  2574. VISUAL.Size = VISUAL.Size + VT(0.1, 0.1, 0.1)
  2575. VISUAL.Transparency = VISUAL.Transparency - 0.005
  2576. if MRANDOM(1, 2) == 1 then
  2577. do
  2578. local SPHERE = CreatePart(3, Effects, "Neon", 0, 0, "Really red", "Magic", VT(1, 1, 1) * MRANDOM(2, 35) / 10)
  2579. SPHERE.CFrame = CF(RootPart.Position) * CF(MRANDOM(-15, 15), -15, MRANDOM(-15, 15))
  2580. MakeForm(SPHERE, "Ball")
  2581. coroutine.resume(coroutine.create(function()
  2582. for i = 1, 100 do
  2583. Swait()
  2584. SPHERE.CFrame = SPHERE.CFrame * CF(0, 0.3, 0)
  2585. SPHERE.Transparency = i / 100
  2586. end
  2587. SPHERE:remove()
  2588. end))
  2589. end
  2590. end
  2591. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2592. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2593. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.25 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2594. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.25 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2595. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2596. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2597. end
  2598. Character.Archivable = true
  2599. local CLONE = Character:Clone()
  2600. CLONE.BGM:remove()
  2601. CLONE.Effects:remove()
  2602. CLONE.Parent = Effects
  2603. local X = 1 - VISUAL.Transparency
  2604. local ORIGINPOS = RootPart.Position
  2605. Transparency(1)
  2606. VALUE2 = true
  2607. RootPart.CFrame = CF(Mouse.Hit.p + VT(0, 5, 0), ORIGINPOS)
  2608. for i = 1, 50 do
  2609. Swait()
  2610. VISUAL.Transparency = VISUAL.Transparency + X / 50
  2611. VISUAL.Size = VISUAL.Size + VT(0.05, 0.05, 0.05)
  2612. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2613. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2614. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.25 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2615. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.25 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2616. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2617. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2618. end
  2619. VISUAL:remove()
  2620. coroutine.resume(coroutine.create(function()
  2621. local PITS = {}
  2622. local HITFLOOR, HITPOS, NORMAL = Raycast(CLONE.Torso.Position, CF(CLONE.Torso.Position, CLONE.Torso.Position + VT(0, -1, 0)).lookVector, 25 * Player_Size, Character)
  2623. MagicSphere(VT(0, 0, 0), 25, CF(CLONE.Torso.Position), "New Yeller", VT(2, 2, 2))
  2624. MagicSphere(VT(1, 1, 1), 55, CF(CLONE.Torso.Position), "Really Yeller", VT(2, 2, 2))
  2625. if HITFLOOR ~= nil then
  2626. local POS = CLONE.Torso.Position
  2627. CLONE:remove()
  2628. for i = 1, 150 do
  2629. Swait()
  2630. local PEWSOUND = {
  2631. "907527750",
  2632. "907527912",
  2633. "907528019",
  2634. "907530553"
  2635. }
  2636. AddChildrenToTable(HITPOS, workspace, i, HITBODIES)
  2637. if MRANDOM(1, 2) == 1 then
  2638. local ICICLE = IT("CornerWedgePart", Effects)
  2639. ICICLE.Locked = true
  2640. ICICLE.CanCollide = false
  2641. ICICLE.Anchored = true
  2642. ICICLE.BrickColor = BRICKC("New Yeller")
  2643. ICICLE.Material = "Neon"
  2644. ICICLE.Size = VT(i / 10, i / 2, i / 10)
  2645. CreateSound(PEWSOUND[MRANDOM(1, #PEWSOUND)], ICICLE, 10, 0.8)
  2646. ICICLE.CFrame = CF(HITPOS) * CF(MRANDOM(-i / 2, i / 2), 0, MRANDOM(-i / 2, i / 2)) * ANGLES(RAD(MRANDOM(-25, 25)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-25, 25)))
  2647. table.insert(PITS, ICICLE)
  2648. for e = 1, #HITBODIES do
  2649. if HITBODIES[e] ~= nil then
  2650. local BOD = HITBODIES[e]
  2651. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  2652. if TORS then
  2653. BOD:BreakJoints()
  2654. for _, c in pairs(BOD:GetChildren()) do
  2655. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  2656. local bv = Instance.new("BodyVelocity")
  2657. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  2658. bv.velocity = CF(POS, c.Position).lookVector * 250
  2659. bv.Parent = c
  2660. Debris:AddItem(bv, 0.2)
  2661. end
  2662. end
  2663. end
  2664. end
  2665. end
  2666. HITBODIES = {}
  2667. end
  2668. end
  2669. coroutine.resume(coroutine.create(function()
  2670. for i = 1, 10 do
  2671. Swait()
  2672. for e = 1, #PITS do
  2673. if PITS[e] ~= nil then
  2674. local E = PITS[e]
  2675. E.Transparency = E.Transparency + 0.1
  2676. end
  2677. end
  2678. end
  2679. for e = 1, #PITS do
  2680. if PITS[e] ~= nil then
  2681. local E = PITS[e]
  2682. E:remove()
  2683. end
  2684. end
  2685. end))
  2686. end
  2687. end))
  2688. VALUE2 = false
  2689. VALUE1 = false
  2690. ATTACK = false
  2691. Rooted = false
  2692. for i = 1, 10 do
  2693. Swait()
  2694. Transparency(1 - i / 10)
  2695. end
  2696. end
  2697. function Grave_Encounter()
  2698. local HITBODIES = {}
  2699. local PEWSOUND = {
  2700. "907527750",
  2701. "907527912",
  2702. "907528019",
  2703. "907530553"
  2704. }
  2705. local HITFLOOR, HITPOS, NORMAL = Raycast(RootPart.Position, CF(RootPart.Position, RootPart.Position + VT(0, -1, 0)).lookVector, 7 * Player_Size, Character)
  2706. if HITFLOOR ~= nil then
  2707. CreateSound(ATTACKTAUNTS[MRANDOM(1, #ATTACKTAUNTS)], Head, 10, 0.9)
  2708. ATTACK = true
  2709. Rooted = false
  2710. local GYRO = IT("BodyGyro", RootPart)
  2711. GYRO.D = 100
  2712. GYRO.P = 2000
  2713. GYRO.MaxTorque = VT(0, 4000000, 0)
  2714. GYRO.cframe = CF(RootPart.Position, Mouse.Hit.p)
  2715. for i = 0, 3.5, 0.1 / Animation_Speed do
  2716. Swait()
  2717. GYRO.cframe = CF(RootPart.Position, Mouse.Hit.p)
  2718. Slice("Thin", 1, 5, RightArm.CFrame * CF(0, -1.1, 0) * ANGLES(RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180))), C3(1, 0, 0), VT(-0.01, 0, -0.01))
  2719. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(-15 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2720. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(15 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2721. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-45), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(32 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2722. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(5), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2723. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2724. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2725. end
  2726. for i = 0, 0.15, 0.1 / Animation_Speed do
  2727. Swait()
  2728. GYRO.cframe = CF(RootPart.Position, Mouse.Hit.p)
  2729. Slice("Thin", 1, 5, RightArm.CFrame * CF(0, -1.1, 0) * ANGLES(RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180))), C3(1, 0, 0), VT(-0.01, 0, -0.01))
  2730. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(85 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2731. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-85 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2732. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2733. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(5), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2734. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2735. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2736. end
  2737. Rooted = true
  2738. GYRO:remove()
  2739. coroutine.resume(coroutine.create(function()
  2740. local PITS = {}
  2741. local FRAME = RootPart.CFrame
  2742. for i = 1, 200 do
  2743. Swait()
  2744. for e = 1, #HITBODIES do
  2745. if HITBODIES[e] ~= nil then
  2746. local BOD = HITBODIES[e]
  2747. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  2748. if TORS then
  2749. BOD:BreakJoints()
  2750. table.remove(HITBODIES, e)
  2751. end
  2752. end
  2753. end
  2754. local GLITCH = CreatePart(3, Effects, "Neon", 0, 0, "New Yeller", "Puddle", VT(2 + i / 2, 0, 2 + i / 2))
  2755. MakeForm(GLITCH, "Cyl")
  2756. GLITCH.CFrame = FRAME * CF(MRANDOM(-5, 5), 0, 5 - i * 3)
  2757. local HITFLOOR, HITPOS, NORMAL = Raycast(GLITCH.Position, CF(GLITCH.Position, GLITCH.Position + VT(0, -1, 0)).lookVector, 25 * Player_Size, Character)
  2758. if HITFLOOR ~= nil then
  2759. table.insert(PITS, GLITCH)
  2760. GLITCH.CFrame = CF(HITPOS, HITPOS + NORMAL) * ANGLES(RAD(90), RAD(0), RAD(0))
  2761. AddChildrenToTable(HITPOS, workspace, i / 2, HITBODIES)
  2762. if MRANDOM(1, 2) == 1 then
  2763. local ICICLE = IT("CornerWedgePart", Effects)
  2764. ICICLE.Locked = true
  2765. ICICLE.CanCollide = false
  2766. ICICLE.Anchored = true
  2767. ICICLE.BrickColor = BRICKC("New Yeller")
  2768. ICICLE.Material = "Neon"
  2769. ICICLE.Size = VT(i / 10, i / 2, i / 10)
  2770. CreateSound(PEWSOUND[MRANDOM(1, #PEWSOUND)], ICICLE, 10, 0.8)
  2771. ICICLE.CFrame = CF(HITPOS) * CF(MRANDOM(-i / 10, i / 10), 0, MRANDOM(-i / 10, i / 10)) * ANGLES(RAD(MRANDOM(-25, 25)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-25, 25)))
  2772. table.insert(PITS, ICICLE)
  2773. end
  2774. else
  2775. GLITCH:remove()
  2776. break
  2777. end
  2778. end
  2779. coroutine.resume(coroutine.create(function()
  2780. for i = 1, 10 do
  2781. Swait()
  2782. for e = 1, #PITS do
  2783. if PITS[e] ~= nil then
  2784. local E = PITS[e]
  2785. E.Transparency = E.Transparency + 0.1
  2786. end
  2787. end
  2788. end
  2789. for e = 1, #PITS do
  2790. if PITS[e] ~= nil then
  2791. local E = PITS[e]
  2792. E:remove()
  2793. end
  2794. end
  2795. end))
  2796. end))
  2797. for i = 0, 1, 0.1 / Animation_Speed do
  2798. Swait()
  2799. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(85 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2800. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-85 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2801. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(145), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-15 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2802. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-25), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2803. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2804. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2805. end
  2806. ATTACK = false
  2807. Rooted = false
  2808. end
  2809. end
  2810. function Taunt2()
  2811. ATTACK = true
  2812. Rooted = true
  2813. CreateSound("137473066", Head, 10, 1)
  2814. for i=0, 1, 0.1 / Animation_Speed do
  2815. Swait()
  2816. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.45 * COS(SINE / 12)) * ANGLES(RAD(7 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 1 * SIN(SINE / 12))), 1 / Animation_Speed)
  2817. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2818. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-1, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(180)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  2819. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, 0.3) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.3 / Animation_Speed)
  2820. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 + 0.15 * COS(SINE / 12), -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2821. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5 + 0.25 * COS(SINE / 12), -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2822. end
  2823. for i=0, 1, 0.1 / Animation_Speed do
  2824. Swait()
  2825. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.45 * COS(SINE / 12)) * ANGLES(RAD(7 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 1 * SIN(SINE / 12))), 1 / Animation_Speed)
  2826. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2827. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(180)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  2828. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, 0.3) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.3 / Animation_Speed)
  2829. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 + 0.15 * COS(SINE / 12), -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2830. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5 + 0.25 * COS(SINE / 12), -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2831. end
  2832. ATTACK = false
  2833. Rooted = false
  2834. end
  2835. function Endless_Pain()
  2836. local HITBODIES = {}
  2837. local HITFLOOR, HITPOS, NORMAL = Raycast(RootPart.Position, CF(RootPart.Position, RootPart.Position + VT(0, -1, 0)).lookVector, 7 * Player_Size, Character)
  2838. if HITFLOOR ~= nil then
  2839. CreateSound("463598785", RootPart, 10, 0.8)
  2840. ATTACK = true
  2841. Rooted = true
  2842. VALUE1 = true
  2843. for i = 1, 500 do
  2844. Swait()
  2845. AddChildrenToTable(HITPOS, workspace, i / 3, HITBODIES)
  2846. Slice("Round", 0.5 + i / 50, 35, CF(HITPOS + VT(0, 0.1, 0), HITPOS + VT(0, 0.1, 0) + NORMAL) * ANGLES(RAD(90), RAD(0), RAD(0)) * ANGLES(RAD(MRANDOM(-18, 18)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-18, 18))), "New Yeller", VT(0.001, 0, 0.001))
  2847. Slice("Round", 0.5 + i / 50, 45, CF(HITPOS + VT(0, 0.1, 0), HITPOS + VT(0, 0.1, 0) + NORMAL) * ANGLES(RAD(90), RAD(MRANDOM(-180, 180)), RAD(0)), "New Yeller", VT(0, 0, 0))
  2848. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-35 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2849. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  2850. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-40), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(12 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2851. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-40), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2852. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35 - 7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2853. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35 - 7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2854. for e = 1, #HITBODIES do
  2855. if HITBODIES[e] ~= nil then
  2856. local BOD = HITBODIES[e]
  2857. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  2858. if TORS and TORS:FindFirstChild("BV") == nil then
  2859. local bv = Instance.new("BodyVelocity")
  2860. bv.Name = "BV"
  2861. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  2862. bv.velocity = CF(TORS.Position, TORS.Position + VT(0, 1, 0)).lookVector * 20
  2863. bv.Parent = TORS
  2864. Debris:AddItem(bv, 0.1)
  2865. end
  2866. end
  2867. end
  2868. end
  2869. coroutine.resume(coroutine.create(function()
  2870. for e = 1, #HITBODIES do
  2871. Swait()
  2872. if HITBODIES[e] ~= nil then
  2873. local BOD = HITBODIES[e]
  2874. for i = 1, #HITBODIES do
  2875. if HITBODIES[i] == BOD and i ~= e then
  2876. table.remove(HITBODIES, i)
  2877. end
  2878. end
  2879. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  2880. if TORS then
  2881. TORS.Anchored = false
  2882. CreateSound("92597369", TORS, 10, 0.8)
  2883. Slice("Thin", 1, 35, CF(TORS.Position, HITPOS) * ANGLES(RAD(0), RAD(-90), RAD(0)), "New Yeller", VT(0.01, 0, 0.01))
  2884. BOD:BreakJoints()
  2885. for _, c in pairs(BOD:GetChildren()) do
  2886. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  2887. local bv = Instance.new("BodyVelocity")
  2888. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  2889. bv.velocity = CF(HITPOS, c.Position).lookVector * 250
  2890. bv.Parent = c
  2891. Debris:AddItem(bv, 0.2)
  2892. end
  2893. end
  2894. end
  2895. end
  2896. end
  2897. end))
  2898. VALUE1 = false
  2899. ATTACK = false
  2900. Rooted = false
  2901. end
  2902. end
  2903. function Prison_Key()
  2904. chatfunc("Omae wa mo shindeiru")
  2905. CreateSound(1087802599,Torso,10,1,false)
  2906. wait(2.500)
  2907. if Mouse.Target ~= nil then
  2908. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  2909. local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  2910. local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  2911. local GYRO = IT("BodyGyro",RootPart)
  2912. GYRO.D = 750
  2913. GYRO.P = 20000
  2914. GYRO.MaxTorque = VT(0,40000000,0)
  2915. local grav = Instance.new("BodyPosition",TORSO)
  2916. grav.D = 15
  2917. grav.P = 20000
  2918. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2919. grav.position = TORSO.Position
  2920. local GYRO2 = IT("BodyGyro",TORSO)
  2921. GYRO2.D = 750
  2922. GYRO2.P = 20000
  2923. GYRO2.MaxTorque = VT(0,40000000,0)
  2924. GYRO2.cframe = CF(TORSO.Position,RootPart.Position)
  2925. grav.Name = "Jail"
  2926. local LOCKPARTS = {}
  2927. ATTACK = true
  2928. Rooted = false
  2929. local LOCK = IT("Model",Effects)
  2930. LOCK.Name = "Lock"
  2931. local LOCK2 = IT("Model",LOCK)
  2932. LOCK2.Name = "Metal"
  2933. --CREATE LOCK--
  2934. local BASE = CreatePart(3, LOCK, "Glass", 0, 0, "Gold", "Keylock", VT(3, 2.5, 1))
  2935. LOCK.PrimaryPart = BASE
  2936. BASE.CFrame = CF(TORSO.Position,RootPart.Position)*CF(0,0,-4)
  2937. local PRT = CreatePart(3, LOCK, "Glass", 0, 0, "Gold", "Keylock", VT(3, 1, 3))
  2938. PRT.CFrame = BASE.CFrame*CF(0,-1.25,0)*ANGLES(RAD(90),RAD(0),RAD(0))
  2939. MakeForm(PRT,"Cyl")
  2940. local PRT = CreatePart(3, LOCK, "Glass", 0, 0, "White", "Hole", VT(1, 1, 1))
  2941. PRT.Color = C3(0,0,0)
  2942. PRT.CFrame = BASE.CFrame*CF(0,0.3,-0.01)*ANGLES(RAD(90),RAD(0),RAD(0))
  2943. MakeForm(PRT,"Cyl")
  2944. local PRT = CreatePart(3, LOCK, "Glass", 0, 0, "White", "Hole", VT(0.5, 1, 1))
  2945. PRT.Color = C3(0,0,0)
  2946. PRT.CFrame = BASE.CFrame*CF(0,-0.2,-0.01)
  2947. for i = 1, 45 do
  2948. local PRT = CreatePart(3, LOCK2, "Glass", 0, 0, "Grey", "Keylock", VT(0.5, 0.5, 0.5))
  2949. PRT.CFrame = BASE.CFrame*CF(0,2,0)*ANGLES(RAD(0),RAD(0),RAD(-90+(360/90*i)))*CF(0,1,0)
  2950. end
  2951. local PRT = CreatePart(3, LOCK2, "Glass", 0, 0, "Grey", "Keylock", VT(0.5, 0.5, 0.5))
  2952. PRT.CFrame = BASE.CFrame*CF(0,1.5,0)*ANGLES(RAD(0),RAD(0),RAD(90))*CF(0,1,0)
  2953. LOCK2.PrimaryPart = PRT
  2954. ---------------
  2955. local CHILDREN = LOCK:GetDescendants()
  2956. for index, CHILD in pairs(CHILDREN) do
  2957. if CHILD:IsA("BasePart") then
  2958. CHILD.Transparency = 1
  2959. end
  2960. end
  2961. for i = 1, 75 do
  2962. LOCK:SetPrimaryPartCFrame(CF(TORSO.Position,RootPart.Position)*CF(0,0,-4))
  2963. Swait()
  2964. GYRO2.cframe = CF(TORSO.Position,RootPart.Position)
  2965. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  2966. local CHILDREN = LOCK:GetDescendants()
  2967. for index, CHILD in pairs(CHILDREN) do
  2968. if CHILD:IsA("BasePart") then
  2969. CHILD.Transparency = CHILD.Transparency - 1/75
  2970. end
  2971. end
  2972. end
  2973. HUM.DisplayDistanceType = "None"
  2974. local KEY = IT("Model",Effects)
  2975. KEY.Name = "Key"
  2976. --CREATE KEY--
  2977. local KBASE = CreatePart(3, KEY, "Neon", 0, 0, "Lavender", "KeyBase", VT(0.1, 1, 0.1),false)
  2978. KEY.PrimaryPart = KBASE
  2979. KBASE.CFrame = RightArm.CFrame*CF(0,-2.1,0)*ANGLES(RAD(0),RAD(90),RAD(0))
  2980. local WLD = weldBetween(RightArm,KBASE)
  2981. for i = 1, 45 do
  2982. local PRT = CreatePart(3, KEY, "Neon", 0, 0, "Lavender", "Key", VT(0.1, 0.1, 0.1),false)
  2983. PRT.CFrame = KBASE.CFrame*CF(0,0.8,0)*ANGLES(RAD(0),RAD(0),RAD((360/45*i)))*CF(0,0.25,0)
  2984. weldBetween(KBASE,PRT)
  2985. end
  2986. local PRT = CreatePart(3, KEY, "Neon", 0, 0, "Lavender", "Key", VT(0.3, 0.1, 0.1),false)
  2987. PRT.CFrame = KBASE.CFrame*CF(-0.15,-0.45,0)
  2988. weldBetween(KBASE,PRT)
  2989. local PRT = CreatePart(3, KEY, "Neon", 0, 0, "Lavender", "Key", VT(0.3, 0.1, 0.1),false)
  2990. PRT.CFrame = KBASE.CFrame*CF(-0.15,-0.25,0)
  2991. weldBetween(KBASE,PRT)
  2992. --------------
  2993. Rooted = true
  2994. Pose("Prepare key",1.5,1.2,false,GYRO,TORSO)
  2995. coroutine.resume(coroutine.create(function()
  2996. for i = 1, 10 do
  2997. Swait()
  2998. GYRO2.cframe = CF(TORSO.Position,RootPart.Position)
  2999. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  3000. end
  3001. CreateSound(1149318312,BASE,5,1,false)
  3002. CreateSound(160772554,BASE,3,1,false)
  3003. LOCK2:SetPrimaryPartCFrame(BASE.CFrame*CF(0,0.8,0)*ANGLES(RAD(0),RAD(0),RAD(90))*CF(0,1,0))
  3004. for i = 1, 4 do
  3005. WACKYEFFECT({Time = 35, EffectType = "Crystal", Size = VT(1,1,1), Size2 = VT(0,15,0), Transparency = 0, Transparency2 = 1, CFrame = BASE.CFrame*CF(1,1.45,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3006. end
  3007. WACKYEFFECT({Time = 90, EffectType = "Sphere", Size = VT(0,0,0), Size2 = VT(3,3,3)*25, Transparency = 0, Transparency2 = 1, CFrame = TORSO.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Lavender".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = 5})
  3008. wait(1)
  3009. TORSO.Parent.Parent = LOCK
  3010. for i = 1, 75 do
  3011. Swait()
  3012. local CHILDREN = KEY:GetDescendants()
  3013. for index, CHILD in pairs(CHILDREN) do
  3014. if CHILD:IsA("BasePart") then
  3015. CHILD.Transparency = i/25
  3016. end
  3017. end
  3018. local CHILDREN = LOCK:GetDescendants()
  3019. for index, CHILD in pairs(CHILDREN) do
  3020. if CHILD:IsA("BasePart") and CHILD.Name ~= "HumanoidRootPart" then
  3021. CHILD.Transparency = CHILD.Transparency + 1/75
  3022. elseif CHILD.ClassName == "Decal" then
  3023. CHILD.Transparency = CHILD.Transparency + 1/75
  3024. end
  3025. end
  3026. end
  3027. TORSO.Parent:ClearAllChildren()
  3028. KEY:remove()
  3029. LOCK:remove()
  3030. end))
  3031. Pose("Turn key",0.8,1.2,false,GYRO,TORSO)
  3032. GYRO:remove()
  3033. ATTACK = false
  3034. Rooted = false
  3035. end
  3036. end
  3037. end
  3038. function Absoluteum()
  3039. local HITFLOOR, HITPOS, NORMAL = Raycast(RootPart.Position, CF(RootPart.Position, RootPart.Position + VT(0, -1, 0)).lookVector, 7 * Player_Size, Character)
  3040. if HITFLOOR ~= nil then
  3041. do
  3042. local HITBODIES = {}
  3043. ATTACK = true
  3044. Rooted = true
  3045. local ABSOLUTE = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "ABSOLUTEUM", VT(0, 0, 0))
  3046. MakeForm(ABSOLUTE, "Ball")
  3047. CreateSound("416200578", RootPart, 10, 1)
  3048. for i = 0, 8, 0.1 / Animation_Speed do
  3049. Swait()
  3050. ABSOLUTE.Size = ABSOLUTE.Size + VT(0.2, 0.2, 0.2)
  3051. ABSOLUTE.CFrame = RootPart.CFrame * CF(0, 5 + ABSOLUTE.Size.Y / 2, 0)
  3052. ABSOLUTE.Transparency = ABSOLUTE.Transparency - 0.01
  3053. local CHARGE = CreatePart(3, Effects, "Neon", 0, 0, "Maroon", "ABSOLUTEUM", VT(2, 2, 2))
  3054. MakeForm(CHARGE, "Ball")
  3055. CHARGE.CFrame = CF(RootPart.Position) * CF(MRANDOM(-15, 15), -15, MRANDOM(-15, 15))
  3056. FireArc(CHARGE, ABSOLUTE.Position, 45, 45, true)
  3057. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(15 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3058. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(25), RAD(-15 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3059. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 1.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(170), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-12 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3060. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3061. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3062. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3063. end
  3064. CreateSound(ULTTAUNTS[MRANDOM(1, #ULTTAUNTS)], Head, 10, 0.9)
  3065. CreateSound("160772554", ABSOLUTE, 10, MRANDOM(5, 7) / 10)
  3066. for i = 1, 45 do
  3067. Swait()
  3068. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(15 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3069. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(25), RAD(-15 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3070. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 1.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(170), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-12 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3071. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3072. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3073. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3074. end
  3075. coroutine.resume(coroutine.create(function()
  3076. local IMPACT = false
  3077. local BULLET = ABSOLUTE
  3078. MakeForm(BULLET, "Ball")
  3079. BULLET.CFrame = CF(BULLET.Position, Mouse.Hit.p)
  3080. for i = 1, 500 do
  3081. Swait()
  3082. BULLET.CFrame = BULLET.CFrame * CF(0, 0, -2)
  3083. local HIT = Raycast(BULLET.Position, BULLET.CFrame.lookVector, BULLET.Size.X / 2, Character)
  3084. MagicSphere(VT(10, 10, 10), 55, CF(BULLET.CFrame * CF(MRANDOM(-BULLET.Size.X / 2.5, BULLET.Size.X / 2.5), MRANDOM(-BULLET.Size.X / 2.5, BULLET.Size.X / 2.5), MRANDOM(-BULLET.Size.X / 2.5, BULLET.Size.X / 2.5)).p), "New Yeller", VT(-10, -10, -10) / 55)
  3085. if HIT ~= nil then
  3086. IMPACT = true
  3087. break
  3088. end
  3089. end
  3090. if IMPACT == false then
  3091. for i = 1, 40 do
  3092. Swait()
  3093. BULLET.Size = BULLET.Size * 0.9
  3094. end
  3095. BULLET:remove()
  3096. else
  3097. CreateSound("1127492102", BULLET, 10, MRANDOM(8, 13) / 10)
  3098. for i = 1, 175 do
  3099. Swait()
  3100. BULLET.Size = BULLET.Size * 0.99
  3101. Slice("Round", 0, 35, CF(BULLET.Position) * ANGLES(RAD(MRANDOM(-18, 18)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-18, 18))), "New Yeller", VT(i, 0, i) / 85)
  3102. end
  3103. CreateSound("438666001", BULLET, 10, 3)
  3104. Swait(35)
  3105. BULLET.Transparency = 1
  3106. for i = 1, 20 do
  3107. for e = 1, 5 do
  3108. MagicSphere(VT(0.2, 0.2, 0.2), 50, CF(BULLET.CFrame * CF(MRANDOM(-5, 5), MRANDOM(-5, 5), MRANDOM(-5, 5)).p, BULLET.Position), "Really black", VT(1, 1, i * 4), 0)
  3109. Slice("Round", 0, 35, CF(BULLET.Position) * ANGLES(RAD(MRANDOM(-18, 18)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-18, 18))), "New Yeller", VT(i, 0, i) / 3)
  3110. end
  3111. AddChildrenToTable(BULLET.Position, workspace, i * 25, HITBODIES)
  3112. CreateSound("178452241", BULLET, 10, MRANDOM(8, 13) / 10)
  3113. CreateSound("178452243", BULLET, 10, MRANDOM(8, 13) / 10)
  3114. MagicSphere(BULLET.Size, 35, BULLET.CFrame, C3(MRANDOM(0, 10) / 10, 0, 0), VT(i, i, i) * 2)
  3115. Swait(5)
  3116. for e = 1, #HITBODIES do
  3117. if HITBODIES[e] ~= nil then
  3118. local BOD = HITBODIES[e]
  3119. local TORS = BOD:FindFirstChild("Torso") or BOD:FindFirstChild("UpperTorso")
  3120. if TORS then
  3121. BOD:BreakJoints()
  3122. for _, c in pairs(BOD:GetChildren()) do
  3123. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  3124. local bv = Instance.new("BodyVelocity")
  3125. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  3126. bv.velocity = CF(BULLET.Position, c.Position).lookVector * 250
  3127. bv.Parent = c
  3128. Debris:AddItem(bv, 0.2)
  3129. end
  3130. end
  3131. end
  3132. end
  3133. end
  3134. CreateWave(VT(0, 2, 0), 75, CF(BULLET.Position), true, -15, "New Yeller", VT(i, 0, i) * 2)
  3135. end
  3136. MagicSphere(BULLET.Size, 100, BULLET.CFrame, C3(1, 0, 0), VT(12, 12, 12))
  3137. Debris:AddItem(BULLET, 10)
  3138. end
  3139. end))
  3140. ATTACK = false
  3141. Rooted = false
  3142. end
  3143. end
  3144. end
  3145. local Decal = IT("Decal")
  3146. function Unwilling_Hop()
  3147. ATTACK = true
  3148. Rooted = false
  3149. local O1 = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "Warphole", VT(0, 0, 0))
  3150. O1.CFrame = RootPart.CFrame * CF(0, 0, -3) * ANGLES(RAD(90), RAD(0), RAD(0))
  3151. local decal = Decal:Clone()
  3152. decal.Parent = O1
  3153. decal.Face = "Top"
  3154. decal.Texture = "http://www.roblox.com/asset/?id=1346259742"
  3155. local decal2 = Decal:Clone()
  3156. decal2.Parent = O1
  3157. decal2.Face = "Bottom"
  3158. decal2.Texture = "http://www.roblox.com/asset/?id=1346259742"
  3159. local O2 = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "Warphole", VT(0, 0, 0))
  3160. local POS = VT(RootPart.Position.X, Mouse.Hit.p.Y + 6, RootPart.Position.Z)
  3161. O2.CFrame = CF(Mouse.Hit.p + VT(0, 6, 0), POS) * ANGLES(RAD(90), RAD(0), RAD(0))
  3162. local ROOT = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "Warphole", VT(0, 0, 0))
  3163. ROOT.CFrame = CF(O2.Position, RootPart.Position)
  3164. local decal = Decal:Clone()
  3165. decal.Parent = O2
  3166. decal.Face = "Top"
  3167. decal.Texture = "http://www.roblox.com/asset/?id=1346259742"
  3168. local decal2 = Decal:Clone()
  3169. decal2.Parent = O2
  3170. decal2.Face = "Bottom"
  3171. decal2.Texture = "http://www.roblox.com/asset/?id=1346259742"
  3172. CreateSound("1127492102", O1, 10, 0.7)
  3173. CreateSound("1127492102", O2, 10, 0.7)
  3174. for i = 1, 75 do
  3175. Swait()
  3176. O1.Size = O1.Size + VT(0.12, 0, 0.12)
  3177. O1.CFrame = RootPart.CFrame * CF(0, 0, -3) * ANGLES(RAD(90), RAD(i), RAD(0))
  3178. O2.Size = O2.Size + VT(0.12, 0, 0.12)
  3179. O2.CFrame = O2.CFrame * ANGLES(RAD(0), RAD(i), RAD(0))
  3180. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3181. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3182. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(90), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3183. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(90), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-5 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3184. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3185. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3186. end
  3187. Rooted = true
  3188. UNANCHOR = false
  3189. RootPart.Anchored = true
  3190. VALUE1 = true
  3191. for i = 1, 15 do
  3192. Transparency(i / 15)
  3193. Swait()
  3194. RootPart.CFrame = RootPart.CFrame * CF(0, 0, -0.13)
  3195. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(16 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3196. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3197. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-15), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3198. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-15), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-5 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3199. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3200. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3201. end
  3202. RootPart.CFrame = ROOT.CFrame
  3203. ROOT:remove()
  3204. for i = 1, 15 do
  3205. Transparency(1 - i / 15)
  3206. Swait()
  3207. RootPart.CFrame = RootPart.CFrame * CF(0, 0, -0.5)
  3208. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(16 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3209. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3210. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-15), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3211. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-15), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-5 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3212. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3213. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3214. end
  3215. VALUE1 = false
  3216. coroutine.resume(coroutine.create(function()
  3217. for i = 1, 75 do
  3218. Swait()
  3219. O1.Size = O1.Size - VT(0.12, 0, 0.12)
  3220. O1.CFrame = O1.CFrame * ANGLES(RAD(0), RAD(i), RAD(0))
  3221. O2.Size = O2.Size - VT(0.12, 0, 0.12)
  3222. O2.CFrame = O2.CFrame * ANGLES(RAD(0), RAD(i), RAD(0))
  3223. end
  3224. O1:remove()
  3225. O2:remove()
  3226. end))
  3227. UNANCHOR = true
  3228. RootPart.Anchored = false
  3229. ATTACK = false
  3230. Rooted = false
  3231. end
  3232.  
  3233. function Taunt()
  3234. ATTACK = true
  3235. Rooted = true
  3236. CreateSound("708737976", Head, 10, 1)
  3237. for i=0, 1, 0.1 / Animation_Speed do
  3238. Swait()
  3239. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3240. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(-0.02, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(25), RAD(0)), 1 / Animation_Speed)
  3241. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3242. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3243. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3244. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3245. end
  3246. wait(0.500)
  3247. CreateSound("359882283", Head, 10, 1)
  3248. for i = 1, 3 do
  3249. for i = 0, 0.7, 0.1 / Animation_Speed do
  3250. Swait()
  3251. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3252. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(15)), 0.5 / Animation_Speed)
  3253. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3254. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3255. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3256. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3257. end
  3258. for i = 0, 0.7, 0.1 / Animation_Speed do
  3259. Swait()
  3260. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3261. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-15)), 0.5 / Animation_Speed)
  3262. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3263. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3264. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3265. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3266. end
  3267. end
  3268. ATTACK = false
  3269. Rooted = false
  3270. end
  3271.  
  3272. function Intro()
  3273. ATTACK = true
  3274. Rooted = true
  3275. local HITFLOOR, HITPOS = Raycast(VT(0,250,0), (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 500, Character)
  3276. RootPart.CFrame = CF(HITPOS+VT(0,3,0))
  3277. local ORB = CreatePart(3, Head, "Cobblestone", 0, 0, "Really black", "Seal", VT(1,1,1))
  3278. MakeForm(ORB,"Ball")
  3279. local ORB2 = CreatePart(3, Head, "Neon", 0, 0.9, "Really black", "Seal", VT(1,1,1)*1.1)
  3280. MakeForm(ORB2,"Ball")
  3281. ORB.Transparency = 1
  3282. ORB2.Transparency = 1
  3283. chatfunc("You cant kill me like this...")
  3284. wait(1.4)
  3285. chatfunc("Hahahahaahahahaha")
  3286. for i=0, 1, 0.1 / Animation_Speed do
  3287. Swait()
  3288. ORB.CFrame = CF(HITPOS+VT(0,3 + 0.15 * COS(SINE / 12),0))
  3289. ORB2.CFrame = ORB.CFrame
  3290.  
  3291. Player:ClearCharacterAppearance()
  3292. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, -0.5, -0.5 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3293. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(35 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3294. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(85), RAD(0), RAD(-52)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3295. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(85), RAD(0), RAD(51)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3296. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(45), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3297. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(45), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3298. end
  3299. repeat
  3300. Swait()
  3301. ORB.CFrame = CF(HITPOS+VT(0,3 + 0.15 * COS(SINE / 12),0))
  3302. ORB2.CFrame = ORB.CFrame
  3303. until sick.TimePosition > 12
  3304. chatfunc("This is your last change!")
  3305. CreateSound("134978657", Effects, 5, 1)
  3306. repeat
  3307. Swait()
  3308. if MRANDOM(1,5) == 1 then
  3309. local SPHERE = CreatePart(3, Head, "Neon", 0, 0, "Really black", "Magic", VT(1,1,1)*MRANDOM(2,35)/10)
  3310. SPHERE.CFrame = CF(HITPOS) * CF(MRANDOM(-15,15),-5,MRANDOM(-15,15))
  3311. MakeForm(SPHERE,"Cylinder")
  3312. coroutine.resume(coroutine.create(function()
  3313. for i = 1, 100 do
  3314. Swait()
  3315. SPHERE.CFrame = SPHERE.CFrame * CF(0,0.3,0)
  3316. SPHERE.Transparency = (i/100)
  3317. end
  3318. SPHERE:remove()
  3319. end))
  3320. end
  3321. for i=0, 1, 0.1 / Animation_Speed do
  3322. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, -0.5, -0.5 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-45), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3323. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3324. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-45), RAD(0), RAD(52)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3325. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-45), RAD(0), RAD(-61)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3326. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-45), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3327. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-45), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3328. end
  3329. ORB.CFrame = CF(HITPOS+VT(0,3 + 0.15 * COS(SINE / 12),0))
  3330. ORB2.CFrame = ORB.CFrame
  3331. Slice("Round",1,15,CF(Torso.Position) * CF(MRANDOM(-10,10),MRANDOM(-10,10),MRANDOM(-10,10)) * ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),Color3.new(.5, 0, 0),VT(-0.2,0,-0.2))
  3332. CreateRing(VT(6.6,6.6,6.6),false,0,15,CF(HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0)),"Really black",VT(5,5,0))
  3333. until sick.TimePosition > 24
  3334. CreateSound("135017578", Effects, 5, 1)
  3335. repeat
  3336. Swait()
  3337. if MRANDOM(1,5) == 1 then
  3338. local SPHERE = CreatePart(3, Head, "Neon", 0, 0, "Really black", "Magic", VT(1,1,1)*MRANDOM(2,35)/10)
  3339. SPHERE.CFrame = CF(HITPOS) * CF(MRANDOM(-15,15),-5,MRANDOM(-15,15))
  3340. MakeForm(SPHERE,"Ball")
  3341. coroutine.resume(coroutine.create(function()
  3342. for i = 1, 100 do
  3343. Swait()
  3344. SPHERE.CFrame = SPHERE.CFrame * CF(0,0.3,0)
  3345. SPHERE.Transparency = (i/100)
  3346. end
  3347. SPHERE:remove()
  3348. end))
  3349. end
  3350. ORB.CFrame = CF(HITPOS+VT(0,3 + 0.15 * COS(SINE / 12),0))
  3351. ORB2.CFrame = ORB.CFrame
  3352. for i=0, 1, 0.1 / Animation_Speed do
  3353. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -1 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3354. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3355. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(71), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3356. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(71), RAD(0), RAD(35)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3357. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size, -1 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  3358. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(5), RAD(0)) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3359. end
  3360. local CFRAME = CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3361. MagicSphere(VT(0,0,0),15,CFRAME,"Really black",VT(0.1,0.1,55))
  3362. MagicSphere(VT(0,0,0),15,CFRAME,"Really black",VT(2,2,2))
  3363. MagicSphere(VT(0.1,0.1,0.1),15,CFRAME,"Really black",VT(0.1,0.1,55))
  3364. MagicSphere(VT(0,0,0),15,ORB.CFrame,"Really black",VT(1,15,1))
  3365. MagicSphere(VT(0,0,0),15,CF(HITPOS),"Really black",VT(5,5,5))
  3366. if MRANDOM(1,5) == 1 then
  3367. CreateRing(VT(0,0,0),false,0,MRANDOM(150,250),CF(ORB.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Really black",VT(0.2,0.2,0))
  3368. end
  3369. if MRANDOM(1,5) == 1 then
  3370. CreateRing(VT(0,0,0),false,0,MRANDOM(25,35),CF(ORB.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Really black",VT(3,3,0))
  3371. end
  3372. CreateRing(VT(0,0,0.1),false,0,15,CF(HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0)),"Really black",VT(5,5,0))
  3373. until sick.TimePosition > 34.5
  3374. Swait()
  3375. repeat
  3376. ORB.CFrame = CF(HITPOS+VT(0,3 + 0.15 * COS(SINE / 12),0))
  3377. ORB2.CFrame = ORB.CFrame
  3378. MagicSphere(VT(0,0,0),15,ORB.CFrame,"Really black",VT(1,15,1))
  3379. if MRANDOM(1,5) == 1 then
  3380. CreateRing(VT(0,0,0),false,0,MRANDOM(150,250),CF(ORB.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Really black",VT(0.2,0.2,0))
  3381. end
  3382.  
  3383. CreateRing(VT(6.6,6.6,6.6),false,0,15,CF(HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0)),"Really black",VT(5,5,0))
  3384. MagicSphere(VT(0,0,0),15,CF(HITPOS),"Really black",VT(5,5,5))
  3385. MagicSphere(VT(0,0,0),15,CF(HITPOS),"Really black",VT(2.5,2.5,2.5))
  3386. MagicSphere(VT(0,0,0),15,CF(HITPOS),"Really black",VT(0.5,0.5,0.5))
  3387. CreateSound("2691586", Effects, 5, 1)
  3388. CreateSound("181384451", Effects, 10, 0.6)
  3389. until sick.TimePosition > 13
  3390. sick.SoundId = "rbxassetid://1873219898"
  3391. sick.TimePosition = 1
  3392. game.Lighting.ClockTime = 22
  3393.  
  3394. local Sky = IT("Sky")
  3395. Sky.Parent = game.Lighting
  3396. Sky.MoonAngularSize = 45
  3397. Sky.MoonTextureId = "http://www.roblox.com/asset/?id=1055904136"
  3398.  
  3399. Sky.Parent = game.Lighting
  3400. game.Lighting.ClockTime = 22
  3401.  
  3402. local Light = Instance.new("PointLight", Torso)
  3403. Light.Color = Color3.new(.5,0,0)
  3404. Light.Brightness = 100
  3405. Light.Range = 25
  3406.  
  3407. local color="Really red"
  3408. local transPoints = {
  3409. NumberSequenceKeypoint.new(0,.819,.0375),
  3410. NumberSequenceKeypoint.new(.207,.594,.0187),
  3411. NumberSequenceKeypoint.new(.4,.55,.031),
  3412. NumberSequenceKeypoint.new(.57,.619,.05),
  3413. NumberSequenceKeypoint.new(.76,.8,.0375),
  3414. NumberSequenceKeypoint.new(1,1,0),
  3415. }
  3416. local sizePoints = {
  3417. NumberSequenceKeypoint.new(0,0.505,0),
  3418. NumberSequenceKeypoint.new(1,0,0),
  3419. }
  3420. local Size = NumberSequence.new(sizePoints)
  3421. local Transparency = NumberSequence.new(transPoints)
  3422.  
  3423. efxBlock2 = Instance.new("Part",c)
  3424. efxBlock2.CanCollide=false
  3425. efxBlock2.BrickColor = BrickColor.new(color)
  3426. efxBlock2.Material = "Neon"
  3427. efxBlock2.FormFactor = "Custom"
  3428. efxBlock2.Transparency = 1
  3429. efxBlock2.Size = Vector3.new(.25,.25,.25)
  3430. local mesh2 = Instance.new("SpecialMesh",efxBlock2)
  3431. mesh2.MeshType = Enum.MeshType.Sphere
  3432. mesh2.Scale = Vector3.new(1,1,1)
  3433. local particles2 = Instance.new("ParticleEmitter",efxBlock2)
  3434. particles2.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255),Color3.new(0/255, 0/255, 0/255))
  3435. particles2.LightEmission = .2
  3436. particles2.Size = Size
  3437. particles2.Name = "Fire"
  3438. particles2.Transparency = Transparency
  3439. particles2.LockedToPart = false
  3440. particles2.VelocityInheritance = .5
  3441. particles2.LockedToPart = false
  3442. particles2.Rate = 70
  3443. particles2.Texture = "rbxassetid://41068173"
  3444. particles2.Lifetime = NumberRange.new(2,2)
  3445. particles2.RotSpeed = NumberRange.new(100,100)
  3446. particles2.Speed = NumberRange.new(1,1)
  3447. local offset = Vector3.new(0.11, .23, -0.5)
  3448. local weld2 = Instance.new("Weld",c.Head)
  3449. weld2.Part0 = c.Head
  3450. weld2.Part1 = efxBlock2
  3451. weld2.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(40),math.rad(50),math.rad(-40))
  3452. efxBlock2.Parent = c
  3453.  
  3454.  
  3455. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  3456. ff.Visible = false
  3457. game:GetService("RunService"):BindToRenderStep("ew", 0, function()
  3458. if Humanoid.Health > 0.1 and Humanoid.Health < 1.0E298 then
  3459. Humanoid.MaxHealth = 1.0E298
  3460. Humanoid.Health = 1.0E298
  3461. end
  3462. end)
  3463. end
  3464.  
  3465. function FireBall()
  3466. ATTACK = true
  3467. Rooted = true
  3468. local GYRO = IT("BodyGyro", RootPart)
  3469. GYRO.D = 15
  3470. GYRO.P = 2000
  3471. GYRO.MaxTorque = VT(0, 4000000, 0)
  3472. CreateSound("341301115", Head, 5, 1.1)
  3473. CreateSound("93724183", Head, 6, 1)
  3474. for i = 1, 200 do
  3475. Swait()
  3476. WACKYEFFECT({
  3477. Time = MRANDOM(5, 15),
  3478. EffectType = "Round Slash",
  3479. Size = VT(0, 0, 0),
  3480. Size2 = VT(0.12, 0, 0.12),
  3481. Transparency = 0.5,
  3482. Transparency2 = 1,
  3483. CFrame = RootPart.CFrame * CF(0, -2.8, 0) * ANGLES(RAD(0), RAD(MRANDOM(0, 360)), RAD(0)),
  3484. MoveToPos = nil,
  3485. RotationX = MRANDOM(-50, 50) / 50,
  3486. RotationY = MRANDOM(-50, 50) / 10,
  3487. RotationZ = MRANDOM(-50, 50) / 50,
  3488. Material = "Neon",
  3489. Color = C3(1, 0, 0),
  3490. SoundID = nil,
  3491. SoundPitch = nil,
  3492. SoundVolume = nil
  3493. })
  3494. WACKYEFFECT({
  3495. Time = MRANDOM(5, 15),
  3496. EffectType = "Round Slash",
  3497. Size = VT(0, 0, 0),
  3498. Size2 = VT(0.1, 0, 0.1),
  3499. Transparency = 0.5,
  3500. Transparency2 = 1,
  3501. CFrame = Torso.CFrame * CF(0, -2.5, 1) * ANGLES(RAD(-35), RAD(MRANDOM(0, 360)), RAD(0)),
  3502. MoveToPos = nil,
  3503. RotationX = MRANDOM(-50, 50) / 50,
  3504. RotationY = MRANDOM(-50, 50) / 10,
  3505. RotationZ = MRANDOM(-50, 50) / 50,
  3506. Material = "Neon",
  3507. Color = C3(1, 0, 0),
  3508. SoundID = nil,
  3509. SoundPitch = nil,
  3510. SoundVolume = nil
  3511. })
  3512. WACKYEFFECT({
  3513. Time = MRANDOM(5, 15),
  3514. EffectType = "Round Slash",
  3515. Size = VT(0, 0, 0),
  3516. Size2 = VT(0.16, 0, 0.16),
  3517. Transparency = 0.5,
  3518. Transparency2 = 1,
  3519. CFrame = Torso.CFrame * CF(0, -2.5, 1) * ANGLES(RAD(-45), RAD(MRANDOM(0, 360)), RAD(0)),
  3520. MoveToPos = nil,
  3521. RotationX = MRANDOM(-50, 50) / 50,
  3522. RotationY = MRANDOM(-50, 50) / 10,
  3523. RotationZ = MRANDOM(-50, 50) / 50,
  3524. Material = "Neon",
  3525. Color = C3(1, 0, 0),
  3526. SoundID = nil,
  3527. SoundPitch = nil,
  3528. SoundVolume = nil
  3529. })
  3530. WACKYEFFECT({
  3531. Time = 5,
  3532. EffectType = "Sphere",
  3533. Size = VT(i, i, i) / 150,
  3534. Size2 = VT(0, 0, 0),
  3535. Transparency = 0.5,
  3536. Transparency2 = 1,
  3537. CFrame = Head.CFrame * CF(0, -0.25, -1),
  3538. MoveToPos = nil,
  3539. RotationX = 0,
  3540. RotationY = 0,
  3541. RotationZ = 0,
  3542. Material = "Neon",
  3543. Color = C3(1, 0, 0),
  3544. SoundID = nil,
  3545. SoundPitch = nil,
  3546. SoundVolume = nil
  3547. })
  3548. GYRO.cframe = CF(RootPart.Position, Mouse.Hit.p)
  3549. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0.1, -0.05 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 0.05 / Animation_Speed)
  3550. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.05 / Animation_Speed)
  3551. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.05 / Animation_Speed)
  3552. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.05 / Animation_Speed)
  3553. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-15), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.05 / Animation_Speed)
  3554. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-15), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.05 / Animation_Speed)
  3555. end
  3556. GYRO:remove()
  3557. for i = 0, 0.3, 0.1 / Animation_Speed do
  3558. Swait()
  3559. WACKYEFFECT({
  3560. Time = 25,
  3561. EffectType = "Sphere",
  3562. Size = VT(200, 200, 200) / 150,
  3563. Size2 = VT(0, 0, 0),
  3564. Transparency = 0.5,
  3565. Transparency2 = 1,
  3566. CFrame = Head.CFrame * CF(0, -0.25, -1),
  3567. MoveToPos = nil,
  3568. RotationX = 0,
  3569. RotationY = 0,
  3570. RotationZ = 0,
  3571. Material = "Neon",
  3572. Color = C3(1, 0, 0),
  3573. SoundID = nil,
  3574. SoundPitch = nil,
  3575. SoundVolume = nil
  3576. })
  3577. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, -0.1, -0.05 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3578. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3579. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  3580. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  3581. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3582. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(15), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3583. end
  3584. coroutine.resume(coroutine.create(function()
  3585. local FIREBALL = CreatePart(3, Effects, "Neon", 0, 0, "New Yeller", "DOOM", VT(1, 1, 1))
  3586. MakeForm(FIREBALL, "Ball")
  3587. local SOUND = CreateSound(463593339, FIREBALL, 8, 1, false)
  3588. FIREBALL.CFrame = CF(Head.Position, Mouse.Hit.p) * CF(0, 0, -2)
  3589. for i = 1, 500 do
  3590. Swait()
  3591. FIREBALL.CFrame = FIREBALL.CFrame * CF(0, 0, -2)
  3592. local HITFLOOR, HITPOS = Raycast(FIREBALL.Position, FIREBALL.CFrame.lookVector, 2.2, Character)
  3593. if HITFLOOR ~= nil then
  3594. break
  3595. end
  3596. end
  3597. CreateSound(325132788, Effects, 8, 1, false)
  3598. for i = 1, 120 do
  3599. Swait()
  3600. WACKYEFFECT({
  3601. Time = 85,
  3602. EffectType = "Sphere",
  3603. Size = FIREBALL.Size,
  3604. Size2 = VT(0, 1000, 0),
  3605. Transparency = 0.5,
  3606. Transparency2 = 1,
  3607. CFrame = FIREBALL.CFrame * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360))),
  3608. MoveToPos = nil,
  3609. RotationX = MRANDOM(-50, 50) / 10,
  3610. RotationY = MRANDOM(-50, 50) / 10,
  3611. RotationZ = MRANDOM(-50, 50) / 10,
  3612. Material = "Neon",
  3613. Color = C3(1, 0, 0),
  3614. SoundID = nil,
  3615. SoundPitch = nil,
  3616. SoundVolume = nil
  3617. })
  3618. FIREBALL.Size = FIREBALL.Size - VT(1, 1, 1) / 120
  3619. end
  3620. Swait(5)
  3621. ApplyAoE(FIREBALL.Position, 435, 65, 65, 600, false)
  3622. for i = 1, 10 do
  3623. WACKYEFFECT({
  3624. Time = 85 + 5 * i,
  3625. EffectType = "Slash",
  3626. Size = VT(3, 0, 3),
  3627. Size2 = VT(12, 0, 12),
  3628. Transparency = 0.5,
  3629. Transparency2 = 1,
  3630. CFrame = FIREBALL.CFrame * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360))),
  3631. MoveToPos = nil,
  3632. RotationX = MRANDOM(-50, 50) / 50,
  3633. RotationY = MRANDOM(-50, 50) / 10,
  3634. RotationZ = MRANDOM(-50, 50) / 50,
  3635. Material = "Neon",
  3636. Color = C3(1, 1, 1),
  3637. SoundID = nil,
  3638. SoundPitch = nil,
  3639. SoundVolume = nil
  3640. })
  3641. WACKYEFFECT({
  3642. Time = 185 + 5 * i,
  3643. EffectType = "Swirl",
  3644. Size = VT(15, 15, 15),
  3645. Size2 = VT(700, 700, 700) + VT(15, 15, 15) * i,
  3646. Transparency = 0.5,
  3647. Transparency2 = 1,
  3648. CFrame = FIREBALL.CFrame * ANGLES(RAD(0), RAD(MRANDOM(0, 360)), RAD(0)),
  3649. MoveToPos = nil,
  3650. RotationX = MRANDOM(-50, 50) / 50,
  3651. RotationY = MRANDOM(-50, 50) / 10,
  3652. RotationZ = MRANDOM(-50, 50) / 50,
  3653. Material = "Neon",
  3654. Color = C3(1, 0.5, 0.5),
  3655. SoundID = nil,
  3656. SoundPitch = nil,
  3657. SoundVolume = nil
  3658. })
  3659. WACKYEFFECT({
  3660. Time = 285 + 5 * i,
  3661. EffectType = "Round Slash",
  3662. Size = VT(3, 0, 3),
  3663. Size2 = VT(12, 0, 12),
  3664. Transparency = 0.5,
  3665. Transparency2 = 1,
  3666. CFrame = FIREBALL.CFrame * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360))),
  3667. MoveToPos = nil,
  3668. RotationX = MRANDOM(-50, 50) / 50,
  3669. RotationY = MRANDOM(-50, 50) / 10,
  3670. RotationZ = MRANDOM(-50, 50) / 50,
  3671. Material = "Neon",
  3672. Color = C3(1, 0, 0),
  3673. SoundID = nil,
  3674. SoundPitch = nil,
  3675. SoundVolume = nil
  3676. })
  3677. WACKYEFFECT({
  3678. Time = 285 + 5 * i,
  3679. EffectType = "Sphere",
  3680. Size = VT(650, 650, 650),
  3681. Size2 = VT(750, 750, 750) + VT(15, 15, 15) * i,
  3682. Transparency = 0.5,
  3683. Transparency2 = 1,
  3684. CFrame = FIREBALL.CFrame,
  3685. MoveToPos = nil,
  3686. RotationX = 0,
  3687. RotationY = 0,
  3688. RotationZ = 0,
  3689. Material = "Neon",
  3690. Color = C3(1, 0, 0),
  3691. SoundID = nil,
  3692. SoundPitch = 0,
  3693. SoundVolume = 0
  3694. })
  3695. end
  3696. wait(1)
  3697. WACKYEFFECT({
  3698. Time = 75,
  3699. EffectType = "Sphere",
  3700. Size = VT(350, 350, 350),
  3701. Size2 = VT(4500, 4500, 4500),
  3702. Transparency = 0.8,
  3703. Transparency2 = 1,
  3704. CFrame = FIREBALL.CFrame,
  3705. MoveToPos = nil,
  3706. RotationX = 0,
  3707. RotationY = 0,
  3708. RotationZ = 0,
  3709. Material = "Neon",
  3710. Color = C3(1, 1, 1),
  3711. SoundID = nil,
  3712. SoundPitch = 0,
  3713. SoundVolume = 0
  3714. })
  3715. for i = 1, 15 do
  3716. Swait()
  3717. ApplyAoE(FIREBALL.Position, 435 + 85 * i, 3, 3, 100, false)
  3718. WACKYEFFECT({
  3719. Time = 85,
  3720. EffectType = "Sphere",
  3721. Size = VT(75, 75, 75),
  3722. Size2 = VT(0, 2500, 0),
  3723. Transparency = 0.5,
  3724. Transparency2 = 1,
  3725. CFrame = FIREBALL.CFrame * ANGLES(RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360)), RAD(MRANDOM(0, 360))),
  3726. MoveToPos = nil,
  3727. RotationX = MRANDOM(-50, 50) / 10,
  3728. RotationY = MRANDOM(-50, 50) / 10,
  3729. RotationZ = MRANDOM(-50, 50) / 10,
  3730. Material = "Neon",
  3731. Color = C3(1, 0, 0),
  3732. SoundID = nil,
  3733. SoundPitch = nil,
  3734. SoundVolume = nil
  3735. })
  3736. end
  3737. FIREBALL:remove()
  3738. end))
  3739. WACKYEFFECT({
  3740. Time = 25,
  3741. EffectType = "Ring",
  3742. Size = VT(0, 0, 0),
  3743. Size2 = VT(3.75, 3.75, 0),
  3744. Transparency = 0.7,
  3745. Transparency2 = 1,
  3746. CFrame = Head.CFrame * CF(0, -0.25, -0.75),
  3747. MoveToPos = nil,
  3748. RotationX = 0,
  3749. RotationY = 0,
  3750. RotationZ = 0,
  3751. Material = "Neon",
  3752. Color = C3(1, 0, 0),
  3753. SoundID = nil,
  3754. SoundPitch = nil,
  3755. SoundVolume = nil
  3756. })
  3757. WACKYEFFECT({
  3758. Time = 50,
  3759. EffectType = "Ring",
  3760. Size = VT(0, 0, 0),
  3761. Size2 = VT(15, 15, 0),
  3762. Transparency = 0.7,
  3763. Transparency2 = 1,
  3764. CFrame = Head.CFrame * CF(0, -0.25, -0.75),
  3765. MoveToPos = nil,
  3766. RotationX = 0,
  3767. RotationY = 0,
  3768. RotationZ = 0,
  3769. Material = "Neon",
  3770. Color = C3(1, 0, 0),
  3771. SoundID = nil,
  3772. SoundPitch = nil,
  3773. SoundVolume = nil
  3774. })
  3775. for i = 0, 0.3, 0.1 / Animation_Speed do
  3776. Swait()
  3777. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, -0.1, -0.05 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3778. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3779. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  3780. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-20), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  3781. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3782. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(15), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  3783. end
  3784. ATTACK = false
  3785. Rooted = false
  3786. end
  3787. function MouseDown(Mouse)
  3788. if ATTACK == false then
  3789. end
  3790. end
  3791. function MouseUp(Mouse)
  3792. HOLD = false
  3793. end
  3794. function KeyDown(Key)
  3795. KEYHOLD = true
  3796. if Key == "z" and ATTACK == false then
  3797. Orbital_Devastor()
  3798. end
  3799. if Key == "b" and ATTACK == false then
  3800. Savage_Fire()
  3801. end
  3802. if Key == "c" and ATTACK == false then
  3803. Grave_Encounter()
  3804. end
  3805. if Key == "v" and ATTACK == false then
  3806. Endless_Pain()
  3807. end
  3808. if Key == "x" and ATTACK == false then
  3809. Absoluteum()
  3810. end
  3811. if Key == "q" and ATTACK == false then
  3812. Unwilling_Hop()
  3813. end
  3814. if Key == "t" and ATTACK == false then
  3815. Taunt()
  3816. end
  3817. if Key == "j" and ATTACK == false then
  3818. Prison_Key()
  3819. end
  3820. if Key == "k" and ATTACK == false then
  3821. FireBall()
  3822. end
  3823. if Key == "y" and ATTACK == false then
  3824. Intro()
  3825. end
  3826. end
  3827. function KeyUp(Key)
  3828. KEYHOLD = false
  3829. end
  3830. Mouse.Button1Down:connect(function(NEWKEY)
  3831. MouseDown(NEWKEY)
  3832. end)
  3833. Mouse.Button1Up:connect(function(NEWKEY)
  3834. MouseUp(NEWKEY)
  3835. end)
  3836. Mouse.KeyDown:connect(function(NEWKEY)
  3837. KeyDown(NEWKEY)
  3838. end)
  3839. Mouse.KeyUp:connect(function(NEWKEY)
  3840. KeyUp(NEWKEY)
  3841. end)
  3842. function unanchor()
  3843. if UNANCHOR == true then
  3844. g = Character:GetChildren()
  3845. for i = 1, #g do
  3846. if g[i].ClassName == "Part" then
  3847. g[i].Anchored = false
  3848. end
  3849. end
  3850. end
  3851. end
  3852. function refit()
  3853. RootJoint.Parent = RootPart
  3854. Neck.Parent = Torso
  3855. RightShoulder.Parent = Torso
  3856. LeftShoulder.Parent = Torso
  3857. RightHip.Parent = Torso
  3858. LeftHip.Parent = Torso
  3859. RootPart.Parent = Character
  3860. LeftArm.Parent = Character
  3861. RightArm.Parent = Character
  3862. RightLeg.Parent = Character
  3863. LeftLeg.Parent = Character
  3864. Torso.Parent = Character
  3865. Head.Parent = Character
  3866. end
  3867. Humanoid.Changed:connect(function(Jump)
  3868. if Jump == "Jump" and Disable_Jump == true then
  3869. Humanoid.Jump = false
  3870. end
  3871. end)
  3872. Humanoid.HipHeight = 2
  3873. Head:ClearAllChildren()
  3874. local FF = IT("ForceField", Character)
  3875. FF.Visible = false
  3876. Speed = 45
  3877. CreateSound("907332997", Head, 10, 0.9)
  3878. while true do
  3879. Swait()
  3880. ANIMATE.Parent = nil
  3881. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  3882. IDLEANIMATION:Play()
  3883. SINE = SINE + CHANGE
  3884. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  3885. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  3886. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  3887. local HITFLOOR, HITPOS, NORMAL = Raycast(RootPart.Position, CF(RootPart.Position, RootPart.Position + VT(0, -1, 0)).lookVector, 7 * Player_Size, Character)
  3888. if ATTACK == false then
  3889. if TORSOVELOCITY < 1 then
  3890. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.45 * COS(SINE / 12)) * ANGLES(RAD(7 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 1 * SIN(SINE / 12))), 1 / Animation_Speed)
  3891. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3892. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(0 - 7.5 * SIN(SINE / 12)), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(12 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3893. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, 0.3) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.3 / Animation_Speed)
  3894. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 + 0.15 * COS(SINE / 12), -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3895. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5 + 0.25 * COS(SINE / 12), -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3896. elseif TORSOVELOCITY > 1 then
  3897. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3898. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  3899. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(-25), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(25 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3900. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, 0.3) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.3 / Animation_Speed)
  3901. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25 - 7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3902. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  3903. end
  3904. end
  3905. if VALUE2 == false then
  3906. Slice("Thin", 0.1, 5, RightArm.CFrame * CF(0, -1.1, 0) * ANGLES(RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180))), C3(1, 0, 0), VT(-0.01, 0, -0.01))
  3907. Slice("Thin", 0.1, 5, LeftArm.CFrame * CF(0, -1.1, 0) * ANGLES(RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180)), RAD(MRANDOM(-180, 180))), C3(1, 0, 0), VT(-0.01, 0, -0.01))
  3908. end
  3909. unanchor()
  3910. Humanoid.MaxHealth = "inf"
  3911. Humanoid.Health = "inf"
  3912. if Rooted == false then
  3913. Disable_Jump = false
  3914. Humanoid.WalkSpeed = Speed
  3915. elseif Rooted == true then
  3916. Disable_Jump = true
  3917. Humanoid.WalkSpeed = 0
  3918. end
  3919. for _, c in pairs(Character:GetChildren()) do
  3920. if c.ClassName == "Part" then
  3921. c.Material = "Neon"
  3922. if c:FindFirstChildOfClass("ParticleEmitter") then
  3923. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  3924. end
  3925. if c == Torso then
  3926. c.Color = C3(1, 1, 1)
  3927. elseif c == RightArm then
  3928. c.Color = C3(0.9372549019607843, 0.7215686274509804, 0.2196078431372549)
  3929. elseif c == LeftArm then
  3930. c.Color = C3(0.9372549019607843, 0.7215686274509804, 0.2196078431372549)
  3931. elseif c == RightLeg then
  3932. c.Color = C3(0.7372549019607844, 0.6078431372549019, 0.36470588235294116)
  3933. elseif c == LeftLeg then
  3934. c.Color = C3(0.7372549019607844, 0.6078431372549019, 0.36470588235294116)
  3935. elseif c == Head then
  3936. if c:FindFirstChild("Dominus") == nil then
  3937. local M = CreateMesh("SpecialMesh", c, "FileMesh", "1578505955", "1578441237", VT(1, 1, 1) * 1.1, VT(0, 0, 0))
  3938. M.Name = "Dominus"
  3939. end
  3940. if c:FindFirstChild("face") then
  3941. c.face:remove()
  3942. end
  3943. end
  3944. elseif c.ClassName == "Shirt" or c.ClassName == "Pants" or c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  3945. c:remove()
  3946. end
  3947. end
  3948. FF.Parent = Character
  3949. sick.Parent = Character
  3950. refit()
  3951. script.Parent = WEAPONGUI
  3952. Character.Parent = workspace
  3953. Humanoid.PlatformStand = false
  3954. Humanoid.Name = "Forgotten Dominus"
  3955. for _, c in pairs(game.Players:GetChildren()) do
  3956. if c.Character ~= nil and c.Character.Parent ~= workspace and c.Character.Parent ~= nil then
  3957. c.Character:BreakJoints()
  3958. end
  3959. end
  3960. Humanoid.DisplayDistanceType = "None"
  3961. function sandbox(var,func)
  3962. local env = getfenv(func)
  3963. local newenv = setmetatable({},{
  3964. __index = function(self,k)
  3965. if k=="script" then
  3966. return var
  3967. else
  3968. return env[k]
  3969. end
  3970. end,
  3971. })
  3972. setfenv(func,newenv)
  3973. return func
  3974. end
  3975. cors = {}
  3976. mas = Instance.new("Model",game:GetService("Lighting"))
  3977. Sky0 = Instance.new("Sky")
  3978. Sky0.Name = "Ember sky :P much bootyfull"
  3979. Sky0.Parent = mas
  3980. Sky0.CelestialBodiesShown = false
  3981. Sky0.SkyboxBk = "http://www.roblox.com/asset/?id=157784474"
  3982. Sky0.SkyboxDn = "http://www.roblox.com/asset/?id=157784290"
  3983. Sky0.SkyboxFt = "http://www.roblox.com/asset/?id=157784317"
  3984. Sky0.SkyboxLf = "http://www.roblox.com/asset/?id=157784355"
  3985. Sky0.SkyboxRt = "http://www.roblox.com/asset/?id=157784340"
  3986. Sky0.SkyboxUp = "http://www.roblox.com/asset/?id=157784452"
  3987. for i,v in pairs(mas:GetChildren()) do
  3988. v.Parent = game:GetService("Lighting")
  3989. pcall(function() v:MakeJoints() end)
  3990. end
  3991. mas:Destroy()
  3992. for i,v in pairs(cors) do
  3993. spawn(function()
  3994. pcall(v)
  3995. end)
  3996. end
  3997. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement