Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 308.45 KB | None | 0 0
  1. --Creating fake input objects with fake variables
  2. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  3. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  4. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  5. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  6. end}
  7. --Merged 2 functions into one by checking amount of arguments
  8. CAS.UnbindAction = CAS.BindAction
  9.  
  10. --This function will trigger the events that have been :Connect()'ed
  11. local function te(self,ev,...)
  12. local t = m[ev]
  13. if t and t._fakeEvent then
  14. for _,f in pairs(t.Functions) do
  15. f(...)
  16. end
  17. end
  18. end
  19. m.TrigEvent = te
  20. UIS.TrigEvent = te
  21.  
  22. Event.OnServerEvent:Connect(function(plr,io)
  23. if plr~=rp then return end
  24. m.Target = io.Target
  25. m.Hit = io.Hit
  26. if not io.isMouse then
  27. local b = io.UserInputState == Enum.UserInputState.Begin
  28. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  29. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  30. end
  31. for _,t in pairs(CAS.Actions) do
  32. for _,k in pairs(t.Keys) do
  33. if k==io.KeyCode then
  34. t.Function(t.Name,io.UserInputState,io)
  35. end
  36. end
  37. end
  38. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  39. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  40. end
  41. end)
  42. Event.Parent = NLS([==[
  43. local Player = game:GetService("Players").LocalPlayer
  44. local Event = script:WaitForChild("UserInput_Event")
  45.  
  46. local Mouse = Player:GetMouse()
  47. local UIS = game:GetService("UserInputService")
  48. local input = function(io,a)
  49. if a then return end
  50. --Since InputObject is a client-side instance, we create and pass table instead
  51. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  52. end
  53. UIS.InputBegan:Connect(input)
  54. UIS.InputEnded:Connect(input)
  55.  
  56. local h,t
  57. --Give the server mouse data 30 times every second, but only if the values changed
  58. --If player is not moving their mouse, client won't fire events
  59. while wait(1/30) do
  60. if h~=Mouse.Hit or t~=Mouse.Target then
  61. h,t=Mouse.Hit,Mouse.Target
  62. Event:FireServer({isMouse=true,Target=t,Hit=h})
  63. end
  64. end]==],Player.Character)
  65.  
  66. ----Sandboxed game object that allows the usage of client-side methods and services
  67. --Real game object
  68. local _rg = game
  69.  
  70. --Metatable for fake service
  71. local fsmt = {
  72. __index = function(self,k)
  73. local s = rawget(self,"_RealService")
  74. if s then return s[k] end
  75. end,
  76. __newindex = function(self,k,v)
  77. local s = rawget(self,"_RealService")
  78. if s then s[k]=v end
  79. end,
  80. __call = function(self,...)
  81. local s = rawget(self,"_RealService")
  82. if s then return s(...) end
  83. end
  84. }
  85. local function FakeService(t,RealService)
  86. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  87. return setmetatable(t,fsmt)
  88. end
  89.  
  90. --Fake game object
  91. local g = {
  92. GetService = function(self,s)
  93. return self[s]
  94. end,
  95. Players = FakeService({
  96. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  97. },"Players"),
  98. UserInputService = FakeService(UIS,"UserInputService"),
  99. ContextActionService = FakeService(CAS,"ContextActionService"),
  100. }
  101. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  102. g.service = g.GetService
  103.  
  104. g.RunService = FakeService({
  105. RenderStepped = _rg:GetService("RunService").Heartbeat,
  106. BindToRenderStep = function(self,name,_,fun)
  107. self._btrs[name] = self.Heartbeat:Connect(fun)
  108. end,
  109. UnbindFromRenderStep = function(self,name)
  110. self._btrs[name]:Disconnect()
  111. end,
  112. },"RunService")
  113.  
  114. setmetatable(g,{
  115. __index=function(self,s)
  116. return _rg:GetService(s) or typeof(_rg[s])=="function"
  117. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  118. end,
  119. __newindex = fsmt.__newindex,
  120. __call = fsmt.__call
  121. })
  122. --Changing owner to fake player object to support owner:GetMouse()
  123. game,owner = g,g.Players.LocalPlayer
  124. end
  125.  
  126. Circle = nil
  127. CircleParts = {}
  128. Equipped = false
  129. VoidParts = {}
  130.  
  131. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  132. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  133. end
  134.  
  135. Player=game:GetService('Players').LocalPlayer
  136. Character=Player.Character
  137. Mouse=Player:GetMouse()
  138. m=Instance.new('Model',Character)
  139.  
  140. local function weldBetween(a, b)
  141. local weldd = Instance.new("ManualWeld")
  142. weldd.Part0 = a
  143. weldd.Part1 = b
  144. weldd.C0 = CFrame.new()
  145. weldd.C1 = b.CFrame:inverse() * a.CFrame
  146. weldd.Parent = a
  147. return weldd
  148. end
  149.  
  150. it=Instance.new
  151.  
  152. function nooutline(part)
  153. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  154. end
  155.  
  156. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  157. local fp=it("Part")
  158. fp.formFactor=formfactor
  159. fp.Parent=parent
  160. fp.Reflectance=reflectance
  161. fp.Transparency=transparency
  162. fp.CanCollide=false
  163. fp.Locked=true
  164. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  165. fp.Name=name
  166. fp.Size=size
  167. fp.Position=Character.Torso.Position
  168. nooutline(fp)
  169. fp.Material=material
  170. fp:BreakJoints()
  171. return fp
  172. end
  173.  
  174. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  175. local mesh=it(Mesh)
  176. mesh.Parent=part
  177. if Mesh=="SpecialMesh" then
  178. mesh.MeshType=meshtype
  179. mesh.MeshId=meshid
  180. end
  181. mesh.Offset=offset
  182. mesh.Scale=scale
  183. return mesh
  184. end
  185.  
  186. function weld(parent,part0,part1,c0,c1)
  187. local weld=it("Weld")
  188. weld.Parent=parent
  189. weld.Part0=part0
  190. weld.Part1=part1
  191. weld.C0=c0
  192. weld.C1=c1
  193. return weld
  194. end
  195.  
  196.  
  197. handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Handle",Vector3.new(0.05, 0.05, 0.05))
  198. 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))
  199. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","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.01700497, -2.78476143, 1.29093361, -0.566856563, -0.672185063, 0.476282805, -0.737335682, 0.671828806, 0.0706164688, -0.367447764, -0.311148405, -0.876456618))
  201. 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))
  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.30598545, -2.48077655, 0.0464644432, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  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.Plastic,0,0,"Really black","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.30610561, -2.74443865, 0.0464487076, 0.517703712, 0.593153298, 0.616568983, -0.381427974, 0.805089593, -0.454253823, -0.765835285, -7.74916589e-06, 0.64304328))
  207. 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))
  208. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  209. 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))
  210. 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))
  211. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  212. 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))
  213. 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))
  214. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  215. 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))
  216. 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))
  217. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  218. 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))
  219. 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))
  220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  221. 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))
  222. 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))
  223. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  224. 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))
  225. 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))
  226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  227. 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))
  228. 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))
  229. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  230. 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))
  231. 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))
  232. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  233. 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))
  234. 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))
  235. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  236. 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))
  237. 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))
  238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  239. 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))
  240. 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))
  241. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  242. 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))
  243. 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))
  244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  245. 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))
  246. 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))
  247. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  248. 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))
  249. 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))
  250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  251. 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))
  252. 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))
  253. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  254. 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))
  255. 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))
  256. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  257. 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))
  258. 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))
  259. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  260. 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))
  261. 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))
  262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  263. 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))
  264. 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))
  265. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  266. 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))
  267. 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))
  268. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  269. 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))
  270. 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))
  271. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  272. 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))
  273. 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))
  274. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  275. 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))
  276. 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))
  277. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  278. 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))
  279. 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))
  280. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  281. 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))
  282. 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))
  283. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  284. 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))
  285. 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))
  286. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  287. 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))
  288. 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))
  289. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  290. 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))
  291. 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))
  292. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  293. 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))
  294. 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))
  295. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  296. 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))
  297. 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))
  298. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  299. 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))
  300. 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))
  301. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  302. 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))
  303. 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))
  304. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  305. 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))
  306. 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))
  307. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  308. 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))
  309. 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))
  310. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  311. 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))
  312. 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))
  313. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  314. 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))
  315. 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))
  316. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  317. 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))
  318. 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))
  319. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  320. 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))
  321. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  322. 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))
  323. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  324. 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))
  325. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  326. 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))
  327. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  328. 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))
  329. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  330. 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))
  331. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  332. 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))
  333. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  334. 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))
  335. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  336. 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))
  337. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  338. 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))
  339. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  340. 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))
  341. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  342. 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))
  343. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  344. 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))
  345. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  346. 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))
  347. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  348. 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))
  349. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  350. 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))
  351. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  352. 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))
  353. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  354. 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))
  355. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  356. 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))
  357. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  358. 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))
  359. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  360. 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))
  361. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  362. 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))
  363. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  364. 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))
  365. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  366. 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))
  367. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  368. 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))
  369. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  370. 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))
  371. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  372. 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))
  373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  374. 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))
  375. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  376. 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))
  377. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  378. 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))
  379. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  380. 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))
  381. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  382. 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))
  383. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  384. 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))
  385. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  386. 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))
  387. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  388. 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))
  389. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  390. 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))
  391. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  392. 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))
  393. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  394. 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))
  395. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  396. 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))
  397. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  398. 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))
  399. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  400. 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))
  401. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  402. 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))
  403. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  404. 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))
  405. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  406. 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))
  407. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  408. 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))
  409. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  410. 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))
  411. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  412. 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))
  413. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  414. 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))
  415. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  416. 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))
  417. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  418. 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))
  419. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  420. 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))
  421. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  422. 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))
  423. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  424. 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))
  425. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  426. 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))
  427. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  428. 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))
  429. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  430. 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))
  431. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  432. 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))
  433. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  434. 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))
  435. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  436. 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))
  437. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  438. 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))
  439. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  440. 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))
  441. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  442. 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))
  443. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  444. 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))
  445. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  446. 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))
  447. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  448. 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))
  449. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  450. 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))
  451. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  452. 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))
  453. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  454. 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))
  455. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  456. 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))
  457. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  458. 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))
  459. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  460. 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))
  461. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  462. 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))
  463. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  464. 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))
  465. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  466. 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))
  467. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  468. 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))
  469. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  470. 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))
  471. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  472. 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))
  473. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  474. 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))
  475. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  476. 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))
  477. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  478. 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))
  479. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  480. 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))
  481. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  482. 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))
  483. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  484. 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))
  485. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  486. 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))
  487. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  488. 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))
  489. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  490. 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))
  491. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  492. 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))
  493. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  494. 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))
  495. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  496. 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))
  497. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  498. 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))
  499. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  500. 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))
  501. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  502. 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))
  503. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  504. 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))
  505. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  506. 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))
  507. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  508. 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))
  509. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  510. 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))
  511. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  512. 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))
  513. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  514. 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))
  515. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  516. 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))
  517. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  518. 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))
  519. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  520. 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))
  521. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  522. 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))
  523. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  524. 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))
  525. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  526. 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))
  527. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  528. 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))
  529. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  530. 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))
  531. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  532. 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))
  533. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  534. 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))
  535. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  536. 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))
  537. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  538. 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))
  539. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  540. 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))
  541. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  542. 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))
  543. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  544. 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))
  545. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  546. 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))
  547. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  548. 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))
  549. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  550. 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))
  551. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  552. 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))
  553. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  554. 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))
  555. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  556. 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))
  557. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.0747509971, 0.113847651, 0.0747509077))
  558. 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))
  559. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  560. 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))
  561. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  562. 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))
  563. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  564. 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))
  565. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  566. 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))
  567. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  568. 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))
  569. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  570. 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))
  571. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  572. 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))
  573. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  574. 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))
  575. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  576. 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))
  577. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  578. 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))
  579. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  580. 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))
  581. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  582. 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))
  583. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  584. 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))
  585. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  586. 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))
  587. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  588. 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))
  589. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  590. 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))
  591. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  592. 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))
  593. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  594. 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))
  595. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  596. 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))
  597. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  598. 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))
  599. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  600. 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))
  601. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  602. 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))
  603. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  604. 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))
  605. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  606. 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))
  607. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  608. 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))
  609. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  610. 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))
  611. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  612. 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))
  613. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  614. 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))
  615. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  616. 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))
  617. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  618. 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))
  619. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  620. 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))
  621. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  622. 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))
  623. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  624. 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))
  625. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  626. 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))
  627. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  628. 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))
  629. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  630. 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))
  631. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  632. 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))
  633. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  634. 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))
  635. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  636. 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))
  637. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  638. 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))
  639. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  640. 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))
  641. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  642. 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))
  643. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  644. 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))
  645. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  646. 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))
  647. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  648. 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))
  649. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  650. 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))
  651. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  652. 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))
  653. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  654. 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))
  655. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  656. 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))
  657. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  658. 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))
  659. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  660. 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))
  661. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  662. 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))
  663. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  664. 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))
  665. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  666. 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))
  667. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  668. 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))
  669. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  670. 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))
  671. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  672. 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))
  673. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  674. 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))
  675. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  676. 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))
  677. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  678. 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))
  679. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  680. 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))
  681. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  682. 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))
  683. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  684. 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))
  685. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  686. 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))
  687. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  688. 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))
  689. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  690. 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))
  691. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  692. 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))
  693. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  694. 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))
  695. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  696. 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))
  697. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  698. 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))
  699. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  700. 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))
  701. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  702. 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))
  703. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  704. 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))
  705. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  706. 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))
  707. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  708. 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))
  709. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  710. 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))
  711. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  712. 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))
  713. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  714. 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))
  715. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  716. 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))
  717. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  718. 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))
  719. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  720. 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))
  721. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  722. 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))
  723. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  724. 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))
  725. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  726. 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))
  727. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  728. 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))
  729. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  730. 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))
  731. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  732. 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))
  733. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  734. 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))
  735. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  736. 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))
  737. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  738. 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))
  739. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  740. 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))
  741. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  742. 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))
  743. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  744. 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))
  745. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  746. 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))
  747. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  748. 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))
  749. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  750. 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))
  751. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  752. 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))
  753. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  754. 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))
  755. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  756. 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))
  757. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  758. 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))
  759. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  760. 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))
  761. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  762. 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))
  763. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  764. 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))
  765. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  766. 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))
  767. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  768. 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))
  769. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  770. 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))
  771. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  772. 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))
  773. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  774. 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))
  775. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  776. 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))
  777. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  778. 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))
  779. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  780. 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))
  781. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  782. 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))
  783. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  784. 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))
  785. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  786. 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))
  787. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  788. 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))
  789. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  790. 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))
  791. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  792. 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))
  793. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  794. 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))
  795. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  796. 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))
  797. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.161914214, 0.194296986, 0.161914155))
  798. 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))
  799.  
  800. ----------------------Wings
  801.  
  802. handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Handle",Vector3.new(0.05, 0.05, 0.05))
  803. 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))
  804. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902))
  805. 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))
  806. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902))
  807. 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))
  808. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  809. 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))
  810. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.246144727, 0.200000003, 0.200000003))
  811. 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))
  812. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888))
  813. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902))
  814. 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))
  815. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902))
  816. 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))
  817. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  818. 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))
  819. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902))
  820. 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))
  821. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157688, 0.0928658471, 0.140546978))
  822. 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))
  823. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902))
  824. 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))
  825. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902))
  826. 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))
  827. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  828. 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))
  829. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902))
  830. 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))
  831. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.388688922, 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(-0.989244938, -3.72903919, 0.899180412, 0.129879355, 0.990271866, -0.0499324463, 0.978799522, -0.12000373, 0.166002661, 0.158395648, -0.0704337358, -0.984863639))
  833. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888))
  834. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902))
  835. 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))
  836. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  837. 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))
  838. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902))
  839. 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))
  840. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902))
  841. 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))
  842. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(8.67960358, 0.333232433, 0.161478281))
  843. 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))
  844. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902))
  845. 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))
  846. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.246144727, 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(-4.84341717, -5.09448719, -0.876107216, -0.541927397, 0.839978278, 0.0274483506, -0.825242281, -0.53802973, 0.171768188, 0.159049526, 0.0704338774, 0.984758258))
  848. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888))
  849. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.72853518, 0.276367128, 0.200000003))
  850. 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))
  851. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  852. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"v","Part",Vector3.new(0.203526303, 0.0796965212, 0.120615982))
  853. 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))
  854. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003))
  855. 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))
  856. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263))
  857. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003))
  858. 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))
  859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  860. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330954, 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(-6.95088196, -7.30414772, -0.875742435, -0.56724745, 0.822897077, 0.0327595398, -0.808047295, -0.563808382, 0.17083481, 0.159049526, 0.0704338774, 0.984758258))
  862. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  863. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902))
  864. 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))
  865. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003))
  866. 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))
  867. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  868. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.21506357, 0.20021978, 0.0970228091))
  869. 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))
  870. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003))
  871. 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))
  872. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  873. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902))
  874. 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))
  875. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902))
  876. 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))
  877. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.333568811, 0.200000003, 0.200000003))
  878. 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))
  879. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915))
  880. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902))
  881. 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))
  882. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  883. 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))
  884. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.23805618, 0.345994473, 0.200000003))
  885. 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))
  886. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  887. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.02377248, 0.109218024, 0.165295035))
  888. 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))
  889. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  890. 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))
  891. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  892. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.570847034, 0.200000003, 0.200000003))
  893. 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))
  894. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422))
  895. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902))
  896. 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))
  897. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902))
  898. 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))
  899. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 0.200000003))
  900. 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))
  901. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  902. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003))
  903. 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))
  904. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263))
  905. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003))
  906. 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))
  907. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263))
  908. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  909. 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))
  910. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902))
  911. 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))
  912. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  913. 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))
  914. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422))
  915. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  916. 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))
  917. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.17940784, 0.322034985, 0.200000003))
  918. 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))
  919. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  920. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902))
  921. 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))
  922. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  923. 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))
  924. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  925. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.262121707, 0.200000003, 0.200000003))
  926. 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))
  927. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888))
  928. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003))
  929. 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))
  930. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  931. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.23805618, 0.345994473, 0.200000003))
  932. 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))
  933. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  934. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 0.200000003, 0.200000003))
  935. 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))
  936. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038))
  937. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.33351707, 0.243160099, 0.117830887))
  938. 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))
  939. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.388688922, 0.200000003, 0.200000003))
  940. 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))
  941. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888))
  942. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.86096573, 0.200000003, 0.200000003))
  943. 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))
  944. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888))
  945. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003))
  946. 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))
  947. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422))
  948. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.253317922, 0.200000003, 0.200000003))
  949. 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))
  950. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422))
  951. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 0.200000003, 0.200000003))
  952. 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))
  953. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541))
  954. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.95976114, 0.345994473, 0.200000003))
  955. 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))
  956. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  957. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.307646036, 0.200000003, 0.200000003))
  958. 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))
  959. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915))
  960. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.24669528, 0.227562711, 0.200000003))
  961. 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))
  962. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  963. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526318, 0.200000003, 0.200000003))
  964. 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))
  965. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915))
  966. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.29378319, 0.0500000007, 0.120615982))
  967. 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))
  968. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  969. 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))
  970. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  971. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.07483196, 0.200000003, 0.200000003))
  972. 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))
  973. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915))
  974. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  975. 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))
  976. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  977. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.211238876, 0.200000003, 0.200000003))
  978. 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))
  979. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915))
  980. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.307646036, 0.200000003, 0.200000003))
  981. 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))
  982. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915))
  983. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.72026825, 0.186172783, 0.120615982))
  984. 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))
  985. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.50757241, 0.0500000007, 0.140546978))
  986. 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))
  987. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.693274379, 0.200000003, 0.200000003))
  988. 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))
  989. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915))
  990. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.591511309, 0.200000003, 0.200000003))
  991. 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))
  992. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915))
  993. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.38008833, 0.283340693, 0.137301654))
  994. 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))
  995. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003))
  996. 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))
  997. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263))
  998. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 0.200000003, 0.200000003))
  999. 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))
  1000. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541))
  1001. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.25244117, 0.200000003, 0.200000003))
  1002. 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))
  1003. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888))
  1004. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.22495015, 0.200000003, 0.200000003))
  1005. 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))
  1006. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915))
  1007. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.211238876, 0.200000003, 0.200000003))
  1008. 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))
  1009. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915))
  1010. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  1011. 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))
  1012. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1013. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  1014. 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))
  1015. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 0.200000003, 0.200000003))
  1016. 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))
  1017. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541))
  1018. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.591511309, 0.200000003, 0.200000003))
  1019. 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))
  1020. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915))
  1021. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.333568811, 0.200000003, 0.200000003))
  1022. 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))
  1023. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915))
  1024. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1025. 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))
  1026. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1027. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.95976114, 0.345994473, 0.200000003))
  1028. 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))
  1029. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  1030. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.33351707, 0.243160099, 0.117830887))
  1031. 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))
  1032. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.74704808, 0.0796965286, 0.120615996))
  1033. 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))
  1034. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 0.200000003))
  1035. 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))
  1036. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1037. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392433375, 0.200000003, 0.200000003))
  1038. 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))
  1039. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358))
  1040. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.693274379, 0.200000003, 0.200000003))
  1041. 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))
  1042. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915))
  1043. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1044. 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))
  1045. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1046. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.274662942, 0.200000003, 0.200000003))
  1047. 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))
  1048. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422))
  1049. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  1050. 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))
  1051. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1052. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 0.200000003))
  1053. 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))
  1054. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1055. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1056. 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))
  1057. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1058. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.22495015, 0.200000003, 0.200000003))
  1059. 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))
  1060. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915))
  1061. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 0.200000003))
  1062. 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))
  1063. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1064. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 0.200000003))
  1065. 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))
  1066. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1067. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  1068. 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))
  1069. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 0.200000003, 0.200000003))
  1070. 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))
  1071. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358))
  1072. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  1073. 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))
  1074. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1075. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625893, 0.200000003, 0.200000003))
  1076. 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))
  1077. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1078. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 0.200000003))
  1079. 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))
  1080. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1081. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526318, 0.200000003, 0.200000003))
  1082. 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))
  1083. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915))
  1084. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.06531036, 0.0500000007, 0.0993160605))
  1085. 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))
  1086. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003))
  1087. 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))
  1088. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1089. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003))
  1090. 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))
  1091. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263))
  1092. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 0.200000003))
  1093. 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))
  1094. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1095. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  1096. 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))
  1097. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.870492697, 0.0928658396, 0.140546978))
  1098. 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))
  1099. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 0.200000003))
  1100. 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))
  1101. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1102. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.461534649, 0.208747551, 0.200000003))
  1103. 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))
  1104. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1105. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 0.200000003))
  1106. 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))
  1107. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1108. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 0.200000003))
  1109. 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))
  1110. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1111. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.839287937, 0.216936618, 0.140546992))
  1112. 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))
  1113. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 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(-7.10181999, -3.29676151, 0.899507761, 0.962393939, 0.233980119, 0.138048366, 0.220715255, -0.969686866, 0.104846425, 0.158395648, -0.0704337358, -0.984863639))
  1115. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541))
  1116. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003))
  1117. 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))
  1118. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1119. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003))
  1120. 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))
  1121. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1122. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1123. 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))
  1124. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.93836689, 0.403167814, 0.200000003))
  1125. 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))
  1126. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1127. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.48964572, 0.284894377, 0.200000003))
  1128. 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))
  1129. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1130. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.277308941, 0.200000003, 0.200000003))
  1131. 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))
  1132. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.627120495, 0.485114038))
  1133. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1134. 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))
  1135. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1136. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1137. 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))
  1138. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1139. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.689254642, 0.200000003, 0.200000003))
  1140. 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))
  1141. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888))
  1142. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003))
  1143. 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))
  1144. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1145. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003))
  1146. 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))
  1147. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263))
  1148. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.74704808, 0.0796965286, 0.120615996))
  1149. 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))
  1150. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1151. 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))
  1152. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422))
  1153. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1154. 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))
  1155. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422))
  1156. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003))
  1157. 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))
  1158. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1159. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003))
  1160. 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))
  1161. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1162. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 0.200000003))
  1163. 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))
  1164. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1165. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 0.200000003))
  1166. 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))
  1167. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1168. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 0.200000003))
  1169. 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))
  1170. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1171. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 0.200000003))
  1172. 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))
  1173. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1174. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.29378319, 0.0500000007, 0.120615982))
  1175. 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))
  1176. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.07483196, 0.200000003, 0.200000003))
  1177. 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))
  1178. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915))
  1179. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157717, 0.200000003, 0.200000003))
  1180. 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))
  1181. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888))
  1182. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1183. 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))
  1184. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1185. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003))
  1186. 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))
  1187. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263))
  1188. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1189. 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))
  1190. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1191. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 0.200000003))
  1192. 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))
  1193. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1194. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.593074083, 0.153296009, 0.0993160754))
  1195. 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))
  1196. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 0.200000003))
  1197. 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))
  1198. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1199. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 0.200000003))
  1200. 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))
  1201. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1202. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.593074083, 0.153296009, 0.0993160754))
  1203. 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))
  1204. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.86096573, 0.200000003, 0.200000003))
  1205. 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))
  1206. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888))
  1207. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 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(-8.71567822, 0.541264057, 0.899555683, 0.983720183, 0.0970456004, 0.151271403, 0.0849221796, -0.992784619, 0.0846586972, 0.158395648, -0.0704337358, -0.984863639))
  1209. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358))
  1210. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.77303123, 0.0569577813, 0.16529502))
  1211. 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))
  1212. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.35848251, 0.200000003, 0.200000003))
  1213. 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))
  1214. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888))
  1215. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 0.200000003))
  1216. 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))
  1217. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1218. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003))
  1219. 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))
  1220. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263))
  1221. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003))
  1222. 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))
  1223. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422))
  1224. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.35848251, 0.200000003, 0.200000003))
  1225. 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))
  1226. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888))
  1227. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 0.200000003))
  1228. 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))
  1229. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1230. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.6140852, 0.403167814, 0.200000003))
  1231. 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))
  1232. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1233. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625893, 0.200000003, 0.200000003))
  1234. 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))
  1235. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541))
  1236. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.17940784, 0.322034985, 0.200000003))
  1237. 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))
  1238. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1239. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1240. 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))
  1241. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1242. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392433375, 0.200000003, 0.200000003))
  1243. 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))
  1244. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358))
  1245. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1246. 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))
  1247. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1248. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 0.200000003))
  1249. 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))
  1250. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358))
  1251. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 0.200000003))
  1252. 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))
  1253. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541))
  1254. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330954, 0.200000003, 0.200000003))
  1255. 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))
  1256. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1257. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.987072945, 0.255135655, 0.16529505))
  1258. 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))
  1259. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.93836689, 0.403167814, 0.200000003))
  1260. 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))
  1261. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003))
  1263. 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))
  1264. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263))
  1265. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003))
  1266. 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))
  1267. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1268. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.615124702, 0.0656226948, 0.0993160754))
  1269. 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))
  1270. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.77303123, 0.0569577813, 0.16529502))
  1271. 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))
  1272. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(4.6140852, 0.403167814, 0.200000003))
  1273. 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))
  1274. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757))
  1275. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.72853518, 0.276367128, 0.200000003))
  1276. 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))
  1277. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127))
  1278. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.262121707, 0.200000003, 0.200000003))
  1279. 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))
  1280. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888))
  1281. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.987072945, 0.255135655, 0.16529505))
  1282. 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))
  1283. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  1284. 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))
  1285. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003))
  1286. 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))
  1287. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263))
  1288. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.461534649, 0.208747551, 0.200000003))
  1289. 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))
  1290. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1291. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003))
  1292. 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))
  1293. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263))
  1294. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.06531036, 0.0500000007, 0.0993160605))
  1295. 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))
  1296. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.615124702, 0.0656226948, 0.0993160754))
  1297. 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))
  1298. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.21506357, 0.20021978, 0.0970228091))
  1299. 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))
  1300. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003))
  1301. 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))
  1302. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1303. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1304. 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))
  1305. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422))
  1306. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003))
  1307. 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))
  1308. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422))
  1309. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 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(-3.60183334, -2.21259737, 0.899178982, 0.97187376, 0.187194049, 0.142919019, 0.174294397, -0.979794621, 0.0981034413, 0.158395648, -0.0704337358, -0.984863639))
  1311. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422))
  1312. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 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.06458545, 1.71746063, 0.899444103, 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, 1, 0.485114038))
  1315. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003))
  1316. 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))
  1317. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1318. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003))
  1319. 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))
  1320. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422))
  1321. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1322. 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))
  1323. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1324. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003))
  1325. 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))
  1326. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263))
  1327. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(8.67960358, 0.333232433, 0.161478281))
  1328. 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))
  1329. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.02377248, 0.109218024, 0.165295035))
  1330. 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))
  1331. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003))
  1332. 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))
  1333. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263))
  1334. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003))
  1335. 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))
  1336. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263))
  1337. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 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.10166311, -8.42869759, 0.89962101, 0.243128091, 0.969523191, -0.0302347708, 0.956977606, -0.234657571, 0.170692697, 0.158395648, -0.0704337358, -0.984863639))
  1339. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1340. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003))
  1341. 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))
  1342. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1343. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003))
  1344. 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))
  1345. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263))
  1346. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003))
  1347. 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))
  1348. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1349. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003))
  1350. 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))
  1351. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1352. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1353. 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))
  1354. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1355. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003))
  1356. 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))
  1357. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1358. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003))
  1359. 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))
  1360. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1361. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003))
  1362. 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))
  1363. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1364. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003))
  1365. 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))
  1366. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804))
  1367. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003))
  1368. 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))
  1369. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346))
  1370. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003))
  1371. 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))
  1372. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263))
  1373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157688, 0.0928658471, 0.140546978))
  1374. 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))
  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(-0.955852509, 0.625712156, -0.875572681, -0.852161765, -0.493873715, 0.172957763, 0.498528183, -0.866676629, -0.0185293108, 0.159049526, 0.0704338774, 0.984758258))
  1377. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1378. 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))
  1379. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1380. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.38008833, 0.283340693, 0.137301654))
  1381. 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))
  1382. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1383. 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))
  1384. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 0.200000003, 0.200000003))
  1385. 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))
  1386. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038))
  1387. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1388. 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))
  1389. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(2.24669528, 0.227562711, 0.200000003))
  1390. 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))
  1391. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1392. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003))
  1393. 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))
  1394. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358))
  1395. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.277308941, 0.200000003, 0.200000003))
  1396. 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))
  1397. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.627120495, 0.485114038))
  1398. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 0.200000003))
  1399. 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))
  1400. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1401. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1402. 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))
  1403. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1404. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003))
  1405. 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))
  1406. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1407. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(3.48964572, 0.284894377, 0.200000003))
  1408. 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))
  1409. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733))
  1410. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1411. 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))
  1412. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422))
  1413. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.274662942, 0.200000003, 0.200000003))
  1414. 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))
  1415. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422))
  1416. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1417. 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))
  1418. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.870492697, 0.0928658396, 0.140546978))
  1419. 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))
  1420. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.237157717, 0.200000003, 0.200000003))
  1421. 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))
  1422. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888))
  1423. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.570847034, 0.200000003, 0.200000003))
  1424. 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))
  1425. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422))
  1426. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.253317922, 0.200000003, 0.200000003))
  1427. 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))
  1428. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422))
  1429. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  1430. 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))
  1431. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.50757241, 0.0500000007, 0.140546978))
  1432. 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))
  1433. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 0.200000003))
  1434. 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))
  1435. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1436. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003))
  1437. 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))
  1438. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038))
  1439. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.72026825, 0.186172783, 0.120615982))
  1440. 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))
  1441. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1442. 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))
  1443. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 0.200000003))
  1444. 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))
  1445. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038))
  1446. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1447. 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))
  1448. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.25244117, 0.200000003, 0.200000003))
  1449. 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))
  1450. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888))
  1451. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.839287937, 0.216936618, 0.140546992))
  1452. 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))
  1453. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.689254642, 0.200000003, 0.200000003))
  1454. 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))
  1455. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888))
  1456. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1457. 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))
  1458. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1459. 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))
  1460. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544915974, 0.225188777, 0.161478266))
  1461. 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))
  1462. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463330895, 0.19147341, 0.137301669))
  1463. 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))
  1464. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1465. 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))
  1466. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.167585015, 0.0656226873, 0.0993160605))
  1467. 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))
  1468. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1469. 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))
  1470. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1471. 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))
  1472. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1473. 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))
  1474. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1475. 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))
  1476. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1477. 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))
  1478. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1479. 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))
  1480. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.397625864, 0.164320529, 0.117830887))
  1481. 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))
  1482. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238588))
  1483. 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))
  1484. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917283, 0.109218009, 0.16529502))
  1485. 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))
  1486. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1487. 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))
  1488. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.278917283, 0.109218009, 0.16529502))
  1489. 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))
  1490. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1491. 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))
  1492. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238558))
  1493. 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))
  1494. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1495. 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))
  1496. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.167585015, 0.0656226873, 0.0993160605))
  1497. 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))
  1498. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.270109087, 0.0500000007, 0.429238588))
  1499. 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))
  1500. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1501. 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))
  1502. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407986, 0.135302708, 0.0970228091))
  1503. 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))
  1504. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.203526303, 0.0796965212, 0.120615982))
  1505. 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))
  1506. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.0500000007, 0.245740563, 0.429238588))
  1507. 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))
  1508. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.763193846, 0.163541555, 1.09027684))
  1509. 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))
  1510. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1511. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.4000001, 0.200000033, 2))
  1512. 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))
  1513. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1514. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.4000001, 0.200000033, 2))
  1515. 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))
  1516. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1517. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.763193846, 0.163541555, 1.09027684))
  1518. 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))
  1519. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1520.  
  1521. wait(0.016666666666667)
  1522. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  1523. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  1524. local C3 = {tRGB= function(c3) return c3.r*255,c3.g*255,c3.b*255 end,N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  1525. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  1526. local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end}
  1527. local R3 = {N=Region3.new}
  1528. local De = S.Debris
  1529. local WS = workspace
  1530. local Lght = S.Lighting
  1531. local RepS = S.ReplicatedStorage
  1532. local IN = Instance.new
  1533. local Plrs = S.Players
  1534. local Plr = Plrs.LocalPlayer
  1535. local Char = Plr.Character
  1536. local Hum = Char:FindFirstChildOfClass'Humanoid'
  1537. local RArm = Char["Right Arm"]
  1538. local LArm = Char["Left Arm"]
  1539. local RLeg = Char["Right Leg"]
  1540. local LLeg = Char["Left Leg"]
  1541. local Root = Char:FindFirstChild'HumanoidRootPart'
  1542. local Torso = Char.Torso
  1543. local Head = Char.Head
  1544. local NeutralAnims = true
  1545. local Attack = false
  1546. local Debounces = {Debounces={}}
  1547. local Mouse = Plr:GetMouse()
  1548. local Hit = {}
  1549. local Sine = 0
  1550. local Change = 1
  1551. local BloodPuddles = {}
  1552. local Glitching = false
  1553. local Target;
  1554. local Cam = workspace.CurrentCamera
  1555. local Effects = IN("Folder",Char)
  1556. Effects.Name = "Effects"
  1557. local Kills = 0;
  1558. local PlrGui = Plr:WaitForChild'PlayerGui'
  1559. function Debounces:New(name,cooldown)
  1560. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  1561. setmetatable(aaaaa,{__index = Debounces})
  1562. Debounces.Debounces[name] = aaaaa
  1563. return aaaaa
  1564. end
  1565. function Debounces:Use(overrideUsable)
  1566. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  1567. if(self.Usable or overrideUsable)then
  1568. self.Usable = false
  1569. self.CoolingDown = true
  1570. local LastUse = time()
  1571. self.LastUse = LastUse
  1572. delay(self.Cooldown or 2,function()
  1573. if(self.LastUse == LastUse)then
  1574. self.CoolingDown = false
  1575. self.Usable = true
  1576. end
  1577. end)
  1578. end
  1579. end
  1580. function Debounces:Get(name)
  1581. assert(typeof(name) == 'string',("bad argument #1 to 'get' (string expected, got %s)"):format(typeof(name) == nil and "no value" or typeof(name)))
  1582. for i,v in next, Debounces.Debounces do
  1583. if(i == name)then
  1584. return v;
  1585. end
  1586. end
  1587. end
  1588. function Debounces:GetProgressPercentage()
  1589. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  1590. if(self.CoolingDown and not self.Usable)then
  1591. return math.max(
  1592. math.floor(
  1593. (
  1594. (time()-self.LastUse)/self.Cooldown or 2
  1595. )*100
  1596. )
  1597. )
  1598. else
  1599. return 100
  1600. end
  1601. end
  1602. local baseSound = IN("Sound")
  1603. function Sound(parent,id,pitch,volume,looped,effect,autoPlay)
  1604. local Sound = baseSound:Clone()
  1605. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  1606. Sound.Pitch = pitch or 1
  1607. Sound.Volume = volume or 1
  1608. Sound.Looped = looped or false
  1609. if(autoPlay)then
  1610. coroutine.wrap(function()
  1611. repeat wait() until Sound.IsLoaded
  1612. Sound.Playing = autoPlay or false
  1613. end)()
  1614. end
  1615. if(not looped and effect)then
  1616. Sound.Stopped:connect(function()
  1617. Sound.Volume = 0
  1618. Sound:destroy()
  1619. end)
  1620. elseif(effect)then
  1621. warn("Sound can't be looped and a sound effect!")
  1622. end
  1623. Sound.Parent =parent or Torso
  1624. return Sound
  1625. end
  1626. function Part(parent,color,material,size,cframe,anchored,cancollide)
  1627. local part = IN("Part")
  1628. part.Parent = parent or Char
  1629. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  1630. part.Material = material or Enum.Material.SmoothPlastic
  1631. part.TopSurface,part.BottomSurface=10,10
  1632. part.Size = size or V3.N(1,1,1)
  1633. part.CFrame = cframe or CF.N(0,0,0)
  1634. part.CanCollide = cancollide or false
  1635. part.Anchored = anchored or false
  1636. return part
  1637. end
  1638. function Weld(part0,part1,c0,c1)
  1639. local weld = IN("Weld")
  1640. weld.Parent = part0
  1641. weld.Part0 = part0
  1642. weld.Part1 = part1
  1643. weld.C0 = c0 or CF.N()
  1644. weld.C1 = c1 or CF.N()
  1645. return weld
  1646. end
  1647. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  1648. local part = IN("SpecialMesh")
  1649. part.MeshId = meshid or ""
  1650. part.TextureId = textid or ""
  1651. part.Scale = scale or V3.N(1,1,1)
  1652. part.Offset = offset or V3.N(0,0,0)
  1653. part.MeshType = meshtype or Enum.MeshType.Sphere
  1654. part.Parent = parent
  1655. return part
  1656. end
  1657. NewInstance = function(instance,parent,properties)
  1658. local inst = Instance.new(instance)
  1659. inst.Parent = parent
  1660. if(properties)then
  1661. for i,v in next, properties do
  1662. pcall(function() inst[i] = v end)
  1663. end
  1664. end
  1665. return inst;
  1666. end
  1667. function Clone(instance,parent,properties)
  1668. local inst = instance:Clone()
  1669. inst.Parent = parent
  1670. if(properties)then
  1671. for i,v in next, properties do
  1672. pcall(function() inst[i] = v end)
  1673. end
  1674. end
  1675. return inst;
  1676. end
  1677. function SoundPart(id,pitch,volume,looped,effect,autoPlay,cf)
  1678. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  1679. local Sound = IN("Sound")
  1680. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  1681. Sound.Pitch = pitch or 1
  1682. Sound.Volume = volume or 1
  1683. Sound.Looped = looped or false
  1684. if(autoPlay)then
  1685. coroutine.wrap(function()
  1686. repeat wait() until Sound.IsLoaded
  1687. Sound.Playing = autoPlay or false
  1688. end)()
  1689. end
  1690. if(not looped and effect)then
  1691. Sound.Stopped:connect(function()
  1692. Sound.Volume = 0
  1693. soundPart:destroy()
  1694. end)
  1695. elseif(effect)then
  1696. warn("Sound can't be looped and a sound effect!")
  1697. end
  1698. Sound.Parent = soundPart
  1699. return Sound
  1700. end
  1701. local Instance = setmetatable({ClearChildrenOfClass = function(where,class,recursive) local children = (recursive and where:GetDescendants() or where:GetChildren()) for _,v in next, children do if(v:IsA(class))then v:destroy();end;end;end},{__index = Instance})
  1702. function CamShake(who,times,intense,origin)
  1703. coroutine.wrap(function()
  1704. if(script:FindFirstChild'CamShake')then
  1705. local cam = script.CamShake:Clone()
  1706. cam:WaitForChild'intensity'.Value = intense
  1707. cam:WaitForChild'times'.Value = times
  1708.  
  1709. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  1710. cam.Parent = who
  1711. wait()
  1712. cam.Disabled = false
  1713. elseif(who == Plr or who == Char or who:IsDescendantOf(Plr))then
  1714. local intensity = intense
  1715. if(Hum and not Hum:FindFirstChild'CamShaking')then
  1716. local cam = workspace.CurrentCamera
  1717. local oCO = Hum.CameraOffset
  1718. local cs = Instance.new("BoolValue",Hum)
  1719. cs.Name = "CamShaking"
  1720. for i = 1, times do
  1721. local camDistFromOrigin
  1722. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  1723. camDistFromOrigin = math.floor( (cam.CoordinateFrame.p-origin.Position).magnitude )/25
  1724. elseif(typeof(origin) == 'Vector3')then
  1725. camDistFromOrigin = math.floor( (cam.CoordinateFrame.p-origin).magnitude )/25
  1726. end
  1727. if(camDistFromOrigin)then
  1728. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  1729. end
  1730. if(Hum)then
  1731. Hum.CameraOffset = Vector3.new(math.random(-intensity,intensity)/200,math.random(-intensity,intensity)/200,math.random(-intensity,intensity)/200)
  1732. end
  1733. swait()
  1734. end
  1735. if(Hum)then
  1736. Hum.CameraOffset = oCO
  1737. end
  1738. cs:destroy()
  1739. end
  1740. end
  1741. end)()
  1742. end
  1743.  
  1744.  
  1745. function CamShakeAll(times,intense,origin)
  1746. for _,v in next, Plrs:players() do
  1747. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  1748. end
  1749. end
  1750.  
  1751. function ServerScript(code)
  1752. if(script:FindFirstChild'Loadstring')then
  1753. local load = script.Loadstring:Clone()
  1754. load:WaitForChild'Sauce'.Value = code
  1755. load.Disabled = false
  1756. load.Parent = workspace
  1757. elseif(NS and typeof(NS) == 'function')then
  1758. NS(code,workspace)
  1759. else
  1760. warn("no serverscripts lol")
  1761. end
  1762. end
  1763.  
  1764. function LocalOnPlayer(who,code)
  1765. ServerScript([[
  1766. wait()
  1767. script.Parent=nil
  1768. if(not _G.Http)then _G.Http = game:service'HttpService' end
  1769.  
  1770. local Http = _G.Http or game:service'HttpService'
  1771.  
  1772. local source = ]].."[["..code.."]]"..[[
  1773. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  1774. local asd = Http:PostAsync(link,source)
  1775. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  1776. local ID = Http:JSONDecode(asd).Result.Require_ID
  1777. local vs = require(ID).VORTH_SCRIPT
  1778. vs.Parent = game:service'Players'.]]..who.Name..[[.Character
  1779. ]])
  1780. end
  1781.  
  1782. function Nametag(color,tag)
  1783. local r,g,b = C3.tRGB(color)
  1784. local c3 = C3.RGB(r/2,g/2,b/2)
  1785. local name = script:FindFirstChild'Nametag' and script.Nametag:Clone();
  1786. if(not name)then
  1787. name = NewInstance("BillboardGui",nil,{MaxDistance=150,AlwaysOnTop=true,Active=false,Size=UDim2.new(5,0,1,0),SizeOffset=Vector2.new(0,6)})
  1788. NewInstance("TextLabel",name,{Name='Title',BackgroundTransparency=1,Size=UDim2.new(2.5,0,1.5,0),Position=UDim2.new(-.75,0,.9,0),Text=tag,Font=Enum.Font.Fantasy,TextColor3 = color,TextStrokeColor3 = c3,TextStrokeTransparency=0,TextSize=14,TextScaled=true,TextWrapped=true,})
  1789. end
  1790. name.Title.Text = tag
  1791. name.Title.TextColor3 = color
  1792. name.Title.TextStrokeColor3 = c3
  1793.  
  1794.  
  1795. name.Parent = Char
  1796. name.Adornee = Head
  1797. name.PlayerToHideFrom = Plr
  1798.  
  1799. return name
  1800. end
  1801.  
  1802. local Frame_Speed = 60
  1803. local Remove_Hats = false
  1804. local Remove_Clothing = false
  1805. local PlayerSize = 1
  1806. local DamageColor = BrickColor.new'Really red'
  1807. local MusicID = 486598641
  1808. local God = false
  1809. local Muted = false
  1810. local WalkSpeed = 8
  1811. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  1812. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  1813. New = function(Object, Parent, Name, Data)
  1814. local Object = Instance.new(Object)
  1815. for Index, Value in pairs(Data or {}) do
  1816. Object[Index] = Value
  1817. end
  1818. Object.Parent = Parent
  1819. Object.Name = Name
  1820. return Object
  1821. end
  1822. local NoClear = {}
  1823. local Voodoo = New("Model",Char,"Voodoo",{})
  1824. local VTorso = New("Part",Voodoo,"Torso",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.60029155, 0.60029155, 0.300145775),CFrame = CFrame.new(16.9809666, 34.1897087, 12.3049202, 0.979014099, -0.138922885, 0.149103805, 0.203679025, 0.691457033, -0.693110347, -0.0068100011, 0.708934069, 0.705241799),LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,})
  1825. local VHead = New("Part",Voodoo,"Head",{FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.60029155, 0.300145775, 0.300145775),CFrame = CFrame.new(16.9182777, 34.5018272, 12.6228008, 0.981222212, -0.146387979, 0.125594378, 0.192836046, 0.730337858, -0.655302107, 0.0042019859, 0.667215884, 0.744852483),TopSurface = Enum.SurfaceType.Smooth,})
  1826. local SMesh = New("SpecialMesh",VHead,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  1827. local mot = New("Motor",Head,"mot",{Part0 = VHead,Part1 = VTorso,C0 = CFrame.new(0, 0, 0, 0.981222093, 0.192836031, 0.00420200033, -0.146387964, 0.730337918, 0.667215943, 0.125594392, -0.655302107, 0.744852543),C1 = CFrame.new(3.43322754e-05, 0.449882507, -0.00149726868, 0.979014099, 0.203679025, -0.0068100011, -0.138922885, 0.691457033, 0.708934069, 0.149103805, -0.693110347, 0.705241799),})
  1828. local VLA = New("Part",Voodoo,"Left Arm",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300145775, 0.60029155, 0.300145775),CFrame = CFrame.new(16.5398445, 34.0791664, 12.4485207, 0.842483878, 0.427749634, 0.327492595, -0.371340811, 0.901513815, -0.222213656, -0.390290886, 0.0656000972, 0.918351531),})
  1829. local mot = New("Motor",VLA,"mot",{Part0 = VLA,Part1 = VTorso,C0 = CFrame.new(0, 0, 0, 0.842483819, -0.371340901, -0.390290916, 0.427749544, 0.901513815, 0.0656001195, 0.327492595, -0.222213745, 0.91835165),C1 = CFrame.new(-0.455356598, 0.0866508484, 0.112116814, 0.979014099, 0.203679025, -0.0068100011, -0.138922885, 0.691457033, 0.708934069, 0.149103805, -0.693110347, 0.705241799),})
  1830. local VLL = New("Part",Voodoo,"Left Leg",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300145775, 0.60029155, 0.300145775),CFrame = CFrame.new(16.9056549, 33.7453232, 11.9883003, 0.984823465, -0.0888315961, 0.149104908, 0.137862071, 0.922279239, -0.361102521, -0.10543903, 0.376178026, 0.920528531),BottomSurface = Enum.SurfaceType.Smooth,})
  1831. local mot = New("Motor",VLL,"mot",{Part0 = VLL,Part1 = VTorso,C0 = CFrame.new(0, 0, 0, 0.984823227, 0.137862027, -0.105439022, -0.0888316259, 0.922279298, 0.376178056, 0.149104908, -0.361102551, 0.920528591),C1 = CFrame.new(-0.162086487, -0.521272659, 0.0734844208, 0.979014099, 0.203679025, -0.0068100011, -0.138922885, 0.691457033, 0.708934069, 0.149103805, -0.693110347, 0.705241799),})
  1832. local VRL = New("Part",Voodoo,"Right Leg",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300145775, 0.60029155, 0.300145775),CFrame = CFrame.new(17.2400646, 33.8107071, 11.9597893, 0.959730387, -0.238088086, 0.149103299, 0.276998103, 0.890439391, -0.36109513, -0.0467950329, 0.387855232, 0.920531631),BottomSurface = Enum.SurfaceType.Smooth,})
  1833. local mot = New("Motor",VRL,"mot",{Part0 = VRL,Part1 = VTorso,C0 = CFrame.new(0, 0, 0, 0.959730327, 0.276998103, -0.0467950143, -0.238088101, 0.89043951, 0.387855232, 0.149103299, -0.361095101, 0.92053175),C1 = CFrame.new(0.178815842, -0.542732239, 0.0579204559, 0.979014099, 0.203679025, -0.0068100011, -0.138922885, 0.691457033, 0.708934069, 0.149103805, -0.693110347, 0.705241799),})
  1834. local VRA = New("Part",Voodoo,"Right Arm",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300145775, 0.60029155, 0.300145775),CFrame = CFrame.new(17.508316, 34.2938004, 12.3892946, 0.695788145, -0.716024339, -0.0564649031, 0.695248008, 0.651688695, 0.303202778, -0.180302992, -0.250221908, 0.951251626),})
  1835. local mot = New("Motor",VRA,"mot",{Part0 = VRA,Part1 = VTorso,C0 = CFrame.new(0, 0, 0, 0.695788085, 0.695248067, -0.180303007, -0.71602428, 0.651688814, -0.250221968, -0.0564648844, 0.303202778, 0.951251745),C1 = CFrame.new(0.536909103, 0.0585308075, 0.0659856796, 0.979014099, 0.203679025, -0.0068100011, -0.138922885, 0.691457033, 0.708934069, 0.149103805, -0.693110347, 0.705241799),})
  1836.  
  1837. local VHum = NewInstance("Humanoid",Voodoo,{PlatformStand=true,Health=0,DisplayDistanceType=Enum.HumanoidDisplayDistanceType.None})
  1838.  
  1839. for _,v in next, Voodoo:GetDescendants() do
  1840. NoClear[v] = true
  1841. end
  1842.  
  1843. local knife = Part(Char,BrickColor.new'Medium stone grey',Enum.Material.SmoothPlastic,V3.N(.3,3,.5),CF.N(),false,false)
  1844. Mesh(knife,Enum.MeshType.FileMesh,'rbxassetid://1245215297','rbxassetid://1245215354',V3.N(1.25,1.45,1.25))
  1845.  
  1846. if(PlayerSize ~= 1)then
  1847. for _,v in next, Char:GetDescendants() do
  1848. if(v:IsA'BasePart')then
  1849. v.Size = v.Size * PlayerSize
  1850. end
  1851. end
  1852. end
  1853.  
  1854. Nametag(C3.N(.75,.75,.75),"The Voodoo Master")
  1855.  
  1856. local gui = NewInstance("ScreenGui",PlrGui,{})
  1857. local txt = NewInstance("TextLabel",gui,{TextStrokeTransparency=.3,TextStrokeColor3=C3.RGB(107,0,0),Font=Enum.Font.Antique,BackgroundTransparency=1,Size=UDim2.new(.48,0,.1,0),Position=UDim2.new(.279,0,.842,0),Text='Target:',TextColor3=C3.RGB(214,0,0),TextScaled=true,TextWrapped=true,})
  1858. local ktxt = NewInstance("TextLabel",gui,{TextStrokeTransparency=.3,TextStrokeColor3=C3.RGB(107,0,0),Font=Enum.Font.Antique,BackgroundTransparency=1,Size=UDim2.new(.48,0,.1,0),Position=UDim2.new(.279,0,.742,0),Text='Target:',TextColor3=C3.RGB(214,0,0),TextScaled=true,TextWrapped=true,})
  1859.  
  1860. local Music = Sound(Char,MusicID,1,3,true,false,true)
  1861. Music.Name = 'Music'
  1862. for _,v in next, Hum:GetPlayingAnimationTracks() do
  1863. v:Stop();
  1864. end
  1865.  
  1866. pcall(game.Destroy,Char:FindFirstChild'Animate')
  1867. pcall(game.Destroy,Hum:FindFirstChild'Animator')
  1868. local LS = NewInstance('Motor',Char,{Part0=Torso,Part1=LArm,C0 = CF.N(-1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  1869. local RS = NewInstance('Motor',Char,{Part0=Torso,Part1=RArm,C0 = CF.N(1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  1870. local NK = NewInstance('Motor',Char,{Part0=Torso,Part1=Head,C0 = CF.N(0,1.5 * PlayerSize,0)})
  1871. local LH = NewInstance('Motor',Char,{Part0=Torso,Part1=LLeg,C0 = CF.N(-.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  1872. local RH = NewInstance('Motor',Char,{Part0=Torso,Part1=RLeg,C0 = CF.N(.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  1873. local RJ = NewInstance('Motor',Char,{Part0=Root,Part1=Torso})
  1874.  
  1875. local KW = NewInstance('Motor',Char,{Part0=LArm,Part1=knife,C0=CF.N(0,-1,0)*CF.A(M.R(90),0,0),C1=CF.N(0,-1,0)})
  1876. local VW = NewInstance('Motor',Char,{Part0=RArm,Part1=VTorso,C0=CF.N(0,-.8,-.5)*CF.A(M.R(-43),0,0)})
  1877.  
  1878. local LSC0 = LS.C0
  1879. local RSC0 = RS.C0
  1880. local NKC0 = NK.C0
  1881. local LHC0 = LH.C0
  1882. local RHC0 = RH.C0
  1883. local RJC0 = RJ.C0
  1884. local ArtificialHB = IN("BindableEvent", script)
  1885. ArtificialHB.Name = "Heartbeat"
  1886.  
  1887. script:WaitForChild("Heartbeat")
  1888.  
  1889. local tf = 0
  1890. local allowframeloss = false
  1891. local tossremainder = false
  1892. local lastframe = tick()
  1893. local frame = 1/Frame_Speed
  1894. ArtificialHB:Fire()
  1895.  
  1896. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1897. tf = tf + s
  1898. if tf >= frame then
  1899. if allowframeloss then
  1900. script.Heartbeat:Fire()
  1901. lastframe = tick()
  1902. else
  1903. for i = 1, math.floor(tf / frame) do
  1904. ArtificialHB:Fire()
  1905. end
  1906. lastframe = tick()
  1907. end
  1908. if tossremainder then
  1909. tf = 0
  1910. else
  1911. tf = tf - frame * math.floor(tf / frame)
  1912. end
  1913. end
  1914. end)
  1915.  
  1916. function swait(num)
  1917. if num == 0 or num == nil then
  1918. ArtificialHB.Event:wait()
  1919. else
  1920. for i = 0, num do
  1921. ArtificialHB.Event:wait()
  1922. end
  1923. end
  1924. end
  1925. function NoobySphere(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,MeshId,Axis)
  1926. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  1927. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1928. local Scale = 1
  1929. local speeder = Speed
  1930. if(Type == "Multiply")then
  1931. Scale = 1*Inc
  1932. elseif(Type == "Divide")then
  1933. Scale = 1/Inc
  1934. end
  1935. coroutine.wrap(function()
  1936. for i = 0,10/Lifetime,.1 do
  1937.  
  1938. if(Type == "Multiply")then
  1939. Scale = Scale - 0.01*Inc/Lifetime
  1940. elseif(Type == "Divide")then
  1941. Scale = Scale - 0.01/Inc*Lifetime
  1942. end
  1943. speeder = speeder - 0.01*Speed*Lifetime
  1944. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  1945. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  1946. if(Axis == 'x')then
  1947. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, 0, 0)
  1948. elseif(Axis == 'y')then
  1949. fxM.Scale = fxM.Scale + Vector3.new(0, Scale*Lifetime, 0)
  1950. elseif(Axis == 'z')then
  1951. fxM.Scale = fxM.Scale + Vector3.new(0, 0, Scale*Lifetime)
  1952. elseif(Axis == 'xyz')then
  1953. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime,Scale*Lifetime,Scale*Lifetime)
  1954. elseif(Axis == 'yz')then
  1955. fxM.Scale = fxM.Scale + Vector3.new(0,Scale*Lifetime,Scale*Lifetime)
  1956. elseif(Axis == 'xz')then
  1957. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime,0,Scale*Lifetime)
  1958. else
  1959. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, 0)
  1960. end
  1961. if(fxP.Transparency >= 1)then break end
  1962. swait()
  1963. end
  1964. fxP:destroy()
  1965. end)()
  1966. return fxP
  1967. end
  1968.  
  1969. function NoobySphere2(Lifetime,Type,Pos,StartSize,Inc,Color,MeshId)
  1970. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos,true,false)
  1971. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1972.  
  1973. local Scale = 1
  1974. if(Type == "Multiply")then
  1975. Scale = 1*Inc
  1976. elseif(Type == "Divide")then
  1977. Scale = 1/Inc
  1978. end
  1979. coroutine.wrap(function()
  1980. for i = 0,10/Lifetime,.1 do
  1981.  
  1982. if(Type == "Multiply")then
  1983. Scale = Scale - 0.01*Inc/Lifetime
  1984. elseif(Type == "Divide")then
  1985. Scale = Scale - 0.01/Inc*Lifetime
  1986. end
  1987. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  1988. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  1989. swait()
  1990. end
  1991. fxP:destroy()
  1992. end)()
  1993. end
  1994.  
  1995. function NoobyBlock(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,Fade,MeshId)
  1996. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  1997. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Brick),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1998. local Scale = 1
  1999. local speeder = Speed
  2000. if(Type == "Multiply")then
  2001. Scale = 1*Inc
  2002. elseif(Type == "Divide")then
  2003. Scale = 1/Inc
  2004. end
  2005. coroutine.wrap(function()
  2006. for i = 0,10/Lifetime,.1 do
  2007. if(Type == "Multiply")then
  2008. Scale = Scale - 0.01*Inc/Lifetime
  2009. elseif(Type == "Divide")then
  2010. Scale = Scale - 0.01/Inc*Lifetime
  2011. end
  2012. if(Fade)then
  2013. fxP.Transparency = i/(10/Lifetime)
  2014. end
  2015. speeder = speeder - 0.01*Speed*Lifetime/10
  2016. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  2017. fxM.Scale = fxM.Scale - Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  2018. swait()
  2019. end
  2020. fxP:destroy()
  2021. end)()
  2022. end
  2023.  
  2024. function Bezier(startpos, pos2, pos3, endpos, t)
  2025. local A = startpos:lerp(pos2, t)
  2026. local B = pos2:lerp(pos3, t)
  2027. local C = pos3:lerp(endpos, t)
  2028. local lerp1 = A:lerp(B, t)
  2029. local lerp2 = B:lerp(C, t)
  2030. local cubic = lerp1:lerp(lerp2, t)
  2031. return cubic
  2032. end
  2033. function Puddle(hit,pos,norm,data)
  2034. local material = data.Material or Enum.Material.SmoothPlastic
  2035. local color = data.Color or BrickColor.new'Crimson'
  2036. local size = data.Size or 1
  2037.  
  2038. if(hit.Name ~= 'BloodPuddle')then
  2039. local Puddle = NewInstance('Part',workspace,{Material=material,BrickColor=color,Size=V3.N(size,.1,size),CFrame=CF.N(pos,pos+norm)*CF.A(90*M.P/180,0,0),Anchored=true,CanCollide=false,Archivable=false,Locked=true,Name='BloodPuddle'})
  2040. local Cyl = NewInstance('CylinderMesh',Puddle,{Name='CylinderMesh'})
  2041. BloodPuddles[Puddle] = 0
  2042. else
  2043. local cyl = hit:FindFirstChild'CylinderMesh'
  2044. if(cyl)then
  2045. BloodPuddles[hit] = 0
  2046. cyl.Scale = cyl.Scale + V3.N(size,0,size)
  2047. hit.Transparency = 0
  2048. end
  2049. end
  2050. end
  2051.  
  2052. function Droplet(data)
  2053. local Size = data.Size or 1
  2054. local Color = data.Color or BrickColor.new'Crimson'
  2055. local StudsPerFrame = data.Speed or 1
  2056. local Shape = data.Shape or 'Ball'
  2057. local Frames = (data.Frames or 160)+1
  2058. local Pos = data.Origin or Root.CFrame
  2059. local Direction = data.Direction or Root.CFrame.lookVector*100000
  2060. local Material = data.Material or Enum.Material.SmoothPlastic
  2061. local Drop = data.Drop or .05
  2062. local Ignorelist = data.Ignorelist or nil
  2063.  
  2064. local Bullet = Part(Effects,Color,Material,V3.N(Size,Size,Size),Pos,true,false)
  2065. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  2066. if(Shape == 'Ball')then
  2067. BMesh.MeshType = Enum.MeshType.Sphere
  2068. elseif(Shape == 'Head')then
  2069. BMesh.MeshType = Enum.MeshType.Head
  2070. elseif(Shape == 'Cylinder')then
  2071. BMesh.MeshType = Enum.MeshType.Cylinder
  2072. end
  2073.  
  2074. coroutine.wrap(function()
  2075. for i = 1, Frames do
  2076. Pos = Pos * CF.N(0,-(Drop*i),0)
  2077. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i)).p,StudsPerFrame)
  2078. if(hit and (not hit.Parent or not hit.Parent:FindFirstChildOfClass'Humanoid' and not hit.Parent:IsA'Accessory'))then
  2079. Puddle(hit,pos,norm,data)
  2080. break;
  2081. else
  2082. Bullet.CFrame = CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i))
  2083. end
  2084. swait()
  2085. end
  2086. Bullet:destroy()
  2087. end)()
  2088. end
  2089.  
  2090. function SphereFX(duration,color,scale,pos,endScale,increment)
  2091. return Effect{
  2092. Effect='ResizeAndFade',
  2093. Color=color,
  2094. Size=scale,
  2095. Mesh={MeshType=Enum.MeshType.Sphere},
  2096. CFrame=pos,
  2097. FXSettings={
  2098. EndSize=endScale,
  2099. EndIsIncrement=increment
  2100. }
  2101. }
  2102. end
  2103.  
  2104. function BlastFX(duration,color,scale,pos,endScale,increment)
  2105. return Effect{
  2106. Effect='ResizeAndFade',
  2107. Color=color,
  2108. Size=scale,
  2109. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976'},
  2110. CFrame=pos,
  2111. FXSettings={
  2112. EndSize=endScale,
  2113. EndIsIncrement=increment
  2114. }
  2115. }
  2116. end
  2117.  
  2118. function BlockFX(duration,color,scale,pos,endScale,increment)
  2119. return Effect{
  2120. Effect='ResizeAndFade',
  2121. Color=color,
  2122. Size=scale,
  2123. CFrame=pos,
  2124. FXSettings={
  2125. EndSize=endScale,
  2126. EndIsIncrement=increment
  2127. }
  2128. }
  2129. end
  2130.  
  2131. function ShootBullet(data)
  2132. local Size = data.Size or V3.N(2,2,2)
  2133. local Color = data.Color or BrickColor.new'Crimson'
  2134. local StudsPerFrame = data.Speed or 10
  2135. local Shape = data.Shape or 'Ball'
  2136. local Frames = data.Frames or 160
  2137. local Pos = data.Origin or Torso.CFrame
  2138. local Direction = data.Direction or Mouse.Hit
  2139. local Material = data.Material or Enum.Material.Neon
  2140. local OnHit = data.HitFunction or function(hit,pos)
  2141. Effect{
  2142. Effect='ResizeAndFade',
  2143. Color=Color,
  2144. Size=V3.N(10,10,10),
  2145. Mesh={MeshType=Enum.MeshType.Sphere},
  2146. CFrame=CF.N(pos),
  2147. FXSettings={
  2148. EndSize=V3.N(.05,.05,.05),
  2149. EndIsIncrement=true
  2150. }
  2151. }
  2152. for i = 1, 5 do
  2153. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  2154. Effect{
  2155. Effect='Fade',
  2156. Frames=65,
  2157. Size=V3.N(5,5,10),
  2158. CFrame=CF.N(CF.N(pos)*angles*CF.N(0,0,-10).p,pos),
  2159. Mesh = {MeshType=Enum.MeshType.Sphere},
  2160. Material=Enum.Material.Neon,
  2161. Color=Color,
  2162. MoveDirection=CF.N(CF.N(pos)*angles*CF.N(0,0,-50).p,pos).p,
  2163. }
  2164. end
  2165. end
  2166.  
  2167. local Bullet = Part(Effects,Color,Material,Size,Pos,true,false)
  2168. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  2169. if(Shape == 'Ball')then
  2170. BMesh.MeshType = Enum.MeshType.Sphere
  2171. elseif(Shape == 'Head')then
  2172. BMesh.MeshType = Enum.MeshType.Head
  2173. elseif(Shape == 'Cylinder')then
  2174. BMesh.MeshType = Enum.MeshType.Cylinder
  2175. end
  2176.  
  2177. coroutine.wrap(function()
  2178. for i = 1, Frames+1 do
  2179. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame).p,StudsPerFrame)
  2180. if(hit)then
  2181. OnHit(hit,pos,norm,dist)
  2182. break;
  2183. else
  2184. Bullet.CFrame = CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame)
  2185. end
  2186. swait()
  2187. end
  2188. Bullet:destroy()
  2189. end)()
  2190.  
  2191. end
  2192.  
  2193.  
  2194. function Zap(data)
  2195. local sCF,eCF = data.StartCFrame,data.EndCFrame
  2196. assert(sCF,"You need a start CFrame!")
  2197. assert(eCF,"You need an end CFrame!")
  2198. local parts = data.PartCount or 15
  2199. local zapRot = data.ZapRotation or {-5,5}
  2200. local startThick = data.StartSize or 3;
  2201. local endThick = data.EndSize or startThick/2;
  2202. local color = data.Color or BrickColor.new'Electric blue'
  2203. local delay = data.Delay or 35
  2204. local delayInc = data.DelayInc or 0
  2205. local lastLightning;
  2206. local MagZ = (sCF.p - eCF.p).magnitude
  2207. local thick = startThick
  2208. local inc = (startThick/parts)-(endThick/parts)
  2209.  
  2210. for i = 1, parts do
  2211. local pos = sCF.p
  2212. if(lastLightning)then
  2213. pos = lastLightning.CFrame*CF.N(0,0,MagZ/parts/2).p
  2214. end
  2215. delay = delay + delayInc
  2216. local zapPart = Part(Effects,color,Enum.Material.Neon,V3.N(thick,thick,MagZ/parts),CF.N(pos),true,false)
  2217. local posie = CF.N(pos,eCF.p)*CF.N(0,0,MagZ/parts).p+V3.N(M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)))
  2218. if(parts == i)then
  2219. local MagZ = (pos-eCF.p).magnitude
  2220. zapPart.Size = V3.N(endThick,endThick,MagZ)
  2221. zapPart.CFrame = CF.N(pos, eCF.p)*CF.N(0,0,-MagZ/2)
  2222. Effect{Effect='ResizeAndFade',Size=V3.N(thick,thick,thick),CFrame=eCF*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),Color=color,Frames=delay*2,FXSettings={EndSize=V3.N(thick*8,thick*8,thick*8)}}
  2223. else
  2224. zapPart.CFrame = CF.N(pos,posie)*CF.N(0,0,MagZ/parts/2)
  2225. end
  2226.  
  2227. lastLightning = zapPart
  2228. Effect{Effect='Fade',Manual=zapPart,Frames=delay}
  2229.  
  2230. thick=thick-inc
  2231.  
  2232. end
  2233. end
  2234.  
  2235. function Zap2(data)
  2236. local Color = data.Color or BrickColor.new'Electric blue'
  2237. local StartPos = data.Start or Torso.Position
  2238. local EndPos = data.End or Mouse.Hit.p
  2239. local SegLength = data.SegL or 2
  2240. local Thicc = data.Thickness or 0.5
  2241. local Fades = data.Fade or 45
  2242. local Parent = data.Parent or Effects
  2243. local MaxD = data.MaxDist or 200
  2244. local Branch = data.Branches or false
  2245. local Material = data.Material or Enum.Material.Neon
  2246. local Raycasts = data.Raycasts or false
  2247. local Offset = data.Offset or {0,360}
  2248. local AddMesh = (data.Mesh == nil and true or data.Mesh)
  2249. if((StartPos-EndPos).magnitude > MaxD)then
  2250. EndPos = CF.N(StartPos,EndPos)*CF.N(0,0,-MaxD).p
  2251. end
  2252. local hit,pos,norm,dist=nil,EndPos,nil,(StartPos-EndPos).magnitude
  2253. if(Raycasts)then
  2254. hit,pos,norm,dist = CastRay(StartPos,EndPos,MaxD)
  2255. end
  2256. local segments = dist/SegLength
  2257. local model = IN("Model",Parent)
  2258. model.Name = 'Lightning'
  2259. local Last;
  2260. for i = 1, segments do
  2261. local size = (segments-i)/25
  2262. local prt = Part(model,Color,Material,V3.N(Thicc+size,SegLength,Thicc+size),CF.N(),true,false)
  2263. if(AddMesh)then IN("CylinderMesh",prt) end
  2264. if(Last and math.floor(segments) == i)then
  2265. local MagZ = (Last.CFrame*CF.N(0,-SegLength/2,0).p-EndPos).magnitude
  2266. prt.Size = V3.N(Thicc+size,MagZ,Thicc+size)
  2267. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,EndPos)*CF.A(M.R(90),0,0)*CF.N(0,-MagZ/2,0)
  2268. elseif(not Last)then
  2269. prt.CFrame = CF.N(StartPos,pos)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  2270. else
  2271. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,CF.N(pos)*CF.A(M.R(M.RNG(0,360)),M.R(M.RNG(0,360)),M.R(M.RNG(0,360)))*CF.N(0,0,SegLength/3+(segments-i)).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  2272. end
  2273. Last = prt
  2274. if(Branch)then
  2275. local choice = M.RNG(1,7+((segments-i)*2))
  2276. if(choice == 1)then
  2277. local LastB;
  2278. for i2 = 1,M.RNG(2,5) do
  2279. local size2 = ((segments-i)/35)/i2
  2280. local prt = Part(model,Color,Material,V3.N(Thicc+size2,SegLength,Thicc+size2),CF.N(),true,false)
  2281. if(AddMesh)then IN("CylinderMesh",prt) end
  2282. if(not LastB)then
  2283. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,Last.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  2284. else
  2285. prt.CFrame = CF.N(LastB.CFrame*CF.N(0,-SegLength/2,0).p,LastB.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  2286. end
  2287. LastB = prt
  2288. end
  2289. end
  2290. end
  2291. end
  2292. if(Fades > 0)then
  2293. coroutine.wrap(function()
  2294. for i = 1, Fades do
  2295. for _,v in next, model:children() do
  2296. if(v:IsA'BasePart')then
  2297. v.Transparency = (i/Fades)
  2298. end
  2299. end
  2300. swait()
  2301. end
  2302. model:destroy()
  2303. end)()
  2304. else
  2305. S.Debris:AddItem(model,.01)
  2306. end
  2307. return {End=(Last and Last.CFrame*CF.N(0,-Last.Size.Y/2,0).p),Last=Last,Model=model}
  2308. end
  2309.  
  2310. function Tween(obj,props,time,easing,direction,repeats,backwards)
  2311. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  2312. local tween = S.TweenService:Create(obj, info, props)
  2313.  
  2314. tween:Play()
  2315. end
  2316.  
  2317. function Effect(data)
  2318. local FX = data.Effect or 'ResizeAndFade'
  2319. local Parent = data.Parent or Effects
  2320. local Color = data.Color or C3.N(0,0,0)
  2321. local Size = data.Size or V3.N(1,1,1)
  2322. local MoveDir = data.MoveDirection or nil
  2323. local MeshData = data.Mesh or nil
  2324. local SndData = data.Sound or nil
  2325. local Frames = data.Frames or 45
  2326. local Manual = data.Manual or nil
  2327. local Material = data.Material or nil
  2328. local CFra = data.CFrame or Torso.CFrame
  2329. local Settings = data.FXSettings or {}
  2330. local Shape = data.Shape or Enum.PartType.Block
  2331. local Snd,Prt,Msh;
  2332. local RotInc = data.RotInc or {0,0,0}
  2333. if(typeof(RotInc) == 'number')then
  2334. RotInc = {RotInc,RotInc,RotInc}
  2335. end
  2336. coroutine.wrap(function()
  2337. if(Manual and typeof(Manual) == 'Instance' and Manual:IsA'BasePart')then
  2338. Prt = Manual
  2339. else
  2340. Prt = Part(Parent,Color,Material,Size,CFra,true,false)
  2341. Prt.Shape = Shape
  2342. end
  2343. if(typeof(MeshData) == 'table')then
  2344. Msh = Mesh(Prt,MeshData.MeshType,MeshData.MeshId,MeshData.TextureId,MeshData.Scale,MeshData.Offset)
  2345. elseif(typeof(MeshData) == 'Instance')then
  2346. Msh = MeshData:Clone()
  2347. Msh.Parent = Prt
  2348. elseif(Shape == Enum.PartType.Block)then
  2349. Msh = Mesh(Prt,Enum.MeshType.Brick)
  2350. end
  2351. if(typeof(SndData) == 'table' or typeof(SndData) == 'Instance')then
  2352. Snd = Sound(Prt,SndData.SoundId,SndData.Pitch,SndData.Volume,false,false,true)
  2353. end
  2354. if(Snd)then
  2355. repeat swait() until Snd.Playing and Snd.IsLoaded and Snd.TimeLength > 0
  2356. Frames = Snd.TimeLength * Frame_Speed/Snd.Pitch
  2357. end
  2358. Size = (Msh and Msh.Scale or Size)
  2359. local grow = Size-(Settings.EndSize or (Msh and Msh.Scale or Size)/2)
  2360.  
  2361. local MoveSpeed = nil;
  2362. if(MoveDir)then
  2363. MoveSpeed = (CFra.p - MoveDir).magnitude/Frames
  2364. end
  2365. if(FX ~= 'Arc')then
  2366. for Frame = 1, Frames do
  2367. if(FX == "Fade")then
  2368. Prt.Transparency = (Frame/Frames)
  2369. elseif(FX == "Resize")then
  2370. if(not Settings.EndSize)then
  2371. Settings.EndSize = V3.N(0,0,0)
  2372. end
  2373. if(Settings.EndIsIncrement)then
  2374. if(Msh)then
  2375. Msh.Scale = Msh.Scale + Settings.EndSize
  2376. else
  2377. Prt.Size = Prt.Size + Settings.EndSize
  2378. end
  2379. else
  2380. if(Msh)then
  2381. Msh.Scale = Msh.Scale - grow/Frames
  2382. else
  2383. Prt.Size = Prt.Size - grow/Frames
  2384. end
  2385. end
  2386. elseif(FX == "ResizeAndFade")then
  2387. if(not Settings.EndSize)then
  2388. Settings.EndSize = V3.N(0,0,0)
  2389. end
  2390. if(Settings.EndIsIncrement)then
  2391. if(Msh)then
  2392. Msh.Scale = Msh.Scale + Settings.EndSize
  2393. else
  2394. Prt.Size = Prt.Size + Settings.EndSize
  2395. end
  2396. else
  2397. if(Msh)then
  2398. Msh.Scale = Msh.Scale - grow/Frames
  2399. else
  2400. Prt.Size = Prt.Size - grow/Frames
  2401. end
  2402. end
  2403. Prt.Transparency = (Frame/Frames)
  2404. end
  2405. if(Settings.RandomizeCFrame)then
  2406. Prt.CFrame = Prt.CFrame * CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360))
  2407. else
  2408. Prt.CFrame = Prt.CFrame * CF.A(unpack(RotInc))
  2409. end
  2410. if(MoveDir and MoveSpeed)then
  2411. local Orientation = Prt.Orientation
  2412. Prt.CFrame = CF.N(Prt.Position,MoveDir)*CF.N(0,0,-MoveSpeed)
  2413. Prt.Orientation = Orientation
  2414. end
  2415. swait()
  2416. end
  2417. Prt:destroy()
  2418. else
  2419. local start,third,fourth,endP = Settings.Start,Settings.Third,Settings.Fourth,Settings.End
  2420. if(not Settings.End and Settings.Home)then endP = Settings.Home.CFrame end
  2421. if(start and endP)then
  2422. local quarter = third or start:lerp(endP, 0.25) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  2423. local threequarter = fourth or start:lerp(endP, 0.75) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  2424. for Frame = 0, 1, (Settings.Speed or 0.01) do
  2425. if(Settings.Home)then
  2426. endP = Settings.Home.CFrame
  2427. end
  2428. Prt.CFrame = Bezier(start, quarter, threequarter, endP, Frame)
  2429. end
  2430. if(Settings.RemoveOnGoal)then
  2431. Prt:destroy()
  2432. end
  2433. else
  2434. Prt:destroy()
  2435. assert(start,"You need a start position!")
  2436. assert(endP,"You need a start position!")
  2437. end
  2438. end
  2439. end)()
  2440. return Prt,Msh,Snd
  2441. end
  2442. function SoulSteal(whom)
  2443. local torso = (whom:FindFirstChild'Head' or whom:FindFirstChild'Torso' or whom:FindFirstChild'UpperTorso' or whom:FindFirstChild'LowerTorso' or whom:FindFirstChild'HumanoidRootPart')
  2444. print(torso)
  2445. if(torso and torso:IsA'BasePart')then
  2446. local Model = Instance.new("Model",Effects)
  2447. Model.Name = whom.Name.."'s Soul"
  2448. whom:BreakJoints()
  2449. local Soul = Part(Model,BrickColor.new'Really red','Glass',V3.N(.5,.5,.5),torso.CFrame,true,false)
  2450. Soul.Name = 'Head'
  2451. NewInstance("Humanoid",Model,{Health=0,MaxHealth=0})
  2452. Effect{
  2453. Effect="Arc",
  2454. Manual = Soul,
  2455. FXSettings={
  2456. Start=torso.CFrame,
  2457. Home = Torso,
  2458. RemoveOnGoal = true,
  2459. }
  2460. }
  2461. local lastPoint = Soul.CFrame.p
  2462.  
  2463. for i = 0, 1, 0.01 do
  2464. local point = CFrame.new(lastPoint, Soul.Position) * CFrame.Angles(-math.pi/2, 0, 0)
  2465. local mag = (lastPoint - Soul.Position).magnitude
  2466. Effect{
  2467. Effect = "Fade",
  2468. CFrame = point * CF.N(0, mag/2, 0),
  2469. Size = V3.N(.5,mag+.5,.5),
  2470. Color = Soul.BrickColor
  2471. }
  2472. lastPoint = Soul.CFrame.p
  2473. swait()
  2474. end
  2475. for i = 1, 5 do
  2476. Effect{
  2477. Effect="Fade",
  2478. Color = BrickColor.new'Really red',
  2479. MoveDirection = (Torso.CFrame*CFrame.new(M.RNG(-40,40),M.RNG(-40,40),M.RNG(-40,40))).p
  2480. }
  2481. end
  2482. end
  2483. end
  2484.  
  2485. function MultiplyCF(cf,mult)
  2486. local a,b,c,d,e,f,g,h,i,j,k,l = cf:components()
  2487. return CF.N(a*mult,b*mult,c*mult,d*mult,e*mult,f*mult,g*mult,h*mult,i*mult,j*mult,k*mult,l*mult)
  2488. end
  2489.  
  2490. function ResetVoodoo()
  2491. for _,v in next, Voodoo:GetDescendants() do
  2492. if(not NoClear[v])then
  2493. v:destroy()
  2494. end
  2495. end
  2496. VRA.Color = C3.RGB(163,162,165)
  2497. VLA.Color = C3.RGB(163,162,165)
  2498. VRL.Color = C3.RGB(163,162,165)
  2499. VLL.Color = C3.RGB(163,162,165)
  2500. VTorso.Color = C3.RGB(163,162,165)
  2501. VHead.Color = C3.RGB(163,162,165)
  2502. end
  2503.  
  2504. function ChangeTarget(who)
  2505. local h = who:FindFirstChildOfClass'Humanoid'
  2506. ResetVoodoo()
  2507. if(h and h.Health <= 0)then return end
  2508. Target = who
  2509. for _,v in next, who:children() do
  2510. if(v:IsA'Clothing' or v:IsA'CharacterMesh')then
  2511. v:Clone().Parent = Voodoo
  2512. elseif(v:FindFirstChild'face' and v.Name == 'Head')then
  2513. v.face:Clone().Parent = VHead
  2514. elseif(v:IsA'BodyColors')then
  2515. VTorso.BrickColor = v.TorsoColor
  2516. VHead.BrickColor = v.HeadColor
  2517. VLA.BrickColor = v.LeftArmColor
  2518. VRA.BrickColor = v.RightArmColor
  2519. VLL.BrickColor = v.LeftLegColor
  2520. VRL.BrickColor = v.RightLegColor
  2521. elseif(Voodoo:FindFirstChild(v.Name) and Voodoo[v.Name]:IsA'BasePart' and v:IsA'BasePart')then
  2522. Voodoo[v.Name].Color = v.Color
  2523. end
  2524. end
  2525. end
  2526.  
  2527. function CastRay(startPos,endPos,range,ignoreList)
  2528. local ray = Ray.new(startPos,(endPos-startPos).unit*range)
  2529. local part,pos,norm = workspace:FindPartOnRayWithIgnoreList(ray,ignoreList or {Char},false,true)
  2530. return part,pos,norm,(pos and (startPos-pos).magnitude)
  2531. end
  2532.  
  2533. function getRegion(point,range,ignore)
  2534. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  2535. end
  2536.  
  2537. function clerp(startCF,endCF,alpha)
  2538. return startCF:lerp(endCF, alpha)
  2539. end
  2540.  
  2541. function GetTorso(char)
  2542. return char and (char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart')
  2543. end
  2544.  
  2545. function ShowDamage(Pos, Text, Time, Color)
  2546. coroutine.wrap(function()
  2547. local Rate = (1 / Frame_Speed)
  2548. local Pos = (Pos or Vector3.new(0, 0, 0))
  2549. local Text = (Text or "")
  2550. local Time = (Time or 2)
  2551. local Color = (Color or Color3.new(1, 0, 1))
  2552. local EffectPart = NewInstance("Part",Effects,{
  2553. Material=Enum.Material.SmoothPlastic,
  2554. Reflectance = 0,
  2555. Transparency = 1,
  2556. BrickColor = BrickColor.new(Color),
  2557. Name = "Effect",
  2558. Size = Vector3.new(0,0,0),
  2559. Anchored = true,
  2560. CFrame = CF.N(Pos)
  2561. })
  2562. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  2563. Size = UDim2.new(1.25, 0, 1.25, 0),
  2564. Adornee = EffectPart,
  2565. })
  2566. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  2567. BackgroundTransparency = 1,
  2568. Size = UDim2.new(1, 0, 1, 0),
  2569. Text = Text,
  2570. Font = "Bodoni",
  2571. TextColor3 = Color,
  2572. TextStrokeColor3 = Color3.new(0,0,0),
  2573. TextStrokeTransparency=0,
  2574. TextScaled = true,
  2575. })
  2576. S.Debris:AddItem(EffectPart, (Time))
  2577. EffectPart.Parent = workspace
  2578. delay(0, function()
  2579. Tween(EffectPart,{CFrame=CF.N(Pos)*CF.N(0,3,0)},Time,Enum.EasingStyle.Elastic,Enum.EasingDirection.Out)
  2580. local Frames = (Time / Rate)
  2581. for Frame = 1, Frames do
  2582. swait()
  2583. local Percent = (Frame / Frames)
  2584. TextLabel.TextTransparency = Percent
  2585. TextLabel.TextStrokeTransparency = Percent
  2586. end
  2587. if EffectPart and EffectPart.Parent then
  2588. EffectPart:Destroy()
  2589. end
  2590. end) end)()
  2591. end
  2592.  
  2593. function DealDamage(data)
  2594. local Who = data.Who;
  2595. local MinDam = data.MinimumDamage or 15;
  2596. local MaxDam = data.MaximumDamage or 30;
  2597. local MaxHP = data.MaxHP or 1e5;
  2598.  
  2599. local DB = data.Debounce or .2;
  2600.  
  2601. local CritData = data.Crit or {}
  2602. local CritChance = CritData.Chance or 0;
  2603. local CritMultiplier = CritData.Multiplier or 1;
  2604.  
  2605. local DamageEffects = data.DamageFX or {}
  2606. local DamageType = DamageEffects.Type or "Normal"
  2607. local DeathFunction = DamageEffects.DeathFunction
  2608.  
  2609. assert(Who,"Specify someone to damage!")
  2610.  
  2611. local Humanoid = Who:FindFirstChildOfClass'Humanoid'
  2612. local DoneDamage = M.RNG(MinDam,MaxDam) * (M.RNG(1,100) <= CritChance and CritMultiplier or 1)
  2613.  
  2614. local canHit = true
  2615. if(Humanoid)then
  2616. for _, p in pairs(Hit) do
  2617. if p[1] == Humanoid then
  2618. if(time() - p[2] <= DB) then
  2619. canHit = false
  2620. else
  2621. Hit[_] = nil
  2622. end
  2623. end
  2624. end
  2625. if(canHit)then
  2626. table.insert(Hit,{Humanoid,time()})
  2627. local HitTorso = GetTorso(Who)
  2628. local player = S.Players:GetPlayerFromCharacter(Who)
  2629. if(not player or player.UserId ~= 5719877 and player.UserId ~= 61573184 and player.UserId ~= 19081129)then
  2630. if(Humanoid.MaxHealth >= MaxHP and Humanoid.Health > 0)then
  2631. print'Got kill'
  2632. Humanoid.Health = 0;
  2633. Who:BreakJoints();
  2634. if(DeathFunction)then DeathFunction(Who,Humanoid) end
  2635. else
  2636. local c = Instance.new("ObjectValue",Hum)
  2637. c.Name = "creator"
  2638. c.Value = Plr
  2639. S.Debris:AddItem(c,0.35)
  2640. if(Who:FindFirstChild'Head' and Humanoid.Health > 0)then
  2641. ShowDamage((Who.Head.CFrame * CF.N(0, 0, (Who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), DoneDamage, 1.5, DamageColor.Color)
  2642. end
  2643. if(Humanoid.Health > 0 and Humanoid.Health-DoneDamage <= 0)then print'Got kill' if(DeathFunction)then DeathFunction(Who,Humanoid) end end
  2644. Humanoid.Health = Humanoid.Health - DoneDamage
  2645.  
  2646. if(DamageType == 'Knockback' and HitTorso)then
  2647. local up = DamageEffects.KnockUp or 25
  2648. local back = DamageEffects.KnockBack or 25
  2649. local origin = DamageEffects.Origin or Root
  2650. local decay = DamageEffects.Decay or .5;
  2651.  
  2652. local bfos = Instance.new("BodyVelocity",HitTorso)
  2653. bfos.P = 20000
  2654. bfos.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2655. bfos.Velocity = Vector3.new(0,up,0) + (origin.CFrame.lookVector * back)
  2656. S.Debris:AddItem(bfos,decay)
  2657. end
  2658. end
  2659. end
  2660. end
  2661. end
  2662. end
  2663.  
  2664. function Kill(dude)
  2665. Kills = Kills + 1
  2666. local t = GetTorso(dude)
  2667. local h = dude:FindFirstChildOfClass'Humanoid'
  2668. if(dude == Target)then
  2669. Target = nil
  2670. ResetVoodoo()
  2671. end
  2672. if(h)then Instance.new("BoolValue",h).Name = 'Killed' end
  2673. if(t)then
  2674. Sound(t,429400881,.7,3,false,true,true)
  2675. local pe = NewInstance("ParticleEmitter",t,{Size=NumberSequence.new(.2,5),Enabled=false,Texture='rbxassetid://771221224',Speed=NumberRange.new(15),VelocitySpread=90,Color=ColorSequence.new(C3.N(1,0,0)),Transparency=NumberSequence.new(0,1),ZOffset=.8,Acceleration=V3.N(0,-25,0),EmissionDirection=Enum.NormalId.Top,Lifetime=NumberRange.new(1),Rate=2500,Rotation=NumberRange.new(-100,100),RotSpeed=NumberRange.new(-100,100),})
  2676. pe:Emit(250)
  2677. NoobySphere(1,0,'Multiply',t.CFrame,V3.N(1,1,1),.1,C3.N(.4,0,0),0,nil,'xyz')
  2678. ResetVoodoo()
  2679. coroutine.wrap(function()
  2680. swait(60)
  2681. for i = 0, 1, .025 do
  2682. for _,v in next, dude:children() do
  2683. if(v:IsA'BasePart' and v.Name ~= 'HumanoidRootPart')then
  2684. v.Transparency = i
  2685. end
  2686. end
  2687. swait()
  2688. end
  2689. for _,v in next, dude:children() do
  2690. if(v:IsA'BasePart')then
  2691. v:destroy()
  2692. end
  2693. end
  2694. end)()
  2695. end
  2696. dude:breakJoints()
  2697. end
  2698.  
  2699. function Burn(dude)
  2700. local t = GetTorso(dude)
  2701. local h = dude:FindFirstChildOfClass'Humanoid'
  2702. if(t and h)then
  2703. local pe = NewInstance("ParticleEmitter",t,{Color=ColorSequence.new(C3.RGB(255,105,19),C3.RGB(255,255,127)),LightEmission=.8,Size=NumberSequence.new(1,0),Transparency=NumberSequence.new(0,1),Texture='rbxassetid://242102147',ZOffset=.3,EmissionDirection=Enum.NormalId.Top,Rate=1000,Lifetime=NumberRange.new(1),Speed=NumberRange.new(5)})
  2704. Sound(t,192104941,.8,5,false,true,true)
  2705. Sound(t,147758746,1,5,false,true,true)
  2706. coroutine.wrap(function()
  2707. repeat h.Health = h.Health - (h.MaxHealth/200) swait() until h.Health <= 0
  2708. dude:breakJoints()
  2709. if(not h:FindFirstChild'Killed')then Kills = Kills + 1 end
  2710. h:destroy()
  2711. if(dude == Target)then
  2712. Target = nil
  2713. ResetVoodoo()
  2714. end
  2715. NoobySphere(1,0,'Multiply',t.CFrame,V3.N(1,1,1),.1,C3.N(.4,0,0),0,nil,'xyz')
  2716. swait(60)
  2717. for i = 0, 1, .025 do
  2718. for _,v in next, dude:children() do
  2719. if(v:IsA'BasePart' and v.Name ~= 'HumanoidRootPart')then
  2720. v.Transparency = i
  2721. v.Color = C3.N(0,0,0)
  2722. v.Material = Enum.Material.Slate
  2723. end
  2724. end
  2725. swait()
  2726. end
  2727. for _,v in next, dude:children() do
  2728. if(v:IsA'BasePart')then
  2729. v:destroy()
  2730. end
  2731. end
  2732. end)()
  2733. end
  2734. end
  2735.  
  2736. function AOEDamage(where,range,options)
  2737. local hit = {}
  2738. for _,v in next, getRegion(where,range,{Char}) do
  2739. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent])then
  2740. local callTable = {Who=v.Parent}
  2741. hit[v.Parent] = true
  2742. for _,v in next, options do callTable[_] = v end
  2743. DealDamage(callTable)
  2744. end
  2745. end
  2746. return hit
  2747. end
  2748.  
  2749. function AOEHeal(where,range,amount)
  2750. local healed = {}
  2751. for _,v in next, getRegion(where,range,{Char}) do
  2752. local hum = (v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' or nil)
  2753. if(hum and not healed[hum])then
  2754. hum.Health = hum.Health + amount
  2755. if(v.Parent:FindFirstChild'Head' and hum.Health > 0)then
  2756. ShowDamage((v.Parent.Head.CFrame * CF.N(0, 0, (v.Parent.Head.Size.Z / 2)).p+V3.N(0,1.5,0)), "+"..amount, 1.5, BrickColor.new'Lime green'.Color)
  2757. end
  2758. end
  2759. end
  2760. end
  2761.  
  2762. function BurnANigga()
  2763. Attack = true
  2764. NeutralAnims = false
  2765. local Target = Target
  2766. for i = 0, 3, 0.1 do
  2767. swait()
  2768. local Alpha = .2
  2769. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2770. LH.C0 = LH.C0:lerp(CFrame.new(-0.499999344, -1.02113664, -2.92062759e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2771. RH.C0 = RH.C0:lerp(CFrame.new(0.499997526, -1.0211345, -1.49011612e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2772. LS.C0 = LS.C0:lerp(CFrame.new(-1.48020887, 0.396520793, -0.0840251297, 0.125036538, -0.110845402, 0.985939026, -0.0894355327, 0.988434374, 0.122468963, -0.988111138, -0.103490412, 0.113677412),Alpha)
  2773. RS.C0 = RS.C0:lerp(CFrame.new(1.49998105, 0.499911726, 1.90734863e-06, 0.902840197, -0.0815670565, 0.422160357, 0.389566094, -0.260352403, -0.883433402, 0.18197079, 0.962058306, -0.20328176),Alpha)
  2774. NK.C0 = NK.C0:lerp(CFrame.new(2.08616257e-06, 1.50000572, 1.21630728e-06, 0.102758601, -0.164331287, 0.981036484, -0.0197002441, 0.985729218, 0.167181715, -0.994509459, -0.0365053862, 0.098055318),Alpha)
  2775. end
  2776. knife.Transparency = 1
  2777. local Match = New("Model",Char,"Match",{})
  2778. local Handle = New("Part",Match,"Handle",{BrickColor = BrickColor.new("Brick yellow"),Material = Enum.Material.Wood,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.2069068, 0.200000003),CFrame = CFrame.new(22.6316547, 30.6187859, 20.0125217, 0.836512625, -0.224143878, -0.499997824, 0.258817941, 0.965925753, 2.13843787e-08, 0.482960761, -0.129409477, 0.866021514),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.843137, 0.772549, 0.603922),})
  2779.  
  2780. local FXHead = New("Part",Match,"FXHead",{BrickColor = BrickColor.new("Dusty Rose"),Material = Enum.Material.Concrete,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.144828811, 0.225289285, 0.144828811),CFrame = CFrame.new(22.4783554, 31.2793884, 19.9240131, 0.836508334, -0.224146977, -0.499995291, 0.258818597, 0.965925217, -3.05112985e-06, 0.482958704, -0.129407614, 0.866017997),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.639216, 0.294118, 0.294118),})
  2781. local Mesh = New("SpecialMesh",FXHead,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  2782. local mot = New("Motor",FXHead,"mot",{Part0 = FXHead,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.836515725, 0.258820862, 0.482963055, -0.224147007, 0.965925395, -0.129407734, -0.499999642, -3.10509813e-06, 0.866025686),C1 = CFrame.new(-7.62939453e-06, 0.683908463, -9.53674316e-07, 0.836512625, 0.258817941, 0.482960761, -0.224143878, 0.965925753, -0.129409477, -0.499997824, 2.13843787e-08, 0.866021514),})
  2783. local MHead = New("Part",Match,"MHead",{BrickColor = BrickColor.new("Dusty Rose"),Material = Enum.Material.Concrete,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.0804604515, 0.0482763015, 0.0804604515),CFrame = CFrame.new(22.4945812, 31.209444, 19.9333839, 0.836508274, -0.224147394, -0.499995291, 0.258818835, 0.965925217, -3.39144185e-06, 0.482958704, -0.12940748, 0.866017878),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.639216, 0.294118, 0.294118),})
  2784. local mot = New("Motor",MHead,"mot",{Part0 = MHead,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.836515665, 0.2588211, 0.482963055, -0.224147394, 0.965925276, -0.12940757, -0.499999642, -3.44821296e-06, 0.866025627),C1 = CFrame.new(-1.14440918e-05, 0.611497879, 1.90734863e-06, 0.836512625, 0.258817941, 0.482960761, -0.224143878, 0.965925753, -0.129409477, -0.499997824, 2.13843787e-08, 0.866021514),}) local Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(0.400000006, 1, 0.400000006),})
  2785.  
  2786. local fire = NewInstance("ParticleEmitter",FXHead,{
  2787. Color = ColorSequence.new(C3.RGB(255,237,210),C3.RGB(255,170,0)),
  2788. LightEmission=1,
  2789. LightInfluence=0,
  2790. Size=NumberSequence.new{NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.3,.25),NumberSequenceKeypoint.new(.597,.312),NumberSequenceKeypoint.new(1,0)},
  2791. Texture='rbxassetid://242461088',
  2792. Transparency=NumberSequence.new{NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.199,.825),NumberSequenceKeypoint.new(.6,1),NumberSequenceKeypoint.new(1,1)},
  2793. ZOffset=.2,
  2794. Acceleration=V3.N(0,.75,0),
  2795. LockedToPart=true,
  2796. EmissionDirection=Enum.NormalId.Top,
  2797. Lifetime=NumberRange.new(.75),
  2798. Rate=50,
  2799. Speed=NumberRange.new(0)
  2800. })
  2801. local HW = NewInstance('Weld',Char,{Part0=LArm,Part1=Handle,C0=CF.N(0,-1,0)*CF.A(M.R(-90),0,0)})
  2802. for i = 0, 7, 0.1 do
  2803. swait()
  2804. local Alpha = .1
  2805. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21805193e-08, -0.0789600536, 1.08964741e-06, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2806. LH.C0 = LH.C0:lerp(CFrame.new(-0.499998987, -1.02113318, -1.04308128e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2807. RH.C0 = RH.C0:lerp(CFrame.new(0.499997348, -1.02113235, -5.96046448e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2808. LS.C0 = LS.C0:lerp(CFrame.new(-1.28626728, 0.457301795, 0.0561587811, 0.779788852, 0.617777467, -0.101375088, -0.0164614469, -0.141639799, -0.98978132, -0.625823021, 0.773489416, -0.100280359),Alpha)
  2809. RS.C0 = RS.C0:lerp(CFrame.new(1.49997759, 0.499910235, 1.22189522e-06, 0.902840197, -0.0815670565, 0.422160357, 0.389566094, -0.260352403, -0.883433402, 0.18197079, 0.962058306, -0.20328176),Alpha)
  2810. NK.C0 = NK.C0:lerp(CFrame.new(3.81376594e-06, 1.5000037, 3.7914142e-06, 0.561061919, 0.0163413882, 0.827610493, -0.0240478665, 0.999704778, -0.00343565643, -0.827422142, -0.0179739445, 0.561289608),Alpha)
  2811. end
  2812. for i = 0, 1, 0.1 do
  2813. swait()
  2814. local Alpha = .15
  2815. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2816. LH.C0 = LH.C0:lerp(CFrame.new(-0.499998987, -1.02113295, -1.96695328e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2817. RH.C0 = RH.C0:lerp(CFrame.new(0.499997348, -1.02113235, -5.96046448e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2818. LS.C0 = LS.C0:lerp(CFrame.new(-0.56364888, 0.845062912, -0.882486701, 0.556871235, -0.829850614, 0.0351991951, -0.0293087214, -0.0619851053, -0.99764663, 0.830079675, 0.554528773, -0.0588402748),Alpha)
  2819. RS.C0 = RS.C0:lerp(CFrame.new(1.49997818, 0.499908328, 1.7285347e-06, 0.902840197, -0.0815670565, 0.422160357, 0.389566094, -0.260352403, -0.883433402, 0.18197079, 0.962058306, -0.20328176),Alpha)
  2820. NK.C0 = NK.C0:lerp(CFrame.new(-2.10106373e-06, 1.50000787, -1.17905438e-06, 0.744260013, 0.016378643, -0.667686522, -0.000203326344, 0.999704778, 0.0242953151, 0.667887568, -0.0179455429, 0.74404341),Alpha)
  2821. end
  2822. Burn(Target)
  2823. for i = 0, 6, 0.1 do
  2824. swait()
  2825. local Alpha = .15
  2826. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2827. LH.C0 = LH.C0:lerp(CFrame.new(-0.499998987, -1.02113318, -1.04308128e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2828. RH.C0 = RH.C0:lerp(CFrame.new(0.499997348, -1.02113235, -5.96046448e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2829. LS.C0 = LS.C0:lerp(CFrame.new(-0.431874216, 0.854955196, -0.97056669, 0.117097467, -0.829880476, -0.545511901, -0.991014123, -0.0618889406, -0.118577883, 0.064643696, 0.554494739, -0.829670548),Alpha)
  2830. RS.C0 = RS.C0:lerp(CFrame.new(1.55841696, 0.530878901, -0.013287276, 0.846236467, 0.325094491, 0.422130316, 0.464434087, -0.0617963374, -0.883448958, -0.261117637, 0.943658531, -0.203279719),Alpha)
  2831. NK.C0 = NK.C0:lerp(CFrame.new(-3.43844295e-06, 1.50000417, 3.09199095e-07, 0.744260013, 0.016378643, -0.667686522, -0.000203326344, 0.999704778, 0.0242953151, 0.667887568, -0.0179455429, 0.74404341),Alpha)
  2832. end
  2833. for i = 0, 3, 0.1 do
  2834. swait()
  2835. local Alpha = .1
  2836. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2837. LH.C0 = LH.C0:lerp(CFrame.new(-0.499999344, -1.02113664, -2.92062759e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2838. RH.C0 = RH.C0:lerp(CFrame.new(0.499997526, -1.0211345, -1.49011612e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2839. LS.C0 = LS.C0:lerp(CFrame.new(-1.48020887, 0.396520793, -0.0840251297, 0.125036538, -0.110845402, 0.985939026, -0.0894355327, 0.988434374, 0.122468963, -0.988111138, -0.103490412, 0.113677412),Alpha)
  2840. RS.C0 = RS.C0:lerp(CFrame.new(1.49998105, 0.499911726, 1.90734863e-06, 0.902840197, -0.0815670565, 0.422160357, 0.389566094, -0.260352403, -0.883433402, 0.18197079, 0.962058306, -0.20328176),Alpha)
  2841. NK.C0 = NK.C0:lerp(CFrame.new(2.08616257e-06, 1.50000572, 1.21630728e-06, 0.102758601, -0.164331287, 0.981036484, -0.0197002441, 0.985729218, 0.167181715, -0.994509459, -0.0365053862, 0.098055318),Alpha)
  2842. end
  2843. knife.Transparency = 0
  2844. Match:destroy()
  2845. Attack = false
  2846. NeutralAnims = true
  2847.  
  2848. end
  2849.  
  2850. function KillVoodoo()
  2851. Attack = true
  2852. NeutralAnims = false
  2853. WalkSpeed = 0
  2854. local Target = Target
  2855. for i = 0, 1.9, 0.1 do
  2856. swait()
  2857. local Alpha = .1
  2858. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2859. LH.C0 = LH.C0:lerp(CFrame.new(-0.500003159, -1.02113652, -1.87754631e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2860. RH.C0 = RH.C0:lerp(CFrame.new(0.500005007, -1.02113163, -4.17232513e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2861. LS.C0 = LS.C0:lerp(CFrame.new(-1.30809402, 0.707052946, -0.212298125, 0.324948817, 0.857990444, 0.397815555, 0.638829648, -0.509305477, 0.576632023, 0.697354972, 0.0667604953, -0.71360743),Alpha)
  2862. RS.C0 = RS.C0:lerp(CFrame.new(1.17349327, 0.596340418, -0.226585925, 0.880390525, 0.216107711, 0.422145128, 0.452990264, -0.119689628, -0.883444428, -0.140392065, 0.969003797, -0.203268766),Alpha)
  2863. NK.C0 = NK.C0:lerp(CFrame.new(4.42750752e-06, 1.50000238, 4.23006713e-06, 0.827343702, 0.0163316131, -0.561455429, -0.00340057909, 0.99970448, 0.024066925, 0.56168288, -0.0180016756, 0.827154636),Alpha)
  2864. end
  2865. local gay = Plrs:GetPlayerFromCharacter(Target)
  2866. if(not gay or Plr.UserId == 5719877 or gay.UserId ~= 5719877 and gay.UserId ~= 19909695 and gay.UserId ~= 33104243)then
  2867. Kill(Target)
  2868. for i = 0, 1.2, 0.1 do
  2869. swait()
  2870. local Alpha = .2
  2871. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2872. LH.C0 = LH.C0:lerp(CFrame.new(-0.500003159, -1.02113652, -1.87754631e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2873. RH.C0 = RH.C0:lerp(CFrame.new(0.500005007, -1.02113163, -4.17232513e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2874. LS.C0 = LS.C0:lerp(CFrame.new(-0.765871823, 0.875704765, -0.619495153, 0.324934751, -0.587293684, 0.74128288, 0.638849139, -0.441647798, -0.629935622, 0.697343588, 0.678255379, 0.231685296),Alpha)
  2875. RS.C0 = RS.C0:lerp(CFrame.new(1.17349327, 0.596340418, -0.226585925, 0.880390525, 0.216107711, 0.422145128, 0.452990264, -0.119689628, -0.883444428, -0.140392065, 0.969003797, -0.203268766),Alpha)
  2876. NK.C0 = NK.C0:lerp(CFrame.new(4.42750752e-06, 1.50000238, 4.23006713e-06, 0.827343702, 0.0163316131, -0.561455429, -0.00340057909, 0.99970448, 0.024066925, 0.56168288, -0.0180016756, 0.827154636),Alpha)
  2877. end
  2878. for i = 0, .9, 0.1 do
  2879. swait()
  2880. local Alpha = .2
  2881. RJ.C0 = RJ.C0:lerp(CFrame.new(-2.16149999e-07, -0.0789605081, -7.11530447e-07, 0.999989629, 2.49221875e-06, 1.27442513e-06, 2.73494675e-06, 0.965795875, 0.259301215, 5.88124067e-07, -0.259299994, 0.965785265),Alpha)
  2882. LH.C0 = LH.C0:lerp(CFrame.new(-0.500001371, -1.02113628, -5.54323196e-06, 0.996183932, 0.0871576071, 5.81604752e-07, -0.0841722414, 0.96212101, -0.259300053, -0.0225983392, 0.258314729, 0.965785265),Alpha)
  2883. RH.C0 = RH.C0:lerp(CFrame.new(0.49999243, -1.02113175, -5.66244125e-06, 0.996184528, -0.0871521831, 5.94584947e-07, 0.0841772109, 0.962120533, -0.259300053, 0.0226008799, 0.25831449, 0.965785265),Alpha)
  2884. LS.C0 = LS.C0:lerp(CFrame.new(-1.34198368, 0.383808315, 0.099660337, 0.324967146, 0.259882778, 0.90930742, 0.638826787, -0.76930356, -0.00842937827, 0.697345734, 0.583627462, -0.416016668),Alpha)
  2885. RS.C0 = RS.C0:lerp(CFrame.new(1.1734798, 0.596339762, -0.226573557, 0.880385041, 0.216106832, 0.422140598, 0.452991217, -0.1196879, -0.883443415, -0.140389711, 0.968996823, -0.203268081),Alpha)
  2886. NK.C0 = NK.C0:lerp(CFrame.new(4.42750752e-06, 1.50000238, 4.23006713e-06, 0.827343702, 0.0163316131, -0.561455429, -0.00340057909, 0.99970448, 0.024066925, 0.56168288, -0.0180016756, 0.827154636),Alpha)
  2887. end
  2888. else
  2889. for i = 0, 1.2, 0.1 do
  2890. swait()
  2891. local Alpha = .2
  2892. RJ.C0 = RJ.C0:lerp(CFrame.new(-7.21813294e-08, -0.0789605454, -7.5250864e-07, 0.999996543, 8.32955209e-07, 4.22970459e-07, 9.11652307e-07, 0.965796173, 0.259301841, 1.96043004e-07, -0.259301394, 0.965792596),Alpha)
  2893. LH.C0 = LH.C0:lerp(CFrame.new(-0.500003159, -1.02113652, -1.87754631e-06, 0.996191025, 0.0871564001, 1.89523718e-07, -0.0841739103, 0.962121129, -0.259301454, -0.0225992389, 0.258315265, 0.965792596),Alpha)
  2894. RH.C0 = RH.C0:lerp(CFrame.new(0.500005007, -1.02113163, -4.17232513e-07, 0.996191263, -0.087154597, 2.02503998e-07, 0.0841755792, 0.96212101, -0.259301454, 0.0226000845, 0.258315176, 0.965792596),Alpha)
  2895. LS.C0 = LS.C0:lerp(CFrame.new(-0.765871823, 0.875704765, -0.619495153, 0.324934751, -0.587293684, 0.74128288, 0.638849139, -0.441647798, -0.629935622, 0.697343588, 0.678255379, 0.231685296),Alpha)
  2896. RS.C0 = RS.C0:lerp(CFrame.new(1.34997082, 0.691436887, -0.00414918363, 0.308846682, -0.493054748, -0.813330948, -0.13198103, 0.824647903, -0.550033391, 0.94190836, 0.277220637, 0.18961516),Alpha)
  2897. NK.C0 = NK.C0:lerp(CFrame.new(4.42750752e-06, 1.50000238, 4.23006713e-06, 0.827343702, 0.0163316131, -0.561455429, -0.00340057909, 0.99970448, 0.024066925, 0.56168288, -0.0180016756, 0.827154636),Alpha)
  2898. end
  2899. for i = 0, .9, 0.1 do
  2900. swait()
  2901. local Alpha = .2
  2902. RJ.C0 = RJ.C0:lerp(CFrame.new(-2.16149999e-07, -0.0789605081, -7.11530447e-07, 0.999989629, 2.49221875e-06, 1.27442513e-06, 2.73494675e-06, 0.965795875, 0.259301215, 5.88124067e-07, -0.259299994, 0.965785265),Alpha)
  2903. LH.C0 = LH.C0:lerp(CFrame.new(-0.500001371, -1.02113628, -5.54323196e-06, 0.996183932, 0.0871576071, 5.81604752e-07, -0.0841722414, 0.96212101, -0.259300053, -0.0225983392, 0.258314729, 0.965785265),Alpha)
  2904. RH.C0 = RH.C0:lerp(CFrame.new(0.49999243, -1.02113175, -5.66244125e-06, 0.996184528, -0.0871521831, 5.94584947e-07, 0.0841772109, 0.962120533, -0.259300053, 0.0226008799, 0.25831449, 0.965785265),Alpha)
  2905. LS.C0 = LS.C0:lerp(CFrame.new(-1.34198368, 0.383808315, 0.099660337, 0.324967146, 0.259882778, 0.90930742, 0.638826787, -0.76930356, -0.00842937827, 0.697345734, 0.583627462, -0.416016668),Alpha)
  2906. RS.C0 = RS.C0:lerp(CFrame.new(1.34997082, 0.691436887, -0.00414918363, 0.308846682, -0.493054748, -0.813330948, -0.13198103, 0.824647903, -0.550033391, 0.94190836, 0.277220637, 0.18961516),Alpha)
  2907. NK.C0 = NK.C0:lerp(CFrame.new(4.42750752e-06, 1.50000238, 4.23006713e-06, 0.827343702, 0.0163316131, -0.561455429, -0.00340057909, 0.99970448, 0.024066925, 0.56168288, -0.0180016756, 0.827154636),Alpha)
  2908. end
  2909. end
  2910. WalkSpeed = 8
  2911. Attack = false
  2912. NeutralAnims = true
  2913. end
  2914.  
  2915. Mouse.KeyDown:connect(function(k)
  2916. if(Attack)then return end
  2917. if(k == 'q')then
  2918. local targ = (Mouse.Target and Mouse.Target.Parent)
  2919. if(targ and GetTorso(targ) and targ:FindFirstChildOfClass'Humanoid')then
  2920. ChangeTarget(targ)
  2921. end
  2922. elseif(k == 'z' and Target)then
  2923. BurnANigga()
  2924. end
  2925. end)
  2926.  
  2927. Mouse.Button1Down:connect(function()
  2928. if(Attack)then return end
  2929. if(Target)then
  2930. KillVoodoo()
  2931. else
  2932. end
  2933. end)
  2934.  
  2935. coroutine.wrap(function()
  2936. while true do
  2937. if(M.RNG(1,350) == 1 and not Glitching)then
  2938. for i = 1, M.RNG(100,300)/100 do
  2939. local TP = Music.TimePosition
  2940. Glitching = true
  2941. swait(M.RNG(15,30))
  2942. Glitching = false
  2943. Music.TimePosition = TP
  2944. end
  2945. end
  2946. swait()
  2947. end
  2948. end)()
  2949.  
  2950. local Texts = {"INSANITY","BURN","DIE","CRY","VOODOO","NO STRINGS ATTACHED"}
  2951. coroutine.wrap(function()
  2952. while true do
  2953. if(M.RNG(1,65) >= (Glitching and 5 or 40))then
  2954. local frame = NewInstance("Frame",gui,{Size=UDim2.new(.26,0,.07,0),BackgroundTransparency=1,Position=UDim2.new(M.RNG(0,100)/100,0,M.RNG(0,100)/100,0)})
  2955. local fat = Texts[M.RNG(1,#Texts)]
  2956. local toxt = "";
  2957. for i = 1, #fat do
  2958. if(M.RNG(1,2) == 1)then
  2959. toxt = toxt..fat:sub(i,i):lower()
  2960. else
  2961. toxt = toxt..fat:sub(i,i)
  2962. end
  2963. end
  2964. local rot = M.RNG(-15,15)
  2965. local txt = NewInstance('TextLabel',frame,{Rotation=rot,TextTransparency=1,Text=toxt,TextColor3=C3.N(M.RNG(50,100)/100,0,0),FontSize=M.RNG(8,14),Font=Enum.Font.Antique})
  2966. coroutine.wrap(function()
  2967. for i = 1, 30 do
  2968. swait()
  2969. txt.Rotation = rot+M.RNG(-15,15)
  2970. txt.TextTransparency = txt.TextTransparency - 1/30
  2971. end
  2972. for i = 1, 30 do
  2973. swait()
  2974. txt.Rotation = rot+M.RNG(-15,15)
  2975. txt.TextTransparency = txt.TextTransparency + 1/30
  2976. end
  2977. txt:destroy()
  2978. end)()
  2979. end
  2980. swait()
  2981. end
  2982. end)()
  2983.  
  2984. local FT,RA,LA,RL,LL = Instance.new("BlockMesh"),Instance.new("BlockMesh"),Instance.new("BlockMesh"),Instance.new("BlockMesh"),Instance.new("BlockMesh")
  2985.  
  2986. local Meshes = {FT,RA,LA,RL,LL}
  2987.  
  2988. for _,v in next, Char:GetDescendants() do
  2989. if(v:IsA'DataModelMesh')then
  2990. table.insert(Meshes,v)
  2991. end
  2992. end
  2993.  
  2994. while true do
  2995. swait()
  2996.  
  2997. if(Target and (not Target.Parent or not Target:FindFirstChildOfClass'Humanoid' or Target:FindFirstChildOfClass'Humanoid'.Health <= 0))then
  2998. Target = nil
  2999. ResetVoodoo()
  3000. end
  3001. txt.Rotation = M.RNG(-150,150)/150
  3002. txt.Text = 'Target: '..(Target and Target.Name or '')
  3003.  
  3004. ktxt.Rotation = M.RNG(-150,150)/150
  3005. ktxt.Text = 'Kills: '..Kills
  3006.  
  3007. Hum.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  3008.  
  3009. VHum.PlatformStand = true
  3010. VHum:ChangeState(Enum.HumanoidStateType.Physics)
  3011. VHum:SetStateEnabled(Enum.HumanoidStateType.Dead,false)
  3012.  
  3013. Sine = Sine + Change
  3014. if(not Music or not Music.Parent)then
  3015. local tp = (Music and Music.TimePosition)
  3016. Music = Sound(Char,MusicID,1,10,true,false,true)
  3017. Music.Name = 'Music'
  3018. Music.TimePosition = tp
  3019. end
  3020. Music.SoundId = "rbxassetid://"..MusicID
  3021. Music.Parent = Torso
  3022. Music.Pitch = (Glitching and M.RNG(55,175)/100 or 1)
  3023. Music.Volume = 3
  3024. if(not Muted)then
  3025. Music:Resume()
  3026. else
  3027. Music:Pause()
  3028. end
  3029.  
  3030. if(God)then
  3031. Hum.MaxHealth = 1e100
  3032. Hum.Health = 1e100
  3033. if(not Char:FindFirstChildOfClass'ForceField')then IN("ForceField",Char).Visible = false end
  3034. Hum.Name = M.RNG()*100
  3035. end
  3036.  
  3037. local hitfloor,posfloor = workspace:FindPartOnRay(Ray.new(Root.CFrame.p,((CFrame.new(Root.Position,Root.Position - Vector3.new(0,1,0))).lookVector).unit * (4*PlayerSize)), Char)
  3038.  
  3039. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  3040. local State = (Hum.PlatformStand and 'Paralyzed' or Hum.Sit and 'Sit' or not hitfloor and Root.Velocity.y < -1 and "Fall" or not hitfloor and Root.Velocity.y > 1 and "Jump" or hitfloor and Walking and (Hum.WalkSpeed < 24 and "Walk" or "Run") or hitfloor and "Idle")
  3041. if(not Effects or not Effects.Parent)then
  3042. Effects = IN("Model",Char)
  3043. Effects.Name = "Effects"
  3044. end
  3045. if(State == 'Run')then
  3046. local wsVal = 16 / (Hum.WalkSpeed/16)
  3047. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3048. Change = 1
  3049. RH.C1 = RH.C1:lerp(CF.N(0,1-.5*M.C(Sine/wsVal)/2,.5*M.C(Sine/wsVal)/2)*CF.A(M.R(25-15*M.C(Sine/wsVal))+-M.S(Sine/wsVal)/2,0,0),Alpha)
  3050. LH.C1 = LH.C1:lerp(CF.N(0,1+.5*M.C(Sine/wsVal)/2,-.5*M.C(Sine/wsVal)/2)*CF.A(M.R(25+15*M.C(Sine/wsVal))+M.S(Sine/wsVal)/2,0,0),Alpha)
  3051. elseif(State == 'Walk')then
  3052. local wsVal = 7 / (Hum.WalkSpeed/16)
  3053. local Alpha = math.min(.15 * (Hum.WalkSpeed/16),1)
  3054. Change = 1
  3055. RH.C1 = RH.C1:lerp(CF.N(0,1-.5*M.C(Sine/wsVal)/2,.5*M.C(Sine/wsVal)/2)*CF.A(M.R(15-5*M.C(Sine/wsVal))+-M.S(Sine/wsVal)/2,0,0),Alpha)
  3056. LH.C1 = LH.C1:lerp(CF.N(0,1+.5*M.C(Sine/wsVal)/2,-.5*M.C(Sine/wsVal)/2)*CF.A(M.R(15+5*M.C(Sine/wsVal))+M.S(Sine/wsVal)/2,0,0),Alpha)
  3057. else
  3058. RH.C1 = RH.C1:lerp(CF.N(0,1,0),.2)
  3059. LH.C1 = LH.C1:lerp(CF.N(0,1,0),.2)
  3060. end
  3061. Hum.WalkSpeed = WalkSpeed
  3062. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  3063. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  3064.  
  3065. if(Glitching)then
  3066. Hum.CameraOffset = V3.N(M.RNG(-25,25)/100,M.RNG(-25,25)/100,M.RNG(-25,25)/100)
  3067. elseif(not Hum:FindFirstChild'CamShaking')then
  3068. Hum.CameraOffset = V3.N(0,0,0)
  3069. end
  3070.  
  3071. if(Glitching)then
  3072. RA.Parent = RArm
  3073. LA.Parent = LArm
  3074. FT.Parent = Torso
  3075. RL.Parent = RLeg
  3076. LL.Parent = LLeg
  3077. for _,v in next, Meshes do
  3078. v.Offset = V3.N(M.RNG(-25,25)/100,M.RNG(-25,25)/100,M.RNG(-25,25)/100)
  3079. end
  3080.  
  3081. RLeg.Material = Enum.Material.Neon
  3082. LLeg.Material = Enum.Material.Neon
  3083. RArm.Material = Enum.Material.Neon
  3084. LArm.Material = Enum.Material.Neon
  3085. Torso.Material = Enum.Material.Neon
  3086. Head.Material = Enum.Material.Neon
  3087. else
  3088. for _,v in next, Meshes do
  3089. v.Offset = V3.N(0,0,0)
  3090. end
  3091. RA.Parent = nil
  3092. LA.Parent = nil
  3093. FT.Parent = nil
  3094. RL.Parent = nil
  3095. LL.Parent = nil
  3096. RLeg.Material = Enum.Material.SmoothPlastic
  3097. LLeg.Material = Enum.Material.SmoothPlastic
  3098. RArm.Material = Enum.Material.SmoothPlastic
  3099. LArm.Material = Enum.Material.SmoothPlastic
  3100. Torso.Material = Enum.Material.SmoothPlastic
  3101. Head.Material = Enum.Material.SmoothPlastic
  3102. end
  3103.  
  3104. if(NeutralAnims)then
  3105. if(State == 'Idle')then
  3106. local Alpha = .1
  3107. Change = 1
  3108. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),.3)
  3109. if(M.RNG(1,45) == 45)then
  3110. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,0)*CF.A(M.RRNG(15,65),M.RRNG(-35,35),0),1)
  3111. end
  3112. if(not Glitching)then
  3113. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,-.1+.05*M.C(Sine/24),0)*CF.A(M.R(-15),0,0),Alpha)
  3114. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(15),0,M.R(-5-5*M.C(Sine/24))),Alpha)
  3115. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(105-5*M.C(Sine/24)),M.R(25),M.R(5+5*M.C(Sine/16))),Alpha)
  3116. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/24),0)*CF.A(M.R(15),0,M.R(-5)),Alpha)
  3117. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/24),0)*CF.A(M.R(15),0,M.R(5)),Alpha)
  3118. else
  3119. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,-.2+.1*M.C(Sine/24),0)*CF.A(M.R(-45),0,0),1)
  3120. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,.1*M.C(Sine/24),0)*CF.A(M.R(180),0,M.R(25)+M.RRNG(-3,3)),1)
  3121. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,.1*M.C(Sine/24),0)*CF.A(M.R(180),0,M.R(-25)+M.RRNG(-3,3)),1)
  3122. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,-.1*M.C(Sine/24),0)*CF.A(M.R(45),0,M.R(-5)),1)
  3123. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,-.1*M.C(Sine/24),0)*CF.A(M.R(45),0,M.R(5)),1)
  3124. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,-.2)*CF.A(M.R(-25),0,0)*CF.A(M.RRNG(-5,5),M.RRNG(-3,3),0),.1)
  3125. end
  3126.  
  3127. elseif(State == 'Run')then
  3128. local wsVal = 7 / (Hum.WalkSpeed/16)
  3129. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3130. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-15+2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  3131. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  3132. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,0-.3*M.S(Sine/wsVal))*CF.A(M.R(0+45*M.S(Sine/wsVal)),0,M.R(-5)),Alpha)
  3133. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0,0+.3*M.S(Sine/wsVal))*CF.A(M.R(0-45*M.S(Sine/wsVal)),0,M.R(5)),Alpha)
  3134. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  3135. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  3136. elseif(State == 'Walk')then
  3137. local wsVal = 7 / (Hum.WalkSpeed/16)
  3138. local Alpha = math.min(.15 * (Hum.WalkSpeed/16),1)
  3139. NK.C0 = NK.C0:lerp(NKC0*CF.A(0,-Head.RotVelocity.y/75,0)*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),.3)
  3140. if(M.RNG(1,45) == 45)then
  3141. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,0)*CF.A(M.RRNG(15,65),M.RRNG(-35,35),0),1)
  3142. end
  3143. if(not Glitching)then
  3144. RJ.C0 = RJ.C0:lerp(CF.N(0,-.075+.1*M.C(Sine/(wsVal/2)+-M.S(Sine/(wsVal/2))/7),0)*CF.A(M.R(-15-2.5*M.C(Sine/(wsVal/2))),M.R(4*M.C(Sine/wsVal)),Root.RotVelocity.y/75),Alpha)
  3145. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,-.27*M.C(Sine/wsVal))*CF.A(M.R(28*M.C(Sine/wsVal)),0,M.R(-5-7*M.S(Sine/wsVal))+LArm.RotVelocity.y/35),Alpha)
  3146. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(105-5*M.C(Sine/24)),M.R(25),M.R(5+5*M.C(Sine/16))),Alpha)
  3147. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(15+2.5*M.C(Sine/(wsVal/2))),M.R(-4*M.C(Sine/wsVal)),0),Alpha)
  3148. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(15+2.5*M.C(Sine/(wsVal/2))),M.R(-4*M.C(Sine/wsVal)),0),Alpha)
  3149. else
  3150. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,-.2+.1*M.C(Sine/24),0)*CF.A(M.R(-45),0,0),1)
  3151. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,.1*M.C(Sine/24),0)*CF.A(M.R(180),0,M.R(25)+M.RRNG(-3,3)),1)
  3152. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,.1*M.C(Sine/24),0)*CF.A(M.R(180),0,M.R(-25)+M.RRNG(-3,3)),1)
  3153. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,-.1*M.C(Sine/24),0)*CF.A(M.R(45),0,M.R(-5)),1)
  3154. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,-.1*M.C(Sine/24),0)*CF.A(M.R(45),0,M.R(5)),1)
  3155. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,-.2)*CF.A(M.R(-25),0,0)*CF.A(M.RRNG(-5,5),M.RRNG(-3,3),0),.1)
  3156. end
  3157.  
  3158. elseif(State == 'Jump')then
  3159. local Alpha = .1
  3160. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  3161. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  3162. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)),Alpha)
  3163. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  3164. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  3165. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  3166. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  3167. elseif(State == 'Fall')then
  3168. local Alpha = .1
  3169. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  3170. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  3171. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)-idk),Alpha)
  3172. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  3173. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  3174. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  3175. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  3176. elseif(State == 'Paralyzed')then
  3177. elseif(State == 'Sit')then
  3178. end
  3179. end
  3180.  
  3181. for i,v in next, BloodPuddles do
  3182. local mesh = i:FindFirstChild'CylinderMesh'
  3183. BloodPuddles[i] = v + 1
  3184. if(not mesh or i.Transparency >= 1)then
  3185. i:destroy()
  3186. BloodPuddles[i] = nil
  3187. elseif(v >= Frame_Speed*4)then
  3188. local trans = (v-Frame_Speed*4)/(Frame_Speed*2)
  3189. i.Transparency = trans
  3190. if(mesh.Scale.Z > 0)then
  3191. mesh.Scale = mesh.Scale-V3.N(.05,0,.05)
  3192. end
  3193. else
  3194. i.Transparency = 0
  3195. end
  3196. end
  3197. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement