Advertisement
lafur

Untitled

Nov 2nd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end wait(1 / 60)
  6. Effects = { }
  7. local Player = game.Players.localPlayer
  8. local Character = Player.Character
  9. local Humanoid = Character.Humanoid
  10. local mouse = Player:GetMouse()
  11. local m = Instance.new('Model', Character)
  12. m.Name = "WeaponModel"
  13. local laughing = false
  14. local LeftArm = Character["Left Arm"]
  15. local RightArm = Character["Right Arm"]
  16. local LeftLeg = Character["Left Leg"]
  17. local RightLeg = Character["Right Leg"]
  18. local Head = Character.Head
  19. local Torso = Character.Torso
  20. local cam = game.Workspace.CurrentCamera
  21. local RootPart = Character.HumanoidRootPart
  22. local RootJoint = RootPart.RootJoint
  23. local equipped = false
  24. local attack = false
  25. local Anim = 'Idle'
  26. local idle = 0
  27. local attacktype = 1
  28. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  29. local velocity = RootPart.Velocity.y
  30. local sine = 0
  31. local change = 1
  32. local grabbed = false
  33. local cn = CFrame.new
  34. local mr = math.rad
  35. local angles = CFrame.Angles
  36. local ud = UDim2.new
  37. local c3 = Color3.new
  38.  
  39. Keys = {
  40. ["1"] = "Q",
  41. ["2"] = "E",
  42. ["3"] = "R",
  43. ["4"] = "F"
  44. }
  45.  
  46. Humanoid.Animator.Parent = nil
  47. Character.Animate.Parent = nil
  48.  
  49. local newMotor = function(part0, part1, c0, c1)
  50. local w = Instance.new('Motor', part0)
  51. w.Part0 = part0
  52. w.Part1 = part1
  53. w.C0 = c0
  54. w.C1 = c1
  55. return w
  56. end
  57.  
  58. function clerp(a, b, t)
  59. return a:lerp(b, t)
  60. end
  61.  
  62. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  63. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  64.  
  65. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  66. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  67. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  68. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  69. RootJoint.C1 = CFrame.new(0, 0, 0)
  70. RootJoint.C0 = CFrame.new(0, 0, 0)
  71. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  72. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  73.  
  74. local rarmc1 = RW.C1
  75. local larmc1 = LW.C1
  76. local rlegc1 = RH.C1
  77. local llegc1 = LH.C1
  78.  
  79. local resetc1 = false
  80.  
  81. function PlayAnimationFromTable(table, speed, bool)
  82. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  83. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  84. RW.C0 = clerp(RW.C0, table[3], speed)
  85. LW.C0 = clerp(LW.C0, table[4], speed)
  86. RH.C0 = clerp(RH.C0, table[5], speed)
  87. LH.C0 = clerp(LH.C0, table[6], speed)
  88. if bool == true then
  89. if resetc1 == false then
  90. resetc1 = true
  91. RootJoint.C1 = RootJoint.C1
  92. Torso.Neck.C1 = Torso.Neck.C1
  93. RW.C1 = rarmc1
  94. LW.C1 = larmc1
  95. RH.C1 = rlegc1
  96. LH.C1 = llegc1
  97. end
  98. end
  99. end
  100.  
  101. --[[Credits to SazErenos for his Artificial Heartbeat]]--
  102.  
  103. ArtificialHB = Instance.new("BindableEvent", script)
  104. ArtificialHB.Name = "Heartbeat"
  105.  
  106. script:WaitForChild("Heartbeat")
  107.  
  108. frame = 1 / 35
  109. tf = 0
  110. allowframeloss = false
  111. tossremainder = false
  112. lastframe = tick()
  113. script.Heartbeat:Fire()
  114.  
  115. game:GetService("RunService").Heartbeat:connect(function(s, p)
  116. tf = tf + s
  117. if tf >= frame then
  118. if allowframeloss then
  119. script.Heartbeat:Fire()
  120. lastframe = tick()
  121. else
  122. for i = 1, math.floor(tf / frame) do
  123. script.Heartbeat:Fire()
  124. end
  125. lastframe = tick()
  126. end
  127. if tossremainder then
  128. tf = 0
  129. else
  130. tf = tf - frame * math.floor(tf / frame)
  131. end
  132. end
  133. end)
  134.  
  135. function swait(num)
  136. if num == 0 or num == nil then
  137. ArtificialHB.Event:wait()
  138. else
  139. for i = 0, num do
  140. ArtificialHB.Event:wait()
  141. end
  142. end
  143. end
  144.  
  145. local RbxUtility = LoadLibrary("RbxUtility")
  146. local Create = RbxUtility.Create
  147.  
  148. function RemoveOutlines(part)
  149. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  150. end
  151.  
  152. CFuncs = {
  153. ["Part"] = {
  154. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  155. local Part = Create("Part"){
  156. Parent = Parent,
  157. Reflectance = Reflectance,
  158. Transparency = Transparency,
  159. CanCollide = false,
  160. Locked = true,
  161. BrickColor = BrickColor.new(tostring(BColor)),
  162. Name = Name,
  163. Size = Size,
  164. Material = Material,
  165. }
  166. RemoveOutlines(Part)
  167. return Part
  168. end;
  169. };
  170.  
  171. ["Mesh"] = {
  172. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  173. local Msh = Create(Mesh){
  174. Parent = Part,
  175. Offset = OffSet,
  176. Scale = Scale,
  177. }
  178. if Mesh == "SpecialMesh" then
  179. Msh.MeshType = MeshType
  180. Msh.MeshId = MeshId
  181. end
  182. return Msh
  183. end;
  184. };
  185.  
  186. ["Mesh"] = {
  187. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  188. local Msh = Create(Mesh){
  189. Parent = Part,
  190. Offset = OffSet,
  191. Scale = Scale,
  192. }
  193. if Mesh == "SpecialMesh" then
  194. Msh.MeshType = MeshType
  195. Msh.MeshId = MeshId
  196. end
  197. return Msh
  198. end;
  199. };
  200.  
  201. ["Weld"] = {
  202. Create = function(Parent, Part0, Part1, C0, C1)
  203. local Weld = Create("Weld"){
  204. Parent = Parent,
  205. Part0 = Part0,
  206. Part1 = Part1,
  207. C0 = C0,
  208. C1 = C1,
  209. }
  210. return Weld
  211. end;
  212. };
  213.  
  214. ["Sound"] = {
  215. Create = function(id, par, vol, pit)
  216. coroutine.resume(coroutine.create(function()
  217. local S = Create("Sound"){
  218. Volume = vol,
  219. Pitch = pit or 1,
  220. SoundId = id,
  221. Parent = par or workspace,
  222. }
  223. wait()
  224. S:play()
  225. game:GetService("Debris"):AddItem(S, 6)
  226. end))
  227. end;
  228. };
  229.  
  230. ["ParticleEmitter"] = {
  231. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  232. local fp = Create("ParticleEmitter"){
  233. Parent = Parent,
  234. Color = ColorSequence.new(Color1, Color2),
  235. LightEmission = LightEmission,
  236. Size = Size,
  237. Texture = Texture,
  238. Transparency = Transparency,
  239. ZOffset = ZOffset,
  240. Acceleration = Accel,
  241. Drag = Drag,
  242. LockedToPart = LockedToPart,
  243. VelocityInheritance = VelocityInheritance,
  244. EmissionDirection = EmissionDirection,
  245. Enabled = Enabled,
  246. Lifetime = LifeTime,
  247. Rate = Rate,
  248. Rotation = Rotation,
  249. RotSpeed = RotSpeed,
  250. Speed = Speed,
  251. VelocitySpread = VelocitySpread,
  252. }
  253. return fp
  254. end;
  255. };
  256. }
  257.  
  258. function rayCast(Position, Direction, Range, Ignore)
  259. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  260. end
  261.  
  262. local function GetNearest(obj, distance)
  263. local last, lastx = distance + 1
  264. for i, v in pairs(workspace:GetChildren()) do
  265. if v:IsA'Model' and v ~= Character and v:findFirstChild('Humanoid') and v:findFirstChild('Torso') and v:findFirstChild('Humanoid').Health > 0 then
  266. local t = v.Torso
  267. local dist = (t.Position - obj.Position).magnitude
  268. if dist <= distance then
  269. if dist < last then
  270. last = dist
  271. lastx = v
  272. end
  273. end
  274. end
  275. end
  276. return lastx
  277. end
  278.  
  279. --[[ Credits to Kert109 (Ninja_Deer) for the Damage function. Fenrier for the Magnitude Damage --not ma fav
  280. function Damage(hit, damage, cooldown, Color1, Color2, HSound, HPitch)
  281. for i, v in pairs(hit:GetChildren()) do
  282. if v:IsA("Humanoid") and hit.Name ~= Character.Name then
  283. local find = v:FindFirstChild("DebounceHit")
  284. if not find then
  285. if v.Parent:findFirstChild("Head") then
  286. local BillG = Create("BillboardGui"){
  287. Parent = v.Parent.Head,
  288. Size = UDim2.new(1, 0, 1, 0),
  289. Adornee = v.Parent.Head,
  290. StudsOffset = Vector3.new(math.random(-3, 3), math.random(3, 5), math.random(-3, 3)),
  291. }
  292. local TL = Create("TextLabel"){
  293. Parent = BillG,
  294. Size = UDim2.new(3, 3, 3, 3),
  295. BackgroundTransparency = 1,
  296. Text = tostring(damage).."-",
  297. TextColor3 = Color1.Color,
  298. TextStrokeColor3 = Color2.Color,
  299. TextStrokeTransparency = 0,
  300. TextXAlignment = Enum.TextXAlignment.Center,
  301. TextYAlignment = Enum.TextYAlignment.Center,
  302. FontSize = Enum.FontSize.Size18,
  303. Font = "ArialBold",
  304. }
  305. coroutine.resume(coroutine.create(function()
  306. swait(1)
  307. for i = 0, 1, .1 do
  308. swait(.1)
  309. BillG.StudsOffset = BillG.StudsOffset + Vector3.new(0, .1, 0)
  310. end
  311. BillG:Destroy()
  312. end))
  313. end
  314. v.Health = v.Health - damage
  315. local bool = Create("BoolValue"){
  316. Parent = v,
  317. Name = "DebounceHit",
  318. }
  319. if HSound ~= nil and HPitch ~= nil then
  320. CFuncs["Sound"].Create(HSound, hit, 1, HPitch)
  321. end
  322. game:GetService("Debris"):AddItem(bool, cooldown)
  323. end
  324. end
  325. end
  326. end
  327.  
  328. function MagnitudeDamage(Part, magni, mindam, maxdam, Color1, Color2, HSound, HPitch)
  329. for _, c in pairs(workspace:children()) do
  330. local hum = c:findFirstChild("Humanoid")
  331. if hum ~= nil then
  332. local head = c:findFirstChild("Torso")
  333. if head ~= nil then
  334. local targ = head.Position - Part.Position
  335. local mag = targ.magnitude
  336. if mag <= magni and c.Name ~= Player.Name then
  337. Damage(head.Parent, math.random(mindam, maxdam), 0.5, Color1, Color2, HSound, HPitch)
  338. end
  339. end
  340. end
  341. end
  342. end
  343. ]]
  344.  
  345. function makegui(cframe, text)
  346. local a = math.random(-10, 10) / 100
  347. local c = Instance.new("Part")
  348. c.Transparency = 1
  349. Instance.new("BodyGyro").Parent = c
  350. c.Parent = Character
  351. c.CFrame = CFrame.new(cframe.p + Vector3.new(0, 1.5, 0))
  352. local f = Instance.new("BodyPosition")
  353. f.P = 2000
  354. f.D = 100
  355. f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  356. f.position = c.Position + Vector3.new(0, 3, 0)
  357. f.Parent = c
  358. game:GetService("Debris"):AddItem(c, .5 + 6)
  359. c.CanCollide = false
  360. c.Parent = workspace
  361. c.CanCollide = false
  362. local bg = Instance.new('BillboardGui', c)
  363. bg.Adornee = c
  364. bg.Size = UDim2.new(1, 0, 1, 0)
  365. bg.StudsOffset = Vector3.new(0, 0, 0)
  366. bg.AlwaysOnTop = false
  367. local tl = Instance.new('TextLabel', bg)
  368. tl.BackgroundTransparency = 1
  369. tl.Size = UDim2.new(1, 0, 1, 0)
  370. tl.Text = text
  371. tl.Font = 'SourceSansBold'
  372. tl.FontSize = 'Size42'
  373. tl.TextColor3 = BrickColor.new('Bright yellow').Color
  374. tl.TextStrokeTransparency = 0
  375. tl.TextScaled = true
  376. tl.TextWrapped = true
  377. coroutine.wrap(function()
  378. wait(2)
  379. for i = 1, 10 do
  380. swait()
  381. c.Transparency = 1
  382. tl.TextTransparency = tl.TextTransparency + .1
  383. if tl.TextTransparency == 1 then
  384. break
  385. end
  386. end
  387. tl:Destroy()
  388. end)()
  389. end
  390.  
  391. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  392. if hit.Parent==nil then
  393. return
  394. end
  395. h=hit.Parent:FindFirstChild("Humanoid")
  396. for _,v in pairs(hit.Parent:children()) do
  397. if v:IsA("Humanoid") then
  398. h=v
  399. end
  400. end
  401. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  402. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  403. end
  404. if hit.Parent.className=="Hat" then
  405. hit=hit.Parent.Parent:findFirstChild("Head")
  406. end
  407. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  408. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  409. local blocked=false
  410. block=hit.Parent:findFirstChild("Block")
  411. if block~=nil then
  412. print(block.className)
  413. if block.className=="NumberValue" then
  414. if block.Value>0 then
  415. blocked=true
  416. if decreaseblock==nil then
  417. block.Value=block.Value-1
  418. end
  419. end
  420. end
  421. if block.className=="IntValue" then
  422. if block.Value>0 then
  423. blocked=true
  424. if decreaseblock~=nil then
  425. block.Value=block.Value-1
  426. end
  427. end
  428. end
  429. end
  430. local D = math.random(minim, maxim)
  431. if blocked==false then
  432. h.Health=h.Health-D
  433. makegui(hit.Parent.Head.CFrame,tostring(math.floor(D+.5)))
  434. else
  435. h.Health=h.Health-(D/2)
  436. makegui(hit.Parent.Head.CFrame,tostring(math.floor(D+.5)))
  437. end
  438. if Type=="Knockdown" then
  439. local humanoid=hit.Parent.Humanoid
  440. humanoid.PlatformStand=true
  441. coroutine.resume(coroutine.create(function(Humanoid)
  442. swait()
  443. Humanoid.PlatformStand=false
  444. end),humanoid)
  445. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  446. local bodvol=Instance.new("BodyVelocity")
  447. bodvol.velocity=angle*knockback
  448. bodvol.P=5000
  449. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  450. bodvol.Parent=hit
  451. rl=Instance.new("BodyAngularVelocity")
  452. rl.P=3000
  453. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  454. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  455. rl.Parent=hit
  456. game:GetService("Debris"):AddItem(bodvol,.5)
  457. game:GetService("Debris"):AddItem(rl,.5)
  458. elseif Type=="Normal" then
  459. hitpitch = math.random(0.8, 1)
  460. CFuncs.Sound.Create("rbxassetid://199149221", hit, 1, hitpitch)
  461. vp=Instance.new("BodyVelocity")
  462. vp.P=500
  463. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  464. if KnockbackType==1 then
  465. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  466. elseif KnockbackType==2 then
  467. vp.velocity=Property.CFrame.lookVector*knockback
  468. end
  469. if knockback>0 then
  470. vp.Parent=hit.Parent.Torso
  471. end
  472. game:GetService("Debris"):AddItem(vp,.5)
  473. elseif Type=="Up" then
  474. local bodyVelocity=Instance.new("BodyVelocity")
  475. bodyVelocity.velocity=vt(0,60,0)
  476. bodyVelocity.P=5000
  477. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  478. bodyVelocity.Parent=hit
  479. game:GetService("Debris"):AddItem(bodyVelocity,1)
  480. rl=Instance.new("BodyAngularVelocity")
  481. rl.P=3000
  482. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  483. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  484. rl.Parent=hit
  485. game:GetService("Debris"):AddItem(rl,.5)
  486. elseif Type=="Snare" then
  487. wait()
  488. bp=Instance.new("BodyPosition")
  489. bp.P=2000
  490. bp.D=100
  491. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  492. bp.position=hit.Parent.Torso.Position
  493. bp.Parent=hit.Parent.Torso
  494. game:GetService("Debris"):AddItem(bp,1)
  495. elseif Type=="Target" then
  496. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199144144",hit,1,math.random(150,200)/100)
  497. vp=Instance.new("BodyVelocity")
  498. vp.P=500
  499. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  500. if KnockbackType==1 then
  501. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  502. elseif KnockbackType==2 then
  503. vp.velocity=Property.CFrame.lookVector*knockback
  504. end
  505. if knockback>0 then
  506. vp.Parent=hit.Parent.Torso
  507. end
  508. game:GetService("Debris"):AddItem(vp,.5)
  509. end
  510. debounce=Instance.new("BoolValue")
  511. debounce.Name="DebounceHit"
  512. debounce.Parent=hit.Parent
  513. debounce.Value=true
  514. game:GetService("Debris"):AddItem(debounce,Delay)
  515. c=Instance.new("ObjectValue")
  516. c.Name="creator"
  517. c.Value=Player
  518. c.Parent=h
  519. game:GetService("Debris"):AddItem(c,.5)
  520. CRIT=false
  521. hitDeb=true
  522. AttackPos=6
  523. end
  524. end
  525.  
  526. function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
  527. for _,c in pairs(workspace:children()) do
  528. local hum=c:findFirstChild("Humanoid")
  529. if hum~=nil then
  530. local head=c:findFirstChild("Torso")
  531. if head~=nil then
  532. local targ=head.Position-Part.Position
  533. local mag=targ.magnitude
  534. if mag<=magni and c.Name~=Player.Name then
  535. Damagefunc(head,mindam,maxdam,knock,Type,RootPart,.2,1,3,1)
  536. end
  537. end
  538. end
  539. end
  540. end
  541.  
  542. EffectModel = Instance.new("Model", Character)
  543. EffectModel.Name = "Effects"
  544.  
  545. Effects = {
  546. ["Block"] = {
  547. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  548. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  549. prt.Anchored = true
  550. prt.CFrame = cframe
  551. local msh = CFuncs["Mesh"].Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  552. game:GetService("Debris"):AddItem(prt, 10)
  553. if Type == 1 or Type == nil then
  554. table.insert(Effects, {
  555. prt,
  556. "Block1",
  557. delay,
  558. x3,
  559. y3,
  560. z3,
  561. msh
  562. })
  563. elseif Type == 2 then
  564. table.insert(Effects, {
  565. prt,
  566. "Block2",
  567. delay,
  568. x3,
  569. y3,
  570. z3,
  571. msh
  572. })
  573. end
  574. end;
  575. };
  576.  
  577. ["Sphere"] = {
  578. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  579. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  580. prt.Anchored = true
  581. prt.CFrame = cframe
  582. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  583. game:GetService("Debris"):AddItem(prt, 10)
  584. table.insert(Effects, {
  585. prt,
  586. "Cylinder",
  587. delay,
  588. x3,
  589. y3,
  590. z3,
  591. msh
  592. })
  593. end;
  594. };
  595.  
  596. ["Ring"] = {
  597. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  598. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  599. prt.Anchored = true
  600. prt.CFrame = cframe
  601. local msh = CFuncs["Mesh"].Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  602. game:GetService("Debris"):AddItem(prt, 10)
  603. table.insert(Effects, {
  604. prt,
  605. "Cylinder",
  606. delay,
  607. x3,
  608. y3,
  609. z3,
  610. msh
  611. })
  612. end;
  613. };
  614.  
  615.  
  616. ["Wave"] = {
  617. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  618. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  619. prt.Anchored = true
  620. prt.CFrame = cframe
  621. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  622. game:GetService("Debris"):AddItem(prt, 10)
  623. table.insert(Effects, {
  624. prt,
  625. "Cylinder",
  626. delay,
  627. x3,
  628. y3,
  629. z3,
  630. msh
  631. })
  632. end;
  633. };
  634.  
  635. ["Break"] = {
  636. Create = function(brickcolor, cframe, x1, y1, z1)
  637. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  638. prt.Anchored = true
  639. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  640. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  641. local num = math.random(10, 50) / 1000
  642. game:GetService("Debris"):AddItem(prt, 10)
  643. table.insert(Effects, {
  644. prt,
  645. "Shatter",
  646. num,
  647. prt.CFrame,
  648. math.random() - math.random(),
  649. 0,
  650. math.random(50, 100) / 100
  651. })
  652. end;
  653. };
  654. }
  655.  
  656. m.Name = "Rendier R-C15"
  657. m1 = Instance.new("Model")
  658. m1.Name = "ChainsawPart"
  659. m1.Parent = m
  660. p1 = Instance.new("Part", m1)
  661. p1.BrickColor = BrickColor.new("Dark stone grey")
  662. p1.Material = Enum.Material.Fabric
  663. p1.CFrame = CFrame.new(56.2297325, 2.61383605, -124.294426, -0.509489059, 0.0275912844, -0.860034645, 0.0420910046, 0.999088466, 0.00711741997, 0.859447122, -0.0325734727, -0.510185957)
  664. p1.Anchored = true
  665. p1.CanCollide = false
  666. p1.Size = Vector3.new(4.51804161, 0.693278253, 0.200000003)
  667. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  668. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  669. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  670. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  671. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  672. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  673. b1 = Instance.new("BlockMesh", p1)
  674. b1.Name = "Mesh"
  675. b1.Scale = Vector3.new(1, 1, 0.430899411)
  676. p2 = Instance.new("Part", m1)
  677. p2.BrickColor = BrickColor.new("Medium stone grey")
  678. p2.Material = Enum.Material.SmoothPlastic
  679. p2.CFrame = CFrame.new(55.0224533, 3.140136, -122.251991, 0.860044122, 0.0149191013, -0.5100016, -0.0071210009, 0.999826014, 0.0172394216, 0.510170043, -0.0111949397, 0.86000073)
  680. p2.Anchored = true
  681. p2.CanCollide = false
  682. p2.FormFactor = Enum.FormFactor.Symmetric
  683. p2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  684. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  685. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  686. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  687. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  688. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  689. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  690. b2 = Instance.new("SpecialMesh", p2)
  691. b2.MeshType = Enum.MeshType.Wedge
  692. b2.Name = "Mesh"
  693. b2.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  694. p3 = Instance.new("Part", m1)
  695. p3.BrickColor = BrickColor.new("Medium stone grey")
  696. p3.Material = Enum.Material.SmoothPlastic
  697. p3.CFrame = CFrame.new(54.9071884, 2.96719909, -122.060028, -0.860044122, -0.424839824, 0.282551378, 0.0071210009, 0.543735027, 0.839226782, -0.510170043, 0.723784089, -0.464610755)
  698. p3.Anchored = true
  699. p3.CanCollide = false
  700. p3.FormFactor = Enum.FormFactor.Symmetric
  701. p3.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  702. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  703. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  704. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  705. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  706. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  707. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  708. b3 = Instance.new("SpecialMesh", p3)
  709. b3.MeshType = Enum.MeshType.Wedge
  710. b3.Name = "Mesh"
  711. b3.Scale = Vector3.new(0.439431667, 0.671946645, 1)
  712. p4 = Instance.new("Part", m1)
  713. p4.BrickColor = BrickColor.new("Medium stone grey")
  714. p4.Material = Enum.Material.SmoothPlastic
  715. p4.CFrame = CFrame.new(54.8866119, 2.96871805, -122.025368, -0.860044122, -0.499092191, 0.105977185, 0.0071210009, 0.195947051, 0.980588675, -0.510170043, 0.844104111, -0.164969072)
  716. p4.Anchored = true
  717. p4.CanCollide = false
  718. p4.FormFactor = Enum.FormFactor.Symmetric
  719. p4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  720. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  721. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  722. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  723. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  724. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  725. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  726. b4 = Instance.new("SpecialMesh", p4)
  727. b4.MeshType = Enum.MeshType.Wedge
  728. b4.Name = "Mesh"
  729. b4.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  730. p5 = Instance.new("Part", m1)
  731. p5.BrickColor = BrickColor.new("Medium stone grey")
  732. p5.Material = Enum.Material.SmoothPlastic
  733. p5.CFrame = CFrame.new(54.9763336, 3.043468, -122.175529, 0.860044122, -0.235676274, -0.452527255, -0.0071210009, 0.881295264, -0.472512484, 0.510170043, 0.409603983, 0.756274521)
  734. p5.Anchored = true
  735. p5.CanCollide = false
  736. p5.FormFactor = Enum.FormFactor.Symmetric
  737. p5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  738. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  739. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  740. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  741. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  742. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  743. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  744. b5 = Instance.new("SpecialMesh", p5)
  745. b5.MeshType = Enum.MeshType.Wedge
  746. b5.Name = "Mesh"
  747. b5.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  748. p6 = Instance.new("Part", m1)
  749. p6.BrickColor = BrickColor.new("Medium stone grey")
  750. p6.Material = Enum.Material.SmoothPlastic
  751. p6.CFrame = CFrame.new(54.9500542, 3.01700211, -122.131638, -0.860044122, -0.235676274, 0.452527255, 0.0071210009, 0.881295264, 0.472512484, -0.510170043, 0.409603983, -0.756274521)
  752. p6.Anchored = true
  753. p6.CanCollide = false
  754. p6.FormFactor = Enum.FormFactor.Symmetric
  755. p6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  756. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  757. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  758. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  759. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  762. b6 = Instance.new("SpecialMesh", p6)
  763. b6.MeshType = Enum.MeshType.Wedge
  764. b6.Name = "Mesh"
  765. b6.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  766. p7 = Instance.new("Part", m1)
  767. p7.BrickColor = BrickColor.new("Medium stone grey")
  768. p7.Material = Enum.Material.SmoothPlastic
  769. p7.CFrame = CFrame.new(55.0177879, 3.10446811, -122.244545, 0.860044122, -0.159023583, -0.484804779, -0.0071210009, 0.946354508, -0.32305178, 0.510170043, 0.281291068, 0.812774241)
  770. p7.Anchored = true
  771. p7.CanCollide = false
  772. p7.FormFactor = Enum.FormFactor.Symmetric
  773. p7.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  774. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  775. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  776. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  780. b7 = Instance.new("SpecialMesh", p7)
  781. b7.MeshType = Enum.MeshType.Wedge
  782. b7.Name = "Mesh"
  783. b7.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  784. p8 = Instance.new("Part", m1)
  785. p8.BrickColor = BrickColor.new("Medium stone grey")
  786. p8.Material = Enum.Material.SmoothPlastic
  787. p8.CFrame = CFrame.new(54.9992714, 2.28340697, -122.224792, -0.860044122, -0.0402459092, -0.508629978, 0.0071210009, -0.997733891, 0.0669058785, -0.510170043, 0.0539200455, 0.858381748)
  788. p8.Anchored = true
  789. p8.CanCollide = false
  790. p8.FormFactor = Enum.FormFactor.Symmetric
  791. p8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  792. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  793. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  794. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  797. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  798. b8 = Instance.new("SpecialMesh", p8)
  799. b8.MeshType = Enum.MeshType.Wedge
  800. b8.Name = "Mesh"
  801. b8.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  802. p9 = Instance.new("Part", m1)
  803. p9.BrickColor = BrickColor.new("Medium stone grey")
  804. p9.Material = Enum.Material.SmoothPlastic
  805. p9.CFrame = CFrame.new(54.8940048, 2.47456408, -122.044708, 0.860044122, -0.452866614, 0.235023424, -0.0071210009, -0.471241057, -0.88197577, 0.510170043, 0.756864429, -0.40851298)
  806. p9.Anchored = true
  807. p9.CanCollide = false
  808. p9.FormFactor = Enum.FormFactor.Symmetric
  809. p9.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  810. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  811. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  812. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  813. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  814. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  816. b9 = Instance.new("SpecialMesh", p9)
  817. b9.MeshType = Enum.MeshType.Wedge
  818. b9.Name = "Mesh"
  819. b9.Scale = Vector3.new(0.439431667, 0.671946645, 1)
  820. p10 = Instance.new("Part", m1)
  821. p10.BrickColor = BrickColor.new("Medium stone grey")
  822. p10.Material = Enum.Material.SmoothPlastic
  823. p10.CFrame = CFrame.new(54.9339676, 2.41789889, -122.112823, 0.860044122, -0.283167243, 0.424429625, -0.0071210009, -0.838437319, -0.544951618, 0.510170043, 0.465660095, -0.723109484)
  824. p10.Anchored = true
  825. p10.CanCollide = false
  826. p10.FormFactor = Enum.FormFactor.Symmetric
  827. p10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  828. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  829. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  830. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  834. b10 = Instance.new("SpecialMesh", p10)
  835. b10.MeshType = Enum.MeshType.Wedge
  836. b10.Name = "Mesh"
  837. b10.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  838. p11 = Instance.new("Part", m1)
  839. p11.BrickColor = BrickColor.new("Medium stone grey")
  840. p11.Material = Enum.Material.SmoothPlastic
  841. p11.CFrame = CFrame.new(54.9965668, 2.31968904, -122.219719, -0.860044122, -0.210446313, -0.464797288, 0.0071210009, -0.91583699, 0.401487142, -0.510170043, 0.341986835, 0.789158762)
  842. p11.Anchored = true
  843. p11.CanCollide = false
  844. p11.FormFactor = Enum.FormFactor.Symmetric
  845. p11.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  846. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  847. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  848. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  852. b11 = Instance.new("SpecialMesh", p11)
  853. b11.MeshType = Enum.MeshType.Wedge
  854. b11.Name = "Mesh"
  855. b11.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  856. p12 = Instance.new("Part", m1)
  857. p12.BrickColor = BrickColor.new("Medium stone grey")
  858. p12.Material = Enum.Material.SmoothPlastic
  859. p12.CFrame = CFrame.new(54.9586449, 2.38724399, -122.154823, -0.860044122, -0.283167243, -0.424429625, 0.0071210009, -0.838437319, 0.544951618, -0.510170043, 0.465660095, 0.723109484)
  860. p12.Anchored = true
  861. p12.CanCollide = false
  862. p12.FormFactor = Enum.FormFactor.Symmetric
  863. p12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  864. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  870. b12 = Instance.new("SpecialMesh", p12)
  871. b12.MeshType = Enum.MeshType.Wedge
  872. b12.Name = "Mesh"
  873. b12.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  874. p13 = Instance.new("Part", m1)
  875. p13.BrickColor = BrickColor.new("Medium stone grey")
  876. p13.Material = Enum.Material.SmoothPlastic
  877. p13.CFrame = CFrame.new(54.8734856, 2.47645593, -122.009995, 0.860044122, -0.507617712, 0.0514626093, -0.0071210009, -0.112795986, -0.99359262, 0.510170043, 0.854166985, -0.100624263)
  878. p13.Anchored = true
  879. p13.CanCollide = false
  880. p13.FormFactor = Enum.FormFactor.Symmetric
  881. p13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  882. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  888. b13 = Instance.new("SpecialMesh", p13)
  889. b13.MeshType = Enum.MeshType.Wedge
  890. b13.Name = "Mesh"
  891. b13.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  892. p14 = Instance.new("Part", m1)
  893. p14.BrickColor = BrickColor.new("Medium stone grey")
  894. p14.Material = Enum.Material.SmoothPlastic
  895. p14.CFrame = CFrame.new(54.8719254, 2.6156919, -122.005417, -0.860044122, -0.495372206, -0.122190587, 0.0071210009, -0.251116991, 0.967930615, -0.510170043, 0.831592858, 0.21949923)
  896. p14.Anchored = true
  897. p14.CanCollide = false
  898. p14.FormFactor = Enum.FormFactor.Symmetric
  899. p14.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  900. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  901. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  906. b14 = Instance.new("SpecialMesh", p14)
  907. b14.MeshType = Enum.MeshType.Wedge
  908. b14.Name = "Mesh"
  909. b14.Scale = Vector3.new(0.439431667, 0.671946645, 1)
  910. p15 = Instance.new("Part", m1)
  911. p15.BrickColor = BrickColor.new("Medium stone grey")
  912. p15.Material = Enum.Material.SmoothPlastic
  913. p15.CFrame = CFrame.new(54.8571815, 2.58533788, -121.981026, -0.860044122, -0.395395696, -0.322469234, 0.0071210009, -0.641260743, 0.767290056, -0.510170043, 0.6576069, 0.554328203)
  914. p15.Anchored = true
  915. p15.CanCollide = false
  916. p15.FormFactor = Enum.FormFactor.Symmetric
  917. p15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  918. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  919. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  920. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  923. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  924. b15 = Instance.new("SpecialMesh", p15)
  925. b15.MeshType = Enum.MeshType.Wedge
  926. b15.Name = "Mesh"
  927. b15.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  928. p16 = Instance.new("Part", m1)
  929. p16.BrickColor = BrickColor.new("Medium stone grey")
  930. p16.Material = Enum.Material.SmoothPlastic
  931. p16.CFrame = CFrame.new(54.87994, 2.76919603, -122.016891, 0.860044122, -0.508620203, -0.0403693318, -0.0071210009, 0.0671479851, -0.997717619, 0.510170043, 0.858368635, 0.0541283414)
  932. p16.Anchored = true
  933. p16.CanCollide = false
  934. p16.FormFactor = Enum.FormFactor.Symmetric
  935. p16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  936. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  937. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  938. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  939. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  940. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  941. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  942. b16 = Instance.new("SpecialMesh", p16)
  943. b16.MeshType = Enum.MeshType.Wedge
  944. b16.Name = "Mesh"
  945. b16.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  946. p17 = Instance.new("Part", m1)
  947. p17.BrickColor = BrickColor.new("Medium stone grey")
  948. p17.Material = Enum.Material.SmoothPlastic
  949. p17.CFrame = CFrame.new(54.8725777, 2.89887309, -122.002678, 0.860044122, -0.388037682, -0.331286818, -0.0071210009, 0.640110016, -0.768250346, 0.510170043, 0.663088202, 0.547759652)
  950. p17.Anchored = true
  951. p17.CanCollide = false
  952. p17.FormFactor = Enum.FormFactor.Symmetric
  953. p17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  954. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  955. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  956. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  957. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  959. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  960. b17 = Instance.new("SpecialMesh", p17)
  961. b17.MeshType = Enum.MeshType.Wedge
  962. b17.Name = "Mesh"
  963. b17.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  964. p18 = Instance.new("Part", m1)
  965. p18.BrickColor = BrickColor.new("Medium stone grey")
  966. p18.Material = Enum.Material.SmoothPlastic
  967. p18.CFrame = CFrame.new(54.8772087, 2.71179509, -122.013039, -0.860044122, -0.508620203, 0.0403693318, 0.0071210009, 0.0671479851, 0.997717619, -0.510170043, 0.858368635, -0.0541283414)
  968. p18.Anchored = true
  969. p18.CanCollide = false
  970. p18.FormFactor = Enum.FormFactor.Symmetric
  971. p18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  972. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  973. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  974. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  975. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  976. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  977. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  978. b18 = Instance.new("SpecialMesh", p18)
  979. b18.MeshType = Enum.MeshType.Wedge
  980. b18.Name = "Mesh"
  981. b18.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  982. p19 = Instance.new("Part", m1)
  983. p19.BrickColor = BrickColor.new("Medium stone grey")
  984. p19.Material = Enum.Material.SmoothPlastic
  985. p19.CFrame = CFrame.new(54.8837662, 2.86966991, -122.022057, 0.860044122, -0.477430195, -0.179957286, -0.0071210009, 0.341439098, -0.939876974, 0.510170043, 0.809617102, 0.290252894)
  986. p19.Anchored = true
  987. p19.CanCollide = false
  988. p19.FormFactor = Enum.FormFactor.Symmetric
  989. p19.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  990. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  991. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  992. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  993. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  995. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  996. b19 = Instance.new("SpecialMesh", p19)
  997. b19.MeshType = Enum.MeshType.Wedge
  998. b19.Name = "Mesh"
  999. b19.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1000. p20 = Instance.new("Part", m1)
  1001. p20.BrickColor = BrickColor.new("Medium stone grey")
  1002. p20.Material = Enum.Material.SmoothPlastic
  1003. p20.CFrame = CFrame.new(57.3386078, 3.11431193, -126.156616, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1004. p20.Anchored = true
  1005. p20.CanCollide = false
  1006. p20.FormFactor = Enum.FormFactor.Symmetric
  1007. p20.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1008. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. b20 = Instance.new("SpecialMesh", p20)
  1015. b20.MeshType = Enum.MeshType.Wedge
  1016. b20.Name = "Mesh"
  1017. b20.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1018. p21 = Instance.new("Part", m1)
  1019. p21.BrickColor = BrickColor.new("Mid gray")
  1020. p21.Material = Enum.Material.SmoothPlastic
  1021. p21.CFrame = CFrame.new(56.2395134, 3.00864005, -124.305328, -0.510140181, 0.00978693645, -0.860035598, 0.0071870028, 0.999948859, 0.00711605046, 0.860061288, -0.00255089509, -0.510184467)
  1022. p21.Anchored = true
  1023. p21.CanCollide = false
  1024. p21.Size = Vector3.new(4.51974726, 0.200000003, 0.200000003)
  1025. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. b21 = Instance.new("BlockMesh", p21)
  1032. b21.Name = "Mesh"
  1033. b21.Scale = Vector3.new(1, 0.511959314, 0.435165763)
  1034. p22 = Instance.new("Part", m1)
  1035. p22.BrickColor = BrickColor.new("Medium stone grey")
  1036. p22.Material = Enum.Material.SmoothPlastic
  1037. p22.CFrame = CFrame.new(57.2618408, 3.09086394, -126.02758, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1038. p22.Anchored = true
  1039. p22.CanCollide = false
  1040. p22.FormFactor = Enum.FormFactor.Symmetric
  1041. p22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1042. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. b22 = Instance.new("SpecialMesh", p22)
  1049. b22.MeshType = Enum.MeshType.Wedge
  1050. b22.Name = "Mesh"
  1051. b22.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1052. p23 = Instance.new("Part", m1)
  1053. p23.BrickColor = BrickColor.new("Medium stone grey")
  1054. p23.Material = Enum.Material.SmoothPlastic
  1055. p23.CFrame = CFrame.new(57.2911835, 3.08957505, -126.077118, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1056. p23.Anchored = true
  1057. p23.CanCollide = false
  1058. p23.FormFactor = Enum.FormFactor.Symmetric
  1059. p23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1060. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. b23 = Instance.new("SpecialMesh", p23)
  1067. b23.MeshType = Enum.MeshType.Wedge
  1068. b23.Name = "Mesh"
  1069. b23.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1070. p24 = Instance.new("Part", m1)
  1071. p24.BrickColor = BrickColor.new("Medium stone grey")
  1072. p24.Material = Enum.Material.SmoothPlastic
  1073. p24.CFrame = CFrame.new(57.0310974, 3.09411287, -125.638641, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1074. p24.Anchored = true
  1075. p24.CanCollide = false
  1076. p24.FormFactor = Enum.FormFactor.Symmetric
  1077. p24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1078. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. b24 = Instance.new("SpecialMesh", p24)
  1085. b24.MeshType = Enum.MeshType.Wedge
  1086. b24.Name = "Mesh"
  1087. b24.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1088. p25 = Instance.new("Part", m1)
  1089. p25.BrickColor = BrickColor.new("Medium stone grey")
  1090. p25.Material = Enum.Material.SmoothPlastic
  1091. p25.CFrame = CFrame.new(57.1163788, 3.13130307, -125.781815, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1092. p25.Anchored = true
  1093. p25.CanCollide = false
  1094. p25.FormFactor = Enum.FormFactor.Symmetric
  1095. p25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1096. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. b25 = Instance.new("SpecialMesh", p25)
  1103. b25.MeshType = Enum.MeshType.Wedge
  1104. b25.Name = "Mesh"
  1105. b25.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1106. p26 = Instance.new("Part", m1)
  1107. p26.BrickColor = BrickColor.new("Medium stone grey")
  1108. p26.Material = Enum.Material.SmoothPlastic
  1109. p26.CFrame = CFrame.new(56.9762268, 3.13328791, -125.545509, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1110. p26.Anchored = true
  1111. p26.CanCollide = false
  1112. p26.FormFactor = Enum.FormFactor.Symmetric
  1113. p26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1114. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. b26 = Instance.new("SpecialMesh", p26)
  1121. b26.MeshType = Enum.MeshType.Wedge
  1122. b26.Name = "Mesh"
  1123. b26.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1124. p27 = Instance.new("Part", m1)
  1125. p27.BrickColor = BrickColor.new("Medium stone grey")
  1126. p27.Material = Enum.Material.SmoothPlastic
  1127. p27.CFrame = CFrame.new(57.1078415, 3.117553, -125.767693, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1128. p27.Anchored = true
  1129. p27.CanCollide = false
  1130. p27.FormFactor = Enum.FormFactor.Symmetric
  1131. p27.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1132. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. b27 = Instance.new("SpecialMesh", p27)
  1139. b27.MeshType = Enum.MeshType.Wedge
  1140. b27.Name = "Mesh"
  1141. b27.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1142. p28 = Instance.new("Part", m1)
  1143. p28.BrickColor = BrickColor.new("Medium stone grey")
  1144. p28.Material = Enum.Material.SmoothPlastic
  1145. p28.CFrame = CFrame.new(57.0604782, 3.09282899, -125.688194, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1146. p28.Anchored = true
  1147. p28.CanCollide = false
  1148. p28.FormFactor = Enum.FormFactor.Symmetric
  1149. p28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1150. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. b28 = Instance.new("SpecialMesh", p28)
  1157. b28.MeshType = Enum.MeshType.Wedge
  1158. b28.Name = "Mesh"
  1159. b28.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1160. p29 = Instance.new("Part", m1)
  1161. p29.BrickColor = BrickColor.new("Medium stone grey")
  1162. p29.Material = Enum.Material.SmoothPlastic
  1163. p29.CFrame = CFrame.new(56.9851456, 3.11929202, -125.560768, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1164. p29.Anchored = true
  1165. p29.CanCollide = false
  1166. p29.FormFactor = Enum.FormFactor.Symmetric
  1167. p29.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1168. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. b29 = Instance.new("SpecialMesh", p29)
  1175. b29.MeshType = Enum.MeshType.Wedge
  1176. b29.Name = "Mesh"
  1177. b29.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1178. p30 = Instance.new("Part", m1)
  1179. p30.BrickColor = BrickColor.new("Dark stone grey")
  1180. p30.Material = Enum.Material.Fabric
  1181. p30.CFrame = CFrame.new(56.2384911, 2.93181896, -124.30481, -0.510140181, 0.00978693645, -0.860035598, 0.0071870028, 0.999948859, 0.00711605046, 0.860061288, -0.00255089509, -0.510184467)
  1182. p30.Anchored = true
  1183. p30.CanCollide = false
  1184. p30.Size = Vector3.new(4.51804161, 0.200000003, 0.200000003)
  1185. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. b30 = Instance.new("BlockMesh", p30)
  1192. b30.Name = "Mesh"
  1193. b30.Scale = Vector3.new(1, 0.511959314, 0.430899411)
  1194. p31 = Instance.new("Part", m1)
  1195. p31.BrickColor = BrickColor.new("Medium stone grey")
  1196. p31.Material = Enum.Material.SmoothPlastic
  1197. p31.CFrame = CFrame.new(56.5265732, 3.12618494, -124.787582, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1198. p31.Anchored = true
  1199. p31.CanCollide = false
  1200. p31.FormFactor = Enum.FormFactor.Symmetric
  1201. p31.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1202. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. b31 = Instance.new("SpecialMesh", p31)
  1209. b31.MeshType = Enum.MeshType.Wedge
  1210. b31.Name = "Mesh"
  1211. b31.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1212. p32 = Instance.new("Part", m1)
  1213. p32.BrickColor = BrickColor.new("Medium stone grey")
  1214. p32.Material = Enum.Material.SmoothPlastic
  1215. p32.CFrame = CFrame.new(56.7483368, 3.13691306, -125.161346, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1216. p32.Anchored = true
  1217. p32.CanCollide = false
  1218. p32.FormFactor = Enum.FormFactor.Symmetric
  1219. p32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1220. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. b32 = Instance.new("SpecialMesh", p32)
  1227. b32.MeshType = Enum.MeshType.Wedge
  1228. b32.Name = "Mesh"
  1229. b32.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1230. p33 = Instance.new("Part", m1)
  1231. p33.BrickColor = BrickColor.new("Medium stone grey")
  1232. p33.Material = Enum.Material.SmoothPlastic
  1233. p33.CFrame = CFrame.new(56.6019363, 3.09972501, -124.915054, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1234. p33.Anchored = true
  1235. p33.CanCollide = false
  1236. p33.FormFactor = Enum.FormFactor.Symmetric
  1237. p33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1238. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. b33 = Instance.new("SpecialMesh", p33)
  1245. b33.MeshType = Enum.MeshType.Wedge
  1246. b33.Name = "Mesh"
  1247. b33.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1248. p34 = Instance.new("Part", m1)
  1249. p34.BrickColor = BrickColor.new("Medium stone grey")
  1250. p34.Material = Enum.Material.SmoothPlastic
  1251. p34.CFrame = CFrame.new(56.7572327, 3.12290788, -125.176559, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1252. p34.Anchored = true
  1253. p34.CanCollide = false
  1254. p34.FormFactor = Enum.FormFactor.Symmetric
  1255. p34.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1256. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. b34 = Instance.new("SpecialMesh", p34)
  1263. b34.MeshType = Enum.MeshType.Wedge
  1264. b34.Name = "Mesh"
  1265. b34.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1266. p35 = Instance.new("Part", m1)
  1267. p35.BrickColor = BrickColor.new("Medium stone grey")
  1268. p35.Material = Enum.Material.SmoothPlastic
  1269. p35.CFrame = CFrame.new(56.657814, 3.13818288, -125.008766, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1270. p35.Anchored = true
  1271. p35.CanCollide = false
  1272. p35.FormFactor = Enum.FormFactor.Symmetric
  1273. p35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1274. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. b35 = Instance.new("SpecialMesh", p35)
  1281. b35.MeshType = Enum.MeshType.Wedge
  1282. b35.Name = "Mesh"
  1283. b35.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1284. p36 = Instance.new("Part", m1)
  1285. p36.BrickColor = BrickColor.new("Medium stone grey")
  1286. p36.Material = Enum.Material.SmoothPlastic
  1287. p36.CFrame = CFrame.new(56.8885231, 3.13492298, -125.397659, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1288. p36.Anchored = true
  1289. p36.CanCollide = false
  1290. p36.FormFactor = Enum.FormFactor.Symmetric
  1291. p36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1292. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. b36 = Instance.new("SpecialMesh", p36)
  1299. b36.MeshType = Enum.MeshType.Wedge
  1300. b36.Name = "Mesh"
  1301. b36.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1302. p37 = Instance.new("Part", m1)
  1303. p37.BrickColor = BrickColor.new("Medium stone grey")
  1304. p37.Material = Enum.Material.SmoothPlastic
  1305. p37.CFrame = CFrame.new(56.5176506, 3.14016604, -124.772438, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1306. p37.Anchored = true
  1307. p37.CanCollide = false
  1308. p37.FormFactor = Enum.FormFactor.Symmetric
  1309. p37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1310. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. b37 = Instance.new("SpecialMesh", p37)
  1317. b37.MeshType = Enum.MeshType.Wedge
  1318. b37.Name = "Mesh"
  1319. b37.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1320. p38 = Instance.new("Part", m1)
  1321. p38.BrickColor = BrickColor.new("Dark stone grey")
  1322. p38.Material = Enum.Material.Fabric
  1323. p38.CFrame = CFrame.new(55.0832062, 2.70957494, -122.35997, -0.509489059, 0.860034525, 0.0275952145, 0.0420910046, -0.00712198531, 0.999088466, 0.859447122, 0.510186076, -0.0325711444)
  1324. p38.Anchored = true
  1325. p38.CanCollide = false
  1326. p38.Size = Vector3.new(0.532010913, 0.200000003, 0.53371799)
  1327. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p38.BottomSurface = Enum.SurfaceType.Weld
  1329. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. b38 = Instance.new("CylinderMesh", p38)
  1334. b38.Name = "Mesh"
  1335. b38.Scale = Vector3.new(1, 0.437296689, 1)
  1336. p39 = Instance.new("Part", m1)
  1337. p39.BrickColor = BrickColor.new("Mid gray")
  1338. p39.Material = Enum.Material.SmoothPlastic
  1339. p39.CFrame = CFrame.new(55.0807266, 2.70612097, -122.356285, -0.509489059, 0.860034525, 0.0275952145, 0.0420910046, -0.00712198531, 0.999088466, 0.859447122, 0.510186076, -0.0325711444)
  1340. p39.Anchored = true
  1341. p39.CanCollide = false
  1342. p39.Size = Vector3.new(0.758126259, 0.200000003, 0.740635097)
  1343. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p39.BottomSurface = Enum.SurfaceType.Weld
  1345. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. b39 = Instance.new("CylinderMesh", p39)
  1350. b39.Name = "Mesh"
  1351. b39.Scale = Vector3.new(1, 0.426630855, 1)
  1352. p40 = Instance.new("Part", m1)
  1353. p40.BrickColor = BrickColor.new("Medium stone grey")
  1354. p40.Material = Enum.Material.SmoothPlastic
  1355. p40.CFrame = CFrame.new(56.4181595, 3.12899303, -124.604866, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1356. p40.Anchored = true
  1357. p40.CanCollide = false
  1358. p40.FormFactor = Enum.FormFactor.Symmetric
  1359. p40.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1360. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. b40 = Instance.new("SpecialMesh", p40)
  1367. b40.MeshType = Enum.MeshType.Wedge
  1368. b40.Name = "Mesh"
  1369. b40.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1370. p41 = Instance.new("Part", m1)
  1371. p41.BrickColor = BrickColor.new("Medium stone grey")
  1372. p41.Material = Enum.Material.SmoothPlastic
  1373. p41.CFrame = CFrame.new(56.3708229, 3.10427094, -124.525421, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1374. p41.Anchored = true
  1375. p41.CanCollide = false
  1376. p41.FormFactor = Enum.FormFactor.Symmetric
  1377. p41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1378. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. b41 = Instance.new("SpecialMesh", p41)
  1385. b41.MeshType = Enum.MeshType.Wedge
  1386. b41.Name = "Mesh"
  1387. b41.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1388. p42 = Instance.new("Part", m1)
  1389. p42.BrickColor = BrickColor.new("Medium stone grey")
  1390. p42.Material = Enum.Material.SmoothPlastic
  1391. p42.CFrame = CFrame.new(56.3413925, 3.10550404, -124.475883, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1392. p42.Anchored = true
  1393. p42.CanCollide = false
  1394. p42.FormFactor = Enum.FormFactor.Symmetric
  1395. p42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1396. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. b42 = Instance.new("SpecialMesh", p42)
  1403. b42.MeshType = Enum.MeshType.Wedge
  1404. b42.Name = "Mesh"
  1405. b42.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1406. p43 = Instance.new("Part", m1)
  1407. p43.BrickColor = BrickColor.new("Medium stone grey")
  1408. p43.Material = Enum.Material.SmoothPlastic
  1409. p43.CFrame = CFrame.new(56.1107101, 3.10879087, -124.086899, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1410. p43.Anchored = true
  1411. p43.CanCollide = false
  1412. p43.FormFactor = Enum.FormFactor.Symmetric
  1413. p43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1414. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. b43 = Instance.new("SpecialMesh", p43)
  1421. b43.MeshType = Enum.MeshType.Wedge
  1422. b43.Name = "Mesh"
  1423. b43.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1424. p44 = Instance.new("Part", m1)
  1425. p44.BrickColor = BrickColor.new("Medium stone grey")
  1426. p44.Material = Enum.Material.SmoothPlastic
  1427. p44.CFrame = CFrame.new(56.1874352, 3.13220811, -124.215935, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1428. p44.Anchored = true
  1429. p44.CanCollide = false
  1430. p44.FormFactor = Enum.FormFactor.Symmetric
  1431. p44.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1432. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. b44 = Instance.new("SpecialMesh", p44)
  1439. b44.MeshType = Enum.MeshType.Wedge
  1440. b44.Name = "Mesh"
  1441. b44.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1442. p45 = Instance.new("Part", m1)
  1443. p45.BrickColor = BrickColor.new("Medium stone grey")
  1444. p45.Material = Enum.Material.SmoothPlastic
  1445. p45.CFrame = CFrame.new(56.1959877, 3.14599299, -124.230118, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1446. p45.Anchored = true
  1447. p45.CanCollide = false
  1448. p45.FormFactor = Enum.FormFactor.Symmetric
  1449. p45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1450. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. b45 = Instance.new("SpecialMesh", p45)
  1457. b45.MeshType = Enum.MeshType.Wedge
  1458. b45.Name = "Mesh"
  1459. b45.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1460. p46 = Instance.new("Part", m1)
  1461. p46.BrickColor = BrickColor.new("Medium stone grey")
  1462. p46.Material = Enum.Material.SmoothPlastic
  1463. p46.CFrame = CFrame.new(56.0557938, 3.14794898, -123.99382, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1464. p46.Anchored = true
  1465. p46.CanCollide = false
  1466. p46.FormFactor = Enum.FormFactor.Symmetric
  1467. p46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1468. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. b46 = Instance.new("SpecialMesh", p46)
  1475. b46.MeshType = Enum.MeshType.Wedge
  1476. b46.Name = "Mesh"
  1477. b46.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1478. p47 = Instance.new("Part", m1)
  1479. p47.BrickColor = BrickColor.new("Medium stone grey")
  1480. p47.Material = Enum.Material.SmoothPlastic
  1481. p47.CFrame = CFrame.new(56.1400642, 3.10750389, -124.136436, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1482. p47.Anchored = true
  1483. p47.CanCollide = false
  1484. p47.FormFactor = Enum.FormFactor.Symmetric
  1485. p47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1486. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. b47 = Instance.new("SpecialMesh", p47)
  1493. b47.MeshType = Enum.MeshType.Wedge
  1494. b47.Name = "Mesh"
  1495. b47.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1496. p48 = Instance.new("Part", m1)
  1497. p48.BrickColor = BrickColor.new("Medium stone grey")
  1498. p48.Material = Enum.Material.SmoothPlastic
  1499. p48.CFrame = CFrame.new(55.6061401, 3.14083791, -123.235825, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1500. p48.Anchored = true
  1501. p48.CanCollide = false
  1502. p48.FormFactor = Enum.FormFactor.Symmetric
  1503. p48.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1504. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. b48 = Instance.new("SpecialMesh", p48)
  1511. b48.MeshType = Enum.MeshType.Wedge
  1512. b48.Name = "Mesh"
  1513. b48.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1514. p49 = Instance.new("Part", m1)
  1515. p49.BrickColor = BrickColor.new("Medium stone grey")
  1516. p49.Material = Enum.Material.SmoothPlastic
  1517. p49.CFrame = CFrame.new(55.6815109, 3.11439991, -123.363312, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1518. p49.Anchored = true
  1519. p49.CanCollide = false
  1520. p49.FormFactor = Enum.FormFactor.Symmetric
  1521. p49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1522. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. b49 = Instance.new("SpecialMesh", p49)
  1529. b49.MeshType = Enum.MeshType.Wedge
  1530. b49.Name = "Mesh"
  1531. b49.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1532. p50 = Instance.new("Part", m1)
  1533. p50.BrickColor = BrickColor.new("Medium stone grey")
  1534. p50.Material = Enum.Material.SmoothPlastic
  1535. p50.CFrame = CFrame.new(56.0647087, 3.13396192, -124.00901, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1536. p50.Anchored = true
  1537. p50.CanCollide = false
  1538. p50.FormFactor = Enum.FormFactor.Symmetric
  1539. p50.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1540. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. b50 = Instance.new("SpecialMesh", p50)
  1547. b50.MeshType = Enum.MeshType.Wedge
  1548. b50.Name = "Mesh"
  1549. b50.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1550. p51 = Instance.new("Part", m1)
  1551. p51.BrickColor = BrickColor.new("Medium stone grey")
  1552. p51.Material = Enum.Material.SmoothPlastic
  1553. p51.CFrame = CFrame.new(55.8278961, 3.15158606, -123.609627, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1554. p51.Anchored = true
  1555. p51.CanCollide = false
  1556. p51.FormFactor = Enum.FormFactor.Symmetric
  1557. p51.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1558. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. b51 = Instance.new("SpecialMesh", p51)
  1565. b51.MeshType = Enum.MeshType.Wedge
  1566. b51.Name = "Mesh"
  1567. b51.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1568. p52 = Instance.new("Part", m1)
  1569. p52.BrickColor = BrickColor.new("Medium stone grey")
  1570. p52.Material = Enum.Material.SmoothPlastic
  1571. p52.CFrame = CFrame.new(55.8368301, 3.13760591, -123.624779, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1572. p52.Anchored = true
  1573. p52.CanCollide = false
  1574. p52.FormFactor = Enum.FormFactor.Symmetric
  1575. p52.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1576. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. b52 = Instance.new("SpecialMesh", p52)
  1583. b52.MeshType = Enum.MeshType.Wedge
  1584. b52.Name = "Mesh"
  1585. b52.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1586. p53 = Instance.new("Part", m1)
  1587. p53.BrickColor = BrickColor.new("Medium stone grey")
  1588. p53.Material = Enum.Material.SmoothPlastic
  1589. p53.CFrame = CFrame.new(55.7373962, 3.15285993, -123.45697, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1590. p53.Anchored = true
  1591. p53.CanCollide = false
  1592. p53.FormFactor = Enum.FormFactor.Symmetric
  1593. p53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1594. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. b53 = Instance.new("SpecialMesh", p53)
  1601. b53.MeshType = Enum.MeshType.Wedge
  1602. b53.Name = "Mesh"
  1603. b53.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1604. p54 = Instance.new("Part", m1)
  1605. p54.BrickColor = BrickColor.new("Medium stone grey")
  1606. p54.Material = Enum.Material.SmoothPlastic
  1607. p54.CFrame = CFrame.new(55.9680901, 3.14961004, -123.845917, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1608. p54.Anchored = true
  1609. p54.CanCollide = false
  1610. p54.FormFactor = Enum.FormFactor.Symmetric
  1611. p54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1612. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. b54 = Instance.new("SpecialMesh", p54)
  1619. b54.MeshType = Enum.MeshType.Wedge
  1620. b54.Name = "Mesh"
  1621. b54.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1622. p55 = Instance.new("Part", m1)
  1623. p55.BrickColor = BrickColor.new("Medium stone grey")
  1624. p55.Material = Enum.Material.SmoothPlastic
  1625. p55.CFrame = CFrame.new(56.2864914, 3.14469504, -124.382751, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1626. p55.Anchored = true
  1627. p55.CanCollide = false
  1628. p55.FormFactor = Enum.FormFactor.Symmetric
  1629. p55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1630. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. b55 = Instance.new("SpecialMesh", p55)
  1637. b55.MeshType = Enum.MeshType.Wedge
  1638. b55.Name = "Mesh"
  1639. b55.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1640. p56 = Instance.new("Part", m1)
  1641. p56.BrickColor = BrickColor.new("Medium stone grey")
  1642. p56.Material = Enum.Material.SmoothPlastic
  1643. p56.CFrame = CFrame.new(55.9596062, 3.13589311, -123.831749, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1644. p56.Anchored = true
  1645. p56.CanCollide = false
  1646. p56.FormFactor = Enum.FormFactor.Symmetric
  1647. p56.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1648. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. b56 = Instance.new("SpecialMesh", p56)
  1655. b56.MeshType = Enum.MeshType.Wedge
  1656. b56.Name = "Mesh"
  1657. b56.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1658. p57 = Instance.new("Part", m1)
  1659. p57.BrickColor = BrickColor.new("Medium stone grey")
  1660. p57.Material = Enum.Material.SmoothPlastic
  1661. p57.CFrame = CFrame.new(55.6521454, 3.11567402, -123.313751, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1662. p57.Anchored = true
  1663. p57.CanCollide = false
  1664. p57.FormFactor = Enum.FormFactor.Symmetric
  1665. p57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1666. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1670. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. b57 = Instance.new("SpecialMesh", p57)
  1673. b57.MeshType = Enum.MeshType.Wedge
  1674. b57.Name = "Mesh"
  1675. b57.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1676. p58 = Instance.new("Part", m1)
  1677. p58.BrickColor = BrickColor.new("Medium stone grey")
  1678. p58.Material = Enum.Material.SmoothPlastic
  1679. p58.CFrame = CFrame.new(56.4266815, 3.14275193, -124.618988, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1680. p58.Anchored = true
  1681. p58.CanCollide = false
  1682. p58.FormFactor = Enum.FormFactor.Symmetric
  1683. p58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1684. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. b58 = Instance.new("SpecialMesh", p58)
  1691. b58.MeshType = Enum.MeshType.Wedge
  1692. b58.Name = "Mesh"
  1693. b58.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1694. p59 = Instance.new("Part", m1)
  1695. p59.BrickColor = BrickColor.new("Medium stone grey")
  1696. p59.Material = Enum.Material.SmoothPlastic
  1697. p59.CFrame = CFrame.new(55.9121933, 3.11114788, -123.752266, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1698. p59.Anchored = true
  1699. p59.CanCollide = false
  1700. p59.FormFactor = Enum.FormFactor.Symmetric
  1701. p59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1702. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. b59 = Instance.new("SpecialMesh", p59)
  1709. b59.MeshType = Enum.MeshType.Wedge
  1710. b59.Name = "Mesh"
  1711. b59.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1712. p60 = Instance.new("Part", m1)
  1713. p60.BrickColor = BrickColor.new("Medium stone grey")
  1714. p60.Material = Enum.Material.SmoothPlastic
  1715. p60.CFrame = CFrame.new(55.7288437, 3.13909602, -123.442818, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1716. p60.Anchored = true
  1717. p60.CanCollide = false
  1718. p60.FormFactor = Enum.FormFactor.Symmetric
  1719. p60.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1720. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. b60 = Instance.new("SpecialMesh", p60)
  1727. b60.MeshType = Enum.MeshType.Wedge
  1728. b60.Name = "Mesh"
  1729. b60.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1730. p61 = Instance.new("Part", m1)
  1731. p61.BrickColor = BrickColor.new("Medium stone grey")
  1732. p61.Material = Enum.Material.SmoothPlastic
  1733. p61.CFrame = CFrame.new(56.2953949, 3.13070202, -124.397903, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1734. p61.Anchored = true
  1735. p61.CanCollide = false
  1736. p61.FormFactor = Enum.FormFactor.Symmetric
  1737. p61.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1738. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. b61 = Instance.new("SpecialMesh", p61)
  1745. b61.MeshType = Enum.MeshType.Wedge
  1746. b61.Name = "Mesh"
  1747. b61.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1748. p62 = Instance.new("Part", m1)
  1749. p62.BrickColor = BrickColor.new("Medium stone grey")
  1750. p62.Material = Enum.Material.SmoothPlastic
  1751. p62.CFrame = CFrame.new(55.8828468, 3.11241198, -123.702728, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1752. p62.Anchored = true
  1753. p62.CanCollide = false
  1754. p62.FormFactor = Enum.FormFactor.Symmetric
  1755. p62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1756. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. b62 = Instance.new("SpecialMesh", p62)
  1763. b62.MeshType = Enum.MeshType.Wedge
  1764. b62.Name = "Mesh"
  1765. b62.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1766. p63 = Instance.new("Part", m1)
  1767. p63.BrickColor = BrickColor.new("Medium stone grey")
  1768. p63.Material = Enum.Material.SmoothPlastic
  1769. p63.CFrame = CFrame.new(55.597271, 3.15485311, -123.22068, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1770. p63.Anchored = true
  1771. p63.CanCollide = false
  1772. p63.FormFactor = Enum.FormFactor.Symmetric
  1773. p63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1774. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. b63 = Instance.new("SpecialMesh", p63)
  1781. b63.MeshType = Enum.MeshType.Wedge
  1782. b63.Name = "Mesh"
  1783. b63.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1784. p64 = Instance.new("Part", m1)
  1785. p64.BrickColor = BrickColor.new("Medium stone grey")
  1786. p64.Material = Enum.Material.SmoothPlastic
  1787. p64.CFrame = CFrame.new(55.4488602, 3.11598396, -122.971016, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1788. p64.Anchored = true
  1789. p64.CanCollide = false
  1790. p64.FormFactor = Enum.FormFactor.Symmetric
  1791. p64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1792. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. b64 = Instance.new("SpecialMesh", p64)
  1799. b64.MeshType = Enum.MeshType.Wedge
  1800. b64.Name = "Mesh"
  1801. b64.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1802. p65 = Instance.new("Part", m1)
  1803. p65.BrickColor = BrickColor.new("Medium stone grey")
  1804. p65.Material = Enum.Material.SmoothPlastic
  1805. p65.CFrame = CFrame.new(55.2740173, 3.15770507, -122.675743, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1806. p65.Anchored = true
  1807. p65.CanCollide = false
  1808. p65.FormFactor = Enum.FormFactor.Symmetric
  1809. p65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1810. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. b65 = Instance.new("SpecialMesh", p65)
  1817. b65.MeshType = Enum.MeshType.Wedge
  1818. b65.Name = "Mesh"
  1819. b65.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1820. p66 = Instance.new("Part", m1)
  1821. p66.BrickColor = BrickColor.new("Medium stone grey")
  1822. p66.Material = Enum.Material.SmoothPlastic
  1823. p66.CFrame = CFrame.new(55.4194374, 3.11722708, -122.921555, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1824. p66.Anchored = true
  1825. p66.CanCollide = false
  1826. p66.FormFactor = Enum.FormFactor.Symmetric
  1827. p66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1828. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1830. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. b66 = Instance.new("SpecialMesh", p66)
  1835. b66.MeshType = Enum.MeshType.Wedge
  1836. b66.Name = "Mesh"
  1837. b66.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1838. p67 = Instance.new("Part", m1)
  1839. p67.BrickColor = BrickColor.new("Medium stone grey")
  1840. p67.Material = Enum.Material.SmoothPlastic
  1841. p67.CFrame = CFrame.new(55.1427574, 3.14566398, -122.454613, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1842. p67.Anchored = true
  1843. p67.CanCollide = false
  1844. p67.FormFactor = Enum.FormFactor.Symmetric
  1845. p67.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1846. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. b67 = Instance.new("SpecialMesh", p67)
  1853. b67.MeshType = Enum.MeshType.Wedge
  1854. b67.Name = "Mesh"
  1855. b67.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1856. p68 = Instance.new("Part", m1)
  1857. p68.BrickColor = BrickColor.new("Medium stone grey")
  1858. p68.Material = Enum.Material.SmoothPlastic
  1859. p68.CFrame = CFrame.new(55.5046921, 3.15444088, -123.06472, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1860. p68.Anchored = true
  1861. p68.CanCollide = false
  1862. p68.FormFactor = Enum.FormFactor.Symmetric
  1863. p68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1864. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. b68 = Instance.new("SpecialMesh", p68)
  1871. b68.MeshType = Enum.MeshType.Wedge
  1872. b68.Name = "Mesh"
  1873. b68.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1874. p69 = Instance.new("Part", m1)
  1875. p69.BrickColor = BrickColor.new("Medium stone grey")
  1876. p69.Material = Enum.Material.SmoothPlastic
  1877. p69.CFrame = CFrame.new(55.1338921, 3.15968299, -122.439415, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1878. p69.Anchored = true
  1879. p69.CanCollide = false
  1880. p69.FormFactor = Enum.FormFactor.Symmetric
  1881. p69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1882. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. b69 = Instance.new("SpecialMesh", p69)
  1889. b69.MeshType = Enum.MeshType.Wedge
  1890. b69.Name = "Mesh"
  1891. b69.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1892. p70 = Instance.new("Part", m1)
  1893. p70.BrickColor = BrickColor.new("Medium stone grey")
  1894. p70.Material = Enum.Material.SmoothPlastic
  1895. p70.CFrame = CFrame.new(55.2181892, 3.11923099, -122.582039, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1896. p70.Anchored = true
  1897. p70.CanCollide = false
  1898. p70.FormFactor = Enum.FormFactor.Symmetric
  1899. p70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1900. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. b70 = Instance.new("SpecialMesh", p70)
  1907. b70.MeshType = Enum.MeshType.Wedge
  1908. b70.Name = "Mesh"
  1909. b70.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1910. p71 = Instance.new("Part", m1)
  1911. p71.BrickColor = BrickColor.new("Medium stone grey")
  1912. p71.Material = Enum.Material.SmoothPlastic
  1913. p71.CFrame = CFrame.new(55.3645706, 3.15642405, -122.828369, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1914. p71.Anchored = true
  1915. p71.CanCollide = false
  1916. p71.FormFactor = Enum.FormFactor.Symmetric
  1917. p71.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1918. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. b71 = Instance.new("SpecialMesh", p71)
  1925. b71.MeshType = Enum.MeshType.Wedge
  1926. b71.Name = "Mesh"
  1927. b71.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1928. p72 = Instance.new("Part", m1)
  1929. p72.BrickColor = BrickColor.new("Medium stone grey")
  1930. p72.Material = Enum.Material.SmoothPlastic
  1931. p72.CFrame = CFrame.new(55.3734627, 3.14243388, -122.843559, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1932. p72.Anchored = true
  1933. p72.CanCollide = false
  1934. p72.FormFactor = Enum.FormFactor.Symmetric
  1935. p72.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1936. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. b72 = Instance.new("SpecialMesh", p72)
  1943. b72.MeshType = Enum.MeshType.Wedge
  1944. b72.Name = "Mesh"
  1945. b72.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1946. p73 = Instance.new("Part", m1)
  1947. p73.BrickColor = BrickColor.new("Medium stone grey")
  1948. p73.Material = Enum.Material.SmoothPlastic
  1949. p73.CFrame = CFrame.new(55.1887932, 3.12050605, -122.532555, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  1950. p73.Anchored = true
  1951. p73.CanCollide = false
  1952. p73.FormFactor = Enum.FormFactor.Symmetric
  1953. p73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1954. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. b73 = Instance.new("SpecialMesh", p73)
  1961. b73.MeshType = Enum.MeshType.Wedge
  1962. b73.Name = "Mesh"
  1963. b73.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  1964. p74 = Instance.new("Part", m1)
  1965. p74.BrickColor = BrickColor.new("Medium stone grey")
  1966. p74.Material = Enum.Material.SmoothPlastic
  1967. p74.CFrame = CFrame.new(55.2654953, 3.14394093, -122.661606, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1968. p74.Anchored = true
  1969. p74.CanCollide = false
  1970. p74.FormFactor = Enum.FormFactor.Symmetric
  1971. p74.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1972. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. b74 = Instance.new("SpecialMesh", p74)
  1979. b74.MeshType = Enum.MeshType.Wedge
  1980. b74.Name = "Mesh"
  1981. b74.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  1982. p75 = Instance.new("Part", m1)
  1983. p75.BrickColor = BrickColor.new("Medium stone grey")
  1984. p75.Material = Enum.Material.SmoothPlastic
  1985. p75.CFrame = CFrame.new(55.4962082, 3.14070702, -123.050545, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  1986. p75.Anchored = true
  1987. p75.CanCollide = false
  1988. p75.FormFactor = Enum.FormFactor.Symmetric
  1989. p75.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  1990. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. b75 = Instance.new("SpecialMesh", p75)
  1997. b75.MeshType = Enum.MeshType.Wedge
  1998. b75.Name = "Mesh"
  1999. b75.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2000. p76 = Instance.new("Part", m1)
  2001. p76.BrickColor = BrickColor.new("Medium stone grey")
  2002. p76.Material = Enum.Material.SmoothPlastic
  2003. p76.CFrame = CFrame.new(57.3470764, 3.12805295, -126.170784, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  2004. p76.Anchored = true
  2005. p76.CanCollide = false
  2006. p76.FormFactor = Enum.FormFactor.Symmetric
  2007. p76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2008. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. b76 = Instance.new("SpecialMesh", p76)
  2015. b76.MeshType = Enum.MeshType.Wedge
  2016. b76.Name = "Mesh"
  2017. b76.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2018. p77 = Instance.new("Part", m1)
  2019. p77.BrickColor = BrickColor.new("Medium stone grey")
  2020. p77.Material = Enum.Material.SmoothPlastic
  2021. p77.CFrame = CFrame.new(57.2069206, 3.13002491, -125.934464, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  2022. p77.Anchored = true
  2023. p77.CanCollide = false
  2024. p77.FormFactor = Enum.FormFactor.Symmetric
  2025. p77.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2026. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. b77 = Instance.new("SpecialMesh", p77)
  2033. b77.MeshType = Enum.MeshType.Wedge
  2034. b77.Name = "Mesh"
  2035. b77.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2036. p78 = Instance.new("Part", m1)
  2037. p78.BrickColor = BrickColor.new("Medium stone grey")
  2038. p78.Material = Enum.Material.SmoothPlastic
  2039. p78.CFrame = CFrame.new(56.8799591, 3.12118196, -125.383469, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  2040. p78.Anchored = true
  2041. p78.CanCollide = false
  2042. p78.FormFactor = Enum.FormFactor.Symmetric
  2043. p78.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2044. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. b78 = Instance.new("SpecialMesh", p78)
  2051. b78.MeshType = Enum.MeshType.Wedge
  2052. b78.Name = "Mesh"
  2053. b78.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2054. p79 = Instance.new("Part", m1)
  2055. p79.BrickColor = BrickColor.new("Medium stone grey")
  2056. p79.Material = Enum.Material.SmoothPlastic
  2057. p79.CFrame = CFrame.new(56.8032913, 3.09776092, -125.254478, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  2058. p79.Anchored = true
  2059. p79.CanCollide = false
  2060. p79.FormFactor = Enum.FormFactor.Symmetric
  2061. p79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2062. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. b79 = Instance.new("SpecialMesh", p79)
  2069. b79.MeshType = Enum.MeshType.Wedge
  2070. b79.Name = "Mesh"
  2071. b79.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2072. p80 = Instance.new("Part", m1)
  2073. p80.BrickColor = BrickColor.new("Medium stone grey")
  2074. p80.Material = Enum.Material.SmoothPlastic
  2075. p80.CFrame = CFrame.new(56.8326302, 3.09646797, -125.303963, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  2076. p80.Anchored = true
  2077. p80.CanCollide = false
  2078. p80.FormFactor = Enum.FormFactor.Symmetric
  2079. p80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2080. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. b80 = Instance.new("SpecialMesh", p80)
  2087. b80.MeshType = Enum.MeshType.Wedge
  2088. b80.Name = "Mesh"
  2089. b80.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2090. p81 = Instance.new("Part", m1)
  2091. p81.BrickColor = BrickColor.new("Medium stone grey")
  2092. p81.Material = Enum.Material.SmoothPlastic
  2093. p81.CFrame = CFrame.new(56.5725021, 3.10098004, -124.865494, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  2094. p81.Anchored = true
  2095. p81.CanCollide = false
  2096. p81.FormFactor = Enum.FormFactor.Symmetric
  2097. p81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2098. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. b81 = Instance.new("SpecialMesh", p81)
  2105. b81.MeshType = Enum.MeshType.Wedge
  2106. b81.Name = "Mesh"
  2107. b81.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2108. p82 = Instance.new("Part", m1)
  2109. p82.BrickColor = BrickColor.new("Medium stone grey")
  2110. p82.Material = Enum.Material.SmoothPlastic
  2111. p82.CFrame = CFrame.new(56.6492615, 3.12442207, -124.994576, 0.860044122, 0.00979429111, -0.510125756, -0.0071210009, 0.999948859, 0.00719315652, 0.510170043, -0.00255382597, 0.860069871)
  2112. p82.Anchored = true
  2113. p82.CanCollide = false
  2114. p82.FormFactor = Enum.FormFactor.Symmetric
  2115. p82.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2116. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. b82 = Instance.new("SpecialMesh", p82)
  2123. b82.MeshType = Enum.MeshType.Wedge
  2124. b82.Name = "Mesh"
  2125. b82.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2126. p83 = Instance.new("Part", m1)
  2127. p83.BrickColor = BrickColor.new("Medium stone grey")
  2128. p83.Material = Enum.Material.SmoothPlastic
  2129. p83.CFrame = CFrame.new(57.2157784, 3.11601591, -125.949722, -0.860044122, 0.00979429111, 0.510125756, 0.0071210009, 0.999948859, -0.00719315652, -0.510170043, -0.00255382597, -0.860069871)
  2130. p83.Anchored = true
  2131. p83.CanCollide = false
  2132. p83.FormFactor = Enum.FormFactor.Symmetric
  2133. p83.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2134. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. b83 = Instance.new("SpecialMesh", p83)
  2141. b83.MeshType = Enum.MeshType.Wedge
  2142. b83.Name = "Mesh"
  2143. b83.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2144. p84 = Instance.new("Part", m1)
  2145. p84.BrickColor = BrickColor.new("Mid gray")
  2146. p84.Material = Enum.Material.SmoothPlastic
  2147. p84.CFrame = CFrame.new(56.217701, 2.2195909, -124.279587, -0.508213162, -0.0453501344, 0.860036492, 0.0769220293, -0.997011662, -0.00711810961, 0.857789278, 0.0625382289, 0.510182858)
  2148. p84.Anchored = true
  2149. p84.CanCollide = false
  2150. p84.Size = Vector3.new(4.51974726, 0.200000003, 0.200000003)
  2151. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2155. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. b84 = Instance.new("BlockMesh", p84)
  2158. b84.Name = "Mesh"
  2159. b84.Scale = Vector3.new(1, 0.511959314, 0.435165763)
  2160. p85 = Instance.new("Part", m1)
  2161. p85.BrickColor = BrickColor.new("Medium stone grey")
  2162. p85.Material = Enum.Material.SmoothPlastic
  2163. p85.CFrame = CFrame.new(57.2308159, 1.96921194, -125.991058, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2164. p85.Anchored = true
  2165. p85.CanCollide = false
  2166. p85.FormFactor = Enum.FormFactor.Symmetric
  2167. p85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2168. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. b85 = Instance.new("SpecialMesh", p85)
  2175. b85.MeshType = Enum.MeshType.Wedge
  2176. b85.Name = "Mesh"
  2177. b85.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2178. p86 = Instance.new("Part", m1)
  2179. p86.BrickColor = BrickColor.new("Medium stone grey")
  2180. p86.Material = Enum.Material.SmoothPlastic
  2181. p86.CFrame = CFrame.new(57.2601395, 1.96563601, -126.040535, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2182. p86.Anchored = true
  2183. p86.CanCollide = false
  2184. p86.FormFactor = Enum.FormFactor.Symmetric
  2185. p86.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2186. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. b86 = Instance.new("SpecialMesh", p86)
  2193. b86.MeshType = Enum.MeshType.Wedge
  2194. b86.Name = "Mesh"
  2195. b86.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2196. p87 = Instance.new("Part", m1)
  2197. p87.BrickColor = BrickColor.new("Medium stone grey")
  2198. p87.Material = Enum.Material.SmoothPlastic
  2199. p87.CFrame = CFrame.new(57.0010414, 2.00401092, -125.603104, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2200. p87.Anchored = true
  2201. p87.CanCollide = false
  2202. p87.FormFactor = Enum.FormFactor.Symmetric
  2203. p87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2204. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. b87 = Instance.new("SpecialMesh", p87)
  2211. b87.MeshType = Enum.MeshType.Wedge
  2212. b87.Name = "Mesh"
  2213. b87.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2214. p88 = Instance.new("Part", m1)
  2215. p88.BrickColor = BrickColor.new("Medium stone grey")
  2216. p88.Material = Enum.Material.SmoothPlastic
  2217. p88.CFrame = CFrame.new(57.0761223, 1.96801996, -125.730225, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2218. p88.Anchored = true
  2219. p88.CanCollide = false
  2220. p88.FormFactor = Enum.FormFactor.Symmetric
  2221. p88.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2222. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. b88 = Instance.new("SpecialMesh", p88)
  2229. b88.MeshType = Enum.MeshType.Wedge
  2230. b88.Name = "Mesh"
  2231. b88.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2232. p89 = Instance.new("Part", m1)
  2233. p89.BrickColor = BrickColor.new("Medium stone grey")
  2234. p89.Material = Enum.Material.SmoothPlastic
  2235. p89.CFrame = CFrame.new(57.3059921, 1.93324995, -126.118134, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2236. p89.Anchored = true
  2237. p89.CanCollide = false
  2238. p89.FormFactor = Enum.FormFactor.Symmetric
  2239. p89.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2240. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2242. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. b89 = Instance.new("SpecialMesh", p89)
  2247. b89.MeshType = Enum.MeshType.Wedge
  2248. b89.Name = "Mesh"
  2249. b89.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2250. p90 = Instance.new("Part", m1)
  2251. p90.BrickColor = BrickColor.new("Medium stone grey")
  2252. p90.Material = Enum.Material.SmoothPlastic
  2253. p90.CFrame = CFrame.new(56.6269608, 2.02164888, -124.972305, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2254. p90.Anchored = true
  2255. p90.CanCollide = false
  2256. p90.FormFactor = Enum.FormFactor.Symmetric
  2257. p90.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2258. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2263. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. b90 = Instance.new("SpecialMesh", p90)
  2265. b90.MeshType = Enum.MeshType.Wedge
  2266. b90.Name = "Mesh"
  2267. b90.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2268. p91 = Instance.new("Part", m1)
  2269. p91.BrickColor = BrickColor.new("Medium stone grey")
  2270. p91.Material = Enum.Material.SmoothPlastic
  2271. p91.CFrame = CFrame.new(56.0839729, 2.14108992, -124.055344, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2272. p91.Anchored = true
  2273. p91.CanCollide = false
  2274. p91.FormFactor = Enum.FormFactor.Symmetric
  2275. p91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2276. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2277. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2278. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2280. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2281. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. b91 = Instance.new("SpecialMesh", p91)
  2283. b91.MeshType = Enum.MeshType.Wedge
  2284. b91.Name = "Mesh"
  2285. b91.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2286. p92 = Instance.new("Part", m1)
  2287. p92.BrickColor = BrickColor.new("Medium stone grey")
  2288. p92.Material = Enum.Material.SmoothPlastic
  2289. p92.CFrame = CFrame.new(55.6563873, 2.20620108, -123.33371, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2290. p92.Anchored = true
  2291. p92.CanCollide = false
  2292. p92.FormFactor = Enum.FormFactor.Symmetric
  2293. p92.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2294. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2295. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2296. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2297. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2298. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2300. b92 = Instance.new("SpecialMesh", p92)
  2301. b92.MeshType = Enum.MeshType.Wedge
  2302. b92.Name = "Mesh"
  2303. b92.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2304. p93 = Instance.new("Part", m1)
  2305. p93.BrickColor = BrickColor.new("Medium stone grey")
  2306. p93.Material = Enum.Material.SmoothPlastic
  2307. p93.CFrame = CFrame.new(56.0368195, 2.12359309, -123.976097, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2308. p93.Anchored = true
  2309. p93.CanCollide = false
  2310. p93.FormFactor = Enum.FormFactor.Symmetric
  2311. p93.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2312. p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2314. p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2315. p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2316. p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2317. p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2318. b93 = Instance.new("SpecialMesh", p93)
  2319. b93.MeshType = Enum.MeshType.Wedge
  2320. b93.Name = "Mesh"
  2321. b93.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2322. p94 = Instance.new("Part", m1)
  2323. p94.BrickColor = BrickColor.new("Medium stone grey")
  2324. p94.Material = Enum.Material.SmoothPlastic
  2325. p94.CFrame = CFrame.new(56.1591148, 2.10511398, -124.18248, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2326. p94.Anchored = true
  2327. p94.CanCollide = false
  2328. p94.FormFactor = Enum.FormFactor.Symmetric
  2329. p94.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2330. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2331. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2332. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2333. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2334. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2335. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. b94 = Instance.new("SpecialMesh", p94)
  2337. b94.MeshType = Enum.MeshType.Wedge
  2338. b94.Name = "Mesh"
  2339. b94.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2340. p95 = Instance.new("Part", m1)
  2341. p95.BrickColor = BrickColor.new("Medium stone grey")
  2342. p95.Material = Enum.Material.SmoothPlastic
  2343. p95.CFrame = CFrame.new(55.8001442, 2.145087, -123.576767, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2344. p95.Anchored = true
  2345. p95.CanCollide = false
  2346. p95.FormFactor = Enum.FormFactor.Symmetric
  2347. p95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2348. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2354. b95 = Instance.new("SpecialMesh", p95)
  2355. b95.MeshType = Enum.MeshType.Wedge
  2356. b95.Name = "Mesh"
  2357. b95.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2358. p96 = Instance.new("Part", m1)
  2359. p96.BrickColor = BrickColor.new("Medium stone grey")
  2360. p96.Material = Enum.Material.SmoothPlastic
  2361. p96.CFrame = CFrame.new(56.3889236, 2.07031393, -124.570366, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2362. p96.Anchored = true
  2363. p96.CanCollide = false
  2364. p96.FormFactor = Enum.FormFactor.Symmetric
  2365. p96.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2366. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2370. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. b96 = Instance.new("SpecialMesh", p96)
  2373. b96.MeshType = Enum.MeshType.Wedge
  2374. b96.Name = "Mesh"
  2375. b96.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2376. p97 = Instance.new("Part", m1)
  2377. p97.BrickColor = BrickColor.new("Medium stone grey")
  2378. p97.Material = Enum.Material.SmoothPlastic
  2379. p97.CFrame = CFrame.new(56.1668434, 2.09001803, -124.195709, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2380. p97.Anchored = true
  2381. p97.CanCollide = false
  2382. p97.FormFactor = Enum.FormFactor.Symmetric
  2383. p97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2384. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. b97 = Instance.new("SpecialMesh", p97)
  2391. b97.MeshType = Enum.MeshType.Wedge
  2392. b97.Name = "Mesh"
  2393. b97.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2394. p98 = Instance.new("Part", m1)
  2395. p98.BrickColor = BrickColor.new("Medium stone grey")
  2396. p98.Material = Enum.Material.SmoothPlastic
  2397. p98.CFrame = CFrame.new(57.0303612, 2.00043511, -125.65258, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2398. p98.Anchored = true
  2399. p98.CanCollide = false
  2400. p98.FormFactor = Enum.FormFactor.Symmetric
  2401. p98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2402. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. b98 = Instance.new("SpecialMesh", p98)
  2409. b98.MeshType = Enum.MeshType.Wedge
  2410. b98.Name = "Mesh"
  2411. b98.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2412. p99 = Instance.new("Part", m1)
  2413. p99.BrickColor = BrickColor.new("Medium stone grey")
  2414. p99.Material = Enum.Material.SmoothPlastic
  2415. p99.CFrame = CFrame.new(57.0838242, 1.95291197, -125.743416, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2416. p99.Anchored = true
  2417. p99.CanCollide = false
  2418. p99.FormFactor = Enum.FormFactor.Symmetric
  2419. p99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2420. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. b99 = Instance.new("SpecialMesh", p99)
  2427. b99.MeshType = Enum.MeshType.Wedge
  2428. b99.Name = "Mesh"
  2429. b99.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2430. p100 = Instance.new("Part", m1)
  2431. p100.BrickColor = BrickColor.new("Medium stone grey")
  2432. p100.Material = Enum.Material.SmoothPlastic
  2433. p100.CFrame = CFrame.new(56.3431053, 2.10271311, -124.492752, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2434. p100.Anchored = true
  2435. p100.CanCollide = false
  2436. p100.FormFactor = Enum.FormFactor.Symmetric
  2437. p100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2438. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. b100 = Instance.new("SpecialMesh", p100)
  2445. b100.MeshType = Enum.MeshType.Wedge
  2446. b100.Name = "Mesh"
  2447. b100.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2448. p101 = Instance.new("Part", m1)
  2449. p101.BrickColor = BrickColor.new("Medium stone grey")
  2450. p101.Material = Enum.Material.SmoothPlastic
  2451. p101.CFrame = CFrame.new(56.0271645, 2.11114311, -123.959961, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2452. p101.Anchored = true
  2453. p101.CanCollide = false
  2454. p101.FormFactor = Enum.FormFactor.Symmetric
  2455. p101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2456. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. b101 = Instance.new("SpecialMesh", p101)
  2463. b101.MeshType = Enum.MeshType.Wedge
  2464. b101.Name = "Mesh"
  2465. b101.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2466. p102 = Instance.new("Part", m1)
  2467. p102.BrickColor = BrickColor.new("Medium stone grey")
  2468. p102.Material = Enum.Material.SmoothPlastic
  2469. p102.CFrame = CFrame.new(56.1132813, 2.13749909, -124.104797, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2470. p102.Anchored = true
  2471. p102.CanCollide = false
  2472. p102.FormFactor = Enum.FormFactor.Symmetric
  2473. p102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2474. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2476. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. b102 = Instance.new("SpecialMesh", p102)
  2481. b102.MeshType = Enum.MeshType.Wedge
  2482. b102.Name = "Mesh"
  2483. b102.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2484. p103 = Instance.new("Part", m1)
  2485. p103.BrickColor = BrickColor.new("Medium stone grey")
  2486. p103.Material = Enum.Material.SmoothPlastic
  2487. p103.CFrame = CFrame.new(56.9538574, 1.98653901, -125.523827, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2488. p103.Anchored = true
  2489. p103.CanCollide = false
  2490. p103.FormFactor = Enum.FormFactor.Symmetric
  2491. p103.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2492. p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2493. p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2494. p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2497. p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. b103 = Instance.new("SpecialMesh", p103)
  2499. b103.MeshType = Enum.MeshType.Wedge
  2500. b103.Name = "Mesh"
  2501. b103.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2502. p104 = Instance.new("Part", m1)
  2503. p104.BrickColor = BrickColor.new("Medium stone grey")
  2504. p104.Material = Enum.Material.SmoothPlastic
  2505. p104.CFrame = CFrame.new(56.3138351, 2.10630393, -124.443253, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2506. p104.Anchored = true
  2507. p104.CanCollide = false
  2508. p104.FormFactor = Enum.FormFactor.Symmetric
  2509. p104.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2510. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2513. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2514. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2515. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. b104 = Instance.new("SpecialMesh", p104)
  2517. b104.MeshType = Enum.MeshType.Wedge
  2518. b104.Name = "Mesh"
  2519. b104.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2520. p105 = Instance.new("Part", m1)
  2521. p105.BrickColor = BrickColor.new("Dark stone grey")
  2522. p105.Material = Enum.Material.Fabric
  2523. p105.Name = "Hitbox"
  2524. p105.CFrame = CFrame.new(56.220932, 2.29617095, -124.284103, -0.508213162, -0.0453501344, 0.860036492, 0.0769220293, -0.997011662, -0.00711810961, 0.857789278, 0.0625382289, 0.510182858)
  2525. p105.Anchored = true
  2526. p105.CanCollide = false
  2527. p105.Size = Vector3.new(4.51804161, 0.200000003, 0.200000003)
  2528. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. b105 = Instance.new("BlockMesh", p105)
  2535. b105.Name = "Mesh"
  2536. b105.Scale = Vector3.new(1, 0.511959314, 0.430899411)
  2537. p106 = Instance.new("Part", m1)
  2538. p106.BrickColor = BrickColor.new("Medium stone grey")
  2539. p106.Material = Enum.Material.SmoothPlastic
  2540. p106.CFrame = CFrame.new(56.4969521, 2.055233, -124.752716, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2541. p106.Anchored = true
  2542. p106.CanCollide = false
  2543. p106.FormFactor = Enum.FormFactor.Symmetric
  2544. p106.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2545. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. b106 = Instance.new("SpecialMesh", p106)
  2552. b106.MeshType = Enum.MeshType.Wedge
  2553. b106.Name = "Mesh"
  2554. b106.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2555. p107 = Instance.new("Part", m1)
  2556. p107.BrickColor = BrickColor.new("Medium stone grey")
  2557. p107.Material = Enum.Material.SmoothPlastic
  2558. p107.CFrame = CFrame.new(56.9441948, 1.97404099, -125.507767, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2559. p107.Anchored = true
  2560. p107.CanCollide = false
  2561. p107.FormFactor = Enum.FormFactor.Symmetric
  2562. p107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2563. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. b107 = Instance.new("SpecialMesh", p107)
  2570. b107.MeshType = Enum.MeshType.Wedge
  2571. b107.Name = "Mesh"
  2572. b107.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2573. p108 = Instance.new("Part", m1)
  2574. p108.BrickColor = BrickColor.new("Medium stone grey")
  2575. p108.Material = Enum.Material.SmoothPlastic
  2576. p108.CFrame = CFrame.new(56.7171822, 2.00799298, -125.124573, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2577. p108.Anchored = true
  2578. p108.CanCollide = false
  2579. p108.FormFactor = Enum.FormFactor.Symmetric
  2580. p108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2581. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2587. b108 = Instance.new("SpecialMesh", p108)
  2588. b108.MeshType = Enum.MeshType.Wedge
  2589. b108.Name = "Mesh"
  2590. b108.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2591. p109 = Instance.new("Part", m1)
  2592. p109.BrickColor = BrickColor.new("Medium stone grey")
  2593. p109.Material = Enum.Material.SmoothPlastic
  2594. p109.CFrame = CFrame.new(56.5734367, 2.06916189, -124.881424, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2595. p109.Anchored = true
  2596. p109.CanCollide = false
  2597. p109.FormFactor = Enum.FormFactor.Symmetric
  2598. p109.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2599. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. b109 = Instance.new("SpecialMesh", p109)
  2606. b109.MeshType = Enum.MeshType.Wedge
  2607. b109.Name = "Mesh"
  2608. b109.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2609. p110 = Instance.new("Part", m1)
  2610. p110.BrickColor = BrickColor.new("Medium stone grey")
  2611. p110.Material = Enum.Material.SmoothPlastic
  2612. p110.CFrame = CFrame.new(56.7267647, 2.02045393, -125.140633, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2613. p110.Anchored = true
  2614. p110.CanCollide = false
  2615. p110.FormFactor = Enum.FormFactor.Symmetric
  2616. p110.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2617. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. b110 = Instance.new("SpecialMesh", p110)
  2624. b110.MeshType = Enum.MeshType.Wedge
  2625. b110.Name = "Mesh"
  2626. b110.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2627. p111 = Instance.new("Part", m1)
  2628. p111.BrickColor = BrickColor.new("Medium stone grey")
  2629. p111.Material = Enum.Material.SmoothPlastic
  2630. p111.CFrame = CFrame.new(56.8567886, 1.986848, -125.360275, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2631. p111.Anchored = true
  2632. p111.CanCollide = false
  2633. p111.FormFactor = Enum.FormFactor.Symmetric
  2634. p111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2635. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. b111 = Instance.new("SpecialMesh", p111)
  2642. b111.MeshType = Enum.MeshType.Wedge
  2643. b111.Name = "Mesh"
  2644. b111.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2645. p112 = Instance.new("Part", m1)
  2646. p112.BrickColor = BrickColor.new("Medium stone grey")
  2647. p112.Material = Enum.Material.SmoothPlastic
  2648. p112.CFrame = CFrame.new(56.487339, 2.04276609, -124.736656, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2649. p112.Anchored = true
  2650. p112.CanCollide = false
  2651. p112.FormFactor = Enum.FormFactor.Symmetric
  2652. p112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2653. p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. b112 = Instance.new("SpecialMesh", p112)
  2660. b112.MeshType = Enum.MeshType.Wedge
  2661. b112.Name = "Mesh"
  2662. b112.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2663. p113 = Instance.new("Part", m1)
  2664. p113.BrickColor = BrickColor.new("Medium stone grey")
  2665. p113.Material = Enum.Material.SmoothPlastic
  2666. p113.CFrame = CFrame.new(55.579937, 2.19231009, -123.204979, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2667. p113.Anchored = true
  2668. p113.CanCollide = false
  2669. p113.FormFactor = Enum.FormFactor.Symmetric
  2670. p113.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2671. p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. b113 = Instance.new("SpecialMesh", p113)
  2678. b113.MeshType = Enum.MeshType.Wedge
  2679. b113.Name = "Mesh"
  2680. b113.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2681. p114 = Instance.new("Part", m1)
  2682. p114.BrickColor = BrickColor.new("Medium stone grey")
  2683. p114.Material = Enum.Material.SmoothPlastic
  2684. p114.CFrame = CFrame.new(55.2484016, 2.23029304, -122.645531, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2685. p114.Anchored = true
  2686. p114.CanCollide = false
  2687. p114.FormFactor = Enum.FormFactor.Symmetric
  2688. p114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2689. p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. b114 = Instance.new("SpecialMesh", p114)
  2696. b114.MeshType = Enum.MeshType.Wedge
  2697. b114.Name = "Mesh"
  2698. b114.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2699. p115 = Instance.new("Part", m1)
  2700. p115.BrickColor = BrickColor.new("Medium stone grey")
  2701. p115.Material = Enum.Material.SmoothPlastic
  2702. p115.CFrame = CFrame.new(55.7099113, 2.15871191, -123.424507, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2703. p115.Anchored = true
  2704. p115.CanCollide = false
  2705. p115.FormFactor = Enum.FormFactor.Symmetric
  2706. p115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2707. p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. b115 = Instance.new("SpecialMesh", p115)
  2714. b115.MeshType = Enum.MeshType.Wedge
  2715. b115.Name = "Mesh"
  2716. b115.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2717. p116 = Instance.new("Part", m1)
  2718. p116.BrickColor = BrickColor.new("Medium stone grey")
  2719. p116.Material = Enum.Material.SmoothPlastic
  2720. p116.CFrame = CFrame.new(56.2570305, 2.07636189, -124.347977, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2721. p116.Anchored = true
  2722. p116.CanCollide = false
  2723. p116.FormFactor = Enum.FormFactor.Symmetric
  2724. p116.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2725. p116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. p116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. p116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. p116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. p116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. p116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. b116 = Instance.new("SpecialMesh", p116)
  2732. b116.MeshType = Enum.MeshType.Wedge
  2733. b116.Name = "Mesh"
  2734. b116.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2735. p117 = Instance.new("Part", m1)
  2736. p117.BrickColor = BrickColor.new("Medium stone grey")
  2737. p117.Material = Enum.Material.SmoothPlastic
  2738. p117.CFrame = CFrame.new(56.2666512, 2.0888319, -124.363976, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2739. p117.Anchored = true
  2740. p117.CanCollide = false
  2741. p117.FormFactor = Enum.FormFactor.Symmetric
  2742. p117.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2743. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. b117 = Instance.new("SpecialMesh", p117)
  2750. b117.MeshType = Enum.MeshType.Wedge
  2751. b117.Name = "Mesh"
  2752. b117.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2753. p118 = Instance.new("Part", m1)
  2754. p118.BrickColor = BrickColor.new("Medium stone grey")
  2755. p118.Material = Enum.Material.SmoothPlastic
  2756. p118.CFrame = CFrame.new(55.5703049, 2.17984509, -123.188904, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2757. p118.Anchored = true
  2758. p118.CanCollide = false
  2759. p118.FormFactor = Enum.FormFactor.Symmetric
  2760. p118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2761. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. b118 = Instance.new("SpecialMesh", p118)
  2768. b118.MeshType = Enum.MeshType.Wedge
  2769. b118.Name = "Mesh"
  2770. b118.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2771. p119 = Instance.new("Part", m1)
  2772. p119.BrickColor = BrickColor.new("Medium stone grey")
  2773. p119.Material = Enum.Material.SmoothPlastic
  2774. p119.CFrame = CFrame.new(55.3954315, 2.24659801, -122.893105, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2775. p119.Anchored = true
  2776. p119.CanCollide = false
  2777. p119.FormFactor = Enum.FormFactor.Symmetric
  2778. p119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2779. p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. b119 = Instance.new("SpecialMesh", p119)
  2786. b119.MeshType = Enum.MeshType.Wedge
  2787. b119.Name = "Mesh"
  2788. b119.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2789. p120 = Instance.new("Part", m1)
  2790. p120.BrickColor = BrickColor.new("Medium stone grey")
  2791. p120.Material = Enum.Material.SmoothPlastic
  2792. p120.CFrame = CFrame.new(55.4782181, 2.19551611, -123.03344, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2793. p120.Anchored = true
  2794. p120.CanCollide = false
  2795. p120.FormFactor = Enum.FormFactor.Symmetric
  2796. p120.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2797. p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2798. p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. b120 = Instance.new("SpecialMesh", p120)
  2804. b120.MeshType = Enum.MeshType.Wedge
  2805. b120.Name = "Mesh"
  2806. b120.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2807. p121 = Instance.new("Part", m1)
  2808. p121.BrickColor = BrickColor.new("Medium stone grey")
  2809. p121.Material = Enum.Material.SmoothPlastic
  2810. p121.CFrame = CFrame.new(55.1087837, 2.25144696, -122.409821, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2811. p121.Anchored = true
  2812. p121.CanCollide = false
  2813. p121.FormFactor = Enum.FormFactor.Symmetric
  2814. p121.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2815. p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2816. p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2817. p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. b121 = Instance.new("SpecialMesh", p121)
  2822. b121.MeshType = Enum.MeshType.Wedge
  2823. b121.Name = "Mesh"
  2824. b121.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2825. p122 = Instance.new("Part", m1)
  2826. p122.BrickColor = BrickColor.new("Medium stone grey")
  2827. p122.Material = Enum.Material.SmoothPlastic
  2828. p122.CFrame = CFrame.new(55.3385963, 2.2166419, -122.797791, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2829. p122.Anchored = true
  2830. p122.CanCollide = false
  2831. p122.FormFactor = Enum.FormFactor.Symmetric
  2832. p122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2833. p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. b122 = Instance.new("SpecialMesh", p122)
  2840. b122.MeshType = Enum.MeshType.Wedge
  2841. b122.Name = "Mesh"
  2842. b122.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2843. p123 = Instance.new("Part", m1)
  2844. p123.BrickColor = BrickColor.new("Medium stone grey")
  2845. p123.Material = Enum.Material.SmoothPlastic
  2846. p123.CFrame = CFrame.new(55.8097687, 2.15754294, -123.592896, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2847. p123.Anchored = true
  2848. p123.CanCollide = false
  2849. p123.FormFactor = Enum.FormFactor.Symmetric
  2850. p123.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2851. p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2852. p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2853. p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. b123 = Instance.new("SpecialMesh", p123)
  2858. b123.MeshType = Enum.MeshType.Wedge
  2859. b123.Name = "Mesh"
  2860. b123.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2861. p124 = Instance.new("Part", m1)
  2862. p124.BrickColor = BrickColor.new("Medium stone grey")
  2863. p124.Material = Enum.Material.SmoothPlastic
  2864. p124.CFrame = CFrame.new(55.7021904, 2.17379594, -123.411346, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2865. p124.Anchored = true
  2866. p124.CanCollide = false
  2867. p124.FormFactor = Enum.FormFactor.Symmetric
  2868. p124.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2869. p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2870. p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. b124 = Instance.new("SpecialMesh", p124)
  2876. b124.MeshType = Enum.MeshType.Wedge
  2877. b124.Name = "Mesh"
  2878. b124.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2879. p125 = Instance.new("Part", m1)
  2880. p125.BrickColor = BrickColor.new("Medium stone grey")
  2881. p125.Material = Enum.Material.SmoothPlastic
  2882. p125.CFrame = CFrame.new(55.8569641, 2.17504191, -123.672211, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2883. p125.Anchored = true
  2884. p125.CanCollide = false
  2885. p125.FormFactor = Enum.FormFactor.Symmetric
  2886. p125.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2887. p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2893. b125 = Instance.new("SpecialMesh", p125)
  2894. b125.MeshType = Enum.MeshType.Wedge
  2895. b125.Name = "Mesh"
  2896. b125.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2897. p126 = Instance.new("Part", m1)
  2898. p126.BrickColor = BrickColor.new("Medium stone grey")
  2899. p126.Material = Enum.Material.SmoothPlastic
  2900. p126.CFrame = CFrame.new(55.1948853, 2.2778089, -122.554688, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2901. p126.Anchored = true
  2902. p126.CanCollide = false
  2903. p126.FormFactor = Enum.FormFactor.Symmetric
  2904. p126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2905. p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. b126 = Instance.new("SpecialMesh", p126)
  2912. b126.MeshType = Enum.MeshType.Wedge
  2913. b126.Name = "Mesh"
  2914. b126.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2915. p127 = Instance.new("Part", m1)
  2916. p127.BrickColor = BrickColor.new("Medium stone grey")
  2917. p127.Material = Enum.Material.SmoothPlastic
  2918. p127.CFrame = CFrame.new(55.1183929, 2.26391602, -122.425903, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2919. p127.Anchored = true
  2920. p127.CanCollide = false
  2921. p127.FormFactor = Enum.FormFactor.Symmetric
  2922. p127.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2923. p127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. p127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2925. p127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. p127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. p127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. p127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. b127 = Instance.new("SpecialMesh", p127)
  2930. b127.MeshType = Enum.MeshType.Wedge
  2931. b127.Name = "Mesh"
  2932. b127.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  2933. p128 = Instance.new("Part", m1)
  2934. p128.BrickColor = BrickColor.new("Medium stone grey")
  2935. p128.Material = Enum.Material.SmoothPlastic
  2936. p128.CFrame = CFrame.new(55.6271133, 2.20981193, -123.284233, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  2937. p128.Anchored = true
  2938. p128.CanCollide = false
  2939. p128.FormFactor = Enum.FormFactor.Symmetric
  2940. p128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2941. p128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. p128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2943. p128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. p128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. p128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. p128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. b128 = Instance.new("SpecialMesh", p128)
  2948. b128.MeshType = Enum.MeshType.Wedge
  2949. b128.Name = "Mesh"
  2950. b128.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2951. p129 = Instance.new("Part", m1)
  2952. p129.BrickColor = BrickColor.new("Medium stone grey")
  2953. p129.Material = Enum.Material.SmoothPlastic
  2954. p129.CFrame = CFrame.new(56.3966255, 2.05523705, -124.583603, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2955. p129.Anchored = true
  2956. p129.CanCollide = false
  2957. p129.FormFactor = Enum.FormFactor.Symmetric
  2958. p129.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2959. p129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. p129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. p129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. p129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. p129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. p129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. b129 = Instance.new("SpecialMesh", p129)
  2966. b129.MeshType = Enum.MeshType.Wedge
  2967. b129.Name = "Mesh"
  2968. b129.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2969. p130 = Instance.new("Part", m1)
  2970. p130.BrickColor = BrickColor.new("Medium stone grey")
  2971. p130.Material = Enum.Material.SmoothPlastic
  2972. p130.CFrame = CFrame.new(55.9397469, 2.12393689, -123.812462, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2973. p130.Anchored = true
  2974. p130.CanCollide = false
  2975. p130.FormFactor = Enum.FormFactor.Symmetric
  2976. p130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2977. p130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. p130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. p130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. p130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. p130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. p130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. b130 = Instance.new("SpecialMesh", p130)
  2984. b130.MeshType = Enum.MeshType.Wedge
  2985. b130.Name = "Mesh"
  2986. b130.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  2987. p131 = Instance.new("Part", m1)
  2988. p131.BrickColor = BrickColor.new("Medium stone grey")
  2989. p131.Material = Enum.Material.SmoothPlastic
  2990. p131.CFrame = CFrame.new(55.9320717, 2.1390419, -123.799248, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  2991. p131.Anchored = true
  2992. p131.CanCollide = false
  2993. p131.FormFactor = Enum.FormFactor.Symmetric
  2994. p131.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  2995. p131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. p131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. p131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. p131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. p131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. p131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. b131 = Instance.new("SpecialMesh", p131)
  3002. b131.MeshType = Enum.MeshType.Wedge
  3003. b131.Name = "Mesh"
  3004. b131.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3005. p132 = Instance.new("Part", m1)
  3006. p132.BrickColor = BrickColor.new("Medium stone grey")
  3007. p132.Material = Enum.Material.SmoothPlastic
  3008. p132.CFrame = CFrame.new(55.8862572, 2.17142701, -123.721619, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3009. p132.Anchored = true
  3010. p132.CanCollide = false
  3011. p132.FormFactor = Enum.FormFactor.Symmetric
  3012. p132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3013. p132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3014. p132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3015. p132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. p132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. p132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. p132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. b132 = Instance.new("SpecialMesh", p132)
  3020. b132.MeshType = Enum.MeshType.Wedge
  3021. b132.Name = "Mesh"
  3022. b132.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3023. p133 = Instance.new("Part", m1)
  3024. p133.BrickColor = BrickColor.new("Medium stone grey")
  3025. p133.Material = Enum.Material.SmoothPlastic
  3026. p133.CFrame = CFrame.new(55.424736, 2.24301291, -122.942558, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3027. p133.Anchored = true
  3028. p133.CanCollide = false
  3029. p133.FormFactor = Enum.FormFactor.Symmetric
  3030. p133.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3031. p133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. p133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. p133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3034. p133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. p133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. p133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. b133 = Instance.new("SpecialMesh", p133)
  3038. b133.MeshType = Enum.MeshType.Wedge
  3039. b133.Name = "Mesh"
  3040. b133.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3041. p134 = Instance.new("Part", m1)
  3042. p134.BrickColor = BrickColor.new("Medium stone grey")
  3043. p134.Material = Enum.Material.SmoothPlastic
  3044. p134.CFrame = CFrame.new(56.8032761, 2.03435898, -125.269394, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3045. p134.Anchored = true
  3046. p134.CanCollide = false
  3047. p134.FormFactor = Enum.FormFactor.Symmetric
  3048. p134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3049. p134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. p134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. p134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. p134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. p134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. p134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. b134 = Instance.new("SpecialMesh", p134)
  3056. b134.MeshType = Enum.MeshType.Wedge
  3057. b134.Name = "Mesh"
  3058. b134.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3059. p135 = Instance.new("Part", m1)
  3060. p135.BrickColor = BrickColor.new("Medium stone grey")
  3061. p135.Material = Enum.Material.SmoothPlastic
  3062. p135.CFrame = CFrame.new(56.6192131, 2.03670907, -124.959129, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3063. p135.Anchored = true
  3064. p135.CanCollide = false
  3065. p135.FormFactor = Enum.FormFactor.Symmetric
  3066. p135.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3067. p135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. p135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. p135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. p135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. p135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. p135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. b135 = Instance.new("SpecialMesh", p135)
  3074. b135.MeshType = Enum.MeshType.Wedge
  3075. b135.Name = "Mesh"
  3076. b135.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3077. p136 = Instance.new("Part", m1)
  3078. p136.BrickColor = BrickColor.new("Medium stone grey")
  3079. p136.Material = Enum.Material.SmoothPlastic
  3080. p136.CFrame = CFrame.new(57.1836586, 1.95173001, -125.911705, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3081. p136.Anchored = true
  3082. p136.CanCollide = false
  3083. p136.FormFactor = Enum.FormFactor.Symmetric
  3084. p136.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3085. p136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. p136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. p136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. p136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. p136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. p136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. b136 = Instance.new("SpecialMesh", p136)
  3092. b136.MeshType = Enum.MeshType.Wedge
  3093. b136.Name = "Mesh"
  3094. b136.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3095. p137 = Instance.new("Part", m1)
  3096. p137.BrickColor = BrickColor.new("Medium stone grey")
  3097. p137.Material = Enum.Material.SmoothPlastic
  3098. p137.CFrame = CFrame.new(55.4704781, 2.21058393, -123.020226, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3099. p137.Anchored = true
  3100. p137.CanCollide = false
  3101. p137.FormFactor = Enum.FormFactor.Symmetric
  3102. p137.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3103. p137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. p137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. p137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. p137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. p137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. b137 = Instance.new("SpecialMesh", p137)
  3110. b137.MeshType = Enum.MeshType.Wedge
  3111. b137.Name = "Mesh"
  3112. b137.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3113. p138 = Instance.new("Part", m1)
  3114. p138.BrickColor = BrickColor.new("Medium stone grey")
  3115. p138.Material = Enum.Material.SmoothPlastic
  3116. p138.CFrame = CFrame.new(56.774025, 2.03795695, -125.219925, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3117. p138.Anchored = true
  3118. p138.CanCollide = false
  3119. p138.FormFactor = Enum.FormFactor.Symmetric
  3120. p138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3121. p138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3122. p138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. p138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. p138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. p138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. b138 = Instance.new("SpecialMesh", p138)
  3128. b138.MeshType = Enum.MeshType.Wedge
  3129. b138.Name = "Mesh"
  3130. b138.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3131. p139 = Instance.new("Part", m1)
  3132. p139.BrickColor = BrickColor.new("Medium stone grey")
  3133. p139.Material = Enum.Material.SmoothPlastic
  3134. p139.CFrame = CFrame.new(57.1740608, 1.93929005, -125.895668, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3135. p139.Anchored = true
  3136. p139.CanCollide = false
  3137. p139.FormFactor = Enum.FormFactor.Symmetric
  3138. p139.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3139. p139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. p139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. p139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. p139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. p139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. b139 = Instance.new("SpecialMesh", p139)
  3146. b139.MeshType = Enum.MeshType.Wedge
  3147. b139.Name = "Mesh"
  3148. b139.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3149. p140 = Instance.new("Part", m1)
  3150. p140.BrickColor = BrickColor.new("Medium stone grey")
  3151. p140.Material = Enum.Material.SmoothPlastic
  3152. p140.CFrame = CFrame.new(56.8491135, 2.00195408, -125.347015, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3153. p140.Anchored = true
  3154. p140.CanCollide = false
  3155. p140.FormFactor = Enum.FormFactor.Symmetric
  3156. p140.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3157. p140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. p140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. p140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. p140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. b140 = Instance.new("SpecialMesh", p140)
  3164. b140.MeshType = Enum.MeshType.Wedge
  3165. b140.Name = "Mesh"
  3166. b140.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3167. p141 = Instance.new("Part", m1)
  3168. p141.BrickColor = BrickColor.new("Medium stone grey")
  3169. p141.Material = Enum.Material.SmoothPlastic
  3170. p141.CFrame = CFrame.new(56.5441628, 2.07271409, -124.832039, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3171. p141.Anchored = true
  3172. p141.CanCollide = false
  3173. p141.FormFactor = Enum.FormFactor.Symmetric
  3174. p141.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3175. p141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. p141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. p141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. p141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. p141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. b141 = Instance.new("SpecialMesh", p141)
  3182. b141.MeshType = Enum.MeshType.Wedge
  3183. b141.Name = "Mesh"
  3184. b141.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3185. p142 = Instance.new("Part", m1)
  3186. p142.BrickColor = BrickColor.new("Medium stone grey")
  3187. p142.Material = Enum.Material.SmoothPlastic
  3188. p142.CFrame = CFrame.new(57.3136635, 1.91814804, -126.131355, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3189. p142.Anchored = true
  3190. p142.CanCollide = false
  3191. p142.FormFactor = Enum.FormFactor.Symmetric
  3192. p142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3193. p142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. p142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. p142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. p142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. p142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. p142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. b142 = Instance.new("SpecialMesh", p142)
  3200. b142.MeshType = Enum.MeshType.Wedge
  3201. b142.Name = "Mesh"
  3202. b142.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3203. p143 = Instance.new("Part", m1)
  3204. p143.BrickColor = BrickColor.new("Medium stone grey")
  3205. p143.Material = Enum.Material.SmoothPlastic
  3206. p143.CFrame = CFrame.new(55.3482285, 2.22912288, -122.81385, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3207. p143.Anchored = true
  3208. p143.CanCollide = false
  3209. p143.FormFactor = Enum.FormFactor.Symmetric
  3210. p143.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3211. p143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. p143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. p143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. p143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. p143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. p143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. b143 = Instance.new("SpecialMesh", p143)
  3218. b143.MeshType = Enum.MeshType.Wedge
  3219. b143.Name = "Mesh"
  3220. b143.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3221. p144 = Instance.new("Part", m1)
  3222. p144.BrickColor = BrickColor.new("Medium stone grey")
  3223. p144.Material = Enum.Material.SmoothPlastic
  3224. p144.CFrame = CFrame.new(55.1655884, 2.28138208, -122.505226, 0.860044122, -0.0453531705, 0.50819999, -0.0071210009, -0.997011483, -0.0769249424, 0.510170043, 0.0625399426, -0.857796788)
  3225. p144.Anchored = true
  3226. p144.CanCollide = false
  3227. p144.FormFactor = Enum.FormFactor.Symmetric
  3228. p144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3229. p144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. p144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. p144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. p144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. p144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. p144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. b144 = Instance.new("SpecialMesh", p144)
  3236. b144.MeshType = Enum.MeshType.Wedge
  3237. b144.Name = "Mesh"
  3238. b144.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
  3239. p145 = Instance.new("Part", m1)
  3240. p145.BrickColor = BrickColor.new("Medium stone grey")
  3241. p145.Material = Enum.Material.SmoothPlastic
  3242. p145.CFrame = CFrame.new(55.2407303, 2.24541306, -122.632278, -0.860044122, -0.0453531705, -0.50819999, 0.0071210009, -0.997011483, 0.0769249424, -0.510170043, 0.0625399426, 0.857796788)
  3243. p145.Anchored = true
  3244. p145.CanCollide = false
  3245. p145.FormFactor = Enum.FormFactor.Symmetric
  3246. p145.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
  3247. p145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. p145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. p145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. p145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. p145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. p145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. b145 = Instance.new("SpecialMesh", p145)
  3254. b145.MeshType = Enum.MeshType.Wedge
  3255. b145.Name = "Mesh"
  3256. b145.Scale = Vector3.new(0.439431667, 0.708210409, 1)
  3257. p146 = Instance.new("Part", m)
  3258. p146.BrickColor = BrickColor.new("Toothpaste")
  3259. p146.Material = Enum.Material.Neon
  3260. p146.CFrame = CFrame.new(58.0243645, 1.89252901, -127.335716, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  3261. p146.Anchored = true
  3262. p146.CanCollide = false
  3263. p146.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
  3264. p146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. p146.BottomSurface = Enum.SurfaceType.Weld
  3266. p146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. p146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. p146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. p146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3270. b146 = Instance.new("CylinderMesh", p146)
  3271. b146.Name = "Mesh"
  3272. b146.Scale = Vector3.new(1, 0.332773477, 0.328507692)
  3273. p147 = Instance.new("Part", m)
  3274. p147.BrickColor = BrickColor.new("Black")
  3275. p147.Material = Enum.Material.SmoothPlastic
  3276. p147.Reflectance = 0.20000000298023
  3277. p147.CFrame = CFrame.new(58.1513214, 1.702232, -127.556038, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  3278. p147.Anchored = true
  3279. p147.CanCollide = false
  3280. p147.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
  3281. p147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. p147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3283. p147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. p147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. p147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. p147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. b147 = Instance.new("BlockMesh", p147)
  3288. b147.Name = "Mesh"
  3289. b147.Scale = Vector3.new(0.955657125, 0.934325874, 1)
  3290. p148 = Instance.new("Part", m)
  3291. p148.BrickColor = BrickColor.new("Toothpaste")
  3292. p148.Material = Enum.Material.Neon
  3293. p148.CFrame = CFrame.new(58.058445, 2.07830095, -127.387199, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  3294. p148.Anchored = true
  3295. p148.CanCollide = false
  3296. p148.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
  3297. p148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. p148.BottomSurface = Enum.SurfaceType.Weld
  3299. p148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. p148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. p148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. p148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. b148 = Instance.new("CylinderMesh", p148)
  3304. b148.Name = "Mesh"
  3305. b148.Scale = Vector3.new(0.695410967, 1, 0.808470011)
  3306. p149 = Instance.new("Part", m)
  3307. p149.BrickColor = BrickColor.new("Black")
  3308. p149.Material = Enum.Material.SmoothPlastic
  3309. p149.Reflectance = 0.30000001192093
  3310. p149.CFrame = CFrame.new(58.6738014, 2.13073301, -127.625122, -0.496958107, 0.115641154, -0.860034764, 0.214935049, 0.976602376, 0.00711798808, 0.840735197, -0.181314275, -0.510185778)
  3311. p149.Anchored = true
  3312. p149.CanCollide = false
  3313. p149.Size = Vector3.new(0.600273073, 0.212889731, 0.200000003)
  3314. p149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. p149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. p149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. p149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. p149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. p149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. b149 = Instance.new("BlockMesh", p149)
  3321. b149.Name = "Mesh"
  3322. b149.Scale = Vector3.new(1, 1, 0.328507692)
  3323. p150 = Instance.new("Part", m)
  3324. p150.BrickColor = BrickColor.new("Black")
  3325. p150.Material = Enum.Material.SmoothPlastic
  3326. p150.Reflectance = 0.30000001192093
  3327. p150.CFrame = CFrame.new(58.4826164, 2.25127697, -127.301109, -0.506537139, -0.0613040067, -0.860036016, -0.132051036, 0.991217375, 0.00711965375, 0.852046192, 0.11717502, -0.510183632)
  3328. p150.Anchored = true
  3329. p150.CanCollide = false
  3330. p150.Size = Vector3.new(0.224836275, 0.200000003, 0.200000003)
  3331. p150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. p150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. p150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. p150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. p150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. p150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. b150 = Instance.new("BlockMesh", p150)
  3338. b150.Name = "Mesh"
  3339. b150.Scale = Vector3.new(1, 0.332773477, 0.328507692)
  3340. p151 = Instance.new("Part", m)
  3341. p151.BrickColor = BrickColor.new("Black")
  3342. p151.Material = Enum.Material.SmoothPlastic
  3343. p151.Reflectance = 0.30000001192093
  3344. p151.CFrame = CFrame.new(58.3091164, 2.16775489, -127.009811, -0.506537139, -0.0613040067, -0.860036016, -0.132051036, 0.991217375, 0.00711965375, 0.852046192, 0.11717502, -0.510183632)
  3345. p151.Anchored = true
  3346. p151.CanCollide = false
  3347. p151.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  3348. p151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. p151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. p151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. p151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. p151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. b151 = Instance.new("BlockMesh", p151)
  3355. b151.Name = "Mesh"
  3356. b151.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  3357. p152 = Instance.new("Part", m)
  3358. p152.BrickColor = BrickColor.new("Black")
  3359. p152.Material = Enum.Material.SmoothPlastic
  3360. p152.CFrame = CFrame.new(57.9615593, 1.95553696, -127.227615, -0.306353956, 0.408027142, -0.860035539, 0.79240185, 0.609957933, 0.00712057389, 0.527490914, -0.679312289, -0.510184467)
  3361. p152.Anchored = true
  3362. p152.CanCollide = false
  3363. p152.Size = Vector3.new(0.200000003, 0.58064723, 0.421086848)
  3364. p152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. p152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. b152 = Instance.new("BlockMesh", p152)
  3371. b152.Name = "Mesh"
  3372. b152.Scale = Vector3.new(0.475699484, 1, 1)
  3373. p153 = Instance.new("Part", m)
  3374. p153.BrickColor = BrickColor.new("Black")
  3375. p153.Material = Enum.Material.SmoothPlastic
  3376. p153.CFrame = CFrame.new(58.2208519, 1.73870802, -127.669785, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  3377. p153.Anchored = true
  3378. p153.CanCollide = false
  3379. p153.Size = Vector3.new(1.4100219, 0.639949143, 0.335333675)
  3380. p153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3381. p153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. p153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. p153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. b153 = Instance.new("BlockMesh", p153)
  3387. b153.Name = "Mesh"
  3388. p154 = Instance.new("Part", m)
  3389. p154.BrickColor = BrickColor.new("Black")
  3390. p154.Material = Enum.Material.SmoothPlastic
  3391. p154.CFrame = CFrame.new(58.2275543, 1.63676798, -127.680061, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  3392. p154.Anchored = true
  3393. p154.CanCollide = false
  3394. p154.Size = Vector3.new(1.15404212, 0.639949143, 0.421513528)
  3395. p154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. p154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3397. p154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3398. p154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3399. p154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. p154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. b154 = Instance.new("BlockMesh", p154)
  3402. b154.Name = "Mesh"
  3403. p155 = Instance.new("Part", m)
  3404. p155.BrickColor = BrickColor.new("Black")
  3405. p155.Material = Enum.Material.SmoothPlastic
  3406. p155.Reflectance = 0.30000001192093
  3407. p155.CFrame = CFrame.new(57.8894691, 2.11326599, -127.105202, -0.469326168, 0.200180933, -0.860035241, 0.381257147, 0.924441636, 0.00711792847, 0.796477318, -0.324553907, -0.510185063)
  3408. p155.Anchored = true
  3409. p155.CanCollide = false
  3410. p155.Size = Vector3.new(0.388663232, 0.328080595, 0.439432114)
  3411. p155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. p155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. p155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. p155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. p155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3416. p155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3417. b155 = Instance.new("BlockMesh", p155)
  3418. b155.Name = "Mesh"
  3419. p156 = Instance.new("Part", m)
  3420. p156.BrickColor = BrickColor.new("Medium stone grey")
  3421. p156.Material = Enum.Material.SmoothPlastic
  3422. p156.CFrame = CFrame.new(57.6688385, 2.32185602, -126.73037, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  3423. p156.Anchored = true
  3424. p156.CanCollide = false
  3425. p156.Size = Vector3.new(1.23851466, 0.436871469, 1.26283407)
  3426. p156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. p156.BottomSurface = Enum.SurfaceType.Weld
  3428. p156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. p156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. p156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. p156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. b156 = Instance.new("CylinderMesh", p156)
  3433. b156.Name = "Mesh"
  3434. p157 = Instance.new("Part", m)
  3435. p157.BrickColor = BrickColor.new("Black")
  3436. p157.Material = Enum.Material.SmoothPlastic
  3437. p157.CFrame = CFrame.new(57.9081688, 1.61117697, -127.144501, -0.469326168, 0.200180933, -0.860035241, 0.381257147, 0.924441636, 0.00711792847, 0.796477318, -0.324553907, -0.510185063)
  3438. p157.Anchored = true
  3439. p157.CanCollide = false
  3440. p157.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
  3441. p157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. p157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. p157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. p157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. p157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3446. p157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. b157 = Instance.new("BlockMesh", p157)
  3448. b157.Name = "Mesh"
  3449. p158 = Instance.new("Part", m)
  3450. p158.BrickColor = BrickColor.new("Black")
  3451. p158.Material = Enum.Material.SmoothPlastic
  3452. p158.CFrame = CFrame.new(57.9423561, 1.98070002, -127.194901, -0.230848029, 0.45502311, -0.860036731, 0.886281133, 0.463093162, 0.00711812917, 0.40151605, -0.760591149, -0.51018244)
  3453. p158.Anchored = true
  3454. p158.CanCollide = false
  3455. p158.Size = Vector3.new(0.200000003, 0.542250335, 0.421086848)
  3456. p158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. p158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. p158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. p158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. p158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. p158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. b158 = Instance.new("BlockMesh", p158)
  3463. b158.Name = "Mesh"
  3464. b158.Scale = Vector3.new(0.475699484, 1, 1)
  3465. p159 = Instance.new("Part", m)
  3466. p159.BrickColor = BrickColor.new("Pastel green")
  3467. p159.Material = Enum.Material.SmoothPlastic
  3468. p159.CFrame = CFrame.new(57.954277, 2.44024801, -127.206589, -0.860044122, -0.509473026, 0.0275932401, 0.0071210009, 0.0420899838, 0.999088466, -0.510170043, 0.859456599, -0.0325712822)
  3469. p159.Anchored = true
  3470. p159.CanCollide = false
  3471. p159.FormFactor = Enum.FormFactor.Symmetric
  3472. p159.Size = Vector3.new(0.515372276, 1.55209005, 0.433885813)
  3473. p159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3474. p159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3475. p159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. p159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. p159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. p159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. b159 = Instance.new("SpecialMesh", p159)
  3480. b159.MeshType = Enum.MeshType.Wedge
  3481. b159.Name = "Mesh"
  3482. p160 = Instance.new("Part", m)
  3483. p160.BrickColor = BrickColor.new("Pastel green")
  3484. p160.Material = Enum.Material.SmoothPlastic
  3485. p160.CFrame = CFrame.new(57.7933311, 2.20790911, -126.938385, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  3486. p160.Anchored = true
  3487. p160.CanCollide = false
  3488. p160.FormFactor = Enum.FormFactor.Symmetric
  3489. p160.Size = Vector3.new(0.515372276, 1.62077785, 0.629283845)
  3490. p160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3491. p160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3492. p160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3493. p160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. p160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. p160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. b160 = Instance.new("SpecialMesh", p160)
  3497. b160.MeshType = Enum.MeshType.Wedge
  3498. b160.Name = "Mesh"
  3499. p161 = Instance.new("Part", m)
  3500. p161.BrickColor = BrickColor.new("Pastel green")
  3501. p161.Material = Enum.Material.SmoothPlastic
  3502. p161.CFrame = CFrame.new(57.7929688, 3.23146105, -126.926918, -0.50388217, 0.0802667886, -0.860035002, 0.145450041, 0.989340067, 0.00711768772, 0.851438284, -0.12150564, -0.510185599)
  3503. p161.Anchored = true
  3504. p161.CanCollide = false
  3505. p161.Size = Vector3.new(0.316562295, 0.200000003, 0.518785954)
  3506. p161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. p161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. p161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3509. p161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3510. p161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3511. p161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3512. b161 = Instance.new("BlockMesh", p161)
  3513. b161.Name = "Mesh"
  3514. b161.Scale = Vector3.new(1, 0.637815893, 1)
  3515. p162 = Instance.new("Part", m)
  3516. p162.BrickColor = BrickColor.new("Black")
  3517. p162.Material = Enum.Material.SmoothPlastic
  3518. p162.CFrame = CFrame.new(57.7752151, 3.3804009, -126.883636, -0.508841157, 0.0376857147, -0.860035181, 0.0618840232, 0.998057961, 0.00711993314, 0.85863328, -0.0495995171, -0.510185122)
  3519. p162.Anchored = true
  3520. p162.CanCollide = false
  3521. p162.Size = Vector3.new(0.783298492, 0.238914371, 0.32125473)
  3522. p162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3523. p162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. p162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. p162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. p162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. p162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. b162 = Instance.new("BlockMesh", p162)
  3529. b162.Name = "Mesh"
  3530. p163 = Instance.new("Part", m)
  3531. p163.BrickColor = BrickColor.new("Medium green")
  3532. p163.Material = Enum.Material.SmoothPlastic
  3533. p163.CFrame = CFrame.new(57.3287392, 3.26718593, -126.132118, -0.493476123, -0.129686058, -0.860036492, -0.265748054, 0.964016259, 0.00711698504, 0.828166187, 0.232065096, -0.510182858)
  3534. p163.Anchored = true
  3535. p163.CanCollide = false
  3536. p163.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
  3537. p163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. p163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. p163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3540. p163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. p163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. p163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3543. b163 = Instance.new("BlockMesh", p163)
  3544. b163.Name = "Mesh"
  3545. b163.Scale = Vector3.new(1, 0.637815893, 1)
  3546. p164 = Instance.new("Part", m)
  3547. p164.BrickColor = BrickColor.new("Pastel green")
  3548. p164.Material = Enum.Material.SmoothPlastic
  3549. p164.CFrame = CFrame.new(57.2183838, 2.60285592, -125.963699, -0.860044122, -0.509473026, 0.0275932401, 0.0071210009, 0.0420899838, 0.999088466, -0.510170043, 0.859456599, -0.0325712822)
  3550. p164.Anchored = true
  3551. p164.CanCollide = false
  3552. p164.FormFactor = Enum.FormFactor.Symmetric
  3553. p164.Size = Vector3.new(0.515372276, 0.673653126, 1.31829655)
  3554. p164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. p164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. p164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3558. p164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3559. p164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3560. b164 = Instance.new("SpecialMesh", p164)
  3561. b164.MeshType = Enum.MeshType.Wedge
  3562. b164.Name = "Mesh"
  3563. p165 = Instance.new("Part", m)
  3564. p165.BrickColor = BrickColor.new("Pastel green")
  3565. p165.Material = Enum.Material.SmoothPlastic
  3566. p165.CFrame = CFrame.new(57.1952286, 3.21761394, -125.916908, -0.509274065, -0.0313051865, -0.860034823, -0.0733240098, 0.997282743, 0.00711818738, 0.857475102, 0.0666863099, -0.510185659)
  3567. p165.Anchored = true
  3568. p165.CanCollide = false
  3569. p165.Size = Vector3.new(0.309736162, 0.200000003, 0.516226113)
  3570. p165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. p165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. p165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3576. b165 = Instance.new("BlockMesh", p165)
  3577. b165.Name = "Mesh"
  3578. b165.Scale = Vector3.new(1, 0.637815893, 1)
  3579. p166 = Instance.new("Part", m)
  3580. p166.BrickColor = BrickColor.new("Pastel green")
  3581. p166.Material = Enum.Material.SmoothPlastic
  3582. p166.CFrame = CFrame.new(58.3065376, 2.92808604, -127.793503, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  3583. p166.Anchored = true
  3584. p166.CanCollide = false
  3585. p166.FormFactor = Enum.FormFactor.Symmetric
  3586. p166.Size = Vector3.new(0.515372276, 1.43689919, 1.01666677)
  3587. p166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. p166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. p166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. p166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. b166 = Instance.new("SpecialMesh", p166)
  3594. b166.MeshType = Enum.MeshType.Wedge
  3595. b166.Name = "Mesh"
  3596. p167 = Instance.new("Part", m)
  3597. p167.BrickColor = BrickColor.new("Medium green")
  3598. p167.Material = Enum.Material.SmoothPlastic
  3599. p167.CFrame = CFrame.new(57.6328621, 3.35555911, -126.643623, -0.510097802, -0.0117681399, -0.860035896, -0.0350569896, 0.999360025, 0.00711817341, 0.859401703, 0.0337812342, -0.510183871)
  3600. p167.Anchored = true
  3601. p167.CanCollide = false
  3602. p167.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
  3603. p167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. p167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. p167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. p167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. p167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. b167 = Instance.new("BlockMesh", p167)
  3610. b167.Name = "Mesh"
  3611. b167.Scale = Vector3.new(1, 0.637815893, 1)
  3612. p168 = Instance.new("Part", m)
  3613. p168.BrickColor = BrickColor.new("Black")
  3614. p168.Material = Enum.Material.SmoothPlastic
  3615. p168.CFrame = CFrame.new(57.9727745, 3.35486388, -127.216949, -0.421825081, 0.287061274, -0.860034525, 0.552626133, 0.833398879, 0.00712174643, 0.718796194, -0.472273469, -0.510186076)
  3616. p168.Anchored = true
  3617. p168.CanCollide = false
  3618. p168.Size = Vector3.new(0.200000003, 0.212889731, 0.32125473)
  3619. p168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. p168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. p168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. p168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. p168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. b168 = Instance.new("BlockMesh", p168)
  3626. b168.Name = "Mesh"
  3627. b168.Scale = Vector3.new(0.571692407, 1, 1)
  3628. p169 = Instance.new("Part", m)
  3629. p169.BrickColor = BrickColor.new("Pastel green")
  3630. p169.Material = Enum.Material.SmoothPlastic
  3631. p169.CFrame = CFrame.new(57.6394005, 3.262151, -126.665497, -0.509270072, 0.0313591138, -0.860035241, 0.0494820066, 0.998749733, 0.00711621949, 0.859183133, -0.0389321968, -0.510185003)
  3632. p169.Anchored = true
  3633. p169.CanCollide = false
  3634. p169.Size = Vector3.new(0.309736162, 0.200000003, 0.516652763)
  3635. p169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3636. p169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3637. p169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3638. p169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. p169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. p169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. b169 = Instance.new("BlockMesh", p169)
  3642. b169.Name = "Mesh"
  3643. b169.Scale = Vector3.new(1, 0.637815893, 1)
  3644. p170 = Instance.new("Part", m)
  3645. p170.BrickColor = BrickColor.new("Medium stone grey")
  3646. p170.Material = Enum.Material.SmoothPlastic
  3647. p170.CFrame = CFrame.new(58.3180275, 1.48313594, -127.861404, 0.509490967, 0.860033393, -0.0275946073, -0.0420929976, -0.00712001137, -0.999088347, -0.85944587, 0.510187984, 0.0325738043)
  3648. p170.Anchored = true
  3649. p170.CanCollide = false
  3650. p170.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
  3651. p170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. p170.BottomSurface = Enum.SurfaceType.Weld
  3653. p170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3654. p170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3655. p170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. p170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3657. b170 = Instance.new("CylinderMesh", p170)
  3658. b170.Name = "Mesh"
  3659. b170.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  3660. p171 = Instance.new("Part", m)
  3661. p171.BrickColor = BrickColor.new("Medium stone grey")
  3662. p171.Material = Enum.Material.SmoothPlastic
  3663. p171.Name = "Sphere"
  3664. p171.CFrame = CFrame.new(58.6838226, 1.48009098, -127.64444, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  3665. p171.Anchored = true
  3666. p171.CanCollide = false
  3667. p171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3668. p171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. p171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3670. p171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. p171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3672. p171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3673. p171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. b171 = Instance.new("SpecialMesh", p171)
  3675. b171.MeshType = Enum.MeshType.Wedge
  3676. b171.Name = "Mesh"
  3677. b171.Scale = Vector3.new(0.34130618, 1, 1)
  3678. p172 = Instance.new("Part", m)
  3679. p172.BrickColor = BrickColor.new("Medium stone grey")
  3680. p172.Material = Enum.Material.SmoothPlastic
  3681. p172.Name = "Sphere"
  3682. p172.CFrame = CFrame.new(57.9544182, 1.48530805, -128.077118, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  3683. p172.Anchored = true
  3684. p172.CanCollide = false
  3685. p172.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3686. p172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. p172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. p172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. p172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. p172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3691. p172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. b172 = Instance.new("SpecialMesh", p172)
  3693. b172.MeshType = Enum.MeshType.Sphere
  3694. b172.Name = "Mesh"
  3695. b172.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  3696. p173 = Instance.new("Part", m)
  3697. p173.BrickColor = BrickColor.new("Medium stone grey")
  3698. p173.Material = Enum.Material.SmoothPlastic
  3699. p173.Name = "Sphere"
  3700. p173.CFrame = CFrame.new(58.6973839, 1.98574197, -127.66111, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  3701. p173.Anchored = true
  3702. p173.CanCollide = false
  3703. p173.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3704. p173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. p173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. p173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. p173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. p173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. p173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. b173 = Instance.new("SpecialMesh", p173)
  3711. b173.MeshType = Enum.MeshType.Sphere
  3712. b173.Name = "Mesh"
  3713. b173.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  3714. p174 = Instance.new("Part", m)
  3715. p174.BrickColor = BrickColor.new("Black")
  3716. p174.Material = Enum.Material.SmoothPlastic
  3717. p174.Reflectance = 0.20000000298023
  3718. p174.CFrame = CFrame.new(58.2368088, 1.59478605, -127.70163, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  3719. p174.Anchored = true
  3720. p174.CanCollide = false
  3721. p174.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
  3722. p174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3723. p174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. p174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. p174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. p174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. p174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. b174 = Instance.new("BlockMesh", p174)
  3729. b174.Name = "Mesh"
  3730. b174.Scale = Vector3.new(0.955657125, 0.934325874, 1)
  3731. p175 = Instance.new("Part", m)
  3732. p175.BrickColor = BrickColor.new("Black")
  3733. p175.Material = Enum.Material.SmoothPlastic
  3734. p175.Reflectance = 0.20000000298023
  3735. p175.CFrame = CFrame.new(58.3231125, 1.48635995, -127.848717, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  3736. p175.Anchored = true
  3737. p175.CanCollide = false
  3738. p175.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
  3739. p175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. p175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. p175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3742. p175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. p175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. b175 = Instance.new("BlockMesh", p175)
  3746. b175.Name = "Mesh"
  3747. b175.Scale = Vector3.new(0.955657125, 0.934325874, 1)
  3748. p176 = Instance.new("Part", m)
  3749. p176.BrickColor = BrickColor.new("Medium stone grey")
  3750. p176.Material = Enum.Material.SmoothPlastic
  3751. p176.Name = "Sphere"
  3752. p176.CFrame = CFrame.new(58.5077972, 1.69722402, -127.34893, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  3753. p176.Anchored = true
  3754. p176.CanCollide = false
  3755. p176.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3756. p176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. p176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. p176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. p176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. p176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. p176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. b176 = Instance.new("SpecialMesh", p176)
  3763. b176.MeshType = Enum.MeshType.Sphere
  3764. b176.Name = "Mesh"
  3765. b176.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  3766. p177 = Instance.new("Part", m)
  3767. p177.BrickColor = BrickColor.new("Black")
  3768. p177.Material = Enum.Material.SmoothPlastic
  3769. p177.Reflectance = 0.30000001192093
  3770. p177.CFrame = CFrame.new(58.8161774, 2.10643506, -127.865494, -0.306353956, 0.408027142, -0.860035539, 0.79240185, 0.609957933, 0.00712057389, 0.527490914, -0.679312289, -0.510184467)
  3771. p177.Anchored = true
  3772. p177.CanCollide = false
  3773. p177.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  3774. p177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. p177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. p177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. p177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. p177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. p177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. b177 = Instance.new("BlockMesh", p177)
  3781. b177.Name = "Mesh"
  3782. b177.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  3783. p178 = Instance.new("Part", m)
  3784. p178.BrickColor = BrickColor.new("Medium stone grey")
  3785. p178.Material = Enum.Material.SmoothPlastic
  3786. p178.CFrame = CFrame.new(58.1419754, 1.70024502, -127.565887, 0.509490967, 0.860033393, -0.0275946073, -0.0420929976, -0.00712001137, -0.999088347, -0.85944587, 0.510187984, 0.0325738043)
  3787. p178.Anchored = true
  3788. p178.CanCollide = false
  3789. p178.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
  3790. p178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. p178.BottomSurface = Enum.SurfaceType.Weld
  3792. p178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. p178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. p178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. p178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. b178 = Instance.new("CylinderMesh", p178)
  3797. b178.Name = "Mesh"
  3798. b178.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  3799. p179 = Instance.new("Part", m)
  3800. p179.BrickColor = BrickColor.new("Black")
  3801. p179.Material = Enum.Material.SmoothPlastic
  3802. p179.Reflectance = 0.30000001192093
  3803. p179.CFrame = CFrame.new(58.7729683, 2.24605107, -127.790749, -0.230848029, 0.45502311, -0.860036731, 0.886281133, 0.463093162, 0.00711812917, 0.40151605, -0.760591149, -0.51018244)
  3804. p179.Anchored = true
  3805. p179.CanCollide = false
  3806. p179.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  3807. p179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3808. p179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. p179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. p179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. p179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. p179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. b179 = Instance.new("BlockMesh", p179)
  3814. b179.Name = "Mesh"
  3815. b179.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  3816. p180 = Instance.new("Part", m)
  3817. p180.BrickColor = BrickColor.new("Black")
  3818. p180.Material = Enum.Material.SmoothPlastic
  3819. p180.Reflectance = 0.30000001192093
  3820. p180.CFrame = CFrame.new(58.3254662, 2.91025805, -127.849449, 0.509490967, 0.860033393, -0.0275946073, -0.0420929976, -0.00712001137, -0.999088347, -0.85944587, 0.510187984, 0.0325738043)
  3821. p180.Anchored = true
  3822. p180.CanCollide = false
  3823. p180.Size = Vector3.new(0.200000003, 0.904887736, 0.200000003)
  3824. p180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3825. p180.BottomSurface = Enum.SurfaceType.Weld
  3826. p180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. p180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. p180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. p180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. b180 = Instance.new("CylinderMesh", p180)
  3831. b180.Name = "Mesh"
  3832. b180.Scale = Vector3.new(0.86606437, 1, 0.902329028)
  3833. p181 = Instance.new("Part", m)
  3834. p181.BrickColor = BrickColor.new("Medium stone grey")
  3835. p181.Material = Enum.Material.SmoothPlastic
  3836. p181.CFrame = CFrame.new(57.7848015, 1.883268, -127.786552, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  3837. p181.Anchored = true
  3838. p181.CanCollide = false
  3839. p181.Size = Vector3.new(0.200000003, 0.35922429, 0.200000003)
  3840. p181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3841. p181.BottomSurface = Enum.SurfaceType.Weld
  3842. p181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. p181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. p181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. p181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. b181 = Instance.new("CylinderMesh", p181)
  3847. b181.Name = "Mesh"
  3848. b181.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  3849. p182 = Instance.new("Part", m)
  3850. p182.BrickColor = BrickColor.new("Medium stone grey")
  3851. p182.Material = Enum.Material.SmoothPlastic
  3852. p182.Name = "Sphere"
  3853. p182.CFrame = CFrame.new(57.7893562, 2.06315494, -127.792686, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  3854. p182.Anchored = true
  3855. p182.CanCollide = false
  3856. p182.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3857. p182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3858. p182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3859. p182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3860. p182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. p182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3862. p182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3863. b182 = Instance.new("SpecialMesh", p182)
  3864. b182.MeshType = Enum.MeshType.Sphere
  3865. b182.Name = "Mesh"
  3866. b182.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  3867. p183 = Instance.new("Part", m)
  3868. p183.BrickColor = BrickColor.new("Black")
  3869. p183.Material = Enum.Material.SmoothPlastic
  3870. p183.CFrame = CFrame.new(58.6224403, 1.11739504, -128.353394, -0.860044122, 0.42742008, -0.27863279, 0.0071210009, -0.535994947, -0.844191134, -0.510170043, -0.728025794, 0.457935601)
  3871. p183.Anchored = true
  3872. p183.CanCollide = false
  3873. p183.FormFactor = Enum.FormFactor.Symmetric
  3874. p183.Size = Vector3.new(0.335759938, 0.597285867, 0.837907493)
  3875. p183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3876. p183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3877. p183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. p183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3879. p183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3880. p183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. b183 = Instance.new("SpecialMesh", p183)
  3882. b183.MeshType = Enum.MeshType.Wedge
  3883. b183.Name = "Mesh"
  3884. p184 = Instance.new("Part", m)
  3885. p184.BrickColor = BrickColor.new("Toothpaste")
  3886. p184.Material = Enum.Material.Neon
  3887. p184.CFrame = CFrame.new(57.9592209, 1.71077096, -127.227493, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  3888. p184.Anchored = true
  3889. p184.CanCollide = false
  3890. p184.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
  3891. p184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. p184.BottomSurface = Enum.SurfaceType.Weld
  3893. p184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. p184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3895. p184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3896. p184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3897. b184 = Instance.new("CylinderMesh", p184)
  3898. b184.Name = "Mesh"
  3899. b184.Scale = Vector3.new(0.695410967, 1, 0.808470011)
  3900. p185 = Instance.new("Part", m)
  3901. p185.BrickColor = BrickColor.new("Medium stone grey")
  3902. p185.Material = Enum.Material.SmoothPlastic
  3903. p185.CFrame = CFrame.new(58.2250061, 1.58167899, -127.707413, 0.509490967, 0.860033393, -0.0275946073, -0.0420929976, -0.00712001137, -0.999088347, -0.85944587, 0.510187984, 0.0325738043)
  3904. p185.Anchored = true
  3905. p185.CanCollide = false
  3906. p185.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
  3907. p185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. p185.BottomSurface = Enum.SurfaceType.Weld
  3909. p185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. p185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. p185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. p185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. b185 = Instance.new("CylinderMesh", p185)
  3914. b185.Name = "Mesh"
  3915. b185.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  3916. p186 = Instance.new("Part", m)
  3917. p186.BrickColor = BrickColor.new("Black")
  3918. p186.Material = Enum.Material.SmoothPlastic
  3919. p186.Reflectance = 0.30000001192093
  3920. p186.CFrame = CFrame.new(58.6985054, 2.69177008, -127.658897, -0.0612980016, 0.506535113, -0.860037625, 0.991218984, 0.132039368, 0.0071192719, 0.117164999, -0.852049172, -0.51018095)
  3921. p186.Anchored = true
  3922. p186.CanCollide = false
  3923. p186.Size = Vector3.new(0.379703879, 0.200000003, 0.200000003)
  3924. p186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. p186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. p186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. p186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. p186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. p186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. b186 = Instance.new("BlockMesh", p186)
  3931. b186.Name = "Mesh"
  3932. b186.Scale = Vector3.new(1, 0.767938852, 0.328507692)
  3933. p187 = Instance.new("Part", m)
  3934. p187.BrickColor = BrickColor.new("Black")
  3935. p187.Material = Enum.Material.SmoothPlastic
  3936. p187.Reflectance = 0.30000001192093
  3937. p187.CFrame = CFrame.new(58.9773788, 2.92402411, -127.9953, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  3938. p187.Anchored = true
  3939. p187.CanCollide = false
  3940. p187.FormFactor = Enum.FormFactor.Symmetric
  3941. p187.Size = Vector3.new(0.200000003, 0.6322698, 0.219289422)
  3942. p187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. p187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. p187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. p187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. p187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. p187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. b187 = Instance.new("SpecialMesh", p187)
  3949. b187.MeshType = Enum.MeshType.Wedge
  3950. b187.Name = "Mesh"
  3951. b187.Scale = Vector3.new(0.34130618, 1, 1)
  3952. p188 = Instance.new("Part", m)
  3953. p188.BrickColor = BrickColor.new("Black")
  3954. p188.Material = Enum.Material.SmoothPlastic
  3955. p188.Reflectance = 0.30000001192093
  3956. p188.CFrame = CFrame.new(58.6450996, 2.95060992, -127.43483, 0.860044122, -0.509473026, -0.0275932401, -0.0071210009, 0.0420899838, -0.999088466, 0.510170043, 0.859456599, 0.0325712822)
  3957. p188.Anchored = true
  3958. p188.CanCollide = false
  3959. p188.FormFactor = Enum.FormFactor.Symmetric
  3960. p188.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  3961. p188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. p188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. p188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. p188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. p188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. p188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. b188 = Instance.new("SpecialMesh", p188)
  3968. b188.MeshType = Enum.MeshType.Wedge
  3969. b188.Name = "Mesh"
  3970. b188.Scale = Vector3.new(0.34130618, 1, 1)
  3971. p189 = Instance.new("Part", m)
  3972. p189.BrickColor = BrickColor.new("Black")
  3973. p189.Material = Enum.Material.SmoothPlastic
  3974. p189.Reflectance = 0.30000001192093
  3975. p189.CFrame = CFrame.new(58.7345848, 2.42507505, -127.72348, -0.14832902, 0.488201082, -0.860033929, 0.953231096, 0.302158654, 0.00711872615, 0.263342023, -0.81875509, -0.510187328)
  3976. p189.Anchored = true
  3977. p189.CanCollide = false
  3978. p189.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  3979. p189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. p189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. p189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. p189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. p189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. p189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. b189 = Instance.new("BlockMesh", p189)
  3986. b189.Name = "Mesh"
  3987. b189.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  3988. p190 = Instance.new("Part", m)
  3989. p190.BrickColor = BrickColor.new("Black")
  3990. p190.Material = Enum.Material.SmoothPlastic
  3991. p190.Reflectance = 0.30000001192093
  3992. p190.CFrame = CFrame.new(57.9544525, 2.13683009, -128.057343, -0.496958107, 0.115641154, -0.860034764, 0.214935049, 0.976602376, 0.00711798808, 0.840735197, -0.181314275, -0.510185778)
  3993. p190.Anchored = true
  3994. p190.CanCollide = false
  3995. p190.Size = Vector3.new(0.600273073, 0.212889731, 0.200000003)
  3996. p190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. p190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. p190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. p190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. p190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. p190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. b190 = Instance.new("BlockMesh", p190)
  4003. b190.Name = "Mesh"
  4004. b190.Scale = Vector3.new(1, 1, 0.328507692)
  4005. p191 = Instance.new("Part", m)
  4006. p191.BrickColor = BrickColor.new("Black")
  4007. p191.Material = Enum.Material.SmoothPlastic
  4008. p191.Reflectance = 0.30000001192093
  4009. p191.CFrame = CFrame.new(57.7632408, 2.25736809, -127.733246, -0.506537139, -0.0613040067, -0.860036016, -0.132051036, 0.991217375, 0.00711965375, 0.852046192, 0.11717502, -0.510183632)
  4010. p191.Anchored = true
  4011. p191.CanCollide = false
  4012. p191.Size = Vector3.new(0.224836275, 0.200000003, 0.200000003)
  4013. p191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. p191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. p191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. p191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. p191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. p191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. b191 = Instance.new("BlockMesh", p191)
  4020. b191.Name = "Mesh"
  4021. b191.Scale = Vector3.new(1, 0.332773477, 0.328507692)
  4022. p192 = Instance.new("Part", m)
  4023. p192.BrickColor = BrickColor.new("Black")
  4024. p192.Material = Enum.Material.SmoothPlastic
  4025. p192.Reflectance = 0.30000001192093
  4026. p192.CFrame = CFrame.new(57.5897141, 2.17384005, -127.441986, -0.506537139, -0.0613040067, -0.860036016, -0.132051036, 0.991217375, 0.00711965375, 0.852046192, 0.11717502, -0.510183632)
  4027. p192.Anchored = true
  4028. p192.CanCollide = false
  4029. p192.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  4030. p192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. p192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. p192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. p192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4036. b192 = Instance.new("BlockMesh", p192)
  4037. b192.Name = "Mesh"
  4038. b192.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  4039. p193 = Instance.new("Part", m)
  4040. p193.BrickColor = BrickColor.new("Medium stone grey")
  4041. p193.Material = Enum.Material.SmoothPlastic
  4042. p193.Name = "Sphere"
  4043. p193.CFrame = CFrame.new(58.5907745, 1.57861197, -127.49044, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4044. p193.Anchored = true
  4045. p193.CanCollide = false
  4046. p193.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4047. p193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. p193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. p193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. p193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. p193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. p193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. b193 = Instance.new("SpecialMesh", p193)
  4054. b193.MeshType = Enum.MeshType.Sphere
  4055. b193.Name = "Mesh"
  4056. b193.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4057. p194 = Instance.new("Part", m)
  4058. p194.BrickColor = BrickColor.new("Black")
  4059. p194.Material = Enum.Material.SmoothPlastic
  4060. p194.Reflectance = 0.30000001192093
  4061. p194.CFrame = CFrame.new(57.7449303, 2.18549895, -127.703468, -0.509489059, 0.0275912844, -0.860034645, 0.0420910046, 0.999088466, 0.00711741997, 0.859447122, -0.0325734727, -0.510185957)
  4062. p194.Anchored = true
  4063. p194.CanCollide = false
  4064. p194.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  4065. p194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. p194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. b194 = Instance.new("BlockMesh", p194)
  4072. b194.Name = "Mesh"
  4073. b194.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  4074. p195 = Instance.new("Part", m)
  4075. p195.BrickColor = BrickColor.new("Black")
  4076. p195.Material = Enum.Material.SmoothPlastic
  4077. p195.Reflectance = 0.30000001192093
  4078. p195.CFrame = CFrame.new(58.0536575, 2.25216508, -128.222885, -0.230848029, 0.45502311, -0.860036731, 0.886281133, 0.463093162, 0.00711812917, 0.40151605, -0.760591149, -0.51018244)
  4079. p195.Anchored = true
  4080. p195.CanCollide = false
  4081. p195.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  4082. p195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4083. p195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. p195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. p195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. b195 = Instance.new("BlockMesh", p195)
  4089. b195.Name = "Mesh"
  4090. b195.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  4091. p196 = Instance.new("Part", m)
  4092. p196.BrickColor = BrickColor.new("Black")
  4093. p196.Material = Enum.Material.SmoothPlastic
  4094. p196.Reflectance = 0.30000001192093
  4095. p196.CFrame = CFrame.new(58.0238152, 2.55224705, -128.168442, -0.372552961, 0.348629951, -0.860035717, 0.674444914, 0.738290787, 0.00712047471, 0.637438953, -0.577393949, -0.510184109)
  4096. p196.Anchored = true
  4097. p196.CanCollide = false
  4098. p196.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4099. p196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4100. p196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4101. p196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4102. p196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. p196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. p196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. b196 = Instance.new("BlockMesh", p196)
  4106. b196.Name = "Mesh"
  4107. b196.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
  4108. p197 = Instance.new("Part", m)
  4109. p197.BrickColor = BrickColor.new("Black")
  4110. p197.Material = Enum.Material.SmoothPlastic
  4111. p197.Reflectance = 0.30000001192093
  4112. p197.CFrame = CFrame.new(58.269516, 1.94242394, -128.592041, 0.860044122, 0.469311446, 0.200177267, -0.0071210009, -0.381256223, 0.924441993, 0.510170043, -0.796486378, -0.324555188)
  4113. p197.Anchored = true
  4114. p197.CanCollide = false
  4115. p197.FormFactor = Enum.FormFactor.Symmetric
  4116. p197.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  4117. p197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4118. p197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. p197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. p197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4121. p197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. p197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. b197 = Instance.new("SpecialMesh", p197)
  4124. b197.MeshType = Enum.MeshType.Wedge
  4125. b197.Name = "Mesh"
  4126. b197.Scale = Vector3.new(0.34130618, 1, 1)
  4127. p198 = Instance.new("Part", m)
  4128. p198.BrickColor = BrickColor.new("Black")
  4129. p198.Material = Enum.Material.SmoothPlastic
  4130. p198.Reflectance = 0.30000001192093
  4131. p198.CFrame = CFrame.new(58.7431755, 2.54612994, -127.736237, -0.372552961, 0.348629951, -0.860035717, 0.674444914, 0.738290787, 0.00712047471, 0.637438953, -0.577393949, -0.510184109)
  4132. p198.Anchored = true
  4133. p198.CanCollide = false
  4134. p198.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4135. p198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4136. p198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4137. p198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4138. p198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. p198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4140. p198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4141. b198 = Instance.new("BlockMesh", p198)
  4142. b198.Name = "Mesh"
  4143. b198.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
  4144. p199 = Instance.new("Part", m)
  4145. p199.BrickColor = BrickColor.new("Black")
  4146. p199.Material = Enum.Material.SmoothPlastic
  4147. p199.Reflectance = 0.30000001192093
  4148. p199.CFrame = CFrame.new(57.4378281, 2.10744309, -127.186836, -0.488197058, -0.148333222, -0.860035479, -0.302168041, 0.953228116, 0.00711844442, 0.818754137, 0.263350397, -0.510184705)
  4149. p199.Anchored = true
  4150. p199.CanCollide = false
  4151. p199.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  4152. p199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4153. p199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4154. p199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4155. p199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4156. p199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4157. p199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. b199 = Instance.new("BlockMesh", p199)
  4159. b199.Name = "Mesh"
  4160. b199.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  4161. p200 = Instance.new("Part", m)
  4162. p200.BrickColor = BrickColor.new("Black")
  4163. p200.Material = Enum.Material.SmoothPlastic
  4164. p200.Reflectance = 0.30000001192093
  4165. p200.CFrame = CFrame.new(57.9791222, 2.69788194, -128.091049, -0.0612980016, 0.506535113, -0.860037625, 0.991218984, 0.132039368, 0.0071192719, 0.117164999, -0.852049172, -0.51018095)
  4166. p200.Anchored = true
  4167. p200.CanCollide = false
  4168. p200.Size = Vector3.new(0.379703879, 0.200000003, 0.200000003)
  4169. p200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4170. p200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4171. p200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. p200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. p200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. p200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. b200 = Instance.new("BlockMesh", p200)
  4176. b200.Name = "Mesh"
  4177. b200.Scale = Vector3.new(1, 0.767938852, 0.328507692)
  4178. p201 = Instance.new("Part", m)
  4179. p201.BrickColor = BrickColor.new("Black")
  4180. p201.Material = Enum.Material.SmoothPlastic
  4181. p201.Reflectance = 0.30000001192093
  4182. p201.CFrame = CFrame.new(58.1070251, 2.9346149, -128.417969, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  4183. p201.Anchored = true
  4184. p201.CanCollide = false
  4185. p201.FormFactor = Enum.FormFactor.Symmetric
  4186. p201.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
  4187. p201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4188. p201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4189. p201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4190. p201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4191. p201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4192. p201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4193. b201 = Instance.new("SpecialMesh", p201)
  4194. b201.MeshType = Enum.MeshType.Wedge
  4195. b201.Name = "Mesh"
  4196. b201.Scale = Vector3.new(0.34130618, 1, 1)
  4197. p202 = Instance.new("Part", m)
  4198. p202.BrickColor = BrickColor.new("Black")
  4199. p202.Material = Enum.Material.SmoothPlastic
  4200. p202.Reflectance = 0.30000001192093
  4201. p202.CFrame = CFrame.new(57.8182678, 2.95760608, -127.930786, 0.860044122, -0.509473026, -0.0275932401, -0.0071210009, 0.0420899838, -0.999088466, 0.510170043, 0.859456599, 0.0325712822)
  4202. p202.Anchored = true
  4203. p202.CanCollide = false
  4204. p202.FormFactor = Enum.FormFactor.Symmetric
  4205. p202.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  4206. p202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. p202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4208. p202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4209. p202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4210. p202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4211. p202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. b202 = Instance.new("SpecialMesh", p202)
  4213. b202.MeshType = Enum.MeshType.Wedge
  4214. b202.Name = "Mesh"
  4215. b202.Scale = Vector3.new(0.34130618, 1, 1)
  4216. p203 = Instance.new("Part", m)
  4217. p203.BrickColor = BrickColor.new("Black")
  4218. p203.Material = Enum.Material.SmoothPlastic
  4219. p203.Reflectance = 0.30000001192093
  4220. p203.CFrame = CFrame.new(57.719532, 2.05723691, -126.84095, 0.509490967, 0.860033393, -0.0275946073, -0.0420929976, -0.00712001137, -0.999088347, -0.85944587, 0.510187984, 0.0325738043)
  4221. p203.Anchored = true
  4222. p203.CanCollide = false
  4223. p203.Size = Vector3.new(0.200000003, 0.904887736, 0.200000003)
  4224. p203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4225. p203.BottomSurface = Enum.SurfaceType.Weld
  4226. p203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4227. p203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. p203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. p203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4230. b203 = Instance.new("CylinderMesh", p203)
  4231. b203.Name = "Mesh"
  4232. b203.Scale = Vector3.new(0.86606437, 1, 0.902329028)
  4233. p204 = Instance.new("Part", m)
  4234. p204.BrickColor = BrickColor.new("Really black")
  4235. p204.Material = Enum.Material.SmoothPlastic
  4236. p204.CFrame = CFrame.new(58.2539597, 1.57302499, -127.73085, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  4237. p204.Anchored = true
  4238. p204.CanCollide = false
  4239. p204.Size = Vector3.new(0.380556345, 0.200000003, 0.430472851)
  4240. p204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. p204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4242. p204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4243. p204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4244. p204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4245. p204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4246. b204 = Instance.new("BlockMesh", p204)
  4247. b204.Name = "Mesh"
  4248. b204.Scale = Vector3.new(1, 0.906594813, 1)
  4249. p205 = Instance.new("Part", m)
  4250. p205.BrickColor = BrickColor.new("Black")
  4251. p205.Material = Enum.Material.SmoothPlastic
  4252. p205.Reflectance = 0.30000001192093
  4253. p205.CFrame = CFrame.new(58.9888687, 1.93631101, -128.159836, 0.860044122, 0.469311446, 0.200177267, -0.0071210009, -0.381256223, 0.924441993, 0.510170043, -0.796486378, -0.324555188)
  4254. p205.Anchored = true
  4255. p205.CanCollide = false
  4256. p205.FormFactor = Enum.FormFactor.Symmetric
  4257. p205.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  4258. p205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4259. p205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. p205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4261. p205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4262. p205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4263. p205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4264. b205 = Instance.new("SpecialMesh", p205)
  4265. b205.MeshType = Enum.MeshType.Wedge
  4266. b205.Name = "Mesh"
  4267. b205.Scale = Vector3.new(0.34130618, 1, 1)
  4268. p206 = Instance.new("Part", m)
  4269. p206.BrickColor = BrickColor.new("Medium stone grey")
  4270. p206.Material = Enum.Material.SmoothPlastic
  4271. p206.CFrame = CFrame.new(58.5126152, 1.87167203, -127.354507, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  4272. p206.Anchored = true
  4273. p206.CanCollide = false
  4274. p206.Size = Vector3.new(0.200000003, 0.35922429, 0.200000003)
  4275. p206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. p206.BottomSurface = Enum.SurfaceType.Weld
  4277. p206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. p206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4279. p206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. p206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4281. b206 = Instance.new("CylinderMesh", p206)
  4282. b206.Name = "Mesh"
  4283. b206.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  4284. p207 = Instance.new("Part", m)
  4285. p207.BrickColor = BrickColor.new("Black")
  4286. p207.Material = Enum.Material.SmoothPlastic
  4287. p207.Reflectance = 0.30000001192093
  4288. p207.CFrame = CFrame.new(58.4643478, 2.17942095, -127.271294, -0.509489059, 0.0275912844, -0.860034645, 0.0420910046, 0.999088466, 0.00711741997, 0.859447122, -0.0325734727, -0.510185957)
  4289. p207.Anchored = true
  4290. p207.CanCollide = false
  4291. p207.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  4292. p207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. p207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. p207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. p207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. p207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. p207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. b207 = Instance.new("BlockMesh", p207)
  4299. b207.Name = "Mesh"
  4300. b207.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  4301. p208 = Instance.new("Part", m)
  4302. p208.BrickColor = BrickColor.new("Black")
  4303. p208.Material = Enum.Material.SmoothPlastic
  4304. p208.Reflectance = 0.30000001192093
  4305. p208.CFrame = CFrame.new(58.1571541, 2.1013329, -126.754654, -0.488197058, -0.148333222, -0.860035479, -0.302168041, 0.953228116, 0.00711844442, 0.818754137, 0.263350397, -0.510184705)
  4306. p208.Anchored = true
  4307. p208.CanCollide = false
  4308. p208.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
  4309. p208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4310. p208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4311. p208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4312. p208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4313. p208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4314. p208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. b208 = Instance.new("BlockMesh", p208)
  4316. b208.Name = "Mesh"
  4317. b208.Scale = Vector3.new(1, 0.874597073, 0.328507692)
  4318. p209 = Instance.new("Part", m)
  4319. p209.BrickColor = BrickColor.new("Medium stone grey")
  4320. p209.Material = Enum.Material.SmoothPlastic
  4321. p209.CFrame = CFrame.new(57.8688507, 1.80281997, -127.929367, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  4322. p209.Anchored = true
  4323. p209.CanCollide = false
  4324. p209.Size = Vector3.new(0.200000003, 0.435591578, 0.200000003)
  4325. p209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. p209.BottomSurface = Enum.SurfaceType.Weld
  4327. p209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4328. p209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. p209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4330. p209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. b209 = Instance.new("CylinderMesh", p209)
  4332. b209.Name = "Mesh"
  4333. b209.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  4334. p210 = Instance.new("Part", m)
  4335. p210.BrickColor = BrickColor.new("Medium stone grey")
  4336. p210.Material = Enum.Material.SmoothPlastic
  4337. p210.Name = "Sphere"
  4338. p210.CFrame = CFrame.new(57.8745461, 2.02343106, -127.936783, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4339. p210.Anchored = true
  4340. p210.CanCollide = false
  4341. p210.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4342. p210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4343. p210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4344. p210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4345. p210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4346. p210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4347. p210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4348. b210 = Instance.new("SpecialMesh", p210)
  4349. b210.MeshType = Enum.MeshType.Sphere
  4350. b210.Name = "Mesh"
  4351. b210.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4352. p211 = Instance.new("Part", m)
  4353. p211.BrickColor = BrickColor.new("Medium stone grey")
  4354. p211.Material = Enum.Material.SmoothPlastic
  4355. p211.Name = "Sphere"
  4356. p211.CFrame = CFrame.new(57.9692688, 1.984146, -128.092712, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4357. p211.Anchored = true
  4358. p211.CanCollide = false
  4359. p211.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4360. p211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4361. p211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4362. p211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4363. p211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4364. p211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4365. p211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. b211 = Instance.new("SpecialMesh", p211)
  4367. b211.MeshType = Enum.MeshType.Sphere
  4368. b211.Name = "Mesh"
  4369. b211.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4370. p212 = Instance.new("Part", m)
  4371. p212.BrickColor = BrickColor.new("Medium stone grey")
  4372. p212.Material = Enum.Material.SmoothPlastic
  4373. p212.CFrame = CFrame.new(57.9626923, 1.73410404, -128.084381, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  4374. p212.Anchored = true
  4375. p212.CanCollide = false
  4376. p212.Size = Vector3.new(0.200000003, 0.495320171, 0.200000003)
  4377. p212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4378. p212.BottomSurface = Enum.SurfaceType.Weld
  4379. p212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4380. p212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4381. p212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4382. p212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. b212 = Instance.new("CylinderMesh", p212)
  4384. b212.Name = "Mesh"
  4385. b212.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  4386. p213 = Instance.new("Part", m)
  4387. p213.BrickColor = BrickColor.new("Black")
  4388. p213.Material = Enum.Material.SmoothPlastic
  4389. p213.Reflectance = 0.30000001192093
  4390. p213.CFrame = CFrame.new(58.0968552, 2.11253095, -128.297729, -0.306353956, 0.408027142, -0.860035539, 0.79240185, 0.609957933, 0.00712057389, 0.527490914, -0.679312289, -0.510184467)
  4391. p213.Anchored = true
  4392. p213.CanCollide = false
  4393. p213.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  4394. p213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4395. p213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4396. p213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4397. p213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4398. p213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4399. p213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4400. b213 = Instance.new("BlockMesh", p213)
  4401. b213.Name = "Mesh"
  4402. b213.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  4403. p214 = Instance.new("Part", m)
  4404. p214.BrickColor = BrickColor.new("Black")
  4405. p214.Material = Enum.Material.SmoothPlastic
  4406. p214.Reflectance = 0.30000001192093
  4407. p214.CFrame = CFrame.new(58.0152092, 2.43116188, -128.155609, -0.14832902, 0.488201082, -0.860033929, 0.953231096, 0.302158654, 0.00711872615, 0.263342023, -0.81875509, -0.510187328)
  4408. p214.Anchored = true
  4409. p214.CanCollide = false
  4410. p214.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  4411. p214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4412. p214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4413. p214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4414. p214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4415. p214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4416. p214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4417. b214 = Instance.new("BlockMesh", p214)
  4418. b214.Name = "Mesh"
  4419. b214.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  4420. p215 = Instance.new("Part", m)
  4421. p215.BrickColor = BrickColor.new("Medium stone grey")
  4422. p215.Material = Enum.Material.SmoothPlastic
  4423. p215.CFrame = CFrame.new(58.5967941, 1.79611194, -127.497513, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  4424. p215.Anchored = true
  4425. p215.CanCollide = false
  4426. p215.Size = Vector3.new(0.200000003, 0.445404142, 0.200000003)
  4427. p215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4428. p215.BottomSurface = Enum.SurfaceType.Weld
  4429. p215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4430. p215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4431. p215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4432. p215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4433. b215 = Instance.new("CylinderMesh", p215)
  4434. b215.Name = "Mesh"
  4435. b215.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  4436. p216 = Instance.new("Part", m)
  4437. p216.BrickColor = BrickColor.new("Medium stone grey")
  4438. p216.Material = Enum.Material.SmoothPlastic
  4439. p216.Name = "Sphere"
  4440. p216.CFrame = CFrame.new(57.8613396, 1.58382094, -127.923126, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4441. p216.Anchored = true
  4442. p216.CanCollide = false
  4443. p216.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4444. p216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4445. p216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4446. p216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4447. p216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4448. p216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4449. p216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4450. b216 = Instance.new("SpecialMesh", p216)
  4451. b216.MeshType = Enum.MeshType.Sphere
  4452. b216.Name = "Mesh"
  4453. b216.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4454. p217 = Instance.new("Part", m)
  4455. p217.BrickColor = BrickColor.new("Medium stone grey")
  4456. p217.Material = Enum.Material.SmoothPlastic
  4457. p217.Name = "Sphere"
  4458. p217.CFrame = CFrame.new(58.6026382, 2.02037311, -127.505066, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4459. p217.Anchored = true
  4460. p217.CanCollide = false
  4461. p217.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4462. p217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4463. p217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4464. p217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4465. p217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4466. p217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4467. p217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4468. b217 = Instance.new("SpecialMesh", p217)
  4469. b217.MeshType = Enum.MeshType.Sphere
  4470. b217.Name = "Mesh"
  4471. b217.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4472. p218 = Instance.new("Part", m)
  4473. p218.BrickColor = BrickColor.new("Medium stone grey")
  4474. p218.Material = Enum.Material.SmoothPlastic
  4475. p218.Name = "Sphere"
  4476. p218.CFrame = CFrame.new(57.7783432, 1.70243001, -127.781532, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4477. p218.Anchored = true
  4478. p218.CanCollide = false
  4479. p218.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4480. p218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4481. p218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4482. p218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4483. p218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4484. p218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4485. p218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4486. b218 = Instance.new("SpecialMesh", p218)
  4487. b218.MeshType = Enum.MeshType.Sphere
  4488. b218.Name = "Mesh"
  4489. b218.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4490. p219 = Instance.new("Part", m)
  4491. p219.BrickColor = BrickColor.new("Medium stone grey")
  4492. p219.Material = Enum.Material.SmoothPlastic
  4493. p219.Name = "Sphere"
  4494. p219.CFrame = CFrame.new(58.5172234, 2.05159307, -127.360565, 0.509490967, 0.027590977, 0.860033572, -0.0420929976, 0.999088347, -0.00711579528, -0.85944587, -0.0325759538, 0.510187924)
  4495. p219.Anchored = true
  4496. p219.CanCollide = false
  4497. p219.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4498. p219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4499. p219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4500. p219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4501. p219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4502. p219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4503. p219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4504. b219 = Instance.new("SpecialMesh", p219)
  4505. b219.MeshType = Enum.MeshType.Sphere
  4506. b219.Name = "Mesh"
  4507. b219.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
  4508. p220 = Instance.new("Part", m)
  4509. p220.BrickColor = BrickColor.new("Medium stone grey")
  4510. p220.Material = Enum.Material.SmoothPlastic
  4511. p220.CFrame = CFrame.new(58.6906548, 1.72806203, -127.652481, 0.509489059, -0.0275912844, -0.860034645, -0.0420910046, -0.999088466, 0.00711741997, -0.859447122, 0.0325734727, -0.510185957)
  4512. p220.Anchored = true
  4513. p220.CanCollide = false
  4514. p220.Size = Vector3.new(0.200000003, 0.506412625, 0.200000003)
  4515. p220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4516. p220.BottomSurface = Enum.SurfaceType.Weld
  4517. p220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4518. p220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4519. p220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4520. p220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4521. b220 = Instance.new("CylinderMesh", p220)
  4522. b220.Name = "Mesh"
  4523. b220.Scale = Vector3.new(0.86606437, 1, 0.441565275)
  4524. p221 = Instance.new("Part", m)
  4525. p221.BrickColor = BrickColor.new("Black")
  4526. p221.Material = Enum.Material.SmoothPlastic
  4527. p221.Reflectance = 0.30000001192093
  4528. p221.CFrame = CFrame.new(57.1224556, 2.48043799, -126.652557, -0.306353956, 0.408027142, -0.860035539, 0.79240185, 0.609957933, 0.00712057389, 0.527490914, -0.679312289, -0.510184467)
  4529. p221.Anchored = true
  4530. p221.CanCollide = false
  4531. p221.Size = Vector3.new(0.493188143, 0.200000003, 0.200000003)
  4532. p221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4533. p221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4534. p221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4535. p221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4536. p221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4537. p221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4538. b221 = Instance.new("BlockMesh", p221)
  4539. b221.Name = "Mesh"
  4540. b221.Scale = Vector3.new(1, 0.767938852, 0.328507692)
  4541. p222 = Instance.new("Part", m)
  4542. p222.BrickColor = BrickColor.new("Black")
  4543. p222.Material = Enum.Material.SmoothPlastic
  4544. p222.Reflectance = 0.30000001192093
  4545. p222.CFrame = CFrame.new(57.2567101, 2.72567701, -126.872894, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  4546. p222.Anchored = true
  4547. p222.CanCollide = false
  4548. p222.FormFactor = Enum.FormFactor.Symmetric
  4549. p222.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
  4550. p222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4551. p222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4552. p222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4553. p222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4554. p222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4555. p222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4556. b222 = Instance.new("SpecialMesh", p222)
  4557. b222.MeshType = Enum.MeshType.Wedge
  4558. b222.Name = "Mesh"
  4559. b222.Scale = Vector3.new(0.34130618, 1, 1)
  4560. p223 = Instance.new("Part", m)
  4561. p223.BrickColor = BrickColor.new("Medium stone grey")
  4562. p223.Material = Enum.Material.SmoothPlastic
  4563. p223.CFrame = CFrame.new(57.6744461, 2.28936791, -126.738533, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4564. p223.Anchored = true
  4565. p223.CanCollide = false
  4566. p223.Size = Vector3.new(1.27989805, 0.431751966, 1.28672552)
  4567. p223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. p223.BottomSurface = Enum.SurfaceType.Weld
  4569. p223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4570. p223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4571. p223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4572. p223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4573. b223 = Instance.new("CylinderMesh", p223)
  4574. b223.Name = "Mesh"
  4575. p224 = Instance.new("Part", m)
  4576. p224.BrickColor = BrickColor.new("Black")
  4577. p224.Material = Enum.Material.SmoothPlastic
  4578. p224.Reflectance = 0.30000001192093
  4579. p224.CFrame = CFrame.new(57.6704941, 2.31170011, -126.733627, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4580. p224.Anchored = true
  4581. p224.CanCollide = false
  4582. p224.Size = Vector3.new(1.27051222, 0.434738368, 1.28672552)
  4583. p224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. p224.BottomSurface = Enum.SurfaceType.Weld
  4585. p224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. p224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. p224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4588. p224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4589. b224 = Instance.new("CylinderMesh", p224)
  4590. b224.Name = "Mesh"
  4591. p225 = Instance.new("Part", m)
  4592. p225.BrickColor = BrickColor.new("Mint")
  4593. p225.Material = Enum.Material.SmoothPlastic
  4594. p225.CFrame = CFrame.new(59.648365, 2.20697308, -130.065186, 0.860044122, 0.48818332, -0.14832823, -0.0071210009, 0.302171111, 0.953227162, 0.510170043, -0.81876117, 0.263356805)
  4595. p225.Anchored = true
  4596. p225.CanCollide = false
  4597. p225.FormFactor = Enum.FormFactor.Symmetric
  4598. p225.Size = Vector3.new(0.333200157, 0.276458055, 0.284564346)
  4599. p225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4600. p225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. p225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. p225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. p225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4604. p225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. b225 = Instance.new("SpecialMesh", p225)
  4606. b225.MeshType = Enum.MeshType.Wedge
  4607. b225.Name = "Mesh"
  4608. p226 = Instance.new("Part", m)
  4609. p226.BrickColor = BrickColor.new("Mint")
  4610. p226.Material = Enum.Material.SmoothPlastic
  4611. p226.CFrame = CFrame.new(59.5606346, 2.59615397, -129.913483, -0.860044122, 0.455009729, 0.230847061, 0.0071210009, 0.463106811, -0.886273921, -0.510170043, -0.760590732, -0.401532441)
  4612. p226.Anchored = true
  4613. p226.CanCollide = false
  4614. p226.Size = Vector3.new(0.331493586, 0.273471624, 0.621177852)
  4615. p226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4616. p226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4617. p226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. p226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4619. p226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4620. p226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. b226 = Instance.new("BlockMesh", p226)
  4622. b226.Name = "Mesh"
  4623. p227 = Instance.new("Part", m)
  4624. p227.BrickColor = BrickColor.new("Pastel green")
  4625. p227.Material = Enum.Material.SmoothPlastic
  4626. p227.CFrame = CFrame.new(58.5153732, 2.80147099, -128.147324, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  4627. p227.Anchored = true
  4628. p227.CanCollide = false
  4629. p227.FormFactor = Enum.FormFactor.Symmetric
  4630. p227.Size = Vector3.new(0.515372276, 0.609658182, 1.23339629)
  4631. p227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4632. p227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4633. p227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4634. p227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4635. p227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4636. p227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4637. b227 = Instance.new("SpecialMesh", p227)
  4638. b227.MeshType = Enum.MeshType.Wedge
  4639. b227.Name = "Mesh"
  4640. p228 = Instance.new("Part", m)
  4641. p228.BrickColor = BrickColor.new("Mint")
  4642. p228.Material = Enum.Material.SmoothPlastic
  4643. p228.CFrame = CFrame.new(59.4936676, 2.85180306, -129.796951, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4644. p228.Anchored = true
  4645. p228.CanCollide = false
  4646. p228.Size = Vector3.new(0.291816741, 0.330639958, 0.276031643)
  4647. p228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4648. p228.BottomSurface = Enum.SurfaceType.Weld
  4649. p228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4650. p228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. p228.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4652. p228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4653. b228 = Instance.new("CylinderMesh", p228)
  4654. b228.Name = "Mesh"
  4655. p229 = Instance.new("Part", m)
  4656. p229.BrickColor = BrickColor.new("Black")
  4657. p229.Material = Enum.Material.SmoothPlastic
  4658. p229.Reflectance = 0.30000001192093
  4659. p229.CFrame = CFrame.new(57.6660843, 2.33706808, -126.724998, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4660. p229.Anchored = true
  4661. p229.CanCollide = false
  4662. p229.Size = Vector3.new(1.27051222, 0.439004719, 1.21590436)
  4663. p229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4664. p229.BottomSurface = Enum.SurfaceType.Weld
  4665. p229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4666. p229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4667. p229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4668. p229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4669. b229 = Instance.new("CylinderMesh", p229)
  4670. b229.Name = "Mesh"
  4671. p230 = Instance.new("Part", m)
  4672. p230.BrickColor = BrickColor.new("Black")
  4673. p230.Material = Enum.Material.SmoothPlastic
  4674. p230.Name = "Sphere"
  4675. p230.CFrame = CFrame.new(58.4890213, 3.66936088, -126.727211, 0.172832012, 0.135006011, 0.9756549, -0.199536026, 0.97482121, -0.0995439216, -0.964528143, -0.177473933, 0.19541885)
  4676. p230.Anchored = true
  4677. p230.CanCollide = false
  4678. p230.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4679. p230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. p230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. p230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. p230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. p230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. p230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. b230 = Instance.new("SpecialMesh", p230)
  4686. b230.MeshType = Enum.MeshType.Sphere
  4687. b230.Name = "Mesh"
  4688. b230.Scale = Vector3.new(0.878863275, 0.86819768, 0.85753268)
  4689. p231 = Instance.new("Part", m)
  4690. p231.BrickColor = BrickColor.new("Mint")
  4691. p231.Material = Enum.Material.SmoothPlastic
  4692. p231.CFrame = CFrame.new(58.6625824, 3.16948199, -128.39151, -0.860044122, 0.0275900736, 0.509473205, 0.0071210009, 0.999088764, -0.0420837775, -0.510170043, -0.0325659439, -0.859456778)
  4693. p231.Anchored = true
  4694. p231.CanCollide = false
  4695. p231.Size = Vector3.new(0.331493586, 0.273471624, 0.524758697)
  4696. p231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. p231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. p231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. p231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4700. p231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4701. p231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4702. b231 = Instance.new("BlockMesh", p231)
  4703. b231.Name = "Mesh"
  4704. p232 = Instance.new("Part", m)
  4705. p232.BrickColor = BrickColor.new("Mint")
  4706. p232.Material = Enum.Material.SmoothPlastic
  4707. p232.CFrame = CFrame.new(58.7941399, 3.15963793, -128.615646, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4708. p232.Anchored = true
  4709. p232.CanCollide = false
  4710. p232.Size = Vector3.new(0.273471534, 0.332773149, 0.276458293)
  4711. p232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4712. p232.BottomSurface = Enum.SurfaceType.Weld
  4713. p232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. p232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4715. p232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. p232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. b232 = Instance.new("CylinderMesh", p232)
  4718. b232.Name = "Mesh"
  4719. p233 = Instance.new("Part", m)
  4720. p233.BrickColor = BrickColor.new("Pastel green")
  4721. p233.Material = Enum.Material.SmoothPlastic
  4722. p233.CFrame = CFrame.new(57.3306007, 3.24477696, -126.144775, -0.506930232, -0.0579570942, -0.860036492, -0.125499055, 0.992068231, 0.007118145, 0.852802396, 0.111542165, -0.510182858)
  4723. p233.Anchored = true
  4724. p233.CanCollide = false
  4725. p233.Size = Vector3.new(0.309736162, 0.200000003, 0.516226113)
  4726. p233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. p233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4728. p233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. p233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4730. p233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4731. p233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. b233 = Instance.new("BlockMesh", p233)
  4733. b233.Name = "Mesh"
  4734. b233.Scale = Vector3.new(1, 0.637815893, 1)
  4735. p234 = Instance.new("Part", m)
  4736. p234.BrickColor = BrickColor.new("Black")
  4737. p234.Material = Enum.Material.SmoothPlastic
  4738. p234.Name = "Sphere"
  4739. p234.CFrame = CFrame.new(57.7896156, 3.7366879, -126.866478, 0.172832012, 0.135006011, 0.9756549, -0.199536026, 0.97482121, -0.0995439216, -0.964528143, -0.177473933, 0.19541885)
  4740. p234.Anchored = true
  4741. p234.CanCollide = false
  4742. p234.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4743. p234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4744. p234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4745. p234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4746. p234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. p234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. p234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. b234 = Instance.new("SpecialMesh", p234)
  4750. b234.MeshType = Enum.MeshType.Sphere
  4751. b234.Name = "Mesh"
  4752. b234.Scale = Vector3.new(0.878863275, 0.902328312, 0.85753268)
  4753. p235 = Instance.new("Part", m)
  4754. p235.BrickColor = BrickColor.new("Black")
  4755. p235.Material = Enum.Material.SmoothPlastic
  4756. p235.Reflectance = 0.30000001192093
  4757. p235.CFrame = CFrame.new(57.6943588, 1.82785797, -126.781555, -0.0612980016, 0.506535113, -0.860037625, 0.991218984, 0.132039368, 0.0071192719, 0.117164999, -0.852049172, -0.51018095)
  4758. p235.Anchored = true
  4759. p235.CanCollide = false
  4760. p235.Size = Vector3.new(0.369891375, 0.328080595, 0.440712065)
  4761. p235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4762. p235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4763. p235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4764. p235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. p235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. p235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. b235 = Instance.new("BlockMesh", p235)
  4768. b235.Name = "Mesh"
  4769. p236 = Instance.new("Part", m)
  4770. p236.BrickColor = BrickColor.new("Black")
  4771. p236.Material = Enum.Material.SmoothPlastic
  4772. p236.CFrame = CFrame.new(57.6875153, 2.19869304, -126.764351, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4773. p236.Anchored = true
  4774. p236.CanCollide = false
  4775. p236.Size = Vector3.new(1.28800404, 0.337039471, 1.28672552)
  4776. p236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4777. p236.BottomSurface = Enum.SurfaceType.Weld
  4778. p236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4779. p236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4780. p236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4781. p236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4782. b236 = Instance.new("CylinderMesh", p236)
  4783. b236.Name = "Mesh"
  4784. p237 = Instance.new("Part", m)
  4785. p237.BrickColor = BrickColor.new("Black")
  4786. p237.Material = Enum.Material.SmoothPlastic
  4787. p237.CFrame = CFrame.new(57.7952194, 1.66072905, -126.953438, -0.509489059, 0.0275912844, -0.860034645, 0.0420910046, 0.999088466, 0.00711741997, 0.859447122, -0.0325734727, -0.510185957)
  4788. p237.Anchored = true
  4789. p237.CanCollide = false
  4790. p237.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
  4791. p237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4792. p237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4793. p237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4794. p237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4795. p237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4796. p237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4797. b237 = Instance.new("BlockMesh", p237)
  4798. b237.Name = "Mesh"
  4799. p238 = Instance.new("Part", m)
  4800. p238.BrickColor = BrickColor.new("Black")
  4801. p238.Material = Enum.Material.SmoothPlastic
  4802. p238.Reflectance = 0.30000001192093
  4803. p238.CFrame = CFrame.new(57.6900558, 2.23801589, -126.764793, 0.509489059, 0.860034525, -0.0275952145, -0.0420910046, -0.00712198531, -0.999088466, -0.859447122, 0.510186076, 0.0325711444)
  4804. p238.Anchored = true
  4805. p238.CanCollide = false
  4806. p238.Size = Vector3.new(1.28800404, 0.427485645, 1.28672552)
  4807. p238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. p238.BottomSurface = Enum.SurfaceType.Weld
  4809. p238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4810. p238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4811. p238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. p238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4813. b238 = Instance.new("CylinderMesh", p238)
  4814. b238.Name = "Mesh"
  4815. p239 = Instance.new("Part", m)
  4816. p239.BrickColor = BrickColor.new("Pastel green")
  4817. p239.Material = Enum.Material.SmoothPlastic
  4818. p239.CFrame = CFrame.new(57.4839973, 3.26726294, -126.403915, -0.510179996, -0.00735482108, -0.860036194, -0.0264139995, 0.999625742, 0.00712042814, 0.859661996, 0.0263496954, -0.510183334)
  4819. p239.Anchored = true
  4820. p239.CanCollide = false
  4821. p239.Size = Vector3.new(0.309736162, 0.200000003, 0.517079413)
  4822. p239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4823. p239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4824. p239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4825. p239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4826. p239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. p239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. b239 = Instance.new("BlockMesh", p239)
  4829. b239.Name = "Mesh"
  4830. b239.Scale = Vector3.new(1, 0.637815893, 1)
  4831. p240 = Instance.new("Part", m)
  4832. p240.BrickColor = BrickColor.new("Pastel green")
  4833. p240.Material = Enum.Material.SmoothPlastic
  4834. p240.CFrame = CFrame.new(57.8555222, 3.29069209, -127.025681, -0.464011133, -0.212204829, -0.860036492, -0.426768094, 0.904333174, 0.00711749028, 0.77624917, 0.370338738, -0.510182858)
  4835. p240.Anchored = true
  4836. p240.CanCollide = false
  4837. p240.Size = Vector3.new(0.335760742, 0.200000003, 0.256833166)
  4838. p240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. p240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. p240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4841. p240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. p240.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4843. p240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. b240 = Instance.new("BlockMesh", p240)
  4845. b240.Name = "Mesh"
  4846. b240.Scale = Vector3.new(1, 0.637815893, 1)
  4847. p241 = Instance.new("Part", m)
  4848. p241.BrickColor = BrickColor.new("Black")
  4849. p241.Material = Enum.Material.SmoothPlastic
  4850. p241.CFrame = CFrame.new(57.764904, 3.55761099, -126.833786, 0.172832012, 0.135006011, 0.9756549, -0.199536026, 0.97482121, -0.0995439216, -0.964528143, -0.177473933, 0.19541885)
  4851. p241.Anchored = true
  4852. p241.CanCollide = false
  4853. p241.Size = Vector3.new(0.200000003, 0.366903841, 0.200000003)
  4854. p241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. p241.BottomSurface = Enum.SurfaceType.Weld
  4856. p241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4857. p241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. p241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4859. p241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4860. b241 = Instance.new("CylinderMesh", p241)
  4861. b241.Name = "Mesh"
  4862. b241.Scale = Vector3.new(0.86606437, 1, 0.902329028)
  4863. p242 = Instance.new("Part", m)
  4864. p242.BrickColor = BrickColor.new("Pastel green")
  4865. p242.Material = Enum.Material.SmoothPlastic
  4866. p242.CFrame = CFrame.new(57.9147568, 3.29262209, -127.129684, -0.431912988, -0.271641016, -0.860036254, -0.542495012, 0.840028942, 0.00712104188, 0.720520973, 0.46964106, -0.510183275)
  4867. p242.Anchored = true
  4868. p242.CanCollide = false
  4869. p242.Size = Vector3.new(0.320828617, 0.208623439, 0.517079413)
  4870. p242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4871. p242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4872. p242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. p242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. p242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. p242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. b242 = Instance.new("BlockMesh", p242)
  4877. b242.Name = "Mesh"
  4878. p243 = Instance.new("Part", m)
  4879. p243.BrickColor = BrickColor.new("Black")
  4880. p243.Material = Enum.Material.SmoothPlastic
  4881. p243.CFrame = CFrame.new(57.6328621, 3.35902309, -126.643867, -0.478248835, 0.177807972, -0.860036254, 0.337201893, 0.941405416, 0.00711946329, 0.810908675, -0.286600947, -0.510183215)
  4882. p243.Anchored = true
  4883. p243.CanCollide = false
  4884. p243.Size = Vector3.new(0.309736162, 0.238914371, 0.32125473)
  4885. p243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. p243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. p243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. p243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. p243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4890. p243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4891. b243 = Instance.new("BlockMesh", p243)
  4892. b243.Name = "Mesh"
  4893. p244 = Instance.new("Part", m)
  4894. p244.BrickColor = BrickColor.new("Black")
  4895. p244.Material = Enum.Material.SmoothPlastic
  4896. p244.CFrame = CFrame.new(58.1391754, 3.704494, -126.797096, 0.172832012, 0.975655079, -0.135005146, -0.199536026, -0.0995430574, -0.974821329, -0.964528143, 0.195418715, 0.177474111)
  4897. p244.Anchored = true
  4898. p244.CanCollide = false
  4899. p244.Size = Vector3.new(0.200000003, 0.712476373, 0.200000003)
  4900. p244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. p244.BottomSurface = Enum.SurfaceType.Weld
  4902. p244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4903. p244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. p244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. p244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. b244 = Instance.new("CylinderMesh", p244)
  4907. b244.Name = "Mesh"
  4908. b244.Scale = Vector3.new(0.86606437, 1, 0.902329028)
  4909. p245 = Instance.new("Part", m)
  4910. p245.BrickColor = BrickColor.new("Black")
  4911. p245.Material = Enum.Material.SmoothPlastic
  4912. p245.CFrame = CFrame.new(57.9807281, 1.93662298, -127.260201, -0.372552961, 0.348629951, -0.860035717, 0.674444914, 0.738290787, 0.00712047471, 0.637438953, -0.577393949, -0.510184109)
  4913. p245.Anchored = true
  4914. p245.CanCollide = false
  4915. p245.Size = Vector3.new(0.200000003, 0.617337704, 0.421086848)
  4916. p245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4917. p245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4918. p245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4919. p245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. p245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. p245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4922. b245 = Instance.new("BlockMesh", p245)
  4923. b245.Name = "Mesh"
  4924. b245.Scale = Vector3.new(0.475699484, 1, 1)
  4925. p246 = Instance.new("Part", m)
  4926. p246.BrickColor = BrickColor.new("Pastel green")
  4927. p246.Material = Enum.Material.SmoothPlastic
  4928. p246.CFrame = CFrame.new(58.6146889, 3.16814995, -128.316299, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  4929. p246.Anchored = true
  4930. p246.CanCollide = false
  4931. p246.FormFactor = Enum.FormFactor.Symmetric
  4932. p246.Size = Vector3.new(0.353251815, 0.351118803, 0.284564346)
  4933. p246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4934. p246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4935. p246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4936. p246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4937. p246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. p246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. b246 = Instance.new("SpecialMesh", p246)
  4940. b246.MeshType = Enum.MeshType.Wedge
  4941. b246.Name = "Mesh"
  4942. p247 = Instance.new("Part", m)
  4943. p247.BrickColor = BrickColor.new("Mint")
  4944. p247.Material = Enum.Material.SmoothPlastic
  4945. p247.CFrame = CFrame.new(59.1414185, 3.00615788, -129.201859, -0.860044122, 0.115639172, 0.496942371, 0.0071210009, 0.976602972, -0.21493268, -0.510170043, -0.181312889, -0.840745032)
  4946. p247.Anchored = true
  4947. p247.CanCollide = false
  4948. p247.Size = Vector3.new(0.330640316, 0.273471624, 1.38143814)
  4949. p247.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4950. p247.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4951. p247.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4952. p247.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4953. p247.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4954. p247.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4955. b247 = Instance.new("BlockMesh", p247)
  4956. b247.Name = "Mesh"
  4957. p248 = Instance.new("Part", m)
  4958. p248.BrickColor = BrickColor.new("Black")
  4959. p248.Material = Enum.Material.SmoothPlastic
  4960. p248.CFrame = CFrame.new(58.060051, 2.12562895, -127.390892, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  4961. p248.Anchored = true
  4962. p248.CanCollide = false
  4963. p248.Size = Vector3.new(0.383543611, 0.200000003, 0.421513528)
  4964. p248.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. p248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. p248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. p248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4968. p248.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4969. p248.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4970. b248 = Instance.new("BlockMesh", p248)
  4971. b248.Name = "Mesh"
  4972. b248.Scale = Vector3.new(1, 0.893795848, 1)
  4973. p249 = Instance.new("Part", m)
  4974. p249.BrickColor = BrickColor.new("Black")
  4975. p249.Material = Enum.Material.SmoothPlastic
  4976. p249.CFrame = CFrame.new(58.1461639, 1.33417702, -127.549583, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  4977. p249.Anchored = true
  4978. p249.CanCollide = false
  4979. p249.Size = Vector3.new(1.21462405, 0.202650547, 0.335333675)
  4980. p249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4981. p249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4982. p249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4983. p249.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. p249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. p249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. b249 = Instance.new("BlockMesh", p249)
  4987. b249.Name = "Mesh"
  4988. p250 = Instance.new("Part", m)
  4989. p250.BrickColor = BrickColor.new("Black")
  4990. p250.Material = Enum.Material.SmoothPlastic
  4991. p250.CFrame = CFrame.new(57.8617554, 1.63740599, -127.065941, -0.496958107, 0.115641154, -0.860034764, 0.214935049, 0.976602376, 0.00711798808, 0.840735197, -0.181314275, -0.510185778)
  4992. p250.Anchored = true
  4993. p250.CanCollide = false
  4994. p250.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
  4995. p250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4996. p250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4997. p250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4998. p250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4999. p250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5000. p250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5001. b250 = Instance.new("BlockMesh", p250)
  5002. b250.Name = "Mesh"
  5003. p251 = Instance.new("Part", m)
  5004. p251.BrickColor = BrickColor.new("Pastel green")
  5005. p251.Material = Enum.Material.SmoothPlastic
  5006. p251.CFrame = CFrame.new(57.9073792, 2.8846879, -127.122566, -0.509489059, 0.0275912844, -0.860034645, 0.0420910046, 0.999088466, 0.00711741997, 0.859447122, -0.0325734727, -0.510185957)
  5007. p251.Anchored = true
  5008. p251.CanCollide = false
  5009. p251.Size = Vector3.new(1.99834859, 0.745754182, 0.516652763)
  5010. p251.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5011. p251.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5012. p251.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5013. p251.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5014. p251.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5015. p251.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. b251 = Instance.new("BlockMesh", p251)
  5017. b251.Name = "Mesh"
  5018. p252 = Instance.new("Part", m)
  5019. p252.BrickColor = BrickColor.new("Pastel green")
  5020. p252.Material = Enum.Material.SmoothPlastic
  5021. p252.CFrame = CFrame.new(57.7959976, 3.26877308, -126.930161, -0.503187895, -0.0845061913, -0.8600353, -0.177436948, 0.984106481, 0.00711718854, 0.845764816, 0.156183317, -0.510184944)
  5022. p252.Anchored = true
  5023. p252.CanCollide = false
  5024. p252.Size = Vector3.new(0.401888818, 0.200000003, 0.517506003)
  5025. p252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. p252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5027. p252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. p252.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5029. p252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5030. p252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5031. b252 = Instance.new("BlockMesh", p252)
  5032. b252.Name = "Mesh"
  5033. b252.Scale = Vector3.new(1, 0.637815893, 1)
  5034. p253 = Instance.new("Part", m)
  5035. p253.BrickColor = BrickColor.new("Medium green")
  5036. p253.Material = Enum.Material.SmoothPlastic
  5037. p253.CFrame = CFrame.new(57.4787941, 3.32953811, -126.38427, -0.50543797, -0.0697890446, -0.860036016, -0.148651004, 0.988864124, 0.00711828051, 0.849961996, 0.131443068, -0.510183692)
  5038. p253.Anchored = true
  5039. p253.CanCollide = false
  5040. p253.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
  5041. p253.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5042. p253.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5043. p253.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5044. p253.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5045. p253.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5046. p253.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. b253 = Instance.new("BlockMesh", p253)
  5048. b253.Name = "Mesh"
  5049. b253.Scale = Vector3.new(1, 0.637815893, 1)
  5050. p254 = Instance.new("Part", m)
  5051. p254.BrickColor = BrickColor.new("Black")
  5052. p254.Material = Enum.Material.SmoothPlastic
  5053. p254.Reflectance = 0.30000001192093
  5054. p254.CFrame = CFrame.new(57.2393494, 2.24144888, -126.852936, -0.372552961, 0.348629951, -0.860035717, 0.674444914, 0.738290787, 0.00712047471, 0.637438953, -0.577393949, -0.510184109)
  5055. p254.Anchored = true
  5056. p254.CanCollide = false
  5057. p254.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  5058. p254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5059. p254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5060. p254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5061. p254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. p254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5063. p254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5064. b254 = Instance.new("BlockMesh", p254)
  5065. b254.Name = "Mesh"
  5066. b254.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  5067. p255 = Instance.new("Part", m)
  5068. p255.BrickColor = BrickColor.new("Black")
  5069. p255.Material = Enum.Material.SmoothPlastic
  5070. p255.CFrame = CFrame.new(58.6276321, 1.470474, -128.338348, -0.860044122, -0.42742008, 0.27863279, 0.0071210009, 0.535994947, 0.844191134, -0.510170043, 0.728025794, -0.457935601)
  5071. p255.Anchored = true
  5072. p255.CanCollide = false
  5073. p255.Size = Vector3.new(0.278164506, 0.296509355, 0.234221548)
  5074. p255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. p255.BottomSurface = Enum.SurfaceType.Weld
  5076. p255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5077. p255.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5078. p255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5079. p255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5080. b255 = Instance.new("CylinderMesh", p255)
  5081. b255.Name = "Mesh"
  5082. p256 = Instance.new("Part", m)
  5083. p256.BrickColor = BrickColor.new("Black")
  5084. p256.Material = Enum.Material.SmoothPlastic
  5085. p256.Reflectance = 0.30000001192093
  5086. p256.CFrame = CFrame.new(58.7819901, 0.771009982, -128.649704, 0.860044122, 0.42742008, 0.27863279, -0.0071210009, -0.535994947, 0.844191134, 0.510170043, -0.728025794, -0.457935601)
  5087. p256.Anchored = true
  5088. p256.CanCollide = false
  5089. p256.FormFactor = Enum.FormFactor.Symmetric
  5090. p256.Size = Vector3.new(0.279444456, 0.408287525, 0.495321035)
  5091. p256.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5092. p256.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5093. p256.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5094. p256.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. p256.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5096. p256.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. b256 = Instance.new("SpecialMesh", p256)
  5098. b256.MeshType = Enum.MeshType.Wedge
  5099. b256.Name = "Mesh"
  5100. p257 = Instance.new("Part", m)
  5101. p257.BrickColor = BrickColor.new("Medium stone grey")
  5102. p257.Material = Enum.Material.SmoothPlastic
  5103. p257.CFrame = CFrame.new(58.7055893, 1.37823701, -128.471207, -0.860044122, -0.42742008, 0.27863279, 0.0071210009, 0.535994947, 0.844191134, -0.510170043, 0.728025794, -0.457935601)
  5104. p257.Anchored = true
  5105. p257.CanCollide = false
  5106. p257.Size = Vector3.new(0.278164506, 0.560168386, 0.200000003)
  5107. p257.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. p257.BottomSurface = Enum.SurfaceType.Weld
  5109. p257.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. p257.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. p257.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. p257.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. b257 = Instance.new("CylinderMesh", p257)
  5114. b257.Name = "Mesh"
  5115. b257.Scale = Vector3.new(1, 1, 0.753007352)
  5116. p258 = Instance.new("Part", m)
  5117. p258.BrickColor = BrickColor.new("Black")
  5118. p258.Material = Enum.Material.SmoothPlastic
  5119. p258.Reflectance = 0.30000001192093
  5120. p258.CFrame = CFrame.new(58.4782143, 1.15053499, -128.133194, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  5121. p258.Anchored = true
  5122. p258.CanCollide = false
  5123. p258.Size = Vector3.new(1.01410675, 0.494040698, 0.277738184)
  5124. p258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5125. p258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5126. p258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5127. p258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5128. p258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. p258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5130. b258 = Instance.new("BlockMesh", p258)
  5131. b258.Name = "Mesh"
  5132. p259 = Instance.new("Part", m)
  5133. p259.BrickColor = BrickColor.new("Quill grey")
  5134. p259.Material = Enum.Material.SmoothPlastic
  5135. p259.CFrame = CFrame.new(57.4184265, 3.32121396, -126.281631, -0.410247862, 0.30337581, -0.860034823, 0.584877789, 0.811090231, 0.00711635686, 0.699724734, -0.500095725, -0.510185778)
  5136. p259.Anchored = true
  5137. p259.CanCollide = false
  5138. p259.Size = Vector3.new(0.309736162, 0.200000003, 0.26707232)
  5139. p259.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5140. p259.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5141. p259.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5142. p259.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5143. p259.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5144. p259.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5145. b259 = Instance.new("BlockMesh", p259)
  5146. b259.Name = "Mesh"
  5147. b259.Scale = Vector3.new(1, 0.637815893, 1)
  5148. p260 = Instance.new("Part", m)
  5149. p260.BrickColor = BrickColor.new("Medium stone grey")
  5150. p260.Material = Enum.Material.SmoothPlastic
  5151. p260.Name = "Sphere"
  5152. p260.CFrame = CFrame.new(58.8259811, 1.22502697, -128.678299, 0.427432984, 0.278640628, 0.860035181, -0.535997987, 0.844189286, -0.00711857202, -0.728016019, -0.457934409, 0.510185122)
  5153. p260.Anchored = true
  5154. p260.CanCollide = false
  5155. p260.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5156. p260.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5157. p260.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5158. p260.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. p260.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5160. p260.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5161. p260.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5162. b260 = Instance.new("SpecialMesh", p260)
  5163. b260.MeshType = Enum.MeshType.Sphere
  5164. b260.Name = "Mesh"
  5165. b260.Scale = Vector3.new(0.827667475, 0.763672709, 0.765806496)
  5166. p261 = Instance.new("Part", m)
  5167. p261.BrickColor = BrickColor.new("Quill grey")
  5168. p261.Material = Enum.Material.SmoothPlastic
  5169. p261.CFrame = CFrame.new(57.1280441, 3.44977689, -125.790421, -0.489265949, 0.144766122, -0.860035837, 0.272192955, 0.962216377, 0.00711779902, 0.828570902, -0.230613217, -0.51018405)
  5170. p261.Anchored = true
  5171. p261.CanCollide = false
  5172. p261.Size = Vector3.new(0.309736162, 0.392928779, 0.26707232)
  5173. p261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5174. p261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5175. p261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5176. p261.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5177. p261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5178. p261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5179. b261 = Instance.new("BlockMesh", p261)
  5180. b261.Name = "Mesh"
  5181. p262 = Instance.new("Part", m)
  5182. p262.BrickColor = BrickColor.new("Quill grey")
  5183. p262.Material = Enum.Material.SmoothPlastic
  5184. p262.CFrame = CFrame.new(57.265274, 3.37793589, -126.022713, -0.456696063, 0.227524862, -0.860035598, 0.435144067, 0.900332749, 0.00711540785, 0.77593714, -0.370989799, -0.510184467)
  5185. p262.Anchored = true
  5186. p262.CanCollide = false
  5187. p262.Size = Vector3.new(0.309736162, 0.336186588, 0.26707232)
  5188. p262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5189. p262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5190. p262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5191. p262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5192. p262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5193. p262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5194. b262 = Instance.new("BlockMesh", p262)
  5195. b262.Name = "Mesh"
  5196. p263 = Instance.new("Part", m)
  5197. p263.BrickColor = BrickColor.new("Quill grey")
  5198. p263.Material = Enum.Material.SmoothPlastic
  5199. p263.CFrame = CFrame.new(56.8637238, 3.49880099, -125.344131, -0.860044122, -0.50925833, -0.0313061588, 0.0071210009, -0.0733329952, 0.997282088, -0.510170043, 0.857483625, 0.0666960403)
  5200. p263.Anchored = true
  5201. p263.CanCollide = false
  5202. p263.FormFactor = Enum.FormFactor.Symmetric
  5203. p263.Size = Vector3.new(0.26280576, 0.300776094, 0.384823054)
  5204. p263.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. p263.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5206. p263.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5207. p263.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5208. p263.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5209. p263.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5210. b263 = Instance.new("SpecialMesh", p263)
  5211. b263.MeshType = Enum.MeshType.Wedge
  5212. b263.Name = "Mesh"
  5213. p264 = Instance.new("Part", m)
  5214. p264.BrickColor = BrickColor.new("Quill grey")
  5215. p264.Material = Enum.Material.SmoothPlastic
  5216. p264.CFrame = CFrame.new(56.9565239, 3.5144341, -125.500313, -0.509274065, -0.0313051865, -0.860034823, -0.0733240098, 0.997282743, 0.00711818738, 0.857475102, 0.0666863099, -0.510185659)
  5217. p264.Anchored = true
  5218. p264.CanCollide = false
  5219. p264.Size = Vector3.new(0.200000003, 0.380556434, 0.26707232)
  5220. p264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5221. p264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5222. p264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. p264.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. p264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5225. p264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. b264 = Instance.new("BlockMesh", p264)
  5227. b264.Name = "Mesh"
  5228. b264.Scale = Vector3.new(0.33491087, 1, 1)
  5229. p265 = Instance.new("Part", m)
  5230. p265.BrickColor = BrickColor.new("Quill grey")
  5231. p265.Material = Enum.Material.SmoothPlastic
  5232. p265.CFrame = CFrame.new(57.0140152, 3.50229788, -125.59745, -0.506972969, 0.0576048866, -0.860035002, 0.100967988, 0.994864225, 0.00711713778, 0.856027901, -0.0832278058, -0.510185599)
  5233. p265.Anchored = true
  5234. p265.CanCollide = false
  5235. p265.Size = Vector3.new(0.222703114, 0.386955917, 0.26707232)
  5236. p265.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5237. p265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5238. p265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5239. p265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5240. p265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. p265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5242. b265 = Instance.new("BlockMesh", p265)
  5243. b265.Name = "Mesh"
  5244. p266 = Instance.new("Part", m)
  5245. p266.BrickColor = BrickColor.new("Black")
  5246. p266.Material = Enum.Material.SmoothPlastic
  5247. p266.Reflectance = 0.30000001192093
  5248. p266.CFrame = CFrame.new(57.9606705, 2.23601198, -126.420609, -0.372552961, 0.348629951, -0.860035717, 0.674444914, 0.738290787, 0.00712047471, 0.637438953, -0.577393949, -0.510184109)
  5249. p266.Anchored = true
  5250. p266.CanCollide = false
  5251. p266.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  5252. p266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5253. p266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5254. p266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5255. p266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5256. p266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5257. p266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. b266 = Instance.new("BlockMesh", p266)
  5259. b266.Name = "Mesh"
  5260. b266.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  5261. p267 = Instance.new("Part", m)
  5262. p267.BrickColor = BrickColor.new("Black")
  5263. p267.Material = Enum.Material.SmoothPlastic
  5264. p267.Reflectance = 0.30000001192093
  5265. p267.CFrame = CFrame.new(57.6892281, 2.74322605, -125.953461, 0.860044122, -0.509473026, -0.0275932401, -0.0071210009, 0.0420899838, -0.999088466, 0.510170043, 0.859456599, 0.0325712822)
  5266. p267.Anchored = true
  5267. p267.CanCollide = false
  5268. p267.FormFactor = Enum.FormFactor.Symmetric
  5269. p267.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  5270. p267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5271. p267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. p267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5273. p267.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5274. p267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5275. p267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5276. b267 = Instance.new("SpecialMesh", p267)
  5277. b267.MeshType = Enum.MeshType.Wedge
  5278. b267.Name = "Mesh"
  5279. b267.Scale = Vector3.new(0.34130618, 1, 1)
  5280. p268 = Instance.new("Part", m)
  5281. p268.BrickColor = BrickColor.new("Black")
  5282. p268.Material = Enum.Material.SmoothPlastic
  5283. p268.Reflectance = 0.30000001192093
  5284. p268.CFrame = CFrame.new(57.9372406, 2.34854889, -126.379646, -0.496958107, 0.115641154, -0.860034764, 0.214935049, 0.976602376, 0.00711798808, 0.840735197, -0.181314275, -0.510185778)
  5285. p268.Anchored = true
  5286. p268.CanCollide = false
  5287. p268.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5288. p268.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5289. p268.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5290. p268.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5291. p268.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5292. p268.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. p268.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. b268 = Instance.new("BlockMesh", p268)
  5295. b268.Name = "Mesh"
  5296. b268.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
  5297. p269 = Instance.new("Part", m)
  5298. p269.BrickColor = BrickColor.new("Black")
  5299. p269.Material = Enum.Material.SmoothPlastic
  5300. p269.Reflectance = 0.30000001192093
  5301. p269.CFrame = CFrame.new(57.8437462, 2.474967, -126.220261, -0.306353956, 0.408027142, -0.860035539, 0.79240185, 0.609957933, 0.00712057389, 0.527490914, -0.679312289, -0.510184467)
  5302. p269.Anchored = true
  5303. p269.CanCollide = false
  5304. p269.Size = Vector3.new(0.493188143, 0.200000003, 0.200000003)
  5305. p269.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5306. p269.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5307. p269.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5308. p269.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5309. p269.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5310. p269.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. b269 = Instance.new("BlockMesh", p269)
  5312. b269.Name = "Mesh"
  5313. b269.Scale = Vector3.new(1, 0.767938852, 0.328507692)
  5314. p270 = Instance.new("Part", m)
  5315. p270.BrickColor = BrickColor.new("Black")
  5316. p270.Material = Enum.Material.SmoothPlastic
  5317. p270.Reflectance = 0.30000001192093
  5318. p270.CFrame = CFrame.new(58.0397987, 2.11969304, -126.555717, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  5319. p270.Anchored = true
  5320. p270.CanCollide = false
  5321. p270.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  5322. p270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5323. p270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5324. p270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5325. p270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5326. p270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5327. p270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. b270 = Instance.new("BlockMesh", p270)
  5329. b270.Name = "Mesh"
  5330. b270.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  5331. p271 = Instance.new("Part", m)
  5332. p271.BrickColor = BrickColor.new("Black")
  5333. p271.Material = Enum.Material.SmoothPlastic
  5334. p271.Reflectance = 0.30000001192093
  5335. p271.CFrame = CFrame.new(57.9779968, 2.72020602, -126.440605, 0.860044122, 0.509473026, 0.0275932401, -0.0071210009, -0.0420899838, 0.999088466, 0.510170043, -0.859456599, -0.0325712822)
  5336. p271.Anchored = true
  5337. p271.CanCollide = false
  5338. p271.FormFactor = Enum.FormFactor.Symmetric
  5339. p271.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
  5340. p271.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. p271.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. p271.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. p271.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5344. p271.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5345. p271.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. b271 = Instance.new("SpecialMesh", p271)
  5347. b271.MeshType = Enum.MeshType.Wedge
  5348. b271.Name = "Mesh"
  5349. b271.Scale = Vector3.new(0.34130618, 1, 1)
  5350. p272 = Instance.new("Part", m)
  5351. p272.BrickColor = BrickColor.new("Black")
  5352. p272.Material = Enum.Material.SmoothPlastic
  5353. p272.Reflectance = 0.30000001192093
  5354. p272.CFrame = CFrame.new(56.967907, 2.74865389, -126.38578, 0.860044122, -0.509473026, -0.0275932401, -0.0071210009, 0.0420899838, -0.999088466, 0.510170043, 0.859456599, 0.0325712822)
  5355. p272.Anchored = true
  5356. p272.CanCollide = false
  5357. p272.FormFactor = Enum.FormFactor.Symmetric
  5358. p272.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
  5359. p272.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5360. p272.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5361. p272.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. p272.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. p272.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5364. p272.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. b272 = Instance.new("SpecialMesh", p272)
  5366. b272.MeshType = Enum.MeshType.Wedge
  5367. b272.Name = "Mesh"
  5368. b272.Scale = Vector3.new(0.34130618, 1, 1)
  5369. p273 = Instance.new("Part", m)
  5370. p273.BrickColor = BrickColor.new("Black")
  5371. p273.Material = Enum.Material.SmoothPlastic
  5372. p273.Reflectance = 0.30000001192093
  5373. p273.CFrame = CFrame.new(57.3185005, 2.12515497, -126.988045, -0.427432925, 0.27863735, -0.860036194, 0.535993934, 0.84419179, 0.00711819716, 0.728018939, -0.457931638, -0.510183334)
  5374. p273.Anchored = true
  5375. p273.CanCollide = false
  5376. p273.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
  5377. p273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5378. p273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5379. p273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. p273.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. p273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. p273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. b273 = Instance.new("BlockMesh", p273)
  5384. b273.Name = "Mesh"
  5385. b273.Scale = Vector3.new(1, 0.974855781, 0.328507692)
  5386. p274 = Instance.new("Part", m)
  5387. p274.BrickColor = BrickColor.new("Black")
  5388. p274.Material = Enum.Material.SmoothPlastic
  5389. p274.Reflectance = 0.30000001192093
  5390. p274.CFrame = CFrame.new(57.2159309, 2.3539989, -126.811928, -0.496958107, 0.115641154, -0.860034764, 0.214935049, 0.976602376, 0.00711798808, 0.840735197, -0.181314275, -0.510185778)
  5391. p274.Anchored = true
  5392. p274.CanCollide = false
  5393. p274.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5394. p274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5395. p274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5396. p274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5397. p274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5398. p274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. p274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5400. b274 = Instance.new("BlockMesh", p274)
  5401. b274.Name = "Mesh"
  5402. b274.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
  5403. p275 = Instance.new("Part", m)
  5404. p275.BrickColor = BrickColor.new("Medium stone grey")
  5405. p275.Transparency = 1
  5406. p275.Name = "Handle"
  5407. p275.CFrame = CFrame.new(59.0884781, 2.34572792, -128.824005, 0.53143096, -0.0220077746, 0.846815646, 0.0339049958, 0.999414027, 0.00469607953, -0.846422851, 0.0262156408, 0.531865716)
  5408. p275.Size = Vector3.new(0.649999976, 0.350000024, 0.649999976)
  5409. handle = m:WaitForChild("Handle")
  5410. hitbox = p105
  5411. hitbox.Name = "Part"
  5412. function Weld(Mod)
  5413. local prev
  5414. lol = handle
  5415. local parts = Mod:GetChildren()
  5416. for i = 1,#parts do
  5417. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") or parts[i]:IsA("BasePart") then
  5418. local weld = Instance.new("Weld")
  5419. weld.Name = "WeaponWeld"
  5420. weld.Part0 = lol
  5421. weld.Part1 = parts[i]
  5422. weld.C0 = lol.CFrame:inverse()
  5423. weld.C1 = parts[i].CFrame:inverse()
  5424. weld.Parent = weld.Part1
  5425. parts[i].Anchored = false
  5426. prev = parts[i]
  5427. end
  5428. end
  5429. end
  5430. Weld(m)
  5431. Weld(m1)
  5432. handle.Anchored = false
  5433. hitbox.Anchored = false
  5434. hitbox.Transparency = 1
  5435. handleweld = Instance.new("Motor", handle)
  5436. handleweld.Part0 = handle
  5437. handleweld.Part1 = RightArm
  5438. handleweld.C1 = CFrame.Angles(0, math.rad(-90), 0) * CFrame.new(0, -1, 0)
  5439.  
  5440. Defaults = {
  5441. Handle = {
  5442. C1 = handleweld.C1,
  5443. Part1 = handleweld.Part1
  5444. }
  5445. }
  5446.  
  5447. prts = {}
  5448. powerprts = {}
  5449.  
  5450. for _,nx in pairs(m:GetChildren()) do
  5451. if nx:IsA("BasePart") and (nx ~= hitbox and nx ~= handle) then
  5452. table.insert(prts, nx)
  5453. if nx.BrickColor == BrickColor.new("Toothpaste") then
  5454. table.insert(powerprts, nx)
  5455. end
  5456. end
  5457. end
  5458. for _,nx in pairs(m1:GetChildren()) do
  5459. if nx:IsA("BasePart") and (nx ~= hitbox and nx ~= handle) then
  5460. table.insert(prts, nx)
  5461. if nx.BrickColor == BrickColor.new("Toothpaste") then
  5462. table.insert(powerprts, nx)
  5463. end
  5464. end
  5465. end
  5466.  
  5467. Sound = {Create = function(id, par, vol, pit)
  5468. coroutine.resume(coroutine.create(function()
  5469. local S = Instance.new("Sound")
  5470. S.Volume = vol
  5471. S.Pitch = pit or 1
  5472. S.SoundId = "rbxassetid://"..id
  5473. S.Parent = par or workspace
  5474. wait()
  5475. S:play()
  5476. game:GetService("Debris"):AddItem(S, S.TimeLength + 1)
  5477. end))
  5478. end}
  5479.  
  5480. function SpinSound(pitch)
  5481. local S = Instance.new("Sound")
  5482. S.Volume = 1
  5483. S.Pitch = pitch or 1
  5484. S.SoundId = "rbxassetid://248088589"
  5485. if laughing == true then
  5486. Sound.Create("200633029", handle, 1, 1.2)
  5487. end
  5488. S.Parent = handle
  5489. wait()
  5490. S:play()
  5491. game:GetService("Debris"):AddItem(S, S.TimeLength + 1)
  5492. return S
  5493. end
  5494.  
  5495. spini = false
  5496. function sawspin()
  5497. local pot = nil
  5498. local spso = math.random(1, 5)
  5499. if spso == 1 then
  5500. pot = SpinSound(1)
  5501. elseif spso == 2 then
  5502. pot = SpinSound(1.2)
  5503. elseif spso == 3 then
  5504. pot = SpinSound(0.8)
  5505. elseif spso == 4 then
  5506. pot = SpinSound(1.5)
  5507. elseif spso == 5 then
  5508. pot = SpinSound(0.6)
  5509. end
  5510. while spini == true do
  5511. swait()
  5512. for i = 0, 1, 0.05 do
  5513. swait()
  5514. end
  5515. end
  5516. pot:Stop()
  5517. end
  5518.  
  5519. --[[Attacks]]--
  5520.  
  5521. function attackone()
  5522. attack = true
  5523. for i = 0, 1, 0.09 do
  5524. swait()
  5525. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5526. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5527. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5528. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5529. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5530. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5531. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.960397899, -0.278631896, 1.13074625e-008, -1.49011612e-008, -1.49011612e-008, 1, -0.278632015, 0.960397899, -1.22350752e-008 ), 0.3)
  5532. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.949484348, 0.313814253, 1.52875117e-008, -1.49011612e-008, 1.49011612e-008, 1, 0.313814402, 0.949484289, 1.0641271e-008 ), 0.3)
  5533. RW.C1 = clerp(RW.C1, CFrame.new( -0.49999994, 0.499999881, 0, -0.135088146, -0.304728955, 0.942810357, -0.914197624, 0.405269057, -3.99608417e-008, -0.38209185, -0.861914933, -0.333329439 ), 0.3)
  5534. LW.C1 = clerp(LW.C1, CFrame.new( 0.5, 0.499999911, 1.49011612e-007, 0.527955353, 0.262327075, -0.807742178, 0.723369002, 0.359422803, 0.589535594, 0.444972068, -0.895544529, 6.0617559e-008 ), 0.3)
  5535. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 6.69387268e-016, -4.37113847e-008, 0, 1, -6.72544266e-016, 1, -9.98608765e-024, -1, 6.69387374e-016, -4.37113918e-008 ), 0.3)
  5536. LH.C1 = clerp(LH.C1, CFrame.new( -0.49999994, 0.999999881, -7.4505806e-008, -0.204488471, -0.0719358772, -0.976222396, -0.331849784, 0.943332255, 1.81678512e-008, 0.920901835, 0.323959112, -0.216772467 ), 0.3)
  5537. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
  5538. end
  5539. Sound.Create("169445073", Torso, 1, 1)
  5540. MagniDamage(LeftLeg, 4, 5, 7, 3, "Normal")
  5541. for i = 0, 1, 0.07 do
  5542. swait()
  5543. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5544. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5545. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5546. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5547. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5548. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5549. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.958891511, 0.283772916, 2.91575342e-009, -1.49011612e-008, -1.49011612e-008, 1, 0.283772826, 0.958891392, -1.64028702e-008 ), 0.3)
  5550. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.925655961, -0.378366292, 4.70691308e-009, -1.49011612e-008, 1.49011612e-008, 1, -0.378366232, 0.925655842, 1.802192e-008 ), 0.3)
  5551. RW.C1 = clerp(RW.C1, CFrame.new( -0.49999994, 0.499999881, 0, -0.135088146, -0.304728955, 0.942810357, -0.914197624, 0.405269057, -3.99608417e-008, -0.38209185, -0.861914933, -0.333329439 ), 0.3)
  5552. LW.C1 = clerp(LW.C1, CFrame.new( 0.5, 0.499999911, 1.49011612e-007, 0.527955353, 0.262327075, -0.807742178, 0.723369002, 0.359422803, 0.589535594, 0.444972068, -0.895544529, 6.0617559e-008 ), 0.3)
  5553. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 6.69387268e-016, -4.37113847e-008, 0, 1, -6.72544266e-016, 1, -9.98608765e-024, -1, 6.69387374e-016, -4.37113918e-008 ), 0.3)
  5554. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999881, 0.99999994, 1.78813934e-007, 0.167658478, -0.384522796, -0.907762766, 0.951304078, -0.17850107, 0.251312494, -0.25867185, -0.905692875, 0.335870981 ), 0.3)
  5555. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
  5556. end
  5557. attack = false
  5558. end
  5559.  
  5560. function attacktwo()
  5561. attack = true
  5562. for i = 0, 1, 0.1 do
  5563. swait()
  5564. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5565. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5566. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5567. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5568. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5569. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5570. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.895857334, 0.444341719, 5.34507993e-011, -1.49011612e-008, -1.49011612e-008, 1, 0.4443416, 0.895857334, -1.66599197e-008 ), 0.3)
  5571. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 4.87080243e-009, -0.5, 1.91917344e-008, -0.891440928, -0.453136981, 3.21036264e-009, -1.49011612e-008, 1.49011612e-008, 1, -0.453136921, 0.891440868, 1.83477038e-008 ), 0.3)
  5572. RW.C1 = clerp(RW.C1, CFrame.new( -0.49999997, 0.499999821, 2.98023224e-008, -0.135088146, -0.304728955, 0.942810357, -0.914197624, 0.405269057, -3.99608417e-008, -0.38209185, -0.861914933, -0.333329439 ), 0.3)
  5573. LW.C1 = clerp(LW.C1, CFrame.new( 0.50000006, 0.499999791, 3.27825546e-007, 0.527955353, 0.262327075, -0.807742178, 0.723369002, 0.359422803, 0.589535594, 0.444972068, -0.895544529, 6.06175519e-008 ), 0.3)
  5574. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.99999994, -4.47034836e-008, -0.354929417, 0.183086738, 0.916790247, 0.371180415, 0.927630603, -0.0415515006, -0.858050168, 0.325546741, -0.397201598 ), 0.3)
  5575. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999702, 0.999999881, -5.81354698e-008, -7.35137107e-008, -6.91564894e-009, -1.00000024, 3.92202537e-009, 1, 1.43662291e-008, 1, 2.05938e-009, -1.39090766e-008 ), 0.3)
  5576. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
  5577. end
  5578. Sound.Create("169445073", Torso, 1, 1.1)
  5579. MagniDamage(RightLeg, math.random(3, 5), 5, 7, 3, "Normal")
  5580. for i = 0, 1, 0.1 do
  5581. swait()
  5582. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5583. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5584. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5585. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5586. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5587. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5588. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.999343932, -0.0362148583, 7.98533861e-009, -1.49011612e-008, -1.49011612e-008, 1, -0.0362150073, 0.999343991, -1.46215644e-008 ), 0.3)
  5589. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 1.38605234e-008, -0.5, 1.41397773e-008, -0.99839896, 0.0565648377, 1.20008607e-008, -1.49011612e-008, 1.49011612e-008, 1, 0.0565649271, 0.9983989, 1.42451411e-008 ), 0.3)
  5590. RW.C1 = clerp(RW.C1, CFrame.new( -0.49999997, 0.499999821, 2.98023224e-008, -0.135088146, -0.304728955, 0.942810357, -0.914197624, 0.405269057, -3.99608417e-008, -0.38209185, -0.861914933, -0.333329439 ), 0.3)
  5591. LW.C1 = clerp(LW.C1, CFrame.new( 0.50000006, 0.499999791, 3.27825546e-007, 0.527955353, 0.262327075, -0.807742178, 0.723369002, 0.359422803, 0.589535594, 0.444972068, -0.895544529, 6.06175519e-008 ), 0.3)
  5592. RH.C1 = clerp(RH.C1, CFrame.new( 0.499999911, 0.557710052, 1.1920929e-007, -0.0242472664, 0.492300272, 0.870087624, -0.866220474, 0.424146831, -0.264124006, -0.499073267, -0.76009202, 0.416156203 ), 0.3)
  5593. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999702, 0.999999881, -5.81354698e-008, -7.35137107e-008, -6.91564894e-009, -1.00000024, 3.92202537e-009, 1, 1.43662291e-008, 1, 2.05938e-009, -1.39090766e-008 ), 0.3)
  5594. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
  5595. end
  5596. attack = false
  5597. end
  5598.  
  5599. function attackthree()
  5600. attack = true
  5601. for i = 0, 1, 0.1 do
  5602. swait()
  5603. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5604. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5605. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5606. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5607. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5608. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5609. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.99999994, 5.96046448e-008, 7.4505806e-009, -1.49011612e-008, -1.49011612e-008, 1, -5.96046448e-008, 0.99999994, -1.49011612e-008 ), 0.3)
  5610. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 2.60770285e-008, -0.5, 2.98023117e-008, -1, -5.96046448e-008, 1.11758709e-008, -1.49011612e-008, 1.49011612e-008, 1, 5.96046448e-008, 0.99999994, 1.49011612e-008 ), 0.3)
  5611. RW.C1 = clerp(RW.C1, CFrame.new( -0.50000006, 0.50000006, -1.49011612e-007, 0.0672572851, 0.182392478, 0.980922699, 0.662019074, 0.727391958, -0.180642575, -0.746463299, 0.661539078, -0.0718248636 ), 0.3)
  5612. LW.C1 = clerp(LW.C1, CFrame.new( 0.499999821, 1.01710415, 0.158664614, 0.877410769, 0.435962141, -0.200217977, 0.179304078, 0.0890913159, 0.979751229, 0.444972068, -0.895544529, 6.06175519e-008 ), 0.3)
  5613. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 7.77481463e-015, -4.33191012e-008, 0.133671939, 0.991025627, 5.84298476e-009, 0.991025627, -0.133671939, -1, 6.69387374e-016, -4.37113918e-008 ), 0.3)
  5614. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999464, 0.99999994, -9.39192191e-008, -7.34115559e-008, -0.127904266, -0.991786778, -5.5129048e-009, 0.99178654, -0.127904281, 1, 2.05938e-009, -1.39090766e-008 ), 0.3)
  5615. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) * CFrame.new(1, 0, 0), 0.15)
  5616. end
  5617. Sound.Create("199145095", handle, 1, 1)
  5618. MagniDamage(hitbox, math.random(8, 12), 6, 10, 4, "Normal")
  5619. for i = 0, 1, 0.1 do
  5620. swait()
  5621. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5622. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5623. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5624. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5625. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5626. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5627. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.99999994, 5.96046448e-008, 7.4505806e-009, -1.49011612e-008, -1.49011612e-008, 1, -5.96046448e-008, 0.99999994, -1.49011612e-008 ), 0.3)
  5628. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 2.60770285e-008, -0.5, 2.98023117e-008, -1, -5.96046448e-008, 1.11758709e-008, -1.49011612e-008, 1.49011612e-008, 1, 5.96046448e-008, 0.99999994, 1.49011612e-008 ), 0.3)
  5629. RW.C1 = clerp(RW.C1, CFrame.new( -0.50000006, 0.499999851, -1.1920929e-007, 0.0672572851, 0.182392478, 0.980922699, -0.547517419, 0.828639925, -0.116536334, -0.834087133, -0.52923429, 0.155595109 ), 0.3)
  5630. LW.C1 = clerp(LW.C1, CFrame.new( 0.499999821, 1.01710415, 0.158664614, 0.877410769, 0.435962141, -0.200217977, 0.179304078, 0.0890913159, 0.979751229, 0.444972068, -0.895544529, 6.06175519e-008 ), 0.3)
  5631. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 7.77481463e-015, -4.33191012e-008, 0.133671939, 0.991025627, 5.84298476e-009, 0.991025627, -0.133671939, -1, 6.69387374e-016, -4.37113918e-008 ), 0.3)
  5632. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999464, 0.99999994, -9.39192191e-008, -7.34115559e-008, -0.127904266, -0.991786778, -5.5129048e-009, 0.99178654, -0.127904281, 1, 2.05938e-009, -1.39090766e-008 ), 0.3)
  5633. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) * CFrame.new(1, 0, 0), 0.15)
  5634. end
  5635. attack = false
  5636. end
  5637.  
  5638. function attackfour()
  5639. attack = true
  5640. for i = 0, 1, 0.1 do
  5641. swait()
  5642. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5643. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5644. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5645. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5646. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5647. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5648. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.99999994, 5.96046448e-008, 7.4505806e-009, -1.49011612e-008, -1.49011612e-008, 1, -5.96046448e-008, 0.99999994, -1.49011612e-008 ), 0.3)
  5649. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 2.60770285e-008, -0.5, 2.98023117e-008, -1, -5.96046448e-008, 1.11758709e-008, -1.49011612e-008, 1.49011612e-008, 1, 5.96046448e-008, 0.99999994, 1.49011612e-008 ), 0.3)
  5650. RW.C1 = clerp(RW.C1, CFrame.new( -0.500000119, 0.5, 1.1920929e-007, -0.688166916, 0.112545945, 0.71677047, -0.725541472, -0.112246327, -0.678962886, 0.00404040329, -0.98728627, 0.158900917 ), 0.3)
  5651. LW.C1 = clerp(LW.C1, CFrame.new( 0.483264178, 1.22959566, 0.158664614, 0.836899102, 0.415833056, -0.355924815, 0.318746448, 0.158376575, 0.934514463, 0.444972068, -0.895544529, 6.06175519e-008 ), 0.3)
  5652. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 7.77481463e-015, -4.33191012e-008, 0.133671939, 0.991025627, 5.84298476e-009, 0.991025627, -0.133671939, -1, 6.69387374e-016, -4.37113918e-008 ), 0.3)
  5653. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999464, 0.99999994, -9.39192191e-008, -7.34115559e-008, -0.127904266, -0.991786778, -5.5129048e-009, 0.99178654, -0.127904281, 1, 2.05938e-009, -1.39090766e-008 ), 0.3)
  5654. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(-90), math.rad(-10)), 0.15)
  5655. end
  5656. spini = true
  5657. Sound.Create("199145095", handle, 1, 1)
  5658. coroutine.resume(coroutine.create(function()
  5659. sawspin()
  5660. end))
  5661. MagniDamage(hitbox, math.random(9, 13), 6, 10, 4, "Normal")
  5662. for i = 0, 1, 0.07 do
  5663. swait()
  5664. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5665. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5666. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5667. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5668. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5669. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5670. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.99999994, 5.96046448e-008, 7.4505806e-009, -1.49011612e-008, -1.49011612e-008, 1, -5.96046448e-008, 0.99999994, -1.49011612e-008 ), 0.3)
  5671. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 3.91155375e-008, -0.5, 4.47034587e-008, -1, -5.96046448e-008, 1.11758709e-008, -1.49011612e-008, 1.49011612e-008, 1, 5.96046448e-008, 0.99999994, 1.49011612e-008 ), 0.3)
  5672. RW.C1 = clerp(RW.C1, CFrame.new( 0.156656057, 1.22157562, 1.1920929e-007, -0.638986647, -0.104437999, -0.762094975, 0.769000292, -0.110298745, -0.629660845, -0.0182975437, -0.988396108, 0.150792256 ), 0.3)
  5673. LW.C1 = clerp(LW.C1, CFrame.new( 0.6948663, 1.11359239, 0.13447535, 0.50782454, -0.28052181, -0.81450671, 0.843705058, -0.0290146545, 0.536021948, -0.17399843, -0.959409118, 0.221943483 ), 0.3)
  5674. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 0.999999881, 1.2019976e-014, -4.33191012e-008, 0.133671939, 0.991025627, 5.84298476e-009, 0.991025627, -0.133671939, -1, 8.8817842e-016, -4.37113918e-008 ), 0.3)
  5675. LH.C1 = clerp(LH.C1, CFrame.new( -0.499999166, 1, -1.29702968e-007, -7.34115559e-008, -0.127904266, -0.991786778, -5.5129048e-009, 0.99178654, -0.127904281, 1, 2.05937978e-009, -1.39090766e-008 ), 0.3)LH.C1 = clerp(LH.C1, CFrame.new( -0.499999166, 1, -1.29702968e-007, -7.34115559e-008, -0.127904266, -0.991786778, -5.5129048e-009, 0.99178654, -0.127904281, 1, 2.05937978e-009, -1.39090766e-008 ), 0.3)
  5676. end
  5677. spini = false
  5678. attack = false
  5679. end
  5680.  
  5681. Moves = {
  5682. ["1"] = {Activate = function()
  5683. print("gg")
  5684. end};
  5685. ["2"] = {Activate = function()
  5686. attack = true
  5687. hit = nil
  5688. omghi = hitbox.Touched:connect(function(ducky)
  5689. if ducky == (hitbox or m or handle) then
  5690. return
  5691. end
  5692. if ducky.Parent:FindFirstChild("Humanoid") then
  5693. hit = ducky.Parent
  5694. elseif ducky.Parent.Parent:FindFirstChild("Humanoid") then
  5695. hit = ducky.Parent.Parent
  5696. elseif ducky:FindFirstChild("Humanoid") then
  5697. hit = ducky
  5698. end
  5699. end)
  5700. for i = 1,30 do
  5701. swait()
  5702. MagniDamage(hitbox, 3, 5, 8, 0, "Normal")
  5703. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5704. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5705. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5706. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5707. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5708. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5709. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.538371325, 0.842707753, 0, 0, 0, 1, 0.842707753, 0.538371325, 0 ), 0.3)
  5710. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.637598336, -0.770368993, 0, 0, 0, 1, -0.770368993, 0.637598336, 0 ), 0.3)
  5711. RW.C1 = clerp(RW.C1, CFrame.new( -0.5, 0.49999994, 0, 0.741837621, -0.0979979038, 0.663380325, -0.66402024, 0.030677706, 0.747085094, -0.0935637504, -0.994713724, -0.042314712 ), 0.3)
  5712. LW.C1 = clerp(LW.C1, CFrame.new( 0.5, 0.5, 1.49011612e-008, -0.580016732, -0.279476941, -0.765162289, -1.49966315e-008, 0.939305127, -0.343082935, 0.81460464, -0.198993817, -0.544812679 ), 0.3)
  5713. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5714. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5715. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)) * CFrame.new(-0.2, 0, 0), 0.15)
  5716. end
  5717. RootPart.Velocity = RootPart.CFrame.lookVector * 100
  5718. for i = 1,30 do
  5719. swait()
  5720. MagniDamage(hitbox, 3, 7, 8, math.random(5, 10), "Normal")
  5721. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5722. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5723. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5724. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5725. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5726. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5727. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.867466033, -0.497496426, 0, 0, 0, 1, -0.497496426, 0.867466033, 0 ), 0.3)
  5728. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.854746342, 0.519046009, 0, 0, 0, 1, 0.519046009, 0.854746342, 0 ), 0.3)
  5729. RW.C1 = clerp(RW.C1, CFrame.new( -0.500000119, 0.5, 0, -0.537511051, 0.0146924714, 0.8431288, -0.838050008, 0.101630911, -0.5360443, -0.0935637504, -0.994713724, -0.042314712 ), 0.3)
  5730. LW.C1 = clerp(LW.C1, CFrame.new( 0.5, 0.5, 1.49011612e-008, -0.580016732, -0.279476941, -0.765162289, -1.49966315e-008, 0.939305127, -0.343082935, 0.81460464, -0.198993817, -0.544812679 ), 0.3)
  5731. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5732. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5733. end
  5734. omghi:disconnect()
  5735. if hit ~= nil then
  5736. local GWeld = Instance.new("Weld", hitbox)
  5737. GWeld.Part0 = hit.Torso
  5738. GWeld.Part1 = hitbox
  5739. GWeld.C0 = CFrame.new(0,0,-2) * CFrame.Angles(3.2,0,0)
  5740. hit.Humanoid.PlatformStand = true
  5741. for i = 1,100 do
  5742. swait()
  5743. MagniDamage(hitbox, 3, 7, 8, math.random(5, 10), "Normal")
  5744. GWeld.C0 = clerp(GWeld.C0, CFrame.new(0,0,2) * CFrame.Angles(3.2,0,0), 0.01)
  5745. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5746. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  5747. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5748. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5749. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5750. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5751. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.867466033, -0.497496426, 0, 0, 0, 1, -0.497496426, 0.867466033, 0 ), 0.3)
  5752. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.854746342, 0.519046009, 0, 0, 0, 1, 0.519046009, 0.854746342, 0 ), 0.3)
  5753. RW.C1 = clerp(RW.C1, CFrame.new( -0.500000119, 0.5, 0, -0.537511051, 0.0146924714, 0.8431288, -0.838050008, 0.101630911, -0.5360443, -0.0935637504, -0.994713724, -0.042314712 ), 0.3)
  5754. LW.C1 = clerp(LW.C1, CFrame.new( 0.5, 0.5, 1.49011612e-008, -0.580016732, -0.279476941, -0.765162289, -1.49966315e-008, 0.939305127, -0.343082935, 0.81460464, -0.198993817, -0.544812679 ), 0.3)
  5755. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5756. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5757. end
  5758. hit.Humanoid.PlatformStand = false
  5759. GWeld:Remove()
  5760. end
  5761. attack = false
  5762. end};
  5763. ["3"] = {Activate = function()
  5764. attack = true
  5765. spini = true
  5766. coroutine.resume(coroutine.create(function()
  5767. sawspin()
  5768. end))
  5769. RootPart.Velocity = RootPart.CFrame.lookVector * 50
  5770. Sound.Create("199145095", handle, 1, 1)
  5771. for i = 1, 4 do
  5772. MagniDamage(hitbox, math.random(8, 12), 6, 10, 4, "Normal")
  5773. RootPart.Velocity = RootPart.CFrame.lookVector * 80
  5774. Sound.Create("199145095", handle, 1, 1)
  5775. Humanoid.WalkSpeed = 0
  5776. for d = 0, 1, 0.02 do
  5777. game:GetService("RunService").RenderStepped:wait()
  5778. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ) * CFrame.Angles(0, 0, -8 * d), 0.1)
  5779. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5780. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5781. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5782. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5783. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5784. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5785. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5786. RW.C1 = clerp(RW.C1, CFrame.new( -0.5, 0.5, 0, 0.715746701, -0.0714529753, 0.694694936, -0.691067576, 0.0709123611, 0.719303131, -0.100658812, -0.994920015, 0.00137645565 ), 0.1)
  5787. LW.C1 = clerp(LW.C1, CFrame.new( 0.49999997, 0.5, 5.96046448e-008, 0.744824886, 0.0383417979, -0.666157544, 0.661948383, 0.0832616314, 0.744910717, 0.0840265751, -0.995789766, 0.0366350487 ), 0.1)
  5788. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -0.0199853871, 0.125742108, 0.991861641, -0.155691415, 0.979566097, -0.127320424, -0.987603545, -0.156968877, -4.31695213e-008 ), 0.1)
  5789. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -0.0115595935, -0.0885370672, -0.996005833, 0.128945827, 0.987623692, -0.0892885029, 0.991584241, -0.129462928, -4.33435225e-008 ), 0.1)
  5790. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(90), math.rad(30), math.rad(-90)) * CFrame.new(0, 0, 0), 0.15)
  5791. end
  5792. end
  5793. Humanoid.WalkSpeed = 16
  5794. spini = false
  5795. attack = false
  5796. end};
  5797. ["4"] = {Activate = function()
  5798. attack = true
  5799. Humanoid.WalkSpeed = 0
  5800. Humanoid.Jump = true
  5801. RootPart.Velocity = Vector3.new(0, 250, 0)
  5802. Sound.Create("199145327", RootPart, 1, 1)
  5803. for d = 0, 1, 0.1 do
  5804. game:GetService("RunService").RenderStepped:wait()
  5805. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5806. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5807. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5808. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5809. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5810. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5811. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5812. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5813. RW.C1 = clerp(RW.C1, CFrame.new( -0.5, 0.5, 0, 0.715746701, -0.0714529753, 0.694694936, -0.691067576, 0.0709123611, 0.719303131, -0.100658812, -0.994920015, 0.00137645565 ), 0.1)
  5814. LW.C1 = clerp(LW.C1, CFrame.new( 0.49999997, 0.5, 5.96046448e-008, 0.744824886, 0.0383417979, -0.666157544, 0.661948383, 0.0832616314, 0.744910717, 0.0840265751, -0.995789766, 0.0366350487 ), 0.1)
  5815. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -0.0199853871, 0.125742108, 0.991861641, -0.155691415, 0.979566097, -0.127320424, -0.987603545, -0.156968877, -4.31695213e-008 ), 0.1)
  5816. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -0.0115595935, -0.0885370672, -0.996005833, 0.128945827, 0.987623692, -0.0892885029, 0.991584241, -0.129462928, -4.33435225e-008 ), 0.1)
  5817. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) * CFrame.new(0, 0, 0), 0.15)
  5818. end
  5819. while Anim ~= "Idle" do
  5820. swait()
  5821. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5822. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5823. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5824. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5825. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1)
  5826. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1)
  5827. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5828. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
  5829. RW.C1 = clerp(RW.C1, CFrame.new( -0.5, 0.5, 0, 0.715746701, -0.0714529753, 0.694694936, -0.691067576, 0.0709123611, 0.719303131, -0.100658812, -0.994920015, 0.00137645565 ), 0.1)
  5830. LW.C1 = clerp(LW.C1, CFrame.new( 0.49999997, 0.5, 5.96046448e-008, 0.744824886, 0.0383417979, -0.666157544, 0.661948383, 0.0832616314, 0.744910717, 0.0840265751, -0.995789766, 0.0366350487 ), 0.1)
  5831. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -0.0199853871, 0.125742108, 0.991861641, -0.155691415, 0.979566097, -0.127320424, -0.987603545, -0.156968877, -4.31695213e-008 ), 0.1)
  5832. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -0.0115595935, -0.0885370672, -0.996005833, 0.128945827, 0.987623692, -0.0892885029, 0.991584241, -0.129462928, -4.33435225e-008 ), 0.1)
  5833. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(-60), math.rad(0), math.rad(180)) * CFrame.new(0, 0.5, -0.5), 0.15)
  5834. end
  5835. hitf, posf = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  5836. while hitf == nil do
  5837. swait()
  5838. hitf, posf = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  5839. end
  5840. Effects.Block.Create(hitf.BrickColor, CFrame.new(posf), 50, 50, 50, 2, 2, 2, 0.05, 1)
  5841. Effects.Ring.Create(hitf.BrickColor, CFrame.new(posf), 100, 5, 100, 5, 0, 5, 0.05)
  5842. Effects.Wave.Create(hitf.BrickColor, CFrame.new(posf), 15, 1, 15, 5, 0, 5, 0.05)
  5843. Sound.Create("203691653", RootPart, 1, 1)
  5844. for i = 1, 10 do
  5845. swait()
  5846. MagniDamage(hitbox, 15, 12, 15, 20, "Normal")
  5847. end
  5848. --Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  5849. Humanoid.WalkSpeed = 16
  5850. attack = false
  5851. end};
  5852. ["Startup"] = {Activate = function()
  5853. attack = true
  5854. for i = 1, #prts do
  5855. Effects.Block.Create(prts[i].BrickColor, prts[i].CFrame, 1, 1, 1, 0.1, 0.1, 0.1, 0.2, 1)
  5856. prts[i].Transparency = 1
  5857. end
  5858. datfacetho = Head:FindFirstChild("face")
  5859. if datfacetho and datfacetho.Transparency <= 0 then
  5860. for x_o = 0, 1, 0.1 do
  5861. swait()
  5862. datfacetho.Transparency = datfacetho.Transparency + 0.1
  5863. end
  5864. end
  5865. handleweld.C1, handleweld.Part1 = CFrame.Angles(0, 0, math.rad(-90)) * CFrame.new(0, 0, -5), RootPart
  5866. Humanoid.WalkSpeed = 0
  5867. for i = 0, 1, 0.05 do
  5868. swait(0.8)
  5869. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0 ), 0.3)
  5870. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0 ), 0.3)
  5871. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5872. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5873. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5874. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5875. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0.290081799, 0.957001865, 0, 0.957001865, -0.290081799 ), 0.3)
  5876. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0.462817848, 0.88645339, 0, 0.88645339, -0.462817848 ), 0.3)
  5877. RW.C1 = clerp(RW.C1, CFrame.new( -0.0264986753, 0.979119658, 0, 4.99727926e-010, 0.999934673, -0.0114324428, 4.37085319e-008, -0.0114324428, -0.999934673, -0.99999994, 0, -4.37113847e-008 ), 0.3)
  5878. LW.C1 = clerp(LW.C1, CFrame.new( 0.0453874469, 0.98949337, 0, 6.40334619e-010, -0.999892712, 0.014649149, -4.37066987e-008, -0.014649149, -0.999892712, 1, 0, -4.37113883e-008 ), 0.3)
  5879. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0.27704668, 0.960856438, 1.21100951e-008, -0.960856438, 0.27704668, -4.20003694e-008 ), 0.3)
  5880. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, -0.279763848, 0.960068822, 1.22288659e-008, 0.960068822, 0.279763848, -4.19659401e-008 ), 0.3)
  5881. end
  5882. for x_b = 0, 1, 0.01 do
  5883. swait()
  5884. end
  5885. for i = 1, #prts do
  5886. swait(0.5)
  5887. Effects.Block.Create(prts[i].BrickColor, prts[i].CFrame, 1, 1, 1, 0.1, 0.1, 0.1, 0.2, 1)
  5888. prts[i].Transparency = 0
  5889. Sound.Create("12222170", handle, 1, 3.1)
  5890. end
  5891. handleweld.Part1, handleweld.C1 = Defaults.Handle.Part1, Defaults.Handle.C1
  5892. Humanoid.WalkSpeed = 16
  5893. attack = false
  5894. datfacetho = Head:FindFirstChild("face")
  5895. if datfacetho and datfacetho.Transparency >= 1 then
  5896. for x_i = 0, 1, 0.1 do
  5897. swait()
  5898. datfacetho.Transparency = datfacetho.Transparency - 0.1
  5899. end
  5900. end
  5901. end}
  5902. }
  5903.  
  5904. eye = Instance.new("Part", Head)
  5905. eye.BrickColor = BrickColor.new("Really red")
  5906. eye.Material = "Neon"
  5907. eye.Name = "eye1"
  5908. eye.FormFactor = 3
  5909. eye.Shape = "Ball"
  5910. eye.Size = Vector3.new(0.37 / 2, 0.37 / 2, 0.1)
  5911. weld = Instance.new("Weld", eye)
  5912. weld.Part0 = eye
  5913. weld.Part1 = Head
  5914. weld.C0 = CFrame.new(0.15, -0.2, 0.60)
  5915. eye.Transparency = 1
  5916.  
  5917. eye2 = eye:clone()
  5918. eye2.Name = "eye2"
  5919. eye2.Parent = Head
  5920. eye2.Weld:Destroy()
  5921. weld2 = Instance.new("Weld", eye2)
  5922. weld2.Part0 = eye2
  5923. weld2.Part1 = Head
  5924. weld2.C0 = CFrame.new(-0.15, -0.2, 0.60)
  5925.  
  5926. local eyeparti = Instance.new("ParticleEmitter", eye2)
  5927. eyeparti.Color = ColorSequence.new(Color3.fromRGB(255, 85, 170), Color3.fromRGB(255, 85, 170))
  5928. eyeparti.Texture = "rbxassetid://242292318"
  5929. eyeparti.Transparency=NumberSequence.new(0.9)
  5930. eyeparti.Size=NumberSequence.new(0.225)
  5931. eyeparti.Acceleration = Vector3.new(45, 30, 0)
  5932. eyeparti.LockedToPart = true
  5933. eyeparti.Lifetime = NumberRange.new(0.25, 0.25)
  5934. eyeparti.Rate = 1000
  5935. eyeparti.EmissionDirection = "Bottom"
  5936. eyeparti.Speed = NumberRange.new(1, 1)
  5937. eyeparti.ZOffset = 2
  5938. eyeparti.Enabled = false
  5939.  
  5940. function Laugh()
  5941. attack = true
  5942. laughing = true
  5943. for eyenum = 1, 2 do
  5944. Head["eye"..eyenum].Transparency = 0
  5945. end
  5946. facee = Head:FindFirstChild("face")
  5947. if facee then
  5948. facee.Parent = nil
  5949. end
  5950. for x_z = 1, #powerprts do
  5951. powerprts[x_z].BrickColor = BrickColor.new("Really red")
  5952. end
  5953. Sound.Create("137473066", Head, 1, 1)
  5954. for i = 1, #prts do
  5955. prts[i].Transparency = 1
  5956. end
  5957. for i = 0, 1, 0.01 do
  5958. swait()
  5959. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0), 0.3)
  5960. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * CFrame.Angles(math.rad(math.sin(sine / 4)), 0, 0), 0.3)
  5961. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5962. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5963. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  5964. LH.C0 = clerp(LH.C0, CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  5965. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0.290081799, 0.957001865, 0, 0.957001865, -0.290081799 ), 0.3)
  5966. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0.462817848, 0.88645339, 0, 0.88645339, -0.462817848 ), 0.3)
  5967. RW.C1 = clerp(RW.C1, CFrame.new( -0.0264986753, 0.979119658, 0, 4.99727926e-010, 0.999934673, -0.0114324428, 4.37085319e-008, -0.0114324428, -0.999934673, -0.99999994, 0, -4.37113847e-008 ), 0.3)
  5968. LW.C1 = clerp(LW.C1, CFrame.new( 0.0453874469, 0.98949337, 0, 6.40334619e-010, -0.999892712, 0.014649149, -4.37066987e-008, -0.014649149, -0.999892712, 1, 0, -4.37113883e-008 ), 0.3)
  5969. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0.27704668, 0.960856438, 1.21100951e-008, -0.960856438, 0.27704668, -4.20003694e-008 ), 0.3)
  5970. LH.C1 = clerp(LH.C1, CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, -0.279763848, 0.960068822, 1.22288659e-008, 0.960068822, 0.279763848, -4.19659401e-008 ), 0.3)
  5971. end
  5972. for i = 1, #prts do
  5973. prts[i].Transparency = 0
  5974. end
  5975. eyeparti.Enabled = true
  5976. attack = false
  5977. repeat
  5978. swait(5)
  5979. Effects.Wave.Create(BrickColor.new("Black"), RootPart.CFrame * CFrame.new(0, -2.25, 0), 1, 0.5, 1, 1.5, -0.1, 1.5, 0.1)
  5980. until laughing == false
  5981. if facee then
  5982. facee.Parent = Head
  5983. end
  5984. eyeparti.Enabled = false
  5985. for x_3531A = 1, #powerprts do
  5986. powerprts[x_3531A].BrickColor = BrickColor.new("Toothpaste")
  5987. end
  5988. for eyenum = 1, 2 do
  5989. Head["eye"..eyenum].Transparency = 1
  5990. end
  5991. end
  5992.  
  5993. mouse.Button1Down:connect(function()
  5994. if attack == false and attacktype == 1 then
  5995. attackone()
  5996. end
  5997. if attack == false and attacktype == 2 then
  5998. attacktwo()
  5999. end
  6000. if attack == false and attacktype == 3 then
  6001. attackthree()
  6002. end
  6003. if attack == false and attacktype == 4 then
  6004. attackfour()
  6005. end
  6006. if attacktype >= 4 then
  6007. attacktype = 1
  6008. else
  6009. if attack == false then
  6010. attacktype = attacktype + 1
  6011. end
  6012. end
  6013. end)
  6014.  
  6015. mouse.KeyDown:connect(function(k)
  6016. k = k:upper()
  6017. if attack == true then
  6018. return
  6019. end
  6020. if k == Keys["1"] then
  6021. Moves["1"].Activate()
  6022. elseif k == Keys["2"] then
  6023. Moves["2"].Activate()
  6024. elseif k == Keys["3"] then
  6025. Moves["3"]:Activate()
  6026. elseif k == Keys["4"] then
  6027. Moves["4"].Activate()
  6028. end
  6029. if k == "X" and (Player.Name == "PixelFir3" or Player.Name == "Dooven") then
  6030. if laughing == false then
  6031. Laugh()
  6032. else
  6033. laughing = false
  6034. end
  6035. end
  6036. end)
  6037.  
  6038. function UpdateEffects()
  6039. if #Effects > 0 then
  6040. for e = 1, #Effects do
  6041. if Effects[e] ~= nil then
  6042. local Thing = Effects[e]
  6043. if Thing ~= nil then
  6044. local Part = Thing[1]
  6045. local Mode = Thing[2]
  6046. local Delay = Thing[3]
  6047. local IncX = Thing[4]
  6048. local IncY = Thing[5]
  6049. local IncZ = Thing[6]
  6050. if Thing[1].Transparency <= 1 then
  6051. if Thing[2] == "Block1" then
  6052. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  6053. Mesh = Thing[1].Mesh
  6054. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  6055. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6056. elseif Thing[2] == "Block2" then
  6057. Thing[1].CFrame = Thing[1].CFrame
  6058. Mesh = Thing[7]
  6059. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  6060. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6061. elseif Thing[2] == "Cylinder" then
  6062. Mesh = Thing[1].Mesh
  6063. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  6064. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6065. elseif Thing[2] == "Blood" then
  6066. Mesh = Thing[7]
  6067. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, .5, 0)
  6068. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  6069. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6070. elseif Thing[2] == "Elec" then
  6071. Mesh = Thing[1].Mesh
  6072. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  6073. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6074. elseif Thing[2] == "Disappear" then
  6075. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6076. elseif Thing[2] == "Shatter" then
  6077. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  6078. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  6079. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  6080. Thing[6] = Thing[6] + Thing[5]
  6081. end
  6082. else
  6083. Part.Parent = nil
  6084. table.remove(Effects, e)
  6085. end
  6086. end
  6087. end
  6088. end
  6089. end
  6090. end
  6091.  
  6092. game:GetService("RunService").RenderStepped:connect(function()
  6093. swait()
  6094. UpdateEffects()
  6095. end)
  6096.  
  6097. Moves.Startup.Activate()
  6098.  
  6099. while true do
  6100. swait()
  6101. TorsoVel = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  6102. velocity = RootPart.Velocity.y
  6103. if laughing == false then
  6104. sine = sine + change
  6105. else
  6106. if Anim ~= "Walk" then
  6107. sine = sine + (change * 2)
  6108. else
  6109. sine = sine + change
  6110. end
  6111. end
  6112. local jump_floor, jump_pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  6113. if Humanoid.Health > 0 then
  6114. if RootPart.Velocity.y > 1 and jump_floor == nil then
  6115. Anim = "Jump"
  6116. if attack == false then
  6117. RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0), 0.3)
  6118. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  6119. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6120. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6121. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6122. LH.C0 = clerp(LH.C0, CFrame.new( -1, -0.7, -0.2, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6123. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.890687406, 0.454616219, 0, 0, 0, 1, 0.454616219, 0.890687406, 0 ), 0.3)
  6124. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.900841951, -0.43414709, 0, 0, 0, 1, -0.43414709, 0.900841951, 0 ), 0.3)
  6125. RW.C1 = clerp(RW.C1, CFrame.new( -0.505066574, 0.677746892, -0.0768730342, -0.036258392, 0.179834574, 0.983028412, -0.744295061, 0.651551664, -0.146647289, -0.666866004, -0.736980319, 0.110225759 ), 0.3)
  6126. LW.C1 = clerp(LW.C1, CFrame.new( 0.5872311, 0.624969363, -2.98023224e-008, 0.660027921, 0.35178411, -0.663785398, 0.585778058, 0.312210143, 0.747923076, 0.470348001, -0.882481039, -2.05595647e-008 ), 0.3)
  6127. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.34006537e-008, 0.119025029, 0.992891252, 5.20274934e-009, 0.992891252, -0.119025029, -1, 0, -4.37113883e-008 ), 0.3)
  6128. LH.C1 = clerp(LH.C1, CFrame.new( -0.50000006, 1, 0, -0.250425309, -0.0884451047, -0.964087486, -0.0222360361, 0.996081054, -0.0856042951, 0.967880547, 0, -0.251410574 ), 0.3)
  6129. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) * CFrame.new(1, 0, 0), 0.15)
  6130. end
  6131. elseif RootPart.Velocity.y < -1 and jump_floor == nil then
  6132. Anim = "Fall"
  6133. if attack == false then
  6134. RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0), 0.3)
  6135. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  6136. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6137. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6138. RH.C0 = clerp(RH.C0, CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6139. LH.C0 = clerp(LH.C0, CFrame.new( -1, -0.035, -0.5, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6140. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.890687406, 0.454616219, 0, 0, 0, 1, 0.454616219, 0.890687406, 0 ), 0.3)
  6141. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.900841951, -0.43414709, 0, 0, 0, 1, -0.43414709, 0.900841951, 0 ), 0.3)
  6142. RW.C1 = clerp(RW.C1, CFrame.new( -0.505066574, 0.677746892, -0.0768730342, -0.036258392, 0.179834574, 0.983028412, -0.744295061, 0.651551664, -0.146647289, -0.666866004, -0.736980319, 0.110225759 ), 0.3)
  6143. LW.C1 = clerp(LW.C1, CFrame.new( 0.5872311, 0.624969363, -2.98023224e-008, 0.660027921, 0.35178411, -0.663785398, 0.585778058, 0.312210143, 0.747923076, 0.470348001, -0.882481039, -2.05595647e-008 ), 0.3)
  6144. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.34006537e-008, 0.119025029, 0.992891252, 5.20274934e-009, 0.992891252, -0.119025029, -1, 0, -4.37113883e-008 ), 0.3)
  6145. LH.C1 = clerp(LH.C1, CFrame.new( -0.50000006, 1, 0, -0.250425309, -0.0884451047, -0.964087486, -0.0222360361, 0.996081054, -0.0856042951, 0.967880547, 0, -0.251410574 ), 0.3)
  6146. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-60), math.rad(-10)), 0.15)
  6147. end
  6148. elseif TorsoVel < 1 and jump_floor ~= nil then
  6149. Anim = "Idle"
  6150. if attack == false then
  6151. change = 1
  6152. RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0 - 0.1 * math.cos(sine / 6)), 0.3)
  6153. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  6154. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6155. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5 + 0.1 * math.cos(sine / 8), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6156. RH.C0 = clerp(RH.C0, CFrame.new( 1, -0.9 + 0.1 * math.cos(sine / 6), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6157. LH.C0 = clerp(LH.C0, CFrame.new( -1, -0.9 + 0.1 * math.cos(sine / 6), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6158. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.890687406, 0.454616219, 0, 0, 0, 1, 0.454616219, 0.890687406, 0 ), 0.3)
  6159. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.900841951, -0.43414709, 0, 0, 0, 1, -0.43414709, 0.900841951, 0 ), 0.3)
  6160. RW.C1 = clerp(RW.C1, CFrame.new( -0.505066574, 0.677746892, -0.0768730342, -0.036258392, 0.179834574, 0.983028412, -0.744295061, 0.651551664, -0.146647289, -0.666866004, -0.736980319, 0.110225759 ), 0.3)
  6161. LW.C1 = clerp(LW.C1, CFrame.new( 0.5872311, 0.624969363, -2.98023224e-008, 0.660027921, 0.35178411, -0.663785398, 0.585778058, 0.312210143, 0.747923076, 0.470348001, -0.882481039, -2.05595647e-008 ), 0.3)
  6162. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 0, -4.34006537e-008, 0.119025029, 0.992891252, 5.20274934e-009, 0.992891252, -0.119025029, -1, 0, -4.37113883e-008 ), 0.3)
  6163. LH.C1 = clerp(LH.C1, CFrame.new( -0.50000006, 1, 0, -0.250425309, -0.0884451047, -0.964087486, -0.0222360361, 0.996081054, -0.0856042951, 0.967880547, 0, -0.251410574 ), 0.3)
  6164. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-60), math.rad(-10)), 0.15)
  6165. end
  6166. elseif TorsoVel > 2 and jump_floor ~= nil then
  6167. Anim = "Walk"
  6168. if attack == false then
  6169. change = 1
  6170. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0 - 0.1 * math.sin(sine / 6), 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  6171. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
  6172. RW.C0 = clerp(RW.C0, CFrame.new( 1, 0.5 + 0.1 * math.sin(sine / 8), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.3)
  6173. LW.C0 = clerp(LW.C0, CFrame.new( -1, 0.5 + 0.1 * math.sin(sine / 8), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.3)
  6174. RH.C0 = clerp(RH.C0, CFrame.new( 1, -0.9 + 0.1 * math.sin(sine / 6), 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ) * angles(0, 0, math.rad(0 - 50 * math.cos(sine / 4))), 0.3)
  6175. LH.C0 = clerp(LH.C0, CFrame.new( -1, -0.9 + 0.1 * math.sin(sine / 6), 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ) * angles(0, 0, math.rad(0 - 50 * math.cos(sine / 4))), 0.3)
  6176. RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -0.890687406, 0.454616219, 0, -0.0823022127, -0.161247104, 0.983476341, 0.447104305, 0.875970006, 0.181036696 ), 0.3)
  6177. Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -0.900841951, -0.43414709, 0, 0, 0, 1, -0.43414709, 0.900841951, 0 ), 0.3)
  6178. RW.C1 = clerp(RW.C1, CFrame.new( -0.505066574, 0.677746892, -0.0768731236, -0.036258392, 0.179834574, 0.983028412, -0.744295061, 0.651551664, -0.146647289, -0.666866004, -0.736980319, 0.110225759 ), 0.3)
  6179. LW.C1 = clerp(LW.C1, CFrame.new( 0.510219932, 0.699527144, 0.0747582316, -0.560041845, -0.298493177, -0.772822738, 0.0147734126, 0.929091096, -0.369555712, 0.828332663, -0.218383908, -0.515920162 ), 0.3)
  6180. RH.C1 = clerp(RH.C1, CFrame.new( 0.5, 1, 3.55271368e-015, -4.34006537e-008, 0.119025029, 0.992891252, 5.20274934e-009, 0.992891252, -0.119025029, -1, 0, -4.37113883e-008 ), 0.3)
  6181. LH.C1 = clerp(LH.C1, CFrame.new( -0.49999997, 1, 1.49011612e-008, -0.250425309, -0.0884451047, -0.964087486, -0.0222360361, 0.996081054, -0.0856042951, 0.967880547, 0, -0.251410574 ), 0.3)
  6182. handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) * CFrame.new(1, 0, 0), 0.15)
  6183. end
  6184. end
  6185. end
  6186. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement