Advertisement
sneakydodge123

dinoking FE

Jul 29th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 337.30 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. Player=game:GetService("Players").LocalPlayer
  145. Character=Player.Character
  146. PlayerGui=Player.PlayerGui
  147. Backpack=Player.Backpack
  148. Torso=Character.Torso
  149. Head=Character.Head
  150. Humanoid=Character.Humanoid
  151. m=Instance.new('Model',Character)
  152. LeftArm=Character["Left Arm"]
  153. LeftLeg=Character["Left Leg"]
  154. RightArm=Character["Right Arm"]
  155. RightLeg=Character["Right Leg"]
  156. LS=Torso["Left Shoulder"]
  157. LH=Torso["Left Hip"]
  158. RS=Torso["Right Shoulder"]
  159. RH=Torso["Right Hip"]
  160. Face = Head.face
  161. Neck=Torso.Neck
  162. it=Instance.new
  163. attacktype=1
  164. vt=Vector3.new
  165. cf=CFrame.new
  166. euler=CFrame.fromEulerAnglesXYZ
  167. angles=CFrame.Angles
  168. cloaked=false
  169. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  170. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  171. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  172. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  173. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  174. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  175. RootPart=Character.HumanoidRootPart
  176. RootJoint=RootPart.RootJoint
  177. RootCF=euler(-1.57,0,3.14)
  178. attack = false
  179. attackdebounce = false
  180. deb=false
  181. equipped=true
  182. hand=false
  183. MMouse=nil
  184. combo=0
  185. mana=0
  186. trispeed=.2
  187. attackmode='none'
  188. local idle=0
  189. local Anim="Idle"
  190. local Effects={}
  191. local gun=false
  192. local shoot=false
  193. player=nil
  194. mana=0
  195. local CurrentMode = "Unsheathed"
  196. plr = game.Players.LocalPlayer
  197. asdasd = plr.Name
  198. ws = game.Workspace[asdasd]
  199. Mouse = Player:GetMouse()
  200. --NFSBOYLOL EDIT
  201. Player.CanLoadCharacterAppearance = false
  202. Character.Humanoid.MaxHealth = math.huge
  203. Character.Humanoid.JumpPower = 200
  204. Character.Humanoid.WalkSpeed = (100)
  205. function clearshirt() for i,v in pairs(Player:GetChildren()) do
  206. if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Hat") then v:remove()
  207. end
  208. end
  209. end
  210. -------------------------------
  211. p = game.Players.LocalPlayer
  212. char = p.Character
  213. local char = p.Character
  214. torso = char.Torso
  215. neck = char.Torso.Neck
  216. hum = char.Humanoid
  217.  
  218. CV="Lime green"
  219.  
  220. local txt = Instance.new("BillboardGui", char)
  221. txt.Adornee = char .Head
  222. txt.Name = "_status"
  223. txt.Size = UDim2.new(2, 0, 1.2, 0)
  224. txt.StudsOffset = Vector3.new(-9, 8, 0)
  225. local text = Instance.new("TextLabel", txt)
  226. text.Size = UDim2.new(10, 0, 7, 0)
  227. text.FontSize = "Size24"
  228. text.TextScaled = true
  229. text.TextTransparency = 0
  230. text.BackgroundTransparency = 1
  231. text.TextTransparency = 0
  232. text.TextStrokeTransparency = 0
  233. text.Font = "SciFi"
  234. text.TextStrokeColor3 = Color3.new(0,0,0)
  235.  
  236. v=Instance.new("Part")
  237. v.Name = "ColorBrick"
  238. v.Parent=p.Character
  239. v.FormFactor="Symmetric"
  240. v.Anchored=true
  241. v.CanCollide=false
  242. v.BottomSurface="Smooth"
  243. v.TopSurface="Smooth"
  244. v.Size=Vector3.new(10,5,3)
  245. v.Transparency=1
  246. v.CFrame=char.Torso.CFrame
  247. v.BrickColor=BrickColor.new(CV)
  248. v.Transparency=1
  249. text.TextColor3 = Color3.new(1020,0,0)
  250. v.Shape="Block"
  251. text.Text = "Knight Dino"
  252. -------------------------------
  253. local player = "LocalPlayer"
  254. local Character = game.Players[player].Character
  255. local Torso = Character.Torso
  256. local LeftArm = Character["Left Arm"]
  257. local RightArm = Character["Right Arm"]
  258. local LeftLeg = Character["Left Leg"]
  259. local RightLeg = Character["Right Leg"]
  260. local Head = Character.Head
  261. local RootPart = Character.HumanoidRootPart
  262.  
  263. local m = Instance.new("Model")
  264. m.Name = "VTX"
  265. --[[m1 = Instance.new("Model")
  266. m1.Name = "Torso"
  267. m1.Parent = m
  268. m2 = Instance.new("Model")
  269. m2.Name = "Head"
  270. m2.Parent = m
  271. m3 = Instance.new("Model")
  272. m3.Name = "RightArm"
  273. m3.Parent = m
  274. m4 = Instance.new("Model")
  275. m4.Name = "LeftLeg"
  276. m4.Parent = m
  277. m5 = Instance.new("Model")
  278. m5.Name = "RightLeg"
  279. m5.Parent = m
  280. m6 = Instance.new("Model")
  281. m6.Name = "LeftArm"
  282. m6.Parent = m--]]
  283. p1 = Instance.new("Part", m)
  284. p1.BrickColor = BrickColor.new("Really black")
  285. p1.Material = Enum.Material.SmoothPlastic
  286. p1.Reflectance = 0.5
  287. p1.Name = "DiamondMesh"
  288. p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008)
  289. p1.CanCollide = false
  290. p1.FormFactor = Enum.FormFactor.Symmetric
  291. p1.Elasticity = 0
  292. p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463)
  293. b1 = Instance.new("SpecialMesh", p1)
  294. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  295. b1.TextureId = ""
  296. b1.MeshType = Enum.MeshType.FileMesh
  297. b1.Name = "Mesh"
  298. b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096)
  299. --[[p2 = Instance.new("Part", m)
  300. p2.BrickColor = BrickColor.new("Earth green")
  301. p2.Name = "Torso"
  302. p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  303. p2.CanCollide = false
  304. p2.FormFactor = Enum.FormFactor.Symmetric
  305. p2.Size = Vector3.new(2, 2, 1)
  306. p2.BottomSurface = Enum.SurfaceType.Smooth
  307. p2.TopSurface = Enum.SurfaceType.Smooth--]]
  308. p2 = Torso
  309. p3 = Instance.new("Part", m)
  310. p3.BrickColor = BrickColor.new("Dark stone grey")
  311. p3.Material = Enum.Material.SmoothPlastic
  312. p3.Name = "apart"
  313. p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005)
  314. p3.CanCollide = false
  315. p3.FormFactor = Enum.FormFactor.Custom
  316. p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  317. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  318. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  319. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  320. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  321. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  322. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  323. b2 = Instance.new("SpecialMesh", p3)
  324. b2.MeshType = Enum.MeshType.Brick
  325. b2.Name = "Mesh"
  326. b2.Scale = Vector3.new(1, 1.01999998, 0.5)
  327. p4 = Instance.new("Part", m)
  328. p4.BrickColor = BrickColor.new("Really black")
  329. p4.Material = Enum.Material.Neon
  330. p4.Name = "apart"
  331. p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  332. p4.CanCollide = false
  333. p4.FormFactor = Enum.FormFactor.Custom
  334. p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  335. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  336. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  337. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  338. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  339. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  340. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  341. b3 = Instance.new("SpecialMesh", p4)
  342. b3.MeshType = Enum.MeshType.Cylinder
  343. b3.Name = "Mesh"
  344. b3.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  345. p5 = Instance.new("Part", m)
  346. p5.BrickColor = BrickColor.new("Really black")
  347. p5.Material = Enum.Material.SmoothPlastic
  348. p5.Name = "apart"
  349. p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008)
  350. p5.CanCollide = false
  351. p5.FormFactor = Enum.FormFactor.Custom
  352. p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  353. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  354. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  355. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  356. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  357. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  358. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  359. b4 = Instance.new("SpecialMesh", p5)
  360. b4.MeshType = Enum.MeshType.Cylinder
  361. b4.Name = "Mesh"
  362. b4.Scale = Vector3.new(0.417481065, 1, 1)
  363. p6 = Instance.new("Part", m)
  364. p6.BrickColor = BrickColor.new("Lime green")
  365. p6.Material = Enum.Material.Neon
  366. p6.Name = "apart"
  367. p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  368. p6.CanCollide = false
  369. p6.FormFactor = Enum.FormFactor.Custom
  370. p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  371. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  372. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  373. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  374. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  377. b5 = Instance.new("SpecialMesh", p6)
  378. b5.MeshType = Enum.MeshType.Cylinder
  379. b5.Name = "Mesh"
  380. b5.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  381. p7 = Instance.new("Part", m)
  382. p7.BrickColor = BrickColor.new("Really red")
  383. p7.Material = Enum.Material.Neon
  384. p7.Name = "apart"
  385. p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  386. p7.CanCollide = false
  387. p7.FormFactor = Enum.FormFactor.Custom
  388. p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  389. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  390. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  391. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  394. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  395. b6 = Instance.new("SpecialMesh", p7)
  396. b6.MeshType = Enum.MeshType.Brick
  397. b6.Name = "Mesh"
  398. b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25)
  399. p8 = Instance.new("Part", m)
  400. p8.BrickColor = BrickColor.new("Really black")
  401. p8.Material = Enum.Material.SmoothPlastic
  402. p8.Name = "apart"
  403. p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  404. p8.CanCollide = false
  405. p8.FormFactor = Enum.FormFactor.Custom
  406. p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  407. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  408. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  410. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  411. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  413. b7 = Instance.new("SpecialMesh", p8)
  414. b7.MeshType = Enum.MeshType.Cylinder
  415. b7.Name = "Mesh"
  416. b7.Scale = Vector3.new(0.417481065, 1, 1)
  417. p9 = Instance.new("Part", m)
  418. p9.BrickColor = BrickColor.new("Lime green")
  419. p9.Material = Enum.Material.Neon
  420. p9.Name = "apart"
  421. p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1)
  422. p9.CanCollide = false
  423. p9.FormFactor = Enum.FormFactor.Custom
  424. p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  425. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  426. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  430. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  431. b8 = Instance.new("SpecialMesh", p9)
  432. b8.MeshType = Enum.MeshType.Brick
  433. b8.Name = "Mesh"
  434. b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  435. p10 = Instance.new("Part", m)
  436. p10.BrickColor = BrickColor.new("Lime green")
  437. p10.Material = Enum.Material.SmoothPlastic
  438. p10.Name = "apart"
  439. p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  440. p10.CanCollide = false
  441. p10.FormFactor = Enum.FormFactor.Custom
  442. p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  443. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  444. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  445. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  446. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  447. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  448. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  449. b9 = Instance.new("SpecialMesh", p10)
  450. b9.MeshType = Enum.MeshType.Brick
  451. b9.Name = "Mesh"
  452. b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  453. p11 = Instance.new("Part", m)
  454. p11.BrickColor = BrickColor.new("Lime green")
  455. p11.Material = Enum.Material.Neon
  456. p11.Name = "apart"
  457. p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  458. p11.CanCollide = false
  459. p11.FormFactor = Enum.FormFactor.Custom
  460. p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  461. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  462. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  463. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  464. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  465. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  466. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  467. b10 = Instance.new("SpecialMesh", p11)
  468. b10.MeshType = Enum.MeshType.Brick
  469. b10.Name = "Mesh"
  470. b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  471. p12 = Instance.new("Part", m)
  472. p12.BrickColor = BrickColor.new("Lime green")
  473. p12.Material = Enum.Material.SmoothPlastic
  474. p12.Name = "apart"
  475. p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  476. p12.CanCollide = false
  477. p12.FormFactor = Enum.FormFactor.Custom
  478. p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  479. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  480. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  481. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  482. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  483. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  484. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  485. b11 = Instance.new("SpecialMesh", p12)
  486. b11.MeshType = Enum.MeshType.Brick
  487. b11.Name = "Mesh"
  488. b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  489. p13 = Instance.new("Part", m)
  490. p13.BrickColor = BrickColor.new("Really black")
  491. p13.Material = Enum.Material.Neon
  492. p13.Name = "apart"
  493. p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008)
  494. p13.CanCollide = false
  495. p13.FormFactor = Enum.FormFactor.Custom
  496. p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  497. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  498. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  499. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  500. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  502. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  503. b12 = Instance.new("SpecialMesh", p13)
  504. b12.MeshType = Enum.MeshType.Cylinder
  505. b12.Name = "Mesh"
  506. b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999)
  507. p14 = Instance.new("Part", m)
  508. p14.BrickColor = BrickColor.new("Really black")
  509. p14.Material = Enum.Material.SmoothPlastic
  510. p14.Name = "apart"
  511. p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1)
  512. p14.CanCollide = false
  513. p14.FormFactor = Enum.FormFactor.Custom
  514. p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185)
  515. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  516. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  517. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  518. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  519. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  520. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  521. b13 = Instance.new("SpecialMesh", p14)
  522. b13.MeshType = Enum.MeshType.Brick
  523. b13.Name = "Mesh"
  524. b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  525. p15 = Instance.new("Part", m)
  526. p15.BrickColor = BrickColor.new("Really black")
  527. p15.Material = Enum.Material.Neon
  528. p15.Name = "apart"
  529. p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  530. p15.CanCollide = false
  531. p15.FormFactor = Enum.FormFactor.Custom
  532. p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  533. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  534. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  535. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  536. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  537. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  539. b14 = Instance.new("SpecialMesh", p15)
  540. b14.MeshType = Enum.MeshType.Cylinder
  541. b14.Name = "Mesh"
  542. b14.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  543. p16 = Instance.new("Part", m)
  544. p16.BrickColor = BrickColor.new("Really black")
  545. p16.Material = Enum.Material.Neon
  546. p16.Name = "apart"
  547. p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005)
  548. p16.CanCollide = false
  549. p16.FormFactor = Enum.FormFactor.Custom
  550. p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  551. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  554. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  555. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  556. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  557. b15 = Instance.new("SpecialMesh", p16)
  558. b15.MeshType = Enum.MeshType.Brick
  559. b15.Name = "Mesh"
  560. b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  561. p17 = Instance.new("Part", m)
  562. p17.BrickColor = BrickColor.new("Lime green")
  563. p17.Material = Enum.Material.SmoothPlastic
  564. p17.Name = "apart"
  565. p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  566. p17.CanCollide = false
  567. p17.FormFactor = Enum.FormFactor.Custom
  568. p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  569. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  571. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  572. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  573. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  574. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  575. b16 = Instance.new("SpecialMesh", p17)
  576. b16.MeshType = Enum.MeshType.Cylinder
  577. b16.Name = "Mesh"
  578. b16.Scale = Vector3.new(0.417480975, 1, 1)
  579. p18 = Instance.new("Part", m)
  580. p18.BrickColor = BrickColor.new("Really black")
  581. p18.Material = Enum.Material.Neon
  582. p18.Name = "apart"
  583. p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  584. p18.CanCollide = false
  585. p18.FormFactor = Enum.FormFactor.Custom
  586. p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  587. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  588. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  589. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  590. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  591. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  592. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  593. b17 = Instance.new("SpecialMesh", p18)
  594. b17.MeshType = Enum.MeshType.Cylinder
  595. b17.Name = "Mesh"
  596. b17.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  597. p19 = Instance.new("Part", m)
  598. p19.BrickColor = BrickColor.new("Really black")
  599. p19.Material = Enum.Material.Neon
  600. p19.Name = "apart"
  601. p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  602. p19.CanCollide = false
  603. p19.FormFactor = Enum.FormFactor.Custom
  604. p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  605. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  606. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  607. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  608. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  609. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  610. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  611. b18 = Instance.new("SpecialMesh", p19)
  612. b18.MeshType = Enum.MeshType.Brick
  613. b18.Name = "Mesh"
  614. b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  615. p20 = Instance.new("Part", m)
  616. p20.BrickColor = BrickColor.new("Really black")
  617. p20.Material = Enum.Material.SmoothPlastic
  618. p20.Name = "apart"
  619. p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  620. p20.CanCollide = false
  621. p20.FormFactor = Enum.FormFactor.Custom
  622. p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093)
  623. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  624. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  625. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  626. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  627. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  628. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  629. b19 = Instance.new("SpecialMesh", p20)
  630. b19.MeshType = Enum.MeshType.Torso
  631. b19.Name = "Mesh"
  632. p21 = Instance.new("Part", m)
  633. p21.BrickColor = BrickColor.new("Dark stone grey")
  634. p21.Material = Enum.Material.SmoothPlastic
  635. p21.Name = "apart"
  636. p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  637. p21.CanCollide = false
  638. p21.FormFactor = Enum.FormFactor.Custom
  639. p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  640. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  641. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  642. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  643. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  644. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  645. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  646. b20 = Instance.new("SpecialMesh", p21)
  647. b20.MeshType = Enum.MeshType.Brick
  648. b20.Name = "Mesh"
  649. b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999)
  650. p22 = Instance.new("Part", m)
  651. p22.BrickColor = BrickColor.new("Really black")
  652. p22.Material = Enum.Material.Neon
  653. p22.Name = "apart"
  654. p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005)
  655. p22.CanCollide = false
  656. p22.FormFactor = Enum.FormFactor.Custom
  657. p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  658. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  659. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  660. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  661. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  662. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  663. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  664. b21 = Instance.new("SpecialMesh", p22)
  665. b21.MeshType = Enum.MeshType.Brick
  666. b21.Name = "Mesh"
  667. b21.Scale = Vector3.new(1, 1.02999997, 0.25)
  668. p23 = Instance.new("Part", m)
  669. p23.BrickColor = BrickColor.new("Lime green")
  670. p23.Material = Enum.Material.SmoothPlastic
  671. p23.Name = "apart"
  672. p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  673. p23.CanCollide = false
  674. p23.FormFactor = Enum.FormFactor.Custom
  675. p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185)
  676. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  677. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  678. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p24 = Instance.new("Part", m)
  683. p24.BrickColor = BrickColor.new("Really black")
  684. p24.Material = Enum.Material.SmoothPlastic
  685. p24.Name = "apart"
  686. p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  687. p24.CanCollide = false
  688. p24.FormFactor = Enum.FormFactor.Custom
  689. p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  690. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  691. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  692. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  693. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  694. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  695. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  696. b22 = Instance.new("SpecialMesh", p24)
  697. b22.MeshType = Enum.MeshType.Brick
  698. b22.Name = "Mesh"
  699. b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  700. p25 = Instance.new("Part", m)
  701. p25.BrickColor = BrickColor.new("Really black")
  702. p25.Material = Enum.Material.SmoothPlastic
  703. p25.Name = "apart"
  704. p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  705. p25.CanCollide = false
  706. p25.FormFactor = Enum.FormFactor.Custom
  707. p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  708. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  709. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  710. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  711. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  714. b23 = Instance.new("SpecialMesh", p25)
  715. b23.MeshType = Enum.MeshType.Brick
  716. b23.Name = "Mesh"
  717. b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  718. p26 = Instance.new("Part", m)
  719. p26.BrickColor = BrickColor.new("Really black")
  720. p26.Material = Enum.Material.SmoothPlastic
  721. p26.Name = "apart"
  722. p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005)
  723. p26.CanCollide = false
  724. p26.FormFactor = Enum.FormFactor.Custom
  725. p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  726. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  727. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  728. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  732. b24 = Instance.new("SpecialMesh", p26)
  733. b24.MeshType = Enum.MeshType.Brick
  734. b24.Name = "Mesh"
  735. p27 = Instance.new("Part", m)
  736. p27.BrickColor = BrickColor.new("Really black")
  737. p27.Material = Enum.Material.SmoothPlastic
  738. p27.Name = "apart"
  739. p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1)
  740. p27.CanCollide = false
  741. p27.FormFactor = Enum.FormFactor.Custom
  742. p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  743. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  748. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  749. b25 = Instance.new("SpecialMesh", p27)
  750. b25.MeshType = Enum.MeshType.Cylinder
  751. b25.Name = "Mesh"
  752. b25.Scale = Vector3.new(0.417481065, 1, 1)
  753. p28 = Instance.new("Part", m)
  754. p28.BrickColor = BrickColor.new("Really black")
  755. p28.Material = Enum.Material.SmoothPlastic
  756. p28.Name = "apart"
  757. p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  758. p28.CanCollide = false
  759. p28.FormFactor = Enum.FormFactor.Custom
  760. p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  761. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  764. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  765. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  766. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  767. b26 = Instance.new("SpecialMesh", p28)
  768. b26.MeshType = Enum.MeshType.Wedge
  769. b26.Name = "Mesh"
  770. p29 = Instance.new("Part", m)
  771. p29.BrickColor = BrickColor.new("Really black")
  772. p29.Material = Enum.Material.SmoothPlastic
  773. p29.Name = "apart"
  774. p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  775. p29.CanCollide = false
  776. p29.FormFactor = Enum.FormFactor.Custom
  777. p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957)
  778. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  781. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  782. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  783. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  784. b27 = Instance.new("SpecialMesh", p29)
  785. b27.MeshType = Enum.MeshType.Brick
  786. b27.Name = "Mesh"
  787. b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  788. p30 = Instance.new("Part", m)
  789. p30.BrickColor = BrickColor.new("Really black")
  790. p30.Material = Enum.Material.SmoothPlastic
  791. p30.Name = "apart"
  792. p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  793. p30.CanCollide = false
  794. p30.FormFactor = Enum.FormFactor.Custom
  795. p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  796. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  797. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  798. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  799. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  800. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  801. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  802. b28 = Instance.new("SpecialMesh", p30)
  803. b28.MeshType = Enum.MeshType.Wedge
  804. b28.Name = "Mesh"
  805. p31 = Instance.new("Part", m)
  806. p31.BrickColor = BrickColor.new("Really black")
  807. p31.Material = Enum.Material.SmoothPlastic
  808. p31.Name = "apart"
  809. p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  810. p31.CanCollide = false
  811. p31.FormFactor = Enum.FormFactor.Custom
  812. p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  813. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  814. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  816. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  817. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  818. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  819. b29 = Instance.new("SpecialMesh", p31)
  820. b29.MeshType = Enum.MeshType.Wedge
  821. b29.Name = "Mesh"
  822. p32 = Instance.new("Part", m)
  823. p32.BrickColor = BrickColor.new("Really black")
  824. p32.Material = Enum.Material.SmoothPlastic
  825. p32.Name = "apart"
  826. p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1)
  827. p32.CanCollide = false
  828. p32.FormFactor = Enum.FormFactor.Custom
  829. p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  830. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  835. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  836. b30 = Instance.new("SpecialMesh", p32)
  837. b30.MeshType = Enum.MeshType.Wedge
  838. b30.Name = "Mesh"
  839. b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  840. p33 = Instance.new("Part", m)
  841. p33.BrickColor = BrickColor.new("Really black")
  842. p33.Material = Enum.Material.SmoothPlastic
  843. p33.Name = "apart"
  844. p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005)
  845. p33.CanCollide = false
  846. p33.FormFactor = Enum.FormFactor.Custom
  847. p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  848. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  852. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  853. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  854. b31 = Instance.new("SpecialMesh", p33)
  855. b31.MeshType = Enum.MeshType.Brick
  856. b31.Name = "Mesh"
  857. p34 = Instance.new("Part", m)
  858. p34.BrickColor = BrickColor.new("Lime green")
  859. p34.Material = Enum.Material.SmoothPlastic
  860. p34.Name = "apart"
  861. p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1)
  862. p34.CanCollide = false
  863. p34.FormFactor = Enum.FormFactor.Custom
  864. p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  865. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  870. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  871. b32 = Instance.new("SpecialMesh", p34)
  872. b32.MeshType = Enum.MeshType.Cylinder
  873. b32.Name = "Mesh"
  874. b32.Scale = Vector3.new(0.417481065, 0.899999976, 1)
  875. p35 = Instance.new("Part", m)
  876. p35.BrickColor = BrickColor.new("Really black")
  877. p35.Material = Enum.Material.SmoothPlastic
  878. p35.Name = "apart"
  879. p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1)
  880. p35.CanCollide = false
  881. p35.FormFactor = Enum.FormFactor.Custom
  882. p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  883. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  888. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  889. b33 = Instance.new("SpecialMesh", p35)
  890. b33.MeshType = Enum.MeshType.Wedge
  891. b33.Name = "Mesh"
  892. b33.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  893. p36 = Instance.new("Part", m)
  894. p36.BrickColor = BrickColor.new("Really black")
  895. p36.Material = Enum.Material.SmoothPlastic
  896. p36.Name = "apart"
  897. p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  898. p36.CanCollide = false
  899. p36.FormFactor = Enum.FormFactor.Custom
  900. p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  901. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  907. b34 = Instance.new("SpecialMesh", p36)
  908. b34.MeshType = Enum.MeshType.Wedge
  909. b34.Name = "Mesh"
  910. b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  911. p37 = Instance.new("Part", m)
  912. p37.BrickColor = BrickColor.new("Really black")
  913. p37.Material = Enum.Material.SmoothPlastic
  914. p37.Name = "apart"
  915. p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  916. p37.CanCollide = false
  917. p37.FormFactor = Enum.FormFactor.Custom
  918. p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  919. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  920. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  923. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  924. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  925. b35 = Instance.new("SpecialMesh", p37)
  926. b35.MeshType = Enum.MeshType.Wedge
  927. b35.Name = "Mesh"
  928. b35.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  929. p38 = Instance.new("Part", m)
  930. p38.BrickColor = BrickColor.new("Really black")
  931. p38.Material = Enum.Material.SmoothPlastic
  932. p38.Name = "apart"
  933. p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005)
  934. p38.CanCollide = false
  935. p38.FormFactor = Enum.FormFactor.Custom
  936. p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  937. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  938. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  939. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  940. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  941. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  942. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  943. b36 = Instance.new("SpecialMesh", p38)
  944. b36.MeshType = Enum.MeshType.Wedge
  945. b36.Name = "Mesh"
  946. p39 = Instance.new("Part", m)
  947. p39.BrickColor = BrickColor.new("Lime green")
  948. p39.Material = Enum.Material.SmoothPlastic
  949. p39.Name = "apart"
  950. p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  951. p39.CanCollide = false
  952. p39.FormFactor = Enum.FormFactor.Custom
  953. p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  954. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  955. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  956. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  957. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  959. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  960. b37 = Instance.new("SpecialMesh", p39)
  961. b37.MeshType = Enum.MeshType.Brick
  962. b37.Name = "Mesh"
  963. b37.Scale = Vector3.new(1, 1.00999999, 1.00999999)
  964. p40 = Instance.new("Part", m)
  965. p40.BrickColor = BrickColor.new("Really black")
  966. p40.Material = Enum.Material.SmoothPlastic
  967. p40.Name = "apart"
  968. p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  969. p40.CanCollide = false
  970. p40.FormFactor = Enum.FormFactor.Custom
  971. p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357)
  972. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  973. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  974. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  975. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  976. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  977. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  978. b38 = Instance.new("SpecialMesh", p40)
  979. b38.MeshType = Enum.MeshType.Torso
  980. b38.Name = "Mesh"
  981. p41 = Instance.new("Part", m)
  982. p41.BrickColor = BrickColor.new("Lime green")
  983. p41.Material = Enum.Material.SmoothPlastic
  984. p41.Name = "apart"
  985. p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005)
  986. p41.CanCollide = false
  987. p41.FormFactor = Enum.FormFactor.Custom
  988. p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786)
  989. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  990. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  991. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  992. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  993. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  995. b39 = Instance.new("SpecialMesh", p41)
  996. b39.MeshType = Enum.MeshType.Sphere
  997. b39.Name = "Mesh"
  998. p42 = Instance.new("Part", m)
  999. p42.BrickColor = BrickColor.new("Lime green")
  1000. p42.Material = Enum.Material.SmoothPlastic
  1001. p42.Name = "apart"
  1002. p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005)
  1003. p42.CanCollide = false
  1004. p42.FormFactor = Enum.FormFactor.Custom
  1005. p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  1006. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. b40 = Instance.new("SpecialMesh", p42)
  1013. b40.MeshType = Enum.MeshType.Sphere
  1014. b40.Name = "Mesh"
  1015. p43 = Instance.new("Part", m)
  1016. p43.BrickColor = BrickColor.new("Lime green")
  1017. p43.Material = Enum.Material.SmoothPlastic
  1018. p43.Name = "apart"
  1019. p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005)
  1020. p43.CanCollide = false
  1021. p43.FormFactor = Enum.FormFactor.Custom
  1022. p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1023. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. b41 = Instance.new("SpecialMesh", p43)
  1030. b41.MeshType = Enum.MeshType.Cylinder
  1031. b41.Name = "Mesh"
  1032. b41.Scale = Vector3.new(0.417480975, 1, 1)
  1033. p44 = Instance.new("Part", m)
  1034. p44.BrickColor = BrickColor.new("Really black")
  1035. p44.Material = Enum.Material.SmoothPlastic
  1036. p44.Name = "apart"
  1037. p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  1038. p44.CanCollide = false
  1039. p44.FormFactor = Enum.FormFactor.Custom
  1040. p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1041. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. b42 = Instance.new("SpecialMesh", p44)
  1048. b42.MeshType = Enum.MeshType.Cylinder
  1049. b42.Name = "Mesh"
  1050. b42.Scale = Vector3.new(0.626221538, 1, 1)
  1051. p45 = Instance.new("Part", m)
  1052. p45.BrickColor = BrickColor.new("Really black")
  1053. p45.Material = Enum.Material.Neon
  1054. p45.Name = "apart"
  1055. p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  1056. p45.CanCollide = false
  1057. p45.FormFactor = Enum.FormFactor.Custom
  1058. p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1059. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. b43 = Instance.new("SpecialMesh", p45)
  1066. b43.MeshType = Enum.MeshType.Cylinder
  1067. b43.Name = "Mesh"
  1068. b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999)
  1069. p46 = Instance.new("Part", m)
  1070. p46.BrickColor = BrickColor.new("Lime green")
  1071. p46.Material = Enum.Material.SmoothPlastic
  1072. p46.Name = "apart"
  1073. p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005)
  1074. p46.CanCollide = false
  1075. p46.FormFactor = Enum.FormFactor.Custom
  1076. p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  1077. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. b44 = Instance.new("SpecialMesh", p46)
  1084. b44.MeshType = Enum.MeshType.Sphere
  1085. b44.Name = "Mesh"
  1086. p48 = Instance.new("Part", m)
  1087. p48.BrickColor = BrickColor.new("Really black")
  1088. p48.Material = Enum.Material.Neon
  1089. p48.Name = "apart"
  1090. p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005)
  1091. p48.CanCollide = false
  1092. p48.FormFactor = Enum.FormFactor.Custom
  1093. p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1094. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. b45 = Instance.new("SpecialMesh", p48)
  1101. b45.MeshType = Enum.MeshType.Wedge
  1102. b45.Name = "Mesh"
  1103. b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  1104. p49 = Instance.new("Part", m)
  1105. p49.BrickColor = BrickColor.new("Lime green")
  1106. p49.Material = Enum.Material.SmoothPlastic
  1107. p49.Name = "apart"
  1108. p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  1109. p49.CanCollide = false
  1110. p49.FormFactor = Enum.FormFactor.Custom
  1111. p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  1112. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. b46 = Instance.new("SpecialMesh", p49)
  1119. b46.MeshType = Enum.MeshType.Brick
  1120. b46.Name = "Mesh"
  1121. b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772)
  1122. p50 = Instance.new("Part", m)
  1123. p50.BrickColor = BrickColor.new("Really black")
  1124. p50.Material = Enum.Material.SmoothPlastic
  1125. p50.Name = "apart"
  1126. p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  1127. p50.CanCollide = false
  1128. p50.FormFactor = Enum.FormFactor.Custom
  1129. p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242)
  1130. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. b47 = Instance.new("SpecialMesh", p50)
  1137. b47.MeshType = Enum.MeshType.Brick
  1138. b47.Name = "Mesh"
  1139. b47.Scale = Vector3.new(0.417481035, 1, 1)
  1140. p51 = Instance.new("Part", m)
  1141. p51.BrickColor = BrickColor.new("Really black")
  1142. p51.Material = Enum.Material.Neon
  1143. p51.Name = "apart"
  1144. p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755)
  1145. p51.CanCollide = false
  1146. p51.FormFactor = Enum.FormFactor.Custom
  1147. p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1148. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. b48 = Instance.new("SpecialMesh", p51)
  1155. b48.MeshType = Enum.MeshType.Wedge
  1156. b48.Name = "Mesh"
  1157. b48.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  1158. p52 = Instance.new("Part", m)
  1159. p52.BrickColor = BrickColor.new("Really black")
  1160. p52.Material = Enum.Material.SmoothPlastic
  1161. p52.Name = "apart"
  1162. p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976)
  1163. p52.CanCollide = false
  1164. p52.FormFactor = Enum.FormFactor.Custom
  1165. p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1166. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. b49 = Instance.new("SpecialMesh", p52)
  1173. b49.MeshType = Enum.MeshType.Wedge
  1174. b49.Name = "Mesh"
  1175. b49.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1176. p53 = Instance.new("Part", m)
  1177. p53.BrickColor = BrickColor.new("Lime green")
  1178. p53.Material = Enum.Material.SmoothPlastic
  1179. p53.Name = "apart"
  1180. p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005)
  1181. p53.CanCollide = false
  1182. p53.FormFactor = Enum.FormFactor.Custom
  1183. p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463)
  1184. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. b50 = Instance.new("SpecialMesh", p53)
  1191. b50.MeshType = Enum.MeshType.Cylinder
  1192. b50.Name = "Mesh"
  1193. p54 = Instance.new("Part", m)
  1194. p54.BrickColor = BrickColor.new("Really black")
  1195. p54.Material = Enum.Material.SmoothPlastic
  1196. p54.Name = "apart"
  1197. p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011)
  1198. p54.CanCollide = false
  1199. p54.FormFactor = Enum.FormFactor.Custom
  1200. p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1201. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. b51 = Instance.new("SpecialMesh", p54)
  1208. b51.MeshType = Enum.MeshType.Torso
  1209. b51.Name = "Mesh"
  1210. b51.Scale = Vector3.new(1, 0.417480916, 1)
  1211. p55 = Instance.new("Part", m)
  1212. p55.BrickColor = BrickColor.new("Lime green")
  1213. p55.Material = Enum.Material.SmoothPlastic
  1214. p55.Name = "apart"
  1215. p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798)
  1216. p55.CanCollide = false
  1217. p55.FormFactor = Enum.FormFactor.Custom
  1218. p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  1219. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. b52 = Instance.new("SpecialMesh", p55)
  1226. b52.MeshType = Enum.MeshType.Wedge
  1227. b52.Name = "Mesh"
  1228. p56 = Instance.new("Part", m)
  1229. p56.BrickColor = BrickColor.new("Really black")
  1230. p56.Material = Enum.Material.SmoothPlastic
  1231. p56.Name = "apart"
  1232. p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798)
  1233. p56.CanCollide = false
  1234. p56.FormFactor = Enum.FormFactor.Custom
  1235. p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1236. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. b53 = Instance.new("SpecialMesh", p56)
  1243. b53.MeshType = Enum.MeshType.Wedge
  1244. b53.Name = "Mesh"
  1245. b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  1246. p57 = Instance.new("Part", m)
  1247. p57.BrickColor = BrickColor.new("Really black")
  1248. p57.Material = Enum.Material.SmoothPlastic
  1249. p57.Name = "apart"
  1250. p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005)
  1251. p57.CanCollide = false
  1252. p57.FormFactor = Enum.FormFactor.Custom
  1253. p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1254. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. b54 = Instance.new("SpecialMesh", p57)
  1261. b54.MeshType = Enum.MeshType.Wedge
  1262. b54.Name = "Mesh"
  1263. b54.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  1264. p58 = Instance.new("Part", m)
  1265. p58.BrickColor = BrickColor.new("Really black")
  1266. p58.Material = Enum.Material.SmoothPlastic
  1267. p58.Name = "apart"
  1268. p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011)
  1269. p58.CanCollide = false
  1270. p58.FormFactor = Enum.FormFactor.Custom
  1271. p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1272. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. b55 = Instance.new("SpecialMesh", p58)
  1279. b55.MeshType = Enum.MeshType.Torso
  1280. b55.Name = "Mesh"
  1281. b55.Scale = Vector3.new(1, 0.417480916, 1)
  1282. p59 = Instance.new("Part", m)
  1283. p59.BrickColor = BrickColor.new("Really black")
  1284. p59.Material = Enum.Material.SmoothPlastic
  1285. p59.Name = "apart"
  1286. p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1)
  1287. p59.CanCollide = false
  1288. p59.FormFactor = Enum.FormFactor.Custom
  1289. p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093)
  1290. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. b56 = Instance.new("SpecialMesh", p59)
  1297. b56.MeshType = Enum.MeshType.Brick
  1298. b56.Name = "Mesh"
  1299. p60 = Instance.new("Part", m)
  1300. p60.BrickColor = BrickColor.new("Really black")
  1301. p60.Material = Enum.Material.Neon
  1302. p60.Name = "apart"
  1303. p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005)
  1304. p60.CanCollide = false
  1305. p60.FormFactor = Enum.FormFactor.Custom
  1306. p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1307. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. b57 = Instance.new("SpecialMesh", p60)
  1314. b57.MeshType = Enum.MeshType.Wedge
  1315. b57.Name = "Mesh"
  1316. b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  1317. p61 = Instance.new("Part", m)
  1318. p61.BrickColor = BrickColor.new("Really black")
  1319. p61.Material = Enum.Material.SmoothPlastic
  1320. p61.Name = "apart"
  1321. p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798)
  1322. p61.CanCollide = false
  1323. p61.FormFactor = Enum.FormFactor.Custom
  1324. p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1325. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. b58 = Instance.new("SpecialMesh", p61)
  1332. b58.MeshType = Enum.MeshType.Wedge
  1333. b58.Name = "Mesh"
  1334. b58.Scale = Vector3.new(0.417481065, 1, 1)
  1335. p62 = Instance.new("Part", m)
  1336. p62.BrickColor = BrickColor.new("Lime green")
  1337. p62.Material = Enum.Material.SmoothPlastic
  1338. p62.Name = "apart"
  1339. p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687)
  1340. p62.CanCollide = false
  1341. p62.FormFactor = Enum.FormFactor.Custom
  1342. p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1343. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. b59 = Instance.new("SpecialMesh", p62)
  1350. b59.MeshType = Enum.MeshType.Wedge
  1351. b59.Name = "Mesh"
  1352. b59.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1353. p63 = Instance.new("Part", m)
  1354. p63.BrickColor = BrickColor.new("Really black")
  1355. p63.Material = Enum.Material.SmoothPlastic
  1356. p63.Name = "apart"
  1357. p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857)
  1358. p63.CanCollide = false
  1359. p63.FormFactor = Enum.FormFactor.Custom
  1360. p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1361. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. b60 = Instance.new("SpecialMesh", p63)
  1368. b60.MeshType = Enum.MeshType.Wedge
  1369. b60.Name = "Mesh"
  1370. b60.Scale = Vector3.new(0.417481065, 1, 1)
  1371. p64 = Instance.new("Part", m)
  1372. p64.BrickColor = BrickColor.new("Lime green")
  1373. p64.Material = Enum.Material.SmoothPlastic
  1374. p64.Name = "apart"
  1375. p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857)
  1376. p64.CanCollide = false
  1377. p64.FormFactor = Enum.FormFactor.Custom
  1378. p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  1379. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. b61 = Instance.new("SpecialMesh", p64)
  1386. b61.MeshType = Enum.MeshType.Wedge
  1387. b61.Name = "Mesh"
  1388. b61.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  1389. p65 = Instance.new("Part", m)
  1390. p65.BrickColor = BrickColor.new("Lime green")
  1391. p65.Material = Enum.Material.SmoothPlastic
  1392. p65.Name = "apart"
  1393. p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857)
  1394. p65.CanCollide = false
  1395. p65.FormFactor = Enum.FormFactor.Custom
  1396. p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  1397. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. b62 = Instance.new("SpecialMesh", p65)
  1404. b62.MeshType = Enum.MeshType.Wedge
  1405. b62.Name = "Mesh"
  1406. b62.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  1407. p66 = Instance.new("Part", m)
  1408. p66.BrickColor = BrickColor.new("Lime green")
  1409. p66.Material = Enum.Material.SmoothPlastic
  1410. p66.Name = "apart"
  1411. p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857)
  1412. p66.CanCollide = false
  1413. p66.FormFactor = Enum.FormFactor.Custom
  1414. p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  1415. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. b63 = Instance.new("SpecialMesh", p66)
  1422. b63.MeshType = Enum.MeshType.Wedge
  1423. b63.Name = "Mesh"
  1424. p67 = Instance.new("Part", m)
  1425. p67.BrickColor = BrickColor.new("Really black")
  1426. p67.Material = Enum.Material.Neon
  1427. p67.Name = "apart"
  1428. p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857)
  1429. p67.CanCollide = false
  1430. p67.FormFactor = Enum.FormFactor.Custom
  1431. p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1432. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. b64 = Instance.new("SpecialMesh", p67)
  1439. b64.MeshType = Enum.MeshType.Wedge
  1440. b64.Name = "Mesh"
  1441. b64.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  1442. p68 = Instance.new("Part", m)
  1443. p68.BrickColor = BrickColor.new("Really black")
  1444. p68.Material = Enum.Material.SmoothPlastic
  1445. p68.Name = "apart"
  1446. p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857)
  1447. p68.CanCollide = false
  1448. p68.FormFactor = Enum.FormFactor.Custom
  1449. p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1450. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. b65 = Instance.new("SpecialMesh", p68)
  1457. b65.MeshType = Enum.MeshType.Wedge
  1458. b65.Name = "Mesh"
  1459. b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  1460. p69 = Instance.new("Part", m)
  1461. p69.BrickColor = BrickColor.new("Lime green")
  1462. p69.Material = Enum.Material.SmoothPlastic
  1463. p69.Name = "apart"
  1464. p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1465. p69.CanCollide = false
  1466. p69.FormFactor = Enum.FormFactor.Custom
  1467. p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  1468. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. b66 = Instance.new("SpecialMesh", p69)
  1475. b66.MeshType = Enum.MeshType.Wedge
  1476. b66.Name = "Mesh"
  1477. b66.Scale = Vector3.new(1, 1, 0.626221359)
  1478. p70 = Instance.new("Part", m)
  1479. p70.BrickColor = BrickColor.new("Really black")
  1480. p70.Material = Enum.Material.SmoothPlastic
  1481. p70.Name = "apart"
  1482. p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1483. p70.CanCollide = false
  1484. p70.FormFactor = Enum.FormFactor.Custom
  1485. p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1486. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. b67 = Instance.new("SpecialMesh", p70)
  1493. b67.MeshType = Enum.MeshType.Wedge
  1494. b67.Name = "Mesh"
  1495. b67.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  1496. p71 = Instance.new("Part", m)
  1497. p71.BrickColor = BrickColor.new("Really black")
  1498. p71.Material = Enum.Material.Neon
  1499. p71.Name = "apart"
  1500. p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005)
  1501. p71.CanCollide = false
  1502. p71.FormFactor = Enum.FormFactor.Custom
  1503. p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1504. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. b68 = Instance.new("SpecialMesh", p71)
  1511. b68.MeshType = Enum.MeshType.Cylinder
  1512. b68.Name = "Mesh"
  1513. b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  1514. p72 = Instance.new("Part", m)
  1515. p72.BrickColor = BrickColor.new("Lime green")
  1516. p72.Material = Enum.Material.SmoothPlastic
  1517. p72.Name = "apart"
  1518. p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1519. p72.CanCollide = false
  1520. p72.FormFactor = Enum.FormFactor.Custom
  1521. p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  1522. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. b69 = Instance.new("SpecialMesh", p72)
  1529. b69.MeshType = Enum.MeshType.Wedge
  1530. b69.Name = "Mesh"
  1531. b69.Scale = Vector3.new(1, 1, 0.626221359)
  1532. p73 = Instance.new("Part", m)
  1533. p73.BrickColor = BrickColor.new("Lime green")
  1534. p73.Material = Enum.Material.SmoothPlastic
  1535. p73.Name = "apart"
  1536. p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658)
  1537. p73.CanCollide = false
  1538. p73.FormFactor = Enum.FormFactor.Custom
  1539. p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1540. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. b70 = Instance.new("SpecialMesh", p73)
  1547. b70.MeshType = Enum.MeshType.Wedge
  1548. b70.Name = "Mesh"
  1549. b70.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1550. p74 = Instance.new("Part", m)
  1551. p74.BrickColor = BrickColor.new("Really black")
  1552. p74.Material = Enum.Material.SmoothPlastic
  1553. p74.Name = "apart"
  1554. p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644)
  1555. p74.CanCollide = false
  1556. p74.FormFactor = Enum.FormFactor.Custom
  1557. p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1558. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. b71 = Instance.new("SpecialMesh", p74)
  1565. b71.MeshType = Enum.MeshType.Wedge
  1566. b71.Name = "Mesh"
  1567. b71.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1568. p75 = Instance.new("Part", m)
  1569. p75.BrickColor = BrickColor.new("Really black")
  1570. p75.Material = Enum.Material.Neon
  1571. p75.Name = "apart"
  1572. p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005)
  1573. p75.CanCollide = false
  1574. p75.FormFactor = Enum.FormFactor.Custom
  1575. p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1576. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. b72 = Instance.new("SpecialMesh", p75)
  1583. b72.MeshType = Enum.MeshType.Cylinder
  1584. b72.Name = "Mesh"
  1585. b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  1586. p76 = Instance.new("Part", m)
  1587. p76.BrickColor = BrickColor.new("Really black")
  1588. p76.Material = Enum.Material.Neon
  1589. p76.Name = "apart"
  1590. p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005)
  1591. p76.CanCollide = false
  1592. p76.FormFactor = Enum.FormFactor.Custom
  1593. p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  1594. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. b73 = Instance.new("SpecialMesh", p76)
  1601. b73.MeshType = Enum.MeshType.Brick
  1602. b73.Name = "Mesh"
  1603. b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703)
  1604. p77 = Instance.new("Part", m)
  1605. p77.BrickColor = BrickColor.new("Really black")
  1606. p77.Material = Enum.Material.Neon
  1607. p77.Name = "apart"
  1608. p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619)
  1609. p77.CanCollide = false
  1610. p77.FormFactor = Enum.FormFactor.Custom
  1611. p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1612. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. b74 = Instance.new("SpecialMesh", p77)
  1619. b74.MeshType = Enum.MeshType.Wedge
  1620. b74.Name = "Mesh"
  1621. b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  1622. p78 = Instance.new("Part", m)
  1623. p78.BrickColor = BrickColor.new("Really black")
  1624. p78.Material = Enum.Material.Neon
  1625. p78.Name = "apart"
  1626. p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619)
  1627. p78.CanCollide = false
  1628. p78.FormFactor = Enum.FormFactor.Custom
  1629. p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1630. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. b75 = Instance.new("SpecialMesh", p78)
  1637. b75.MeshType = Enum.MeshType.Wedge
  1638. b75.Name = "Mesh"
  1639. b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  1640. p79 = Instance.new("Part", m)
  1641. p79.BrickColor = BrickColor.new("Really black")
  1642. p79.Material = Enum.Material.SmoothPlastic
  1643. p79.Name = "apart"
  1644. p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  1645. p79.CanCollide = false
  1646. p79.FormFactor = Enum.FormFactor.Custom
  1647. p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  1648. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. b76 = Instance.new("SpecialMesh", p79)
  1655. b76.MeshType = Enum.MeshType.Brick
  1656. b76.Name = "Mesh"
  1657. b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1658. p80 = Instance.new("Part", m)
  1659. p80.BrickColor = BrickColor.new("Lime green")
  1660. p80.Material = Enum.Material.SmoothPlastic
  1661. p80.Name = "apart"
  1662. p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  1663. p80.CanCollide = false
  1664. p80.FormFactor = Enum.FormFactor.Custom
  1665. p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1666. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1670. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. b77 = Instance.new("SpecialMesh", p80)
  1673. b77.MeshType = Enum.MeshType.Cylinder
  1674. b77.Name = "Mesh"
  1675. b77.Scale = Vector3.new(1.01999998, 1, 1)
  1676. p81 = Instance.new("Part", m)
  1677. p81.BrickColor = BrickColor.new("Persimmon")
  1678. p81.Material = Enum.Material.SmoothPlastic
  1679. p81.Name = "apart"
  1680. p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592)
  1681. p81.CanCollide = false
  1682. p81.FormFactor = Enum.FormFactor.Custom
  1683. p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  1684. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. b78 = Instance.new("SpecialMesh", p81)
  1691. b78.MeshType = Enum.MeshType.Wedge
  1692. b78.Name = "Mesh"
  1693. b78.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  1694. p82 = Instance.new("Part", m)
  1695. p82.BrickColor = BrickColor.new("Really black")
  1696. p82.Material = Enum.Material.SmoothPlastic
  1697. p82.Name = "apart"
  1698. p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994)
  1699. p82.CanCollide = false
  1700. p82.FormFactor = Enum.FormFactor.Custom
  1701. p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  1702. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. b79 = Instance.new("SpecialMesh", p82)
  1709. b79.MeshType = Enum.MeshType.Wedge
  1710. b79.Name = "Mesh"
  1711. b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1712. p83 = Instance.new("Part", m)
  1713. p83.BrickColor = BrickColor.new("Really black")
  1714. p83.Material = Enum.Material.SmoothPlastic
  1715. p83.Name = "apart"
  1716. p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  1717. p83.CanCollide = false
  1718. p83.FormFactor = Enum.FormFactor.Custom
  1719. p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1720. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. b80 = Instance.new("SpecialMesh", p83)
  1727. b80.MeshType = Enum.MeshType.Brick
  1728. b80.Name = "Mesh"
  1729. b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1730. p84 = Instance.new("Part", m)
  1731. p84.BrickColor = BrickColor.new("Really black")
  1732. p84.Material = Enum.Material.SmoothPlastic
  1733. p84.Name = "apart"
  1734. p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  1735. p84.CanCollide = false
  1736. p84.FormFactor = Enum.FormFactor.Custom
  1737. p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  1738. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. b81 = Instance.new("SpecialMesh", p84)
  1745. b81.MeshType = Enum.MeshType.Brick
  1746. b81.Name = "Mesh"
  1747. b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1748. p85 = Instance.new("Part", m)
  1749. p85.BrickColor = BrickColor.new("Persimmon")
  1750. p85.Material = Enum.Material.SmoothPlastic
  1751. p85.Name = "apart"
  1752. p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652)
  1753. p85.CanCollide = false
  1754. p85.FormFactor = Enum.FormFactor.Custom
  1755. p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  1756. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. b82 = Instance.new("SpecialMesh", p85)
  1763. b82.MeshType = Enum.MeshType.Wedge
  1764. b82.Name = "Mesh"
  1765. b82.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  1766. p86 = Instance.new("Part", m)
  1767. p86.BrickColor = BrickColor.new("Really black")
  1768. p86.Material = Enum.Material.SmoothPlastic
  1769. p86.Name = "apart"
  1770. p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1771. p86.CanCollide = false
  1772. p86.FormFactor = Enum.FormFactor.Custom
  1773. p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  1774. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. b83 = Instance.new("SpecialMesh", p86)
  1781. b83.MeshType = Enum.MeshType.Wedge
  1782. b83.Name = "Mesh"
  1783. b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1784. p87 = Instance.new("Part", m)
  1785. p87.BrickColor = BrickColor.new("Lime green")
  1786. p87.Material = Enum.Material.SmoothPlastic
  1787. p87.Name = "apart"
  1788. p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1789. p87.CanCollide = false
  1790. p87.FormFactor = Enum.FormFactor.Custom
  1791. p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  1792. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. b84 = Instance.new("SpecialMesh", p87)
  1799. b84.MeshType = Enum.MeshType.Brick
  1800. b84.Name = "Mesh"
  1801. b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  1802. p88 = Instance.new("Part", m)
  1803. p88.BrickColor = BrickColor.new("Dark stone grey")
  1804. p88.Material = Enum.Material.SmoothPlastic
  1805. p88.Name = "apart"
  1806. p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1807. p88.CanCollide = false
  1808. p88.FormFactor = Enum.FormFactor.Custom
  1809. p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1810. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. b85 = Instance.new("SpecialMesh", p88)
  1817. b85.MeshType = Enum.MeshType.Cylinder
  1818. b85.Name = "Mesh"
  1819. b85.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  1820. p89 = Instance.new("Part", m)
  1821. p89.BrickColor = BrickColor.new("Really black")
  1822. p89.Material = Enum.Material.Neon
  1823. p89.Name = "apart"
  1824. p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1825. p89.CanCollide = false
  1826. p89.FormFactor = Enum.FormFactor.Custom
  1827. p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  1828. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1830. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. b86 = Instance.new("SpecialMesh", p89)
  1835. b86.MeshType = Enum.MeshType.Brick
  1836. b86.Name = "Mesh"
  1837. b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  1838. p90 = Instance.new("Part", m)
  1839. p90.BrickColor = BrickColor.new("Lime green")
  1840. p90.Material = Enum.Material.SmoothPlastic
  1841. p90.Name = "apart"
  1842. p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1843. p90.CanCollide = false
  1844. p90.FormFactor = Enum.FormFactor.Custom
  1845. p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  1846. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. --[[p91 = Instance.new("Part", m)
  1853. p91.BrickColor = BrickColor.new("Bright orange")
  1854. p91.Name = "Right Arm"
  1855. p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1856. p91.CanCollide = false
  1857. p91.FormFactor = Enum.FormFactor.Symmetric
  1858. p91.Size = Vector3.new(1, 2, 1)
  1859. p91.BottomSurface = Enum.SurfaceType.Smooth
  1860. p91.TopSurface = Enum.SurfaceType.Smooth--]]
  1861. p91 = RightArm
  1862. p92 = Instance.new("Part", m)
  1863. p92.BrickColor = BrickColor.new("Lime green")
  1864. p92.Material = Enum.Material.SmoothPlastic
  1865. p92.Name = "apart"
  1866. p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1867. p92.CanCollide = false
  1868. p92.FormFactor = Enum.FormFactor.Custom
  1869. p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  1870. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. --[[p93 = Instance.new("Part", m)
  1877. p93.BrickColor = BrickColor.new("Earth green")
  1878. p93.Name = "Left Leg"
  1879. p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1880. p93.CanCollide = false
  1881. p93.FormFactor = Enum.FormFactor.Symmetric
  1882. p93.Size = Vector3.new(1, 2, 1)
  1883. p93.BottomSurface = Enum.SurfaceType.Smooth
  1884. p93.TopSurface = Enum.SurfaceType.Smooth--]]
  1885. p93 = LeftLeg
  1886. p94 = Instance.new("Part", m)
  1887. p94.BrickColor = BrickColor.new("Really black")
  1888. p94.Material = Enum.Material.SmoothPlastic
  1889. p94.Name = "apart"
  1890. p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1891. p94.CanCollide = false
  1892. p94.FormFactor = Enum.FormFactor.Custom
  1893. p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1894. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. b87 = Instance.new("SpecialMesh", p94)
  1901. b87.MeshType = Enum.MeshType.Brick
  1902. b87.Name = "Mesh"
  1903. b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1904. p95 = Instance.new("Part", m)
  1905. p95.BrickColor = BrickColor.new("Dark stone grey")
  1906. p95.Material = Enum.Material.SmoothPlastic
  1907. p95.Name = "apart"
  1908. p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1909. p95.CanCollide = false
  1910. p95.FormFactor = Enum.FormFactor.Custom
  1911. p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  1912. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1914. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. b88 = Instance.new("SpecialMesh", p95)
  1919. b88.MeshType = Enum.MeshType.Brick
  1920. b88.Name = "Mesh"
  1921. b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  1922. p96 = Instance.new("Part", m)
  1923. p96.BrickColor = BrickColor.new("Really black")
  1924. p96.Material = Enum.Material.Neon
  1925. p96.Name = "apart"
  1926. p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1927. p96.CanCollide = false
  1928. p96.FormFactor = Enum.FormFactor.Custom
  1929. p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1930. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1936. b89 = Instance.new("SpecialMesh", p96)
  1937. b89.MeshType = Enum.MeshType.Brick
  1938. b89.Name = "Mesh"
  1939. b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  1940. p97 = Instance.new("Part", m)
  1941. p97.BrickColor = BrickColor.new("Really black")
  1942. p97.Material = Enum.Material.Neon
  1943. p97.Name = "apart"
  1944. p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1945. p97.CanCollide = false
  1946. p97.FormFactor = Enum.FormFactor.Custom
  1947. p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  1948. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. b90 = Instance.new("SpecialMesh", p97)
  1955. b90.MeshType = Enum.MeshType.Brick
  1956. b90.Name = "Mesh"
  1957. b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  1958. p98 = Instance.new("Part", m)
  1959. p98.BrickColor = BrickColor.new("Really black")
  1960. p98.Material = Enum.Material.SmoothPlastic
  1961. p98.Name = "apart"
  1962. p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  1963. p98.CanCollide = false
  1964. p98.FormFactor = Enum.FormFactor.Custom
  1965. p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  1966. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. b91 = Instance.new("SpecialMesh", p98)
  1973. b91.MeshType = Enum.MeshType.Wedge
  1974. b91.Name = "Mesh"
  1975. b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1976. p99 = Instance.new("Part", m)
  1977. p99.BrickColor = BrickColor.new("Lime green")
  1978. p99.Material = Enum.Material.SmoothPlastic
  1979. p99.Name = "apart"
  1980. p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  1981. p99.CanCollide = false
  1982. p99.FormFactor = Enum.FormFactor.Custom
  1983. p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  1984. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. b92 = Instance.new("SpecialMesh", p99)
  1991. b92.MeshType = Enum.MeshType.Torso
  1992. b92.Name = "Mesh"
  1993. b92.Scale = Vector3.new(1, 1, 1.01999998)
  1994. p100 = Instance.new("Part", m)
  1995. p100.BrickColor = BrickColor.new("Dark stone grey")
  1996. p100.Material = Enum.Material.SmoothPlastic
  1997. p100.Name = "apart"
  1998. p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  1999. p100.CanCollide = false
  2000. p100.FormFactor = Enum.FormFactor.Custom
  2001. p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2002. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. b93 = Instance.new("SpecialMesh", p100)
  2009. b93.MeshType = Enum.MeshType.Brick
  2010. b93.Name = "Mesh"
  2011. b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  2012. p101 = Instance.new("Part", m)
  2013. p101.BrickColor = BrickColor.new("Dark stone grey")
  2014. p101.Material = Enum.Material.SmoothPlastic
  2015. p101.Name = "apart"
  2016. p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2017. p101.CanCollide = false
  2018. p101.FormFactor = Enum.FormFactor.Custom
  2019. p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2020. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. b94 = Instance.new("SpecialMesh", p101)
  2027. b94.MeshType = Enum.MeshType.Brick
  2028. b94.Name = "Mesh"
  2029. b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2030. p102 = Instance.new("Part", m)
  2031. p102.BrickColor = BrickColor.new("Really black")
  2032. p102.Material = Enum.Material.SmoothPlastic
  2033. p102.Name = "apart"
  2034. p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2035. p102.CanCollide = false
  2036. p102.FormFactor = Enum.FormFactor.Custom
  2037. p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2038. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2039. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2042. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. b95 = Instance.new("SpecialMesh", p102)
  2045. b95.MeshType = Enum.MeshType.Brick
  2046. b95.Name = "Mesh"
  2047. b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2048. --[[p103 = Instance.new("Part", m)
  2049. p103.BrickColor = BrickColor.new("Earth green")
  2050. p103.Name = "Right Leg"
  2051. p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2052. p103.CanCollide = false
  2053. p103.FormFactor = Enum.FormFactor.Symmetric
  2054. p103.Size = Vector3.new(1, 2, 1)
  2055. p103.BottomSurface = Enum.SurfaceType.Smooth
  2056. p103.TopSurface = Enum.SurfaceType.Smooth--]]
  2057. p103 = RightLeg
  2058. p104 = Instance.new("Part", m)
  2059. p104.BrickColor = BrickColor.new("Lime green")
  2060. p104.Material = Enum.Material.SmoothPlastic
  2061. p104.Name = "apart"
  2062. p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2063. p104.CanCollide = false
  2064. p104.FormFactor = Enum.FormFactor.Custom
  2065. p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2066. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. p105 = Instance.new("Part", m)
  2073. p105.BrickColor = BrickColor.new("Dark stone grey")
  2074. p105.Material = Enum.Material.SmoothPlastic
  2075. p105.Name = "apart"
  2076. p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2077. p105.CanCollide = false
  2078. p105.FormFactor = Enum.FormFactor.Custom
  2079. p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2080. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. b96 = Instance.new("SpecialMesh", p105)
  2087. b96.MeshType = Enum.MeshType.Brick
  2088. b96.Name = "Mesh"
  2089. b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  2090. p106 = Instance.new("Part", m)
  2091. p106.BrickColor = BrickColor.new("Really black")
  2092. p106.Material = Enum.Material.SmoothPlastic
  2093. p106.Name = "apart"
  2094. p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2095. p106.CanCollide = false
  2096. p106.FormFactor = Enum.FormFactor.Custom
  2097. p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2098. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. b97 = Instance.new("SpecialMesh", p106)
  2105. b97.MeshType = Enum.MeshType.Brick
  2106. b97.Name = "Mesh"
  2107. b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2108. p107 = Instance.new("Part", m)
  2109. p107.BrickColor = BrickColor.new("Really black")
  2110. p107.Material = Enum.Material.SmoothPlastic
  2111. p107.Name = "apart"
  2112. p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  2113. p107.CanCollide = false
  2114. p107.FormFactor = Enum.FormFactor.Custom
  2115. p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  2116. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. b98 = Instance.new("SpecialMesh", p107)
  2123. b98.MeshType = Enum.MeshType.Wedge
  2124. b98.Name = "Mesh"
  2125. b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2126. p108 = Instance.new("Part", m)
  2127. p108.BrickColor = BrickColor.new("Lime green")
  2128. p108.Material = Enum.Material.SmoothPlastic
  2129. p108.Name = "apart"
  2130. p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  2131. p108.CanCollide = false
  2132. p108.FormFactor = Enum.FormFactor.Custom
  2133. p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  2134. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. b99 = Instance.new("SpecialMesh", p108)
  2141. b99.MeshType = Enum.MeshType.Torso
  2142. b99.Name = "Mesh"
  2143. b99.Scale = Vector3.new(1, 1, 1.01999998)
  2144. p109 = Instance.new("Part", m)
  2145. p109.BrickColor = BrickColor.new("Really black")
  2146. p109.Material = Enum.Material.SmoothPlastic
  2147. p109.Name = "apart"
  2148. p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2149. p109.CanCollide = false
  2150. p109.FormFactor = Enum.FormFactor.Custom
  2151. p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2152. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2155. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. b100 = Instance.new("SpecialMesh", p109)
  2159. b100.MeshType = Enum.MeshType.Brick
  2160. b100.Name = "Mesh"
  2161. b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2162. p110 = Instance.new("Part", m)
  2163. p110.BrickColor = BrickColor.new("Dark stone grey")
  2164. p110.Material = Enum.Material.SmoothPlastic
  2165. p110.Name = "apart"
  2166. p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2167. p110.CanCollide = false
  2168. p110.FormFactor = Enum.FormFactor.Custom
  2169. p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2170. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. b101 = Instance.new("SpecialMesh", p110)
  2177. b101.MeshType = Enum.MeshType.Brick
  2178. b101.Name = "Mesh"
  2179. b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2180. p111 = Instance.new("Part", m)
  2181. p111.BrickColor = BrickColor.new("Dark stone grey")
  2182. p111.Material = Enum.Material.SmoothPlastic
  2183. p111.Name = "apart"
  2184. p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2185. p111.CanCollide = false
  2186. p111.FormFactor = Enum.FormFactor.Custom
  2187. p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2188. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. b102 = Instance.new("SpecialMesh", p111)
  2195. b102.MeshType = Enum.MeshType.Brick
  2196. b102.Name = "Mesh"
  2197. b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  2198. p112 = Instance.new("Part", m)
  2199. p112.BrickColor = BrickColor.new("Really black")
  2200. p112.Material = Enum.Material.Neon
  2201. p112.Name = "apart"
  2202. p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2203. p112.CanCollide = false
  2204. p112.FormFactor = Enum.FormFactor.Custom
  2205. p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2206. p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. b103 = Instance.new("SpecialMesh", p112)
  2213. b103.MeshType = Enum.MeshType.Brick
  2214. b103.Name = "Mesh"
  2215. b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  2216. p113 = Instance.new("Part", m)
  2217. p113.BrickColor = BrickColor.new("Really black")
  2218. p113.Material = Enum.Material.Neon
  2219. p113.Name = "apart"
  2220. p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2221. p113.CanCollide = false
  2222. p113.FormFactor = Enum.FormFactor.Custom
  2223. p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2224. p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. b104 = Instance.new("SpecialMesh", p113)
  2231. b104.MeshType = Enum.MeshType.Brick
  2232. b104.Name = "Mesh"
  2233. b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  2234. p114 = Instance.new("Part", m)
  2235. p114.BrickColor = BrickColor.new("Lime green")
  2236. p114.Material = Enum.Material.SmoothPlastic
  2237. p114.Name = "apart"
  2238. p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  2239. p114.CanCollide = false
  2240. p114.FormFactor = Enum.FormFactor.Custom
  2241. p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2242. p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. b105 = Instance.new("SpecialMesh", p114)
  2249. b105.MeshType = Enum.MeshType.Cylinder
  2250. b105.Name = "Mesh"
  2251. b105.Scale = Vector3.new(1.01999998, 1, 1)
  2252. p115 = Instance.new("Part", m)
  2253. p115.BrickColor = BrickColor.new("Really black")
  2254. p115.Material = Enum.Material.SmoothPlastic
  2255. p115.Name = "apart"
  2256. p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  2257. p115.CanCollide = false
  2258. p115.FormFactor = Enum.FormFactor.Custom
  2259. p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2260. p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2263. p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. b106 = Instance.new("SpecialMesh", p115)
  2267. b106.MeshType = Enum.MeshType.Brick
  2268. b106.Name = "Mesh"
  2269. b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2270. --[[p116 = Instance.new("Part", m)
  2271. p116.BrickColor = BrickColor.new("Bright orange")
  2272. p116.Name = "Left Arm"
  2273. p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008)
  2274. p116.CanCollide = false
  2275. p116.FormFactor = Enum.FormFactor.Symmetric
  2276. p116.Size = Vector3.new(1, 2, 1)
  2277. p116.BottomSurface = Enum.SurfaceType.Smooth
  2278. p116.TopSurface = Enum.SurfaceType.Smooth--]]
  2279. p116 = LeftArm
  2280. p117 = Instance.new("Part", m)
  2281. p117.BrickColor = BrickColor.new("Persimmon")
  2282. p117.Material = Enum.Material.SmoothPlastic
  2283. p117.Name = "apart"
  2284. p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539)
  2285. p117.CanCollide = false
  2286. p117.FormFactor = Enum.FormFactor.Custom
  2287. p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2288. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2293. p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. b107 = Instance.new("SpecialMesh", p117)
  2295. b107.MeshType = Enum.MeshType.Wedge
  2296. b107.Name = "Mesh"
  2297. b107.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2298. p118 = Instance.new("Part", m)
  2299. p118.BrickColor = BrickColor.new("Really black")
  2300. p118.Material = Enum.Material.SmoothPlastic
  2301. p118.Name = "apart"
  2302. p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1)
  2303. p118.CanCollide = false
  2304. p118.FormFactor = Enum.FormFactor.Custom
  2305. p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2306. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. b108 = Instance.new("SpecialMesh", p118)
  2313. b108.MeshType = Enum.MeshType.Brick
  2314. b108.Name = "Mesh"
  2315. b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2316. p119 = Instance.new("Part", m)
  2317. p119.BrickColor = BrickColor.new("Really black")
  2318. p119.Material = Enum.Material.SmoothPlastic
  2319. p119.Name = "apart"
  2320. p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1)
  2321. p119.CanCollide = false
  2322. p119.FormFactor = Enum.FormFactor.Custom
  2323. p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  2324. p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2330. b109 = Instance.new("SpecialMesh", p119)
  2331. b109.MeshType = Enum.MeshType.Wedge
  2332. b109.Name = "Mesh"
  2333. b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2334. p120 = Instance.new("Part", m)
  2335. p120.BrickColor = BrickColor.new("Dark stone grey")
  2336. p120.Material = Enum.Material.SmoothPlastic
  2337. p120.Name = "apart"
  2338. p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1)
  2339. p120.CanCollide = false
  2340. p120.FormFactor = Enum.FormFactor.Custom
  2341. p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2342. p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. b110 = Instance.new("SpecialMesh", p120)
  2349. b110.MeshType = Enum.MeshType.Cylinder
  2350. b110.Name = "Mesh"
  2351. b110.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  2352. p121 = Instance.new("Part", m)
  2353. p121.BrickColor = BrickColor.new("Persimmon")
  2354. p121.Material = Enum.Material.SmoothPlastic
  2355. p121.Name = "apart"
  2356. p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539)
  2357. p121.CanCollide = false
  2358. p121.FormFactor = Enum.FormFactor.Custom
  2359. p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2360. p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. b111 = Instance.new("SpecialMesh", p121)
  2367. b111.MeshType = Enum.MeshType.Wedge
  2368. b111.Name = "Mesh"
  2369. b111.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2370. p122 = Instance.new("Part", m)
  2371. p122.BrickColor = BrickColor.new("Really black")
  2372. p122.Material = Enum.Material.SmoothPlastic
  2373. p122.Name = "apart"
  2374. p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1)
  2375. p122.CanCollide = false
  2376. p122.FormFactor = Enum.FormFactor.Custom
  2377. p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  2378. p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. b112 = Instance.new("SpecialMesh", p122)
  2385. b112.MeshType = Enum.MeshType.Wedge
  2386. b112.Name = "Mesh"
  2387. b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2388. p123 = Instance.new("Part", m)
  2389. p123.BrickColor = BrickColor.new("Really black")
  2390. p123.Material = Enum.Material.SmoothPlastic
  2391. p123.Name = "apart"
  2392. p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2393. p123.CanCollide = false
  2394. p123.FormFactor = Enum.FormFactor.Custom
  2395. p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2396. p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. b113 = Instance.new("SpecialMesh", p123)
  2403. b113.MeshType = Enum.MeshType.Brick
  2404. b113.Name = "Mesh"
  2405. b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2406. p124 = Instance.new("Part", m)
  2407. p124.BrickColor = BrickColor.new("Really black")
  2408. p124.Material = Enum.Material.Neon
  2409. p124.Name = "apart"
  2410. p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2411. p124.CanCollide = false
  2412. p124.FormFactor = Enum.FormFactor.Custom
  2413. p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2414. p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. b114 = Instance.new("SpecialMesh", p124)
  2421. b114.MeshType = Enum.MeshType.Brick
  2422. b114.Name = "Mesh"
  2423. b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  2424. p125 = Instance.new("Part", m)
  2425. p125.BrickColor = BrickColor.new("Lime green")
  2426. p125.Material = Enum.Material.SmoothPlastic
  2427. p125.Name = "apart"
  2428. p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2429. p125.CanCollide = false
  2430. p125.FormFactor = Enum.FormFactor.Custom
  2431. p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2432. p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2433. p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. b115 = Instance.new("SpecialMesh", p125)
  2439. b115.MeshType = Enum.MeshType.Brick
  2440. b115.Name = "Mesh"
  2441. b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  2442. p126 = Instance.new("Part", m)
  2443. p126.BrickColor = BrickColor.new("Lime green")
  2444. p126.Material = Enum.Material.SmoothPlastic
  2445. p126.Name = "apart"
  2446. p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2447. p126.CanCollide = false
  2448. p126.FormFactor = Enum.FormFactor.Custom
  2449. p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2450. p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. w1 = Instance.new("Weld", p1)
  2457. w1.Name = "Torso_Weld"
  2458. w1.Part0 = p1
  2459. w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2460. w1.Part1 = p2
  2461. w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2462. w2 = Instance.new("Weld", p2)
  2463. w2.Name = "apart_Weld"
  2464. w2.Part0 = p2
  2465. w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2466. w2.Part1 = p3
  2467. w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2468. w3 = Instance.new("Weld", p3)
  2469. w3.Name = "apart_Weld"
  2470. w3.Part0 = p3
  2471. w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2472. w3.Part1 = p4
  2473. w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2474. w4 = Instance.new("Weld", p4)
  2475. w4.Name = "apart_Weld"
  2476. w4.Part0 = p4
  2477. w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2478. w4.Part1 = p5
  2479. w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2480. w5 = Instance.new("Weld", p5)
  2481. w5.Name = "apart_Weld"
  2482. w5.Part0 = p5
  2483. w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2484. w5.Part1 = p6
  2485. w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2486. w6 = Instance.new("Weld", p6)
  2487. w6.Name = "apart_Weld"
  2488. w6.Part0 = p6
  2489. w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2490. w6.Part1 = p7
  2491. w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2492. w7 = Instance.new("Weld", p7)
  2493. w7.Name = "apart_Weld"
  2494. w7.Part0 = p7
  2495. w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2496. w7.Part1 = p8
  2497. w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2498. w8 = Instance.new("Weld", p8)
  2499. w8.Name = "apart_Weld"
  2500. w8.Part0 = p8
  2501. w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2502. w8.Part1 = p9
  2503. w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  2504. w9 = Instance.new("Weld", p9)
  2505. w9.Name = "apart_Weld"
  2506. w9.Part0 = p9
  2507. w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  2508. w9.Part1 = p10
  2509. w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2510. w10 = Instance.new("Weld", p10)
  2511. w10.Name = "apart_Weld"
  2512. w10.Part0 = p10
  2513. w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2514. w10.Part1 = p11
  2515. w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2516. w11 = Instance.new("Weld", p11)
  2517. w11.Name = "apart_Weld"
  2518. w11.Part0 = p11
  2519. w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2520. w11.Part1 = p12
  2521. w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2522. w12 = Instance.new("Weld", p12)
  2523. w12.Name = "apart_Weld"
  2524. w12.Part0 = p12
  2525. w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2526. w12.Part1 = p13
  2527. w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2528. w13 = Instance.new("Weld", p13)
  2529. w13.Name = "apart_Weld"
  2530. w13.Part0 = p13
  2531. w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2532. w13.Part1 = p14
  2533. w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2534. w14 = Instance.new("Weld", p14)
  2535. w14.Name = "apart_Weld"
  2536. w14.Part0 = p14
  2537. w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2538. w14.Part1 = p15
  2539. w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2540. w15 = Instance.new("Weld", p15)
  2541. w15.Name = "apart_Weld"
  2542. w15.Part0 = p15
  2543. w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2544. w15.Part1 = p16
  2545. w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2546. w16 = Instance.new("Weld", p16)
  2547. w16.Name = "apart_Weld"
  2548. w16.Part0 = p16
  2549. w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2550. w16.Part1 = p17
  2551. w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2552. w17 = Instance.new("Weld", p17)
  2553. w17.Name = "apart_Weld"
  2554. w17.Part0 = p17
  2555. w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2556. w17.Part1 = p18
  2557. w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2558. w18 = Instance.new("Weld", p18)
  2559. w18.Name = "apart_Weld"
  2560. w18.Part0 = p18
  2561. w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2562. w18.Part1 = p19
  2563. w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2564. w19 = Instance.new("Weld", p19)
  2565. w19.Name = "apart_Weld"
  2566. w19.Part0 = p19
  2567. w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2568. w19.Part1 = p20
  2569. w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2570. w20 = Instance.new("Weld", p20)
  2571. w20.Name = "apart_Weld"
  2572. w20.Part0 = p20
  2573. w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2574. w20.Part1 = p21
  2575. w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2576. w21 = Instance.new("Weld", p21)
  2577. w21.Name = "apart_Weld"
  2578. w21.Part0 = p21
  2579. w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2580. w21.Part1 = p22
  2581. w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2582. w22 = Instance.new("Weld", p22)
  2583. w22.Name = "apart_Weld"
  2584. w22.Part0 = p22
  2585. w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2586. w22.Part1 = p23
  2587. w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2588. w23 = Instance.new("Weld", p23)
  2589. w23.Name = "apart_Weld"
  2590. w23.Part0 = p23
  2591. w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2592. w23.Part1 = p24
  2593. w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2594. w24 = Instance.new("Weld", p24)
  2595. w24.Name = "apart_Weld"
  2596. w24.Part0 = p24
  2597. w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2598. w24.Part1 = p25
  2599. w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2600. w25 = Instance.new("Weld", p25)
  2601. w25.Name = "apart_Weld"
  2602. w25.Part0 = p25
  2603. w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2604. w25.Part1 = p26
  2605. w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2606. w26 = Instance.new("Weld", p26)
  2607. w26.Name = "apart_Weld"
  2608. w26.Part0 = p26
  2609. w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2610. w26.Part1 = p27
  2611. w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2612. w27 = Instance.new("Weld", p27)
  2613. w27.Name = "apart_Weld"
  2614. w27.Part0 = p27
  2615. w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2616. w27.Part1 = p28
  2617. w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2618. w28 = Instance.new("Weld", p28)
  2619. w28.Name = "apart_Weld"
  2620. w28.Part0 = p28
  2621. w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2622. w28.Part1 = p29
  2623. w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2624. w29 = Instance.new("Weld", p29)
  2625. w29.Name = "apart_Weld"
  2626. w29.Part0 = p29
  2627. w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2628. w29.Part1 = p30
  2629. w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2630. w30 = Instance.new("Weld", p30)
  2631. w30.Name = "apart_Weld"
  2632. w30.Part0 = p30
  2633. w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2634. w30.Part1 = p31
  2635. w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2636. w31 = Instance.new("Weld", p31)
  2637. w31.Name = "apart_Weld"
  2638. w31.Part0 = p31
  2639. w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2640. w31.Part1 = p32
  2641. w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2642. w32 = Instance.new("Weld", p32)
  2643. w32.Name = "apart_Weld"
  2644. w32.Part0 = p32
  2645. w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2646. w32.Part1 = p33
  2647. w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2648. w33 = Instance.new("Weld", p33)
  2649. w33.Name = "apart_Weld"
  2650. w33.Part0 = p33
  2651. w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2652. w33.Part1 = p34
  2653. w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2654. w34 = Instance.new("Weld", p34)
  2655. w34.Name = "apart_Weld"
  2656. w34.Part0 = p34
  2657. w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2658. w34.Part1 = p35
  2659. w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2660. w35 = Instance.new("Weld", p35)
  2661. w35.Name = "apart_Weld"
  2662. w35.Part0 = p35
  2663. w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2664. w35.Part1 = p36
  2665. w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2666. w36 = Instance.new("Weld", p36)
  2667. w36.Name = "apart_Weld"
  2668. w36.Part0 = p36
  2669. w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2670. w36.Part1 = p37
  2671. w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2672. w37 = Instance.new("Weld", p37)
  2673. w37.Name = "apart_Weld"
  2674. w37.Part0 = p37
  2675. w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2676. w37.Part1 = p38
  2677. w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2678. w38 = Instance.new("Weld", p38)
  2679. w38.Name = "apart_Weld"
  2680. w38.Part0 = p38
  2681. w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2682. w38.Part1 = p39
  2683. w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2684. w39 = Instance.new("Weld", p39)
  2685. w39.Name = "apart_Weld"
  2686. w39.Part0 = p39
  2687. w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2688. w39.Part1 = p40
  2689. w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2690. w40 = Instance.new("Weld", p41)
  2691. w40.Name = "apart_Weld"
  2692. w40.Part0 = p41
  2693. w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2694. w40.Part1 = p42
  2695. w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2696. w41 = Instance.new("Weld", p42)
  2697. w41.Name = "apart_Weld"
  2698. w41.Part0 = p42
  2699. w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2700. w41.Part1 = p43
  2701. w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2702. w42 = Instance.new("Weld", p43)
  2703. w42.Name = "apart_Weld"
  2704. w42.Part0 = p43
  2705. w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2706. w42.Part1 = p44
  2707. w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2708. w43 = Instance.new("Weld", p44)
  2709. w43.Name = "apart_Weld"
  2710. w43.Part0 = p44
  2711. w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2712. w43.Part1 = p45
  2713. w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2714. w44 = Instance.new("Weld", p45)
  2715. w44.Name = "apart_Weld"
  2716. w44.Part0 = p45
  2717. w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2718. w44.Part1 = p46
  2719. w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2720. w45 = Instance.new("Weld", p46)
  2721. w45.Name = "Head_Weld"
  2722. w45.Part0 = p46
  2723. w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2724. w45.Part1 = p47
  2725. w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2726. w46 = Instance.new("Weld", p47)
  2727. w46.Name = "apart_Weld"
  2728. w46.Part0 = p47
  2729. w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2730. w46.Part1 = p48
  2731. w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2732. w47 = Instance.new("Weld", p48)
  2733. w47.Name = "apart_Weld"
  2734. w47.Part0 = p48
  2735. w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2736. w47.Part1 = p49
  2737. w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2738. w48 = Instance.new("Weld", p49)
  2739. w48.Name = "apart_Weld"
  2740. w48.Part0 = p49
  2741. w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2742. w48.Part1 = p50
  2743. w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2744. w49 = Instance.new("Weld", p50)
  2745. w49.Name = "apart_Weld"
  2746. w49.Part0 = p50
  2747. w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2748. w49.Part1 = p51
  2749. w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2750. w50 = Instance.new("Weld", p51)
  2751. w50.Name = "apart_Weld"
  2752. w50.Part0 = p51
  2753. w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2754. w50.Part1 = p52
  2755. w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2756. w51 = Instance.new("Weld", p52)
  2757. w51.Name = "apart_Weld"
  2758. w51.Part0 = p52
  2759. w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2760. w51.Part1 = p53
  2761. w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2762. w52 = Instance.new("Weld", p53)
  2763. w52.Name = "apart_Weld"
  2764. w52.Part0 = p53
  2765. w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2766. w52.Part1 = p54
  2767. w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  2768. w53 = Instance.new("Weld", p54)
  2769. w53.Name = "apart_Weld"
  2770. w53.Part0 = p54
  2771. w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  2772. w53.Part1 = p55
  2773. w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2774. w54 = Instance.new("Weld", p55)
  2775. w54.Name = "apart_Weld"
  2776. w54.Part0 = p55
  2777. w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2778. w54.Part1 = p56
  2779. w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2780. w55 = Instance.new("Weld", p56)
  2781. w55.Name = "apart_Weld"
  2782. w55.Part0 = p56
  2783. w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2784. w55.Part1 = p57
  2785. w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2786. w56 = Instance.new("Weld", p57)
  2787. w56.Name = "apart_Weld"
  2788. w56.Part0 = p57
  2789. w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2790. w56.Part1 = p58
  2791. w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2792. w57 = Instance.new("Weld", p58)
  2793. w57.Name = "apart_Weld"
  2794. w57.Part0 = p58
  2795. w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2796. w57.Part1 = p59
  2797. w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2798. w58 = Instance.new("Weld", p59)
  2799. w58.Name = "apart_Weld"
  2800. w58.Part0 = p59
  2801. w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2802. w58.Part1 = p60
  2803. w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2804. w59 = Instance.new("Weld", p60)
  2805. w59.Name = "apart_Weld"
  2806. w59.Part0 = p60
  2807. w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2808. w59.Part1 = p61
  2809. w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2810. w60 = Instance.new("Weld", p61)
  2811. w60.Name = "apart_Weld"
  2812. w60.Part0 = p61
  2813. w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2814. w60.Part1 = p62
  2815. w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2816. w61 = Instance.new("Weld", p62)
  2817. w61.Name = "apart_Weld"
  2818. w61.Part0 = p62
  2819. w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2820. w61.Part1 = p63
  2821. w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2822. w62 = Instance.new("Weld", p63)
  2823. w62.Name = "apart_Weld"
  2824. w62.Part0 = p63
  2825. w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2826. w62.Part1 = p64
  2827. w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2828. w63 = Instance.new("Weld", p64)
  2829. w63.Name = "apart_Weld"
  2830. w63.Part0 = p64
  2831. w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2832. w63.Part1 = p65
  2833. w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2834. w64 = Instance.new("Weld", p65)
  2835. w64.Name = "apart_Weld"
  2836. w64.Part0 = p65
  2837. w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2838. w64.Part1 = p66
  2839. w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2840. w65 = Instance.new("Weld", p66)
  2841. w65.Name = "apart_Weld"
  2842. w65.Part0 = p66
  2843. w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2844. w65.Part1 = p67
  2845. w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2846. w66 = Instance.new("Weld", p67)
  2847. w66.Name = "apart_Weld"
  2848. w66.Part0 = p67
  2849. w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2850. w66.Part1 = p68
  2851. w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2852. w67 = Instance.new("Weld", p68)
  2853. w67.Name = "apart_Weld"
  2854. w67.Part0 = p68
  2855. w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2856. w67.Part1 = p69
  2857. w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2858. w68 = Instance.new("Weld", p69)
  2859. w68.Name = "apart_Weld"
  2860. w68.Part0 = p69
  2861. w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2862. w68.Part1 = p70
  2863. w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2864. w69 = Instance.new("Weld", p70)
  2865. w69.Name = "apart_Weld"
  2866. w69.Part0 = p70
  2867. w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2868. w69.Part1 = p71
  2869. w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2870. w70 = Instance.new("Weld", p71)
  2871. w70.Name = "apart_Weld"
  2872. w70.Part0 = p71
  2873. w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2874. w70.Part1 = p72
  2875. w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2876. w71 = Instance.new("Weld", p72)
  2877. w71.Name = "apart_Weld"
  2878. w71.Part0 = p72
  2879. w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2880. w71.Part1 = p73
  2881. w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2882. w72 = Instance.new("Weld", p73)
  2883. w72.Name = "apart_Weld"
  2884. w72.Part0 = p73
  2885. w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2886. w72.Part1 = p74
  2887. w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2888. w73 = Instance.new("Weld", p74)
  2889. w73.Name = "apart_Weld"
  2890. w73.Part0 = p74
  2891. w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2892. w73.Part1 = p75
  2893. w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2894. w74 = Instance.new("Weld", p75)
  2895. w74.Name = "apart_Weld"
  2896. w74.Part0 = p75
  2897. w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2898. w74.Part1 = p76
  2899. w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2900. w75 = Instance.new("Weld", p76)
  2901. w75.Name = "apart_Weld"
  2902. w75.Part0 = p76
  2903. w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2904. w75.Part1 = p77
  2905. w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2906. w76 = Instance.new("Weld", p77)
  2907. w76.Name = "apart_Weld"
  2908. w76.Part0 = p77
  2909. w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2910. w76.Part1 = p78
  2911. w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2912. w77 = Instance.new("Weld", p79)
  2913. w77.Name = "apart_Weld"
  2914. w77.Part0 = p79
  2915. w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2916. w77.Part1 = p80
  2917. w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2918. w78 = Instance.new("Weld", p80)
  2919. w78.Name = "apart_Weld"
  2920. w78.Part0 = p80
  2921. w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2922. w78.Part1 = p81
  2923. w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2924. w79 = Instance.new("Weld", p81)
  2925. w79.Name = "apart_Weld"
  2926. w79.Part0 = p81
  2927. w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2928. w79.Part1 = p82
  2929. w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  2930. w80 = Instance.new("Weld", p82)
  2931. w80.Name = "apart_Weld"
  2932. w80.Part0 = p82
  2933. w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  2934. w80.Part1 = p83
  2935. w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2936. w81 = Instance.new("Weld", p83)
  2937. w81.Name = "apart_Weld"
  2938. w81.Part0 = p83
  2939. w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2940. w81.Part1 = p84
  2941. w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2942. w82 = Instance.new("Weld", p84)
  2943. w82.Name = "apart_Weld"
  2944. w82.Part0 = p84
  2945. w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2946. w82.Part1 = p85
  2947. w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2948. w83 = Instance.new("Weld", p85)
  2949. w83.Name = "apart_Weld"
  2950. w83.Part0 = p85
  2951. w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2952. w83.Part1 = p86
  2953. w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2954. w84 = Instance.new("Weld", p86)
  2955. w84.Name = "apart_Weld"
  2956. w84.Part0 = p86
  2957. w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2958. w84.Part1 = p87
  2959. w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2960. w85 = Instance.new("Weld", p87)
  2961. w85.Name = "apart_Weld"
  2962. w85.Part0 = p87
  2963. w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2964. w85.Part1 = p88
  2965. w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2966. w86 = Instance.new("Weld", p88)
  2967. w86.Name = "apart_Weld"
  2968. w86.Part0 = p88
  2969. w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2970. w86.Part1 = p89
  2971. w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2972. w87 = Instance.new("Weld", p89)
  2973. w87.Name = "apart_Weld"
  2974. w87.Part0 = p89
  2975. w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2976. w87.Part1 = p90
  2977. w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2978. w88 = Instance.new("Weld", p90)
  2979. w88.Name = "Right Arm_Weld"
  2980. w88.Part0 = p90
  2981. w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2982. w88.Part1 = p91
  2983. w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2984. w89 = Instance.new("Weld", p92)
  2985. w89.Name = "Left Leg_Weld"
  2986. w89.Part0 = p92
  2987. w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2988. w89.Part1 = p93
  2989. w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2990. w90 = Instance.new("Weld", p93)
  2991. w90.Name = "apart_Weld"
  2992. w90.Part0 = p93
  2993. w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2994. w90.Part1 = p94
  2995. w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2996. w91 = Instance.new("Weld", p94)
  2997. w91.Name = "apart_Weld"
  2998. w91.Part0 = p94
  2999. w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3000. w91.Part1 = p95
  3001. w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3002. w92 = Instance.new("Weld", p95)
  3003. w92.Name = "apart_Weld"
  3004. w92.Part0 = p95
  3005. w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3006. w92.Part1 = p96
  3007. w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3008. w93 = Instance.new("Weld", p96)
  3009. w93.Name = "apart_Weld"
  3010. w93.Part0 = p96
  3011. w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3012. w93.Part1 = p97
  3013. w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3014. w94 = Instance.new("Weld", p97)
  3015. w94.Name = "apart_Weld"
  3016. w94.Part0 = p97
  3017. w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3018. w94.Part1 = p98
  3019. w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3020. w95 = Instance.new("Weld", p98)
  3021. w95.Name = "apart_Weld"
  3022. w95.Part0 = p98
  3023. w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3024. w95.Part1 = p99
  3025. w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3026. w96 = Instance.new("Weld", p99)
  3027. w96.Name = "apart_Weld"
  3028. w96.Part0 = p99
  3029. w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3030. w96.Part1 = p100
  3031. w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3032. w97 = Instance.new("Weld", p100)
  3033. w97.Name = "apart_Weld"
  3034. w97.Part0 = p100
  3035. w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3036. w97.Part1 = p101
  3037. w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3038. w98 = Instance.new("Weld", p101)
  3039. w98.Name = "apart_Weld"
  3040. w98.Part0 = p101
  3041. w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3042. w98.Part1 = p102
  3043. w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3044. w99 = Instance.new("Weld", p103)
  3045. w99.Name = "apart_Weld"
  3046. w99.Part0 = p103
  3047. w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3048. w99.Part1 = p104
  3049. w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3050. w100 = Instance.new("Weld", p104)
  3051. w100.Name = "apart_Weld"
  3052. w100.Part0 = p104
  3053. w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3054. w100.Part1 = p105
  3055. w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3056. w101 = Instance.new("Weld", p105)
  3057. w101.Name = "apart_Weld"
  3058. w101.Part0 = p105
  3059. w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3060. w101.Part1 = p106
  3061. w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3062. w102 = Instance.new("Weld", p106)
  3063. w102.Name = "apart_Weld"
  3064. w102.Part0 = p106
  3065. w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3066. w102.Part1 = p107
  3067. w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3068. w103 = Instance.new("Weld", p107)
  3069. w103.Name = "apart_Weld"
  3070. w103.Part0 = p107
  3071. w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3072. w103.Part1 = p108
  3073. w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3074. w104 = Instance.new("Weld", p108)
  3075. w104.Name = "apart_Weld"
  3076. w104.Part0 = p108
  3077. w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3078. w104.Part1 = p109
  3079. w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3080. w105 = Instance.new("Weld", p109)
  3081. w105.Name = "apart_Weld"
  3082. w105.Part0 = p109
  3083. w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3084. w105.Part1 = p110
  3085. w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3086. w106 = Instance.new("Weld", p110)
  3087. w106.Name = "apart_Weld"
  3088. w106.Part0 = p110
  3089. w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3090. w106.Part1 = p111
  3091. w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3092. w107 = Instance.new("Weld", p111)
  3093. w107.Name = "apart_Weld"
  3094. w107.Part0 = p111
  3095. w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3096. w107.Part1 = p112
  3097. w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3098. w108 = Instance.new("Weld", p112)
  3099. w108.Name = "apart_Weld"
  3100. w108.Part0 = p112
  3101. w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3102. w108.Part1 = p113
  3103. w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3104. w109 = Instance.new("Weld", p114)
  3105. w109.Name = "apart_Weld"
  3106. w109.Part0 = p114
  3107. w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3108. w109.Part1 = p115
  3109. w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3110. w110 = Instance.new("Weld", p115)
  3111. w110.Name = "Left Arm_Weld"
  3112. w110.Part0 = p115
  3113. w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3114. w110.Part1 = p116
  3115. w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3116. w111 = Instance.new("Weld", p116)
  3117. w111.Name = "apart_Weld"
  3118. w111.Part0 = p116
  3119. w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3120. w111.Part1 = p117
  3121. w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3122. w112 = Instance.new("Weld", p117)
  3123. w112.Name = "apart_Weld"
  3124. w112.Part0 = p117
  3125. w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3126. w112.Part1 = p118
  3127. w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3128. w113 = Instance.new("Weld", p118)
  3129. w113.Name = "apart_Weld"
  3130. w113.Part0 = p118
  3131. w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3132. w113.Part1 = p119
  3133. w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3134. w114 = Instance.new("Weld", p119)
  3135. w114.Name = "apart_Weld"
  3136. w114.Part0 = p119
  3137. w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3138. w114.Part1 = p120
  3139. w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3140. w115 = Instance.new("Weld", p120)
  3141. w115.Name = "apart_Weld"
  3142. w115.Part0 = p120
  3143. w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3144. w115.Part1 = p121
  3145. w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3146. w116 = Instance.new("Weld", p121)
  3147. w116.Name = "apart_Weld"
  3148. w116.Part0 = p121
  3149. w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3150. w116.Part1 = p122
  3151. w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3152. w117 = Instance.new("Weld", p122)
  3153. w117.Name = "apart_Weld"
  3154. w117.Part0 = p122
  3155. w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3156. w117.Part1 = p123
  3157. w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3158. w118 = Instance.new("Weld", p123)
  3159. w118.Name = "apart_Weld"
  3160. w118.Part0 = p123
  3161. w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3162. w118.Part1 = p124
  3163. w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3164. w119 = Instance.new("Weld", p124)
  3165. w119.Name = "apart_Weld"
  3166. w119.Part0 = p124
  3167. w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3168. w119.Part1 = p125
  3169. w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3170. w120 = Instance.new("Weld", p125)
  3171. w120.Name = "apart_Weld"
  3172. w120.Part0 = p125
  3173. w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3174. w120.Part1 = p126
  3175. w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3176. m.Parent = game:service("Workspace")
  3177. m:MakeJoints()
  3178.  
  3179. RightArm.Transparency=1
  3180. LeftArm.Transparency=1
  3181. LeftLeg.Transparency=1
  3182. RightLeg.Transparency=1
  3183. -------------------------------------
  3184. local Character = game.Players.LocalPlayer.Character --game.Workspace.fefio92142
  3185. -------------------------------------
  3186. Lighting = game.Lighting
  3187. skybox = Instance.new("Sky", Lighting)
  3188.  
  3189. skybox.SkyboxBk = "rbxassetid://694182435"
  3190. skybox.SkyboxDn = "rbxassetid://694182435"
  3191. skybox.SkyboxFt = "rbxassetid://694182435"
  3192. skybox.SkyboxLf = "rbxassetid://694182435"
  3193. skybox.SkyboxRt = "rbxassetid://694182435"
  3194. skybox.SkyboxUp = "rbxassetid://694182435"
  3195. --SKYBOX
  3196. -------------------------------------------------------------------------------------
  3197. z = Instance.new("Sound", torso)
  3198. z.SoundId = "rbxassetid://470538545" -- Put Music ID Here.
  3199. z.Looped = true
  3200. z.Volume = 4
  3201. wait(.1)
  3202. z:Play()
  3203. -------------------------------------------------------------------------------------
  3204. local Color = 255,255,255
  3205.  
  3206. local Num = 0.5
  3207.  
  3208. local Num2 = 4 -------------Mods:1,4,8,10,15,20-------------------------------------
  3209. local Size = 0.8
  3210. local Rate = 300
  3211. -------------------------------------------------------------------------------------
  3212. local Player = game:service'Players'.LocalPlayer
  3213. local Character = Player.Character
  3214. Torso = Character:WaitForChild'Torso'
  3215.  
  3216. local Wing1 = Instance.new("Part",Character)
  3217. Wing1.FormFactor = Enum.FormFactor.Custom
  3218. Wing1.Size = Vector3.new(.2, .2, .2)
  3219. Wing1.Name = "WIng_1"
  3220.  
  3221. local fire = Instance.new("ParticleEmitter", Wing1)
  3222. fire.VelocitySpread = 0
  3223. fire.Lifetime = NumberRange.new(2)
  3224. fire.Acceleration = Vector3.new(0, 2, 2)
  3225. fire.RotSpeed = NumberRange.new(10)
  3226. fire.Rate = Rate
  3227. fire.Rotation = NumberRange.new(151515)
  3228. fire.Name = "Fire"
  3229. fire.LightEmission = 0.78
  3230. fire.LockedToPart = true
  3231. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3232. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3233. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3234.  
  3235. local Wing2 = Wing1:Clone()
  3236. Wing2.Parent = Torso
  3237. local x,y,z = 0,-1,-6
  3238.  
  3239. Wld = function(a,b,cf)
  3240. local Weld = Instance.new('Weld',a)
  3241. Weld.Part0 = a
  3242. Weld.Part1 = b
  3243. Weld.C1 = cf
  3244. return Weld
  3245. end
  3246.  
  3247. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  3248. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  3249.  
  3250.  
  3251. game:service'RunService'.Stepped:connect(function()
  3252. --z = 6+math.sin(tick()*2)
  3253. y = -1+math.sin(tick()*Num)*Num2
  3254. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3255. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3256. end)
  3257. ------------------------------------------------------------------------------------------------
  3258. local Player = game:service'Players'.LocalPlayer
  3259. local Character = Player.Character
  3260. Torso = Character:WaitForChild'Torso'
  3261.  
  3262. local Wing1 = Instance.new("Part",Character)
  3263. Wing1.FormFactor = Enum.FormFactor.Custom
  3264. Wing1.Size = Vector3.new(.2, .2, .2)
  3265. Wing1.Name = "WIng_1"
  3266.  
  3267. local fire = Instance.new("ParticleEmitter", Wing1)
  3268. fire.VelocitySpread = 0
  3269. fire.Lifetime = NumberRange.new(2.5)
  3270. fire.Acceleration = Vector3.new(0, 4, 4)
  3271. fire.RotSpeed = NumberRange.new(10)
  3272. fire.Rate = Rate
  3273. fire.Rotation = NumberRange.new(151515)
  3274. fire.Name = "Fire"
  3275. fire.LightEmission = 0.78
  3276. fire.LockedToPart = true
  3277. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3278. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3279. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3280.  
  3281. local Wing2 = Wing1:Clone()
  3282. Wing2.Parent = Torso
  3283. local x,y,z = 0,-1,-6
  3284.  
  3285. Wld = function(a,b,cf)
  3286. local Weld = Instance.new('Weld',a)
  3287. Weld.Part0 = a
  3288. Weld.Part1 = b
  3289. Weld.C1 = cf
  3290. return Weld
  3291. end
  3292.  
  3293. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  3294. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  3295.  
  3296. print'Loaded'
  3297.  
  3298. game:service'RunService'.Stepped:connect(function()
  3299. --z = 6+math.sin(tick()*2)
  3300. y = -1+math.sin(tick()*Num)*Num2
  3301. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3302. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3303. end)
  3304.  
  3305. ------------------------------------------------------------------------------------------------
  3306. local Player = game:service'Players'.LocalPlayer
  3307. local Character = Player.Character
  3308. Torso = Character:WaitForChild'Torso'
  3309.  
  3310. local Wing1 = Instance.new("Part",Character)
  3311. Wing1.FormFactor = Enum.FormFactor.Custom
  3312. Wing1.Size = Vector3.new(.2, .2, .2)
  3313. Wing1.Name = "WIng_1"
  3314.  
  3315. local fire = Instance.new("ParticleEmitter", Wing1)
  3316. fire.VelocitySpread = 0
  3317. fire.Lifetime = NumberRange.new(2.8)
  3318. fire.Acceleration = Vector3.new(0, 4, 4)
  3319. fire.RotSpeed = NumberRange.new(10)
  3320. fire.Rate = Rate
  3321. fire.Rotation = NumberRange.new(151515)
  3322. fire.Name = "Fire"
  3323. fire.LightEmission = 0.78
  3324. fire.LockedToPart = true
  3325. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3326. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3327. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3328.  
  3329. local Wing2 = Wing1:Clone()
  3330. Wing2.Parent = Torso
  3331. local x,y,z = 0,-1,-6
  3332.  
  3333. Wld = function(a,b,cf)
  3334. local Weld = Instance.new('Weld',a)
  3335. Weld.Part0 = a
  3336. Weld.Part1 = b
  3337. Weld.C1 = cf
  3338. return Weld
  3339. end
  3340.  
  3341. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  3342. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  3343.  
  3344. print'Loaded'
  3345.  
  3346. game:service'RunService'.Stepped:connect(function()
  3347. --z = 6+math.sin(tick()*2)
  3348. y = -1+math.sin(tick()*Num)*Num2
  3349. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3350. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3351. end)
  3352.  
  3353. ------------------------------------------------------------------------------------------------
  3354. local Player = game:service'Players'.LocalPlayer
  3355. local Character = Player.Character
  3356. Torso = Character:WaitForChild'Torso'
  3357.  
  3358. local Wing1 = Instance.new("Part",Character)
  3359. Wing1.FormFactor = Enum.FormFactor.Custom
  3360. Wing1.Size = Vector3.new(.2, .2, .2)
  3361. Wing1.Name = "WIng_1"
  3362.  
  3363. local fire = Instance.new("ParticleEmitter", Wing1)
  3364. fire.VelocitySpread = 0
  3365. fire.Lifetime = NumberRange.new(3)
  3366. fire.Acceleration = Vector3.new(0, 4, 4)
  3367. fire.RotSpeed = NumberRange.new(10)
  3368. fire.Rate = Rate
  3369. fire.Rotation = NumberRange.new(151515)
  3370. fire.Name = "Fire"
  3371. fire.LightEmission = 0.78
  3372. fire.LockedToPart = true
  3373. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3374. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3375. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3376.  
  3377. local Wing2 = Wing1:Clone()
  3378. Wing2.Parent = Torso
  3379. local x,y,z = 0,-1,-6
  3380.  
  3381. Wld = function(a,b,cf)
  3382. local Weld = Instance.new('Weld',a)
  3383. Weld.Part0 = a
  3384. Weld.Part1 = b
  3385. Weld.C1 = cf
  3386. return Weld
  3387. end
  3388.  
  3389. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  3390. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  3391.  
  3392. print'Loaded'
  3393.  
  3394. game:service'RunService'.Stepped:connect(function()
  3395. --z = 6+math.sin(tick()*2)
  3396. y = -1+math.sin(tick()*Num)*Num2
  3397. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3398. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3399. end)
  3400.  
  3401. ------------------------------------------------------------------------------------------------
  3402. local Player = game:service'Players'.LocalPlayer
  3403. local Character = Player.Character
  3404. Torso = Character:WaitForChild'Torso'
  3405.  
  3406. local Wing1 = Instance.new("Part",Character)
  3407. Wing1.FormFactor = Enum.FormFactor.Custom
  3408. Wing1.Size = Vector3.new(.2, .2, .2)
  3409. Wing1.Name = "WIng_1"
  3410.  
  3411. local fire = Instance.new("ParticleEmitter", Wing1)
  3412. fire.VelocitySpread = 0
  3413. fire.Lifetime = NumberRange.new(3.1)
  3414. fire.Acceleration = Vector3.new(0, 4, 4)
  3415. fire.RotSpeed = NumberRange.new(10)
  3416. fire.Rate = Rate
  3417. fire.Rotation = NumberRange.new(151515)
  3418. fire.Name = "Fire"
  3419. fire.LightEmission = 0.78
  3420. fire.LockedToPart = true
  3421. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3422. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3423. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3424.  
  3425. local Wing2 = Wing1:Clone()
  3426. Wing2.Parent = Torso
  3427. local x,y,z = 0,-1,-6
  3428.  
  3429. Wld = function(a,b,cf)
  3430. local Weld = Instance.new('Weld',a)
  3431. Weld.Part0 = a
  3432. Weld.Part1 = b
  3433. Weld.C1 = cf
  3434. return Weld
  3435. end
  3436.  
  3437. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  3438. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  3439.  
  3440. print'Loaded'
  3441.  
  3442. game:service'RunService'.Stepped:connect(function()
  3443. --z = 6+math.sin(tick()*2)
  3444. y = -1+math.sin(tick()*Num)*Num2
  3445. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3446. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3447. end)
  3448. --------------------------------------
  3449. local Plr = game.Players.LocalPlayer --LocalScript
  3450. local Char = Plr.Character
  3451. local Mouse = Plr:GetMouse()
  3452. local ra = Char:FindFirstChild('Right Arm')
  3453. local ts = Char.Torso
  3454. local la = Char:FindFirstChild('Left Arm')
  3455. local ll = Char:FindFirstChild('Left Leg')
  3456. local rl = Char:FindFirstChild('Right Leg')
  3457. local hd = Char.Head
  3458. local root = Char:FindFirstChild('HumanoidRootPart')
  3459.  
  3460. rarm = ra
  3461. larm = la
  3462. torso = ts
  3463. hed = hd
  3464. root = root
  3465. lleg = ll
  3466. rleg = rl
  3467. local PrimaryColor = 'Lime green'
  3468. local SecondaryColor = 'Lime green'
  3469.  
  3470. FloatPart = function()
  3471. local Part = Instance.new('Part',torso)
  3472. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  3473. Part.Anchored = true
  3474. Part.Material = 'Neon'
  3475. Part.CanCollide = false
  3476. Part.BrickColor = BrickColor.new(PrimaryColor)
  3477. local Mesh = Instance.new('SpecialMesh',Part)
  3478. Mesh.Scale = Vector3.new(4,4,.2)
  3479. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  3480. Mesh.VertexColor = Vector3.new(170,0,0)
  3481. spawn(function()
  3482. for i = 1,30 do
  3483. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  3484. Part.Transparency = Part.Transparency + .035
  3485. game["Run Service"].RenderStepped:wait()
  3486. end
  3487. Part:Destroy()
  3488. end)
  3489. end;
  3490.  
  3491. DubPart = function()
  3492. local Part = Instance.new('Part',torso)
  3493. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  3494. Part.Anchored = true
  3495. Part.CanCollide = false
  3496. Part.Material = 'Neon'
  3497. Part.BrickColor = BrickColor.new(SecondaryColor)
  3498. local Mesh = Instance.new('SpecialMesh',Part)
  3499. Mesh.Scale = Vector3.new(7,7,.2)
  3500. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  3501. Mesh.VertexColor = Vector3.new(170,0,0)
  3502. spawn(function()
  3503. for i = 1,30 do
  3504. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  3505. Part.Transparency = Part.Transparency + .035
  3506. game["Run Service"].RenderStepped:wait()
  3507. end
  3508. Part:Destroy()
  3509. end)
  3510. end;
  3511.  
  3512. OnTouch = function(Toucher)
  3513. if Toucher.Parent.Name ~= Plr.Name and Toucher.Parent:FindFirstChild('Humanoid') then
  3514. local Hum = Toucher.Parent:FindFirstChild('Humanoid')
  3515. Hum.Health = Hum.Health - .7
  3516. end
  3517. end;
  3518.  
  3519. Fade = function(Item,t)
  3520. spawn(function()
  3521. for i = 1,20 do
  3522. Item.Transparency = Item.Transparency + .05
  3523. if t then
  3524. wait(t)
  3525. else
  3526. wait()
  3527. end
  3528. end
  3529. Item:Destroy()
  3530. end)
  3531. end
  3532.  
  3533. TouchKill = function(Toucher)
  3534. if Toucher.Parent then
  3535. if Toucher.Parent:FindFirstChild('Humanoid') then
  3536. local P = Toucher.Parent:FindFirstChild('Humanoid')
  3537. if P ~= nil and P.Parent.Name ~= Plr.Name then
  3538. P.Health = P.Health - math.random(4,17)
  3539. end
  3540. end
  3541. end
  3542. end;
  3543.  
  3544. Particle = function()
  3545. local Part = Instance.new('Part',torso)
  3546. Part.BrickColor = BrickColor.new(PrimaryColor)
  3547. Part.Anchored = true
  3548. Part.Transparency = .3
  3549. Part.Touched:connect(function(I)OnTouch(I)end)
  3550. Part.CanCollide = false
  3551. Part.CFrame = torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random())
  3552. local Mesh = Instance.new('BlockMesh',Part)
  3553. Mesh.Scale = Vector3.new(.05,.1,.1)
  3554. spawn(function()
  3555. for i = 1,40 do
  3556. Part.Transparency = Part.Transparency + .0125
  3557. Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0)
  3558. game["Run Service"].RenderStepped:wait()
  3559. end
  3560. Part:Destroy()
  3561. end)
  3562. end;
  3563.  
  3564. spawn(function()
  3565. while wait() do
  3566. wait(.05)
  3567. FloatPart()
  3568. wait(.08)
  3569. FloatPart()
  3570. wait(.05)
  3571. DubPart()
  3572. wait(.08)
  3573. end
  3574. end)
  3575.  
  3576. wait(0.1)
  3577.  
  3578. rs = game:GetService'RunService'
  3579. plrs = game:GetService'Players'
  3580. lp = plrs.LocalPlayer
  3581. c = lp.Character
  3582. root = lp.Character.HumanoidRootPart
  3583. human = c.Humanoid
  3584. FPS = 0
  3585. inf = 0
  3586. opos1 = Vector3.new()
  3587. opos2 = Vector3.new()
  3588. opos3 = Vector3.new()
  3589. waves = Instance.new("Model", c)
  3590. res = Instance.new("Model", c)
  3591.  
  3592. local function b()
  3593. local t=tick();
  3594. local l=t%1*3;
  3595. local t=.5*math.pi*(l%1);
  3596. if l<1 then
  3597. return Color3.new(0,0,0);
  3598. elseif l<2 then
  3599. return Color3.new(0,0,0);
  3600. else
  3601. return Color3.new(0,0,0);
  3602. end;
  3603. end;
  3604. speedParts = function()
  3605. for i = 1, 4 do
  3606. local pos = Vector3.new(math.sin(math.rad(inf + 360 * i)) * 2, math.sin(math.rad(inf + 260 * i) + math.pi / 2) * 2, -c.HumanoidRootPart.Velocity / 5) * (math.sin(tick()) + 2)
  3607. local CFramepos = root.CFrame:toWorldSpace(CFrame.new(pos)).p
  3608. local opos
  3609. if i == 1 then
  3610. opos = opos1
  3611. elseif i == 2 then
  3612. opos = opos2
  3613. else
  3614. opos = opos3
  3615. end
  3616. if human.MoveDirection ~= Vector3.new(0, 0, 0) then
  3617. local e
  3618. if #res:children() <= 3 then
  3619. e = Instance.new("Part")
  3620. else
  3621. e = res:FindFirstChild("Trail")
  3622. end
  3623. e.Parent = waves
  3624. e.Anchored = true
  3625. e.CanCollide = false
  3626. e.Transparency = 0
  3627. e.Material = "Neon"
  3628. e.Name = "Trail"
  3629. e.Color = b(); --Color = a();
  3630. e.Size = Vector3.new(.2, (CFramepos - opos).magnitude, .2)
  3631. e.CFrame = CFrame.new((CFramepos + opos) / 2, opos) * CFrame.Angles(math.pi / 2, 0, 0)
  3632. end
  3633. if i == 1 then
  3634. opos1 = CFramepos
  3635. elseif i == 2 then
  3636. opos2 = CFramepos
  3637. else
  3638. opos3 = CFramepos
  3639. end
  3640. end
  3641. end
  3642.  
  3643. rs.RenderStepped:connect(function()
  3644. FPS = 1 / rs.RenderStepped:wait()
  3645. for i, v in pairs (waves:children()) do
  3646. v.Transparency = v.Transparency + .05 / (FPS / 60)
  3647. if v.Transparency >= .98 then
  3648. v.Transparency = 1
  3649. v.Parent = res
  3650. end
  3651. end
  3652. inf = inf + (8 + root.Velocity.magnitude / 15) / (FPS / 60)
  3653. speedParts()
  3654. end)
  3655. -----------------------------------
  3656. local LocalPlayer = game:GetService("Players").LocalPlayer
  3657. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:wait()
  3658.  
  3659. Character.Head.Transparency = 1
  3660.  
  3661. local Orb = Instance.new("Part", Character)
  3662. Orb.Name = "Orb"
  3663.  
  3664. Orb.CanCollide = false
  3665. Orb.BrickColor = BrickColor.new("Lime green")
  3666. Orb.Transparency = 0
  3667. Orb.Material = "Plastic"
  3668. Orb.Size = Vector3.new(1.05, 1.05, 1.05)
  3669.  
  3670.  
  3671. local M = Instance.new("SpecialMesh")
  3672. M.Parent = Orb
  3673. M.MeshId = "http://www.roblox.com/asset/?id=21057410"
  3674. M.Scale = Vector3.new(1.05, 1.05, 1.05)
  3675.  
  3676.  
  3677. local Weld = Instance.new("Weld", Orb)
  3678. Weld.Part0 = Character.Head
  3679. Weld.Part1 = Orb
  3680. Weld.C1 = CFrame.new(0, -0.5, 0)
  3681. ---------------------------------------
  3682. --The Color of the Attack and Sword--
  3683. tclr = "Lime green"
  3684.  
  3685.  
  3686.  
  3687.  
  3688. Player=game:GetService("Players").LocalPlayer
  3689. Character=Player.Character
  3690. PlayerGui=Player.PlayerGui
  3691. Backpack=Player.Backpack
  3692. Torso=Character.Torso
  3693. it=Instance.new
  3694. attacktype=1
  3695. vt=Vector3.new
  3696. cf=CFrame.new
  3697. euler=CFrame.fromEulerAnglesXYZ
  3698. angles=CFrame.Angles
  3699. cloaked=false
  3700. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3701. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3702. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  3703. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  3704. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  3705. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  3706. RootPart=Character.HumanoidRootPart
  3707. RootJoint=RootPart.RootJoint
  3708. RootCF=euler(-1.57,0,3.14)
  3709. attack = false
  3710. attackdebounce = false
  3711. deb=false
  3712. equipped=true
  3713. hand=false
  3714. MMouse=nil
  3715. combo=0
  3716. mana=0
  3717. trispeed=.2
  3718. attackmode='none'
  3719. local idle=0
  3720. local Anim="Idle"
  3721. local Effects={}
  3722. local gun=false
  3723. local shoot=false
  3724.  
  3725. player=nil
  3726. mana=0
  3727. cam = workspace.CurrentCamera
  3728. ZTarget = nil
  3729. RocketTarget = nil
  3730. local m = Instance.new("Model",Character)
  3731. m.Name = "WeaponModel"
  3732.  
  3733. mouse=Player:GetMouse()
  3734. --save shoulders
  3735. RSH, LSH=nil, nil
  3736. --welds
  3737. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  3738. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  3739. LH=Torso["Left Hip"]
  3740. RH=Torso["Right Hip"]
  3741. TorsoColor=Torso.BrickColor
  3742. function NoOutline(Part)
  3743. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  3744. end
  3745. player=Player
  3746. ch=Character
  3747. RSH=ch.Torso["Right Shoulder"]
  3748. LSH=ch.Torso["Left Shoulder"]
  3749. --
  3750. RSH.Parent=nil
  3751. LSH.Parent=nil
  3752. --
  3753. RW.Name="Right Shoulder"
  3754. RW.Part0=ch.Torso
  3755. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  3756. RW.C1=cf(0, 0.5, 0)
  3757. RW.Part1=ch["Right Arm"]
  3758. RW.Parent=ch.Torso
  3759. --
  3760. LW.Name="Left Shoulder"
  3761. LW.Part0=ch.Torso
  3762. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  3763. LW.C1=cf(0, 0.5, 0)
  3764. LW.Part1=ch["Left Arm"]
  3765. LW.Parent=ch.Torso
  3766.  
  3767. function swait(num)
  3768. if num==0 or num==nil then
  3769. game:service'RunService'.Stepped:wait(0)
  3770. else
  3771. for i=0,num do
  3772. game:service'RunService'.Stepped:wait(0)
  3773. end
  3774. end
  3775. end
  3776.  
  3777. function nooutline(part)
  3778. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3779. end
  3780.  
  3781. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3782. local fp=it("Part")
  3783. fp.formFactor=formfactor
  3784. fp.Parent=parent
  3785. fp.Reflectance=reflectance
  3786. fp.Transparency=transparency
  3787. fp.CanCollide=false
  3788. fp.Locked=true
  3789. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3790. fp.Name=name
  3791. fp.Size=size
  3792. fp.Position=Character.Torso.Position
  3793. nooutline(fp)
  3794. fp.Material=material
  3795. fp:BreakJoints()
  3796. return fp
  3797. end
  3798.  
  3799. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3800. local mesh=it(Mesh)
  3801. mesh.Parent=part
  3802. if Mesh=="SpecialMesh" then
  3803. mesh.MeshType=meshtype
  3804. mesh.MeshId=meshid
  3805. end
  3806. mesh.Offset=offset
  3807. mesh.Scale=scale
  3808. return mesh
  3809. end
  3810.  
  3811. function weld(parent,part0,part1,c0,c1)
  3812. local weld=it("Weld")
  3813. weld.Parent=parent
  3814. weld.Part0=part0
  3815. weld.Part1=part1
  3816. weld.C0=c0
  3817. weld.C1=c1
  3818. return weld
  3819. end
  3820.  
  3821.  
  3822. local function CFrameFromTopBack(at, top, back)
  3823. local right = top:Cross(back)
  3824. return CFrame.new(at.x, at.y, at.z,
  3825. right.x, top.x, back.x,
  3826. right.y, top.y, back.y,
  3827. right.z, top.z, back.z)
  3828. end
  3829.  
  3830. function Triangle(a, b, c)
  3831. local edg1 = (c-a):Dot((b-a).unit)
  3832. local edg2 = (a-b):Dot((c-b).unit)
  3833. local edg3 = (b-c):Dot((a-c).unit)
  3834. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  3835. a, b, c = a, b, c
  3836. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  3837. a, b, c = b, c, a
  3838. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  3839. a, b, c = c, a, b
  3840. else
  3841. assert(false, "unreachable")
  3842. end
  3843.  
  3844. local len1 = (c-a):Dot((b-a).unit)
  3845. local len2 = (b-a).magnitude - len1
  3846. local width = (a + (b-a).unit*len1 - c).magnitude
  3847.  
  3848. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  3849.  
  3850. local list = {}
  3851.  
  3852. local TrailColor = tclr
  3853.  
  3854. if len1 > 0.01 then
  3855. local w1 = Instance.new('WedgePart', m)
  3856. game:GetService("Debris"):AddItem(w1,5)
  3857. w1.Material = "SmoothPlastic"
  3858. w1.FormFactor = 'Custom'
  3859. w1.BrickColor = BrickColor.new(TrailColor)
  3860. w1.Transparency = 0
  3861. w1.Reflectance = 0
  3862. w1.Material = "Neon"
  3863. w1.CanCollide = false
  3864. NoOutline(w1)
  3865. local sz = Vector3.new(0.2, width, len1)
  3866. w1.Size = sz
  3867. local sp = Instance.new("SpecialMesh",w1)
  3868. sp.MeshType = "Wedge"
  3869. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  3870. w1:BreakJoints()
  3871. w1.Anchored = true
  3872. w1.Parent = workspace
  3873. w1.Transparency = 0.7
  3874. table.insert(Effects,{w1,"Disappear",.01})
  3875. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  3876. table.insert(list,w1)
  3877. end
  3878.  
  3879. if len2 > 0.01 then
  3880. local w2 = Instance.new('WedgePart', m)
  3881. game:GetService("Debris"):AddItem(w2,5)
  3882. w2.Material = "SmoothPlastic"
  3883. w2.FormFactor = 'Custom'
  3884. w2.BrickColor = BrickColor.new(TrailColor)
  3885. w2.Transparency = 0
  3886. w2.Reflectance = 0
  3887. w2.Material = "Neon"
  3888. w2.CanCollide = false
  3889. NoOutline(w2)
  3890. local sz = Vector3.new(0.2, width, len2)
  3891. w2.Size = sz
  3892. local sp = Instance.new("SpecialMesh",w2)
  3893. sp.MeshType = "Wedge"
  3894. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  3895. w2:BreakJoints()
  3896. w2.Anchored = true
  3897. w2.Parent = workspace
  3898. w2.Transparency = 0.7
  3899. table.insert(Effects,{w2,"Disappear",.01})
  3900. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  3901. table.insert(list,w2)
  3902. end
  3903. return unpack(list)
  3904. end
  3905.  
  3906.  
  3907. so = function(id,par,vol,pit)
  3908. coroutine.resume(coroutine.create(function()
  3909. local sou = Instance.new("Sound",par or workspace)
  3910. sou.Volume=vol
  3911. sou.Pitch=pit or 1
  3912. sou.SoundId=id
  3913. swait()
  3914. sou:play()
  3915. game:GetService("Debris"):AddItem(sou,6)
  3916. end))
  3917. end
  3918.  
  3919. function clerp(a,b,t)
  3920. local qa = {QuaternionFromCFrame(a)}
  3921. local qb = {QuaternionFromCFrame(b)}
  3922. local ax, ay, az = a.x, a.y, a.z
  3923. local bx, by, bz = b.x, b.y, b.z
  3924. local _t = 1-t
  3925. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  3926. end
  3927.  
  3928. function QuaternionFromCFrame(cf)
  3929. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  3930. local trace = m00 + m11 + m22
  3931. if trace > 0 then
  3932. local s = math.sqrt(1 + trace)
  3933. local recip = 0.5/s
  3934. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  3935. else
  3936. local i = 0
  3937. if m11 > m00 then
  3938. i = 1
  3939. end
  3940. if m22 > (i == 0 and m00 or m11) then
  3941. i = 2
  3942. end
  3943. if i == 0 then
  3944. local s = math.sqrt(m00-m11-m22+1)
  3945. local recip = 0.5/s
  3946. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  3947. elseif i == 1 then
  3948. local s = math.sqrt(m11-m22-m00+1)
  3949. local recip = 0.5/s
  3950. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  3951. elseif i == 2 then
  3952. local s = math.sqrt(m22-m00-m11+1)
  3953. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  3954. end
  3955. end
  3956. end
  3957.  
  3958. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  3959. local xs, ys, zs = x + x, y + y, z + z
  3960. local wx, wy, wz = w*xs, w*ys, w*zs
  3961. local xx = x*xs
  3962. local xy = x*ys
  3963. local xz = x*zs
  3964. local yy = y*ys
  3965. local yz = y*zs
  3966. local zz = z*zs
  3967. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  3968. end
  3969.  
  3970. function QuaternionSlerp(a, b, t)
  3971. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  3972. local startInterp, finishInterp;
  3973. if cosTheta >= 0.0001 then
  3974. if (1 - cosTheta) > 0.0001 then
  3975. local theta = math.acos(cosTheta)
  3976. local invSinTheta = 1/math.sin(theta)
  3977. startInterp = math.sin((1-t)*theta)*invSinTheta
  3978. finishInterp = math.sin(t*theta)*invSinTheta
  3979. else
  3980. startInterp = 1-t
  3981. finishInterp = t
  3982. end
  3983. else
  3984. if (1+cosTheta) > 0.0001 then
  3985. local theta = math.acos(-cosTheta)
  3986. local invSinTheta = 1/math.sin(theta)
  3987. startInterp = math.sin((t-1)*theta)*invSinTheta
  3988. finishInterp = math.sin(t*theta)*invSinTheta
  3989. else
  3990. startInterp = t-1
  3991. finishInterp = t
  3992. end
  3993. end
  3994. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  3995. end
  3996.  
  3997. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  3998. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  3999. end
  4000.  
  4001. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  4002. if hit.Parent==nil then
  4003. return
  4004. end
  4005. local h=hit.Parent:FindFirstChild("Humanoid")
  4006. for _,v in pairs(hit.Parent:children()) do
  4007. if v:IsA("Humanoid") then
  4008. h=v
  4009. end
  4010. end
  4011. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  4012. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  4013. end
  4014. if hit.Parent.className=="Hat" then
  4015. hit=hit.Parent.Parent:findFirstChild("Head")
  4016. end
  4017. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  4018. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  4019. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  4020. return
  4021. end]]
  4022. -- hs(hit,1.2)
  4023. local c=Instance.new("ObjectValue")
  4024. c.Name="creator"
  4025. c.Value=game:service("Players").LocalPlayer
  4026. c.Parent=h
  4027. game:GetService("Debris"):AddItem(c,.5)
  4028. local Damage=math.random(minim,maxim)
  4029. -- h:TakeDamage(Damage)
  4030. local blocked=false
  4031. local block=hit.Parent:findFirstChild("Block")
  4032. if block~=nil then
  4033. print(block.className)
  4034. if block.className=="NumberValue" then
  4035. if block.Value>0 then
  4036. blocked=true
  4037. if decreaseblock==nil then
  4038. block.Value=block.Value-1
  4039. end
  4040. end
  4041. end
  4042. if block.className=="IntValue" then
  4043. if block.Value>0 then
  4044. blocked=true
  4045. if decreaseblock~=nil then
  4046. block.Value=block.Value-1
  4047. end
  4048. end
  4049. end
  4050. end
  4051. if blocked==false then
  4052. -- h:TakeDamage(Damage)
  4053. h.Health=h.Health-Damage
  4054. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  4055. else
  4056. h.Health=h.Health-(Damage/2)
  4057. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  4058. end
  4059. if Type=="Knockdown" then
  4060. local hum=hit.Parent.Humanoid
  4061. hum.PlatformStand=true
  4062. coroutine.resume(coroutine.create(function(HHumanoid)
  4063. swait(1)
  4064. HHumanoid.PlatformStand=false
  4065. end),hum)
  4066. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  4067. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  4068. local bodvol=Instance.new("BodyVelocity")
  4069. bodvol.velocity=angle*knockback
  4070. bodvol.P=5000
  4071. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  4072. bodvol.Parent=hit
  4073. local rl=Instance.new("BodyAngularVelocity")
  4074. rl.P=3000
  4075. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  4076. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  4077. rl.Parent=hit
  4078. game:GetService("Debris"):AddItem(bodvol,.5)
  4079. game:GetService("Debris"):AddItem(rl,.5)
  4080. elseif Type=="Normal" then
  4081. local vp=Instance.new("BodyVelocity")
  4082. vp.P=500
  4083. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  4084. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  4085. if KnockbackType==1 then
  4086. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  4087. elseif KnockbackType==2 then
  4088. vp.velocity=Property.CFrame.lookVector*knockback
  4089. end
  4090. if knockback>0 then
  4091. vp.Parent=hit.Parent.Torso
  4092. end
  4093. game:GetService("Debris"):AddItem(vp,.5)
  4094. elseif Type=="Up" then
  4095. local bodyVelocity=Instance.new("BodyVelocity")
  4096. bodyVelocity.velocity=vt(0,60,0)
  4097. bodyVelocity.P=5000
  4098. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  4099. bodyVelocity.Parent=hit
  4100. game:GetService("Debris"):AddItem(bodyVelocity,1)
  4101. local rl=Instance.new("BodyAngularVelocity")
  4102. rl.P=3000
  4103. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  4104. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  4105. rl.Parent=hit
  4106. game:GetService("Debris"):AddItem(rl,.5)
  4107. elseif Type=="Snare" then
  4108. local bp=Instance.new("BodyPosition")
  4109. bp.P=2000
  4110. bp.D=100
  4111. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  4112. bp.position=hit.Parent.Torso.Position
  4113. bp.Parent=hit.Parent.Torso
  4114. game:GetService("Debris"):AddItem(bp,1)
  4115. elseif Type=="Target" then
  4116. local Targetting = false
  4117. if Targetting==false then
  4118. ZTarget=hit.Parent.Torso
  4119. coroutine.resume(coroutine.create(function(Part)
  4120. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  4121. swait(5)
  4122. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  4123. end),ZTarget)
  4124. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  4125. local targetgui=Instance.new("BillboardGui")
  4126. targetgui.Parent=ZTarget
  4127. targetgui.Size=UDim2.new(10,100,10,100)
  4128. local targ=Instance.new("ImageLabel")
  4129. targ.Parent=targetgui
  4130. targ.BackgroundTransparency=1
  4131. targ.Image="rbxassetid://4834067"
  4132. targ.Size=UDim2.new(1,0,1,0)
  4133. cam.CameraType="Scriptable"
  4134. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  4135. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  4136. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  4137. Targetting=true
  4138. RocketTarget=ZTarget
  4139. for i=1,Property do
  4140. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  4141. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  4142. swait()
  4143. end
  4144. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  4145. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  4146. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  4147. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  4148. end
  4149. Targetting=false
  4150. RocketTarget=nil
  4151. targetgui.Parent=nil
  4152. cam.CameraType="Custom"
  4153. end
  4154. end
  4155. local debounce=Instance.new("BoolValue")
  4156. debounce.Name="DebounceHit"
  4157. debounce.Parent=hit.Parent
  4158. debounce.Value=true
  4159. game:GetService("Debris"):AddItem(debounce,Delay)
  4160. c=Instance.new("ObjectValue")
  4161. c.Name="creator"
  4162. c.Value=Player
  4163. c.Parent=h
  4164. game:GetService("Debris"):AddItem(c,.5)
  4165. end
  4166. end
  4167.  
  4168.  
  4169. function ShowDamage(Pos, Text, Time, Color)
  4170. local Rate = (1 / 30)
  4171. local Pos = (Pos or Vector3.new(0, 0, 0))
  4172. local Text = (Text or "")
  4173. local Time = (Time or 2)
  4174. local Color = (Color or Color3.new(1020, 0, 0))
  4175. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  4176. EffectPart.Anchored = true
  4177. local BillboardGui = Instance.new("BillboardGui")
  4178. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  4179. BillboardGui.Adornee = EffectPart
  4180. local TextLabel = Instance.new("TextLabel")
  4181. TextLabel.BackgroundTransparency = 1
  4182. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  4183. TextLabel.Text = Text
  4184. TextLabel.TextColor3 = Color
  4185. TextLabel.TextScaled = true
  4186. TextLabel.Font = Enum.Font.ArialBold
  4187. TextLabel.Parent = BillboardGui
  4188. BillboardGui.Parent = EffectPart
  4189. game.Debris:AddItem(EffectPart, (Time + 0.1))
  4190. EffectPart.Parent = game:GetService("Workspace")
  4191. Delay(0, function()
  4192. local Frames = (Time / Rate)
  4193. for Frame = 1, Frames do
  4194. wait(Rate)
  4195. local Percent = (Frame / Frames)
  4196. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  4197. TextLabel.TextTransparency = Percent
  4198. end
  4199. if EffectPart and EffectPart.Parent then
  4200. EffectPart:Destroy()
  4201. end
  4202. end)
  4203. end
  4204.  
  4205. Player=game:GetService('Players').LocalPlayer
  4206. Character=Player.Character
  4207. Mouse=Player:GetMouse()
  4208. m=Instance.new('Model',Character)
  4209. it=Instance.new
  4210. function nooutline(part)
  4211. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4212. end
  4213. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4214. local fp=it("Part")
  4215. fp.formFactor=formfactor
  4216. fp.Parent=parent
  4217. fp.Reflectance=reflectance
  4218. fp.Transparency=transparency
  4219. fp.CanCollide=false
  4220. fp.Locked=true
  4221. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4222. fp.Name=name
  4223. fp.Size=size
  4224. fp.Position=Character.Torso.Position
  4225. nooutline(fp)
  4226. fp.Material=material
  4227. fp:BreakJoints()
  4228. return fp
  4229. end
  4230. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4231. local mesh=it(Mesh)
  4232. mesh.Parent=part
  4233. if Mesh=="SpecialMesh" then
  4234. mesh.MeshType=meshtype
  4235. mesh.MeshId=meshid
  4236. end
  4237. mesh.Offset=offset
  4238. mesh.Scale=scale
  4239. return mesh
  4240. end
  4241. function weld(parent,part0,part1,c0,c1)
  4242. local weld=it("Weld")
  4243. weld.Parent=parent
  4244. weld.Part0=part0
  4245. weld.Part1=part1
  4246. weld.C0=c0
  4247. weld.C1=c1
  4248. return weld
  4249. end
  4250.  
  4251. Player=game:GetService('Players').LocalPlayer
  4252. Character=Player.Character
  4253. Mouse=Player:GetMouse()
  4254. m=Instance.new('Model',Character)
  4255. it=Instance.new
  4256. function nooutline(part)
  4257. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4258. end
  4259. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4260. local fp=it("Part")
  4261. fp.formFactor=formfactor
  4262. fp.Parent=parent
  4263. fp.Reflectance=reflectance
  4264. fp.Transparency=transparency
  4265. fp.CanCollide=false
  4266. fp.Locked=true
  4267. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4268. fp.Name=name
  4269. fp.Size=size
  4270. fp.Position=Character.Torso.Position
  4271. nooutline(fp)
  4272. fp.Material=material
  4273. fp:BreakJoints()
  4274. return fp
  4275. end
  4276. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4277. local mesh=it(Mesh)
  4278. mesh.Parent=part
  4279. if Mesh=="SpecialMesh" then
  4280. mesh.MeshType=meshtype
  4281. mesh.MeshId=meshid
  4282. end
  4283. mesh.Offset=offset
  4284. mesh.Scale=scale
  4285. return mesh
  4286. end
  4287. function weld(parent,part0,part1,c0,c1)
  4288. local weld=it("Weld")
  4289. weld.Parent=parent
  4290. weld.Part0=part0
  4291. weld.Part1=part1
  4292. weld.C0=c0
  4293. weld.C1=c1
  4294. return weld
  4295. end
  4296.  
  4297. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Handle",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4298. handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.741678238, 0.794418335, -0.0370121002, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4299. mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4300. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.600000203, 0.200000003, 0.399999976))
  4301. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.4672184, 1.46959305, 0.0142880678, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4302. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4303. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4304. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.94812012, 9.15527344e-005, -0.00979995728, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4305. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.03703737))
  4306. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.5536575, -3.57627869e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4307. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.04999995, 1))
  4308. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4309. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, 9.15527344e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4310. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4311. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4312. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.3460083e-005, -0.324073672, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4313. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  4314. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  4315. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.53131104e-005, -0.207403183, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4316. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  4317. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  4318. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.7220459e-005, -0.207421303, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4319. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  4320. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4321. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.3460083e-005, -0.324074984, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4322. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  4323. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4324. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18214798, 0.184528351, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4325. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4326. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4327. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.09992981, 1.09993172, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4328. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4329. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4330. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.733297348, -0.733297348, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4331. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4332. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4333. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.274971008, -0.27497673, 3.43322754e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4334. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4335. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4336. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.641641617, 0.641643524, 1.74045563e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4337. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4338. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4339. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.92491722, 1.92491722, 5.7220459e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4340. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4341. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4342. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37493706, 1.37493706, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4343. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4344. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4345. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46542358, 1.46780205, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4346. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4347. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4348. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0916500092, -0.0916557312, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4349. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4350. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4351. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.641609192, -0.641607285, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4352. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4353. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4354. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.732124329, 0.734502792, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4355. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4356. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4357. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 7.62939453e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4358. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4359. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4360. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.366659164, -0.366657257, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4361. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4362. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4363. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.183334351, -0.183332443, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4364. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4365. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4366. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00829315, 1.00829506, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4367. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4368. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4369. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19162178, 1.19162369, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4370. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4371. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4372. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55827904, 1.55827904, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4373. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4374. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4375. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83205986, 1.83444023, 0.00188946724, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4376. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4377. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4378. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.824943542, -0.824941635, 1.90734863e-006, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4379. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4380. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4381. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.549957275, 0.549959183, -1.31130219e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4382. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4383. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4384. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.274999619, 0.275001526, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4385. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4386. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4387. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00117111206, 0.00120735168, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4388. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4389. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4390. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.457113266, 0.45949173, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4391. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4392. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4393. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55705452, 1.55943298, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4394. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4395. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4396. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28208542, 1.28446388, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4397. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4398. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4399. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.276185989, -0.273807526, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4400. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4401. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4402. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.548799515, 0.55116272, 0.00185024738, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4403. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4404. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4405. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.915441513, 0.917819977, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4406. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4407. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4408. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.273786545, 0.276166916, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4409. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4410. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4411. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64990616, 1.64990807, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4412. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4413. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4414. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74037552, 1.74275398, -0.00180244446, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4415. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4416. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4417. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.00948334, -1.00710487, -0.00185012817, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4418. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4419. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4420. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.365472794, 0.367851257, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4421. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4422. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4423. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.640443802, 0.642822266, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4424. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4425. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4426. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28325844, 1.28326035, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4427. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4428. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4429. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18331337, 0.183315277, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4430. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4431. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4432. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00708008, 1.00945854, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4433. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4434. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4435. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.826148987, -0.823768616, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4436. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4437. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4438. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.824975967, 0.824977875, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4439. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4440. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4441. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83322906, 1.83323097, 3.64780426e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4442. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4443. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4444. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.642831802, -0.640453339, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4445. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4446. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4447. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0904636383, 0.0928440094, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4448. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4449. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4450. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0928478241, -0.0904693604, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4451. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4452. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4453. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.549985886, -0.549983978, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4454. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4455. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4456. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19040871, 1.19278717, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4457. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4458. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4459. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.823759079, 0.826137543, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4460. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4461. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4462. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46657944, 1.46658134, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4463. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4464. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4465. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.733295441, 0.733297348, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4466. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4467. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4468. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.458320618, 0.458322525, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4469. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4470. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4471. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37374115, 1.37611961, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4472. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4473. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4474. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0, 7.62939453e-005, 7.26342932e-008, 0, -1, -7.58196705e-008, 1, -5.50710795e-015, 1, 7.58196705e-008, 7.26342932e-008))
  4475. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4476. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4477. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.916606903, 0.91660881, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4478. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4479. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4480. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0916824341, 0.0916843414, 2.67028809e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4481. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4482. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4483. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.734451294, -0.732088089, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4484. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4485. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4486. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.916631699, -0.916629791, -1.71661377e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4487. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4488. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4489. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.367816925, -0.365451813, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4490. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4491. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4492. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64874077, 1.65112114, 0.00186932087, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4493. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4494. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4495. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.551136017, -0.548772812, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4496. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4497. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4498. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.458297729, -0.458295822, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4499. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4500. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4501. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.459510803, -0.457132339, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4502. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4503. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4504. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.366638184, 0.366640091, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4505. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4506. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4507. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74159431, 1.74159622, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4508. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4509. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4510. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.184497833, -0.182132721, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4511. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4512. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4513. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.917798996, -0.915416718, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4514. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4515. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4516. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0.000133514404, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4517. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4518. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4519. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4520. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  4521. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4522. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4523. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  4524. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4525. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90047836, 4.3380785, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  4526. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  4527. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4528. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  4529. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  4530. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4531. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  4532. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  4533. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4534. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  4535. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  4536. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4537. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78516388, 0.000163555145, -4.44323349, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4538. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4539. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4540. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000174999237, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4541. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4542. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4543. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 9.27448273e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4544. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4545. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4546. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.68144608, 8.22544098e-005, -2.112957, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4547. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4548. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4549. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.11297655, 8.32080841e-005, 4.68144417, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4550. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4551. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.2962966, 0.518518627, 1.29629672))
  4552. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.07218933, 9.1791153e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4553. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4554. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4555. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78264618, 8.17775726e-005, -4.555583, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4556. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4557. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4558. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 9.13143158e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4559. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4560. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4561. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 9.1791153e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4562. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4563. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4564. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.8129234, 2.88486481e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4565. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.03999996, 1))
  4566. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  4567. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000122070313, -0.116662025, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4568. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  4569. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  4570. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.24249268e-005, -0.259274483, 12.1092224, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4571. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  4572. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4573. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.583325624, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4574. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  4575. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4576. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.259250879, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4577. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  4578. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  4579. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.24249268e-005, -0.259250879, 12.1092224, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4580. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  4581. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4582. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.583348989, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4583. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  4584. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  4585. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000122070313, -0.116671681, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4586. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  4587. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4588. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.259255409, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4589. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  4590. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4591. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.129636765, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4592. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  4593. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4594. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0.129623413, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4595. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  4596. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4597. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.05718994e-005, -0.337038875, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4598. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  4599. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4600. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4601. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.119999997, 1.00100005))
  4602. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4603. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(7.05718994e-005, -0.33703351, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4604. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  4605. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  4606. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, -3.70452118, -2.79076195, 1, 4.20377333e-008, 2.81075273e-007, 2.82378039e-007, -0.258818924, -0.965925813, 3.21423244e-008, 0.965925813, -0.258818954))
  4607. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4609. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.26083183, -3.08899784, 0.000133752823, -8.63836647e-008, -0.422618359, 0.906307876, -4.29547775e-009, -0.906307757, -0.42261833, 1, -4.04003444e-008, 7.64748265e-008))
  4610. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4611. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4612. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  4613. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  4614. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4615. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.0921936, 2.85683537, 0.000120639801, -1.09868267e-007, 0.390732348, 0.920504391, -4.35992824e-008, -0.920504391, 0.390732348, 1, 2.79575652e-009, 1.18169858e-007))
  4616. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4617. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4618. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  4619. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  4620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4621. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54734802, -2.42215061, 0.000133991241, -9.79423547e-008, -0.258819193, 0.965925872, 4.70048391e-008, -0.965925872, -0.258819193, 1, 2.00538253e-008, 1.06770791e-007))
  4622. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4624. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4625. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  4626. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  4627. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000130414963, 0.86914444, -4.22298431, -1, -1.22191182e-006, 1.42418617e-006, -1.54888335e-006, 0.965925753, -0.25881955, -1.05940342e-006, -0.25881955, -0.965925753))
  4628. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4629. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4630. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4631. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  4632. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  4633. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.89334488, -2.17629051, -1, -1.32561297e-006, 8.84132305e-007, -7.05949105e-007, 0.866025686, 0.499999583, -1.42848728e-006, 0.499999583, -0.866025686))
  4634. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4635. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  4636. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000135421753, 4.64661407, 1.34696198, -1, -9.82721986e-007, 1.11105791e-007, -1.47027706e-007, 0.25881955, 0.965925753, -9.7799284e-007, 0.965925753, -0.25881955))
  4637. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  4639. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120162964, 4.64661789, 1.346982, 1, 4.00835432e-007, 3.23014717e-007, -2.08264595e-007, -0.258818746, 0.965925992, 4.70779611e-007, -0.965925992, -0.258818746))
  4640. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  4642. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119686127, 3.89336014, -2.17628479, 1, 4.28033047e-007, 1.74377874e-007, 2.83498451e-007, -0.866025269, 0.500000298, 3.65032292e-007, -0.500000298, -0.866025269))
  4643. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  4645. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119924545, 0.869161129, -4.22298813, 1, 5.51122014e-007, 2.59200249e-007, 5.99428972e-007, -0.965925992, -0.258818775, 1.0772753e-007, 0.258818775, -0.965925992))
  4646. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4648. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.2608223, 3.08901405, 0.000119686127, -1.10378075e-007, 0.422619462, 0.90630722, -1.69980208e-009, -0.90630722, 0.422619462, 1, 4.51073809e-008, 1.00754818e-007))
  4649. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4651. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  4652. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  4653. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4654. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90695953, 4.32685566, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  4655. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  4656. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  4657. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.70452118, 3.69815493, -1, -1.61937432e-008, 4.06052507e-008, 4.34129106e-008, -0.258818865, 0.965925932, -5.13255038e-009, 0.965925932, 0.258818835))
  4658. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  4660. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, 3.70451164, 3.69817638, 1, 8.18811756e-008, 2.70399255e-007, -2.82378039e-007, 0.258818924, 0.965925872, 9.10670028e-009, -0.965925872, 0.258818924))
  4661. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  4663. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133514404, -3.70451355, -2.7907486, -1, -4.76288342e-009, -2.05528039e-009, 7.52531371e-010, 0.258818656, -0.965925932, 5.13253973e-009, -0.965925932, -0.258818626))
  4664. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4666. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54733849, 2.42216587, 0.000120639801, -1.29213319e-007, 0.258820295, 0.965925574, -2.80968671e-009, -0.965925574, 0.258820295, 1, 3.07290726e-008, 1.25537639e-007))
  4667. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4669. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.14159012, -2.8024168, 0.000133752823, -6.01987367e-008, -0.37460652, 0.927183867, 3.81304055e-008, -0.927183867, -0.37460655, 1, 1.28030564e-008, 7.00991976e-008))
  4670. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4672. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.00012421608, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4673. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4675. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 4.9829483e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4676. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 8.17775726e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4679. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4681. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, -0.000175714493, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4682. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4684. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000175237656, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4685. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4687. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 8.32080841e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4688. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4690. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000215768814, 2.20371342, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4691. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4693. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 8.22544098e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4694. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4696. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, -9.20295715e-005, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4697. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4699. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000163555145, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4700. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4702. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50149727, 1.24056816, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4703. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4705. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000164270401, -0.294586182, 6.34798241, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4706. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4708. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.95910645e-005, -5.39571381, 1.16452789, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4709. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4710. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4711. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.51445961, 1.21811485, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4712. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4714. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.89693832, 3.89433098, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4715. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4716. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4717. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.17524147, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4718. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4719. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4720. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.16960907e-005, -4.82089996, 3.78854847, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4721. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4723. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.6239624e-005, -0.171104431, 6.27668953, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4724. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4726. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.85110855, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4727. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4729. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000112056732, -4.87447739, 3.90729904, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4730. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4731. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4732. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.47819519e-005, -2.86407852, 5.57916451, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4733. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4735. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -4.64633274, -1.18819618, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4736. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4738. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.20115852, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4739. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4741. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.272134781, 6.33502007, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4742. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4744. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.87703323, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4745. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4747. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.26292419, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4748. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4750. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.07424164e-005, 4.60000801, 3.13654184, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4751. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4753. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.26292419, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4754. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4756. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.345923424, 6.61297035, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4757. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4759. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(6.67572021e-005, 0.451700211, 6.53692818, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4760. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4762. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.345918655, 6.48334122, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4763. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4765. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.15255737e-007, 4.60000992, 3.1365478, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4766. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4768. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.61297989, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4769. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4771. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.58705902, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4772. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4773. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4774. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.970644, 0.487595558, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4775. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4776. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4777. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.332958221, 6.46089363, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4778. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4779. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4780. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.97064209, 0.487604141, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4781. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4783. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.61297798, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4784. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4786. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.50339508e-005, 5.07168198, 0.429261208, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4787. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4789. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.332961082, 6.59052086, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4790. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4791. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4792. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.38690186e-005, 0.451704025, 6.40730095, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4793. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4794. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4795. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.94818306, 0.500570297, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4796. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4797. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4798. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.81091881, 5.52395439, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4799. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4801. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.47819519e-005, 2.86450768, 5.40520668, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4802. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.95774841e-005, 5.07167244, 0.429275513, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4805. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4807. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.81469727e-005, 2.86450768, 5.4052124, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4808. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4809. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4810. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.28885269, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4811. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4813. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -2.20370197, 6.27588654, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4814. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4815. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4816. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.81091881, 5.52396393, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4817. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4819. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.94819832, 0.500566483, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4820. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4822. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.28885269, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4823. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4825. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.78847122, 5.51100349, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4826. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4827. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4828. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.78846169, 5.51098824, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4829. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4831. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.58704567, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4832. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4833. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4834. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.15527344e-005, -2.20371342, 6.27588654, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4835. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4837. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-6.72340393e-005, -2.86659622, 5.46681213, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4838. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4839. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4840. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.87955475, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4841. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4843. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.41842747, 1.15975761, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4844. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4845. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4846. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000163793564, -4.53397942, -1.19071579, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4847. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4849. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.84293938, 3.79575825, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4850. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4852. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.85363007, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4853. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4854. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4855. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.20367813, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4856. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4857. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4858. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.60012054e-005, -0.229459763, 6.18065071, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4859. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4860. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4861. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78949738e-005, -4.82047844, 3.80872631, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4862. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4863. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4864. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000123739243, -5.29968166, 1.10616493, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4865. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4866. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4867. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.17776489, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4868. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4869. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4870. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.40546131, 1.18221474, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4871. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4872. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4873. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.330493927, 6.23898315, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4874. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4875. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4876. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.352949142, 6.2519474, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4877. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4878. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4879. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.25064087e-005, -4.7668972, 3.68998146, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4880. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4881. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4882. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.000133752823, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4883. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4884. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4885. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  4886. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4887. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4888. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  4889. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4890. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4891. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.75984001, 0.000175714493, -3.91405869, -1.05164366e-008, -0.968119502, -0.250488758, -1, 9.91058347e-009, 3.68003583e-009, -1.08022657e-009, 0.250488758, -0.968119502))
  4892. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4893. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4894. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.65045071, 9.1791153e-005, -3.88835716, -7.4505806e-008, 0.968119502, -0.250488728, 1, 7.40473354e-008, -1.12545493e-008, 7.65227881e-009, -0.250488728, -0.968119562))
  4895. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4896. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4897. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.283361435, 6.34150124, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4898. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4899. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4900. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50797844, 1.22934341, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4901. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4902. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4903. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.86408234, 5.70879555, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4904. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4905. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4906. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.18818855, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4907. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4908. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4909. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.88570976, 3.90081406, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4910. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4911. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4912. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.79969025, 5.51748085, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4913. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4914. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4915. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.27589035, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4916. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4917. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4918. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.95941925, 0.494076729, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4919. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4920. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4921. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.79969025, 5.51747131, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4922. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4923. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4924. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.95941162, 0.494087219, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4925. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4926. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4927. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.27589035, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4928. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4929. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4930. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.339439392, 6.47211838, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4931. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4932. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4933. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.339440346, 6.6017437, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4934. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4935. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4936. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.60000801, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4937. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4938. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4939. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.60001373, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4940. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4941. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4942. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.341720581, 6.24546432, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4943. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4944. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4945. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.86659622, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4946. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4947. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4948. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.19071198, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4949. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4950. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4951. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.831707, 3.80224323, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4952. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4953. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4954. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.4119463, 1.17098236, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4955. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4956.  
  4957. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  4958. for _,c in pairs(workspace:children()) do
  4959. local hum=c:findFirstChild("Humanoid")
  4960. if hum~=nil then
  4961. local head=c:findFirstChild("Torso")
  4962. if head~=nil then
  4963. local targ=head.Position-Part.Position
  4964. local mag=targ.magnitude
  4965. if mag<=magni and c.Name~=Player.Name then
  4966. Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,1,3)
  4967. end
  4968. end
  4969. end
  4970. end
  4971. end
  4972.  
  4973. function magicring(brickcolor,cframe,x1,y1,z1,x3,y3,z3)
  4974. local prt=part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",Vector3.new(0.5,0.5,0.5))
  4975. prt.Anchored=true
  4976. prt.CFrame=cframe
  4977. prt.Touched:connect(function(hit) end)
  4978. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1))
  4979. local ref = Instance.new("Part",workspace)
  4980. ref.Anchored = true
  4981. ref.Size = Vector3.new(5,5,5)
  4982. ref.CFrame = Torso.CFrame*CFrame.new(-5,0,0)
  4983. ref.CanCollide = false
  4984. ref.Transparency = 1
  4985. MagniDamage(prt,ref,10,5,10,0,"Knockdown")
  4986. coroutine.resume(coroutine.create(function(Part,Mesh)
  4987. for i=0,1,0.03 do
  4988. wait()
  4989. Part.CFrame=Part.CFrame
  4990. Part.Transparency=i
  4991. Mesh.Scale=Mesh.Scale+Vector3.new(x3,y3,z3)
  4992. end
  4993. Part.Parent=nil
  4994. ref.Parent = nil
  4995. end),prt,msh)
  4996. end
  4997.  
  4998. function attackone()
  4999. attack = true
  5000. for i = 0,1,0.1 do
  5001. swait()
  5002. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  5003. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  5004. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  5005. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5006. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5007. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5008. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  5009. end
  5010. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  5011. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  5012. for i = 0,1,0.1 do
  5013. swait()
  5014. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5015. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5016. local h = 5
  5017. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5018. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5019. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5020. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5021. scfr = blcf
  5022. elseif not scfr then
  5023. scfr = blcf
  5024. end
  5025. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  5026. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  5027. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-130)),.3)
  5028. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)),.3)
  5029. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5030. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5031. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  5032. end
  5033. for i = 0,1,0.1 do
  5034. swait()
  5035. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5036. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5037. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(50)),.3)
  5038. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  5039. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5040. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5041. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5042. end
  5043. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  5044. for i = 0,1,0.1 do
  5045. swait()
  5046. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5047. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5048. local h = 5
  5049. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5050. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5051. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5052. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5053. scfr = blcf
  5054. elseif not scfr then
  5055. scfr = blcf
  5056. end
  5057. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  5058. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3)
  5059. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(130)),.3)
  5060. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  5061. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5062. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5063. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  5064. end
  5065. attack = false
  5066. con:disconnect()
  5067. scfr = nil
  5068. end
  5069.  
  5070. function attacktwo()
  5071. attack = true
  5072. for i = 0,1,0.1 do
  5073. swait()
  5074. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5075. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5076. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-90)),.3)
  5077. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5078. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5079. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5080. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5081. end
  5082. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  5083. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  5084. for i = 0,1,0.1 do
  5085. swait()
  5086. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  5087. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  5088. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-190), math.rad(-90)),.3)
  5089. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5090. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5091. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5092. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  5093. end
  5094. for i = 0,1,0.1 do
  5095. swait()
  5096. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5097. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5098. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(120), math.rad(90)),.3)
  5099. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5100. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5101. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5102. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5103. end
  5104. so("http://roblox.com/asset/?id=199150686",Hitbox,1,.9)
  5105. for i = 0,1,0.1 do
  5106. swait()
  5107. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5108. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5109. local h = 5
  5110. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5111. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5112. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5113. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5114. scfr = blcf
  5115. elseif not scfr then
  5116. scfr = blcf
  5117. end
  5118. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  5119. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  5120. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)),.3)
  5121. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5122. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5123. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5124. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5125. end
  5126. for i = 0,1,0.1 do
  5127. swait()
  5128. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  5129. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  5130. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)),.3)
  5131. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  5132. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5133. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5134. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5135. end
  5136. so("http://roblox.com/asset/?id=199146359",Hitbox,1,.9)
  5137. for i = 0,1,0.1 do
  5138. swait()
  5139. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5140. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5141. local h = 5
  5142. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5143. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5144. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5145. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5146. scfr = blcf
  5147. elseif not scfr then
  5148. scfr = blcf
  5149. end
  5150. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  5151. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-20)),.3)
  5152. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)),.3)
  5153. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-30)),.3)
  5154. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5155. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5156. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5157. end
  5158. attack = false
  5159. con:disconnect()
  5160. scfr = nil
  5161. end
  5162.  
  5163. function Spin()
  5164. attack=true
  5165. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  5166. for i=0,1,0.1 do
  5167. swait()
  5168. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5169. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5170. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(120)),.3)
  5171. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)),.3)
  5172. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5173. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5174. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  5175. end
  5176. Humanoid = game.Players.LocalPlayer.Character.Humanoid
  5177. Humanoid.Jump = true
  5178. for i=0,1,1 do
  5179. so("http://roblox.com/asset/?id=234365573",Torso,1,1)
  5180. swait()
  5181. for i=0,1,0.1 do
  5182. swait()
  5183. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5184. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5185. local h = 5
  5186. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5187. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5188. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5189. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5190. scfr = blcf
  5191. elseif not scfr then
  5192. scfr = blcf
  5193. end
  5194. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2)*euler(0,-1.2,6*i),.3)
  5195. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5196. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(80)),.3)
  5197. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-70)),.3)
  5198. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(60),math.rad(-10)),.3)
  5199. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(10)),.3)
  5200. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  5201. end
  5202. end
  5203. attack=false
  5204. con:disconnect()
  5205. scfr = nil
  5206. end
  5207.  
  5208. function StunTarget()
  5209. attack = true
  5210. for i = 0,1,0.05 do
  5211. swait()
  5212. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  5213. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  5214. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  5215. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-90)),.3)
  5216. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5217. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5218. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  5219. end
  5220. so("http://roblox.com/asset/?id=228343249",Torso,1,1)
  5221. for i = 1,2 do
  5222. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  5223. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  5224. end
  5225. attack = false
  5226. end
  5227.  
  5228. mouse.Button1Down:connect(function()
  5229. if attack == false and attacktype == 1 then
  5230. attacktype = 2
  5231. attackone()
  5232. elseif attack == false and attacktype == 2 then
  5233. attacktype = 1
  5234. attacktwo()
  5235. end
  5236. end)
  5237.  
  5238. mouse.KeyDown:connect(function(k)
  5239. k=k:lower()
  5240. if attack == false and k == 'q' then
  5241. Spin()
  5242. elseif attack == false and k == 'e' then
  5243. StunTarget()
  5244. end
  5245. end)
  5246.  
  5247.  
  5248. local sine = 0
  5249. local change = 1
  5250. local val = 0
  5251.  
  5252. while true do
  5253. swait()
  5254. sine = sine + change
  5255. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  5256. local velderp=RootPart.Velocity.y
  5257. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  5258. if equipped==true or equipped==false then
  5259. if attack==false then
  5260. idle=idle+1
  5261. else
  5262. idle=0
  5263. end
  5264. if idle>=500 then
  5265. if attack==false then
  5266. --Sheath()
  5267. end
  5268. end
  5269. if RootPart.Velocity.y > 1 and hitfloor==nil then
  5270. if attack==false then
  5271. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5272. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5273. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2)
  5274. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)),.2)
  5275. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  5276. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-20)),.2)
  5277. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5278. end
  5279. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  5280. Anim="Fall"
  5281. if attack==false then
  5282. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5283. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  5284. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(40)),.2)
  5285. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)),.2)
  5286. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  5287. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  5288. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5289. end
  5290. elseif torvel<1 and hitfloor~=nil then
  5291. Anim="Idle"
  5292. if attack==false then
  5293. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-40)),.2)
  5294. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  5295. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)),.2)
  5296. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)),.2)
  5297. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2)
  5298. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.2)
  5299. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  5300. end
  5301. elseif torvel>2 and hitfloor~=nil then
  5302. Anim="Walk"
  5303. if attack==false then
  5304. change=3
  5305. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
  5306. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  5307. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)),.2)
  5308. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-15)),.2)
  5309. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.2)
  5310. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  5311. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.2)
  5312. end
  5313. end
  5314. end
  5315. if #Effects>0 then
  5316. for e=1,#Effects do
  5317. if Effects[e]~=nil then
  5318. local Thing=Effects[e]
  5319. if Thing~=nil then
  5320. local Part=Thing[1]
  5321. local Mode=Thing[2]
  5322. local Delay=Thing[3]
  5323. local IncX=Thing[4]
  5324. local IncY=Thing[5]
  5325. local IncZ=Thing[6]
  5326. if Thing[1].Transparency<=1 then
  5327. if Thing[2]=="Block1" then
  5328. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  5329. Mesh=Thing[1].Mesh
  5330. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5331. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5332. elseif Thing[2]=="Cylinder" then
  5333. Mesh=Thing[1].Mesh
  5334. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5335. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5336. elseif Thing[2]=="Blood" then
  5337. Mesh=Thing[7]
  5338. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  5339. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5340. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5341. elseif Thing[2]=="Elec" then
  5342. Mesh=Thing[1].Mesh
  5343. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  5344. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5345. elseif Thing[2]=="Disappear" then
  5346. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5347. end
  5348. else
  5349. Part.Parent=nil
  5350. table.remove(Effects,e)
  5351. end
  5352. end
  5353. end
  5354. end
  5355. end
  5356. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement