Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1 / 60)
- Effects = { }
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local mouse = Player:GetMouse()
- local m = Instance.new('Model', Character)
- m.Name = "WeaponModel"
- local laughing = false
- local LeftArm = Character["Left Arm"]
- local RightArm = Character["Right Arm"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local Head = Character.Head
- local Torso = Character.Torso
- local cam = game.Workspace.CurrentCamera
- local RootPart = Character.HumanoidRootPart
- local RootJoint = RootPart.RootJoint
- local equipped = false
- local attack = false
- local Anim = 'Idle'
- local idle = 0
- local attacktype = 1
- local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velocity = RootPart.Velocity.y
- local sine = 0
- local change = 1
- local grabbed = false
- local cn = CFrame.new
- local mr = math.rad
- local angles = CFrame.Angles
- local ud = UDim2.new
- local c3 = Color3.new
- Keys = {
- ["1"] = "Q",
- ["2"] = "E",
- ["3"] = "R",
- ["4"] = "F"
- }
- Humanoid.Animator.Parent = nil
- Character.Animate.Parent = nil
- local newMotor = function(part0, part1, c0, c1)
- local w = Instance.new('Motor', part0)
- w.Part0 = part0
- w.Part1 = part1
- w.C0 = c0
- w.C1 = c1
- return w
- end
- function clerp(a, b, t)
- return a:lerp(b, t)
- end
- RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
- local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
- local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
- local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
- RootJoint.C1 = CFrame.new(0, 0, 0)
- RootJoint.C0 = CFrame.new(0, 0, 0)
- Torso.Neck.C1 = CFrame.new(0, 0, 0)
- Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
- local rarmc1 = RW.C1
- local larmc1 = LW.C1
- local rlegc1 = RH.C1
- local llegc1 = LH.C1
- local resetc1 = false
- function PlayAnimationFromTable(table, speed, bool)
- RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
- RW.C0 = clerp(RW.C0, table[3], speed)
- LW.C0 = clerp(LW.C0, table[4], speed)
- RH.C0 = clerp(RH.C0, table[5], speed)
- LH.C0 = clerp(LH.C0, table[6], speed)
- if bool == true then
- if resetc1 == false then
- resetc1 = true
- RootJoint.C1 = RootJoint.C1
- Torso.Neck.C1 = Torso.Neck.C1
- RW.C1 = rarmc1
- LW.C1 = larmc1
- RH.C1 = rlegc1
- LH.C1 = llegc1
- end
- end
- end
- --[[Credits to SazErenos for his Artificial Heartbeat]]--
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "Heartbeat"
- script:WaitForChild("Heartbeat")
- frame = 1 / 35
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- function swait(num)
- if num == 0 or num == nil then
- ArtificialHB.Event:wait()
- else
- for i = 0, num do
- ArtificialHB.Event:wait()
- end
- end
- end
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- CFuncs = {
- ["Part"] = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- RemoveOutlines(Part)
- return Part
- end;
- };
- ["Mesh"] = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- ["Mesh"] = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- ["Weld"] = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end;
- };
- ["Sound"] = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Create("Sound"){
- Volume = vol,
- Pitch = pit or 1,
- SoundId = id,
- Parent = par or workspace,
- }
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, 6)
- end))
- end;
- };
- ["ParticleEmitter"] = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local fp = Create("ParticleEmitter"){
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread,
- }
- return fp
- end;
- };
- }
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- local function GetNearest(obj, distance)
- local last, lastx = distance + 1
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA'Model' and v ~= Character and v:findFirstChild('Humanoid') and v:findFirstChild('Torso') and v:findFirstChild('Humanoid').Health > 0 then
- local t = v.Torso
- local dist = (t.Position - obj.Position).magnitude
- if dist <= distance then
- if dist < last then
- last = dist
- lastx = v
- end
- end
- end
- end
- return lastx
- end
- --[[ Credits to Kert109 (Ninja_Deer) for the Damage function. Fenrier for the Magnitude Damage --not ma fav
- function Damage(hit, damage, cooldown, Color1, Color2, HSound, HPitch)
- for i, v in pairs(hit:GetChildren()) do
- if v:IsA("Humanoid") and hit.Name ~= Character.Name then
- local find = v:FindFirstChild("DebounceHit")
- if not find then
- if v.Parent:findFirstChild("Head") then
- local BillG = Create("BillboardGui"){
- Parent = v.Parent.Head,
- Size = UDim2.new(1, 0, 1, 0),
- Adornee = v.Parent.Head,
- StudsOffset = Vector3.new(math.random(-3, 3), math.random(3, 5), math.random(-3, 3)),
- }
- local TL = Create("TextLabel"){
- Parent = BillG,
- Size = UDim2.new(3, 3, 3, 3),
- BackgroundTransparency = 1,
- Text = tostring(damage).."-",
- TextColor3 = Color1.Color,
- TextStrokeColor3 = Color2.Color,
- TextStrokeTransparency = 0,
- TextXAlignment = Enum.TextXAlignment.Center,
- TextYAlignment = Enum.TextYAlignment.Center,
- FontSize = Enum.FontSize.Size18,
- Font = "ArialBold",
- }
- coroutine.resume(coroutine.create(function()
- swait(1)
- for i = 0, 1, .1 do
- swait(.1)
- BillG.StudsOffset = BillG.StudsOffset + Vector3.new(0, .1, 0)
- end
- BillG:Destroy()
- end))
- end
- v.Health = v.Health - damage
- local bool = Create("BoolValue"){
- Parent = v,
- Name = "DebounceHit",
- }
- if HSound ~= nil and HPitch ~= nil then
- CFuncs["Sound"].Create(HSound, hit, 1, HPitch)
- end
- game:GetService("Debris"):AddItem(bool, cooldown)
- end
- end
- end
- end
- function MagnitudeDamage(Part, magni, mindam, maxdam, Color1, Color2, HSound, HPitch)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Torso")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if mag <= magni and c.Name ~= Player.Name then
- Damage(head.Parent, math.random(mindam, maxdam), 0.5, Color1, Color2, HSound, HPitch)
- end
- end
- end
- end
- end
- ]]
- function makegui(cframe, text)
- local a = math.random(-10, 10) / 100
- local c = Instance.new("Part")
- c.Transparency = 1
- Instance.new("BodyGyro").Parent = c
- c.Parent = Character
- c.CFrame = CFrame.new(cframe.p + Vector3.new(0, 1.5, 0))
- local f = Instance.new("BodyPosition")
- f.P = 2000
- f.D = 100
- f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- f.position = c.Position + Vector3.new(0, 3, 0)
- f.Parent = c
- game:GetService("Debris"):AddItem(c, .5 + 6)
- c.CanCollide = false
- c.Parent = workspace
- c.CanCollide = false
- local bg = Instance.new('BillboardGui', c)
- bg.Adornee = c
- bg.Size = UDim2.new(1, 0, 1, 0)
- bg.StudsOffset = Vector3.new(0, 0, 0)
- bg.AlwaysOnTop = false
- local tl = Instance.new('TextLabel', bg)
- tl.BackgroundTransparency = 1
- tl.Size = UDim2.new(1, 0, 1, 0)
- tl.Text = text
- tl.Font = 'SourceSansBold'
- tl.FontSize = 'Size42'
- tl.TextColor3 = BrickColor.new('Bright yellow').Color
- tl.TextStrokeTransparency = 0
- tl.TextScaled = true
- tl.TextWrapped = true
- coroutine.wrap(function()
- wait(2)
- for i = 1, 10 do
- swait()
- c.Transparency = 1
- tl.TextTransparency = tl.TextTransparency + .1
- if tl.TextTransparency == 1 then
- break
- end
- end
- tl:Destroy()
- end)()
- end
- Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
- if hit.Parent==nil then
- return
- end
- h=hit.Parent:FindFirstChild("Humanoid")
- for _,v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h=v
- end
- end
- if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
- h=hit.Parent.Parent:FindFirstChild("Humanoid")
- end
- if hit.Parent.className=="Hat" then
- hit=hit.Parent.Parent:findFirstChild("Head")
- end
- if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
- if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
- local blocked=false
- block=hit.Parent:findFirstChild("Block")
- if block~=nil then
- print(block.className)
- if block.className=="NumberValue" then
- if block.Value>0 then
- blocked=true
- if decreaseblock==nil then
- block.Value=block.Value-1
- end
- end
- end
- if block.className=="IntValue" then
- if block.Value>0 then
- blocked=true
- if decreaseblock~=nil then
- block.Value=block.Value-1
- end
- end
- end
- end
- local D = math.random(minim, maxim)
- if blocked==false then
- h.Health=h.Health-D
- makegui(hit.Parent.Head.CFrame,tostring(math.floor(D+.5)))
- else
- h.Health=h.Health-(D/2)
- makegui(hit.Parent.Head.CFrame,tostring(math.floor(D+.5)))
- end
- if Type=="Knockdown" then
- local humanoid=hit.Parent.Humanoid
- humanoid.PlatformStand=true
- coroutine.resume(coroutine.create(function(Humanoid)
- swait()
- Humanoid.PlatformStand=false
- end),humanoid)
- local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
- local bodvol=Instance.new("BodyVelocity")
- bodvol.velocity=angle*knockback
- bodvol.P=5000
- bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
- bodvol.Parent=hit
- rl=Instance.new("BodyAngularVelocity")
- rl.P=3000
- rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
- rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
- rl.Parent=hit
- game:GetService("Debris"):AddItem(bodvol,.5)
- game:GetService("Debris"):AddItem(rl,.5)
- elseif Type=="Normal" then
- hitpitch = math.random(0.8, 1)
- CFuncs.Sound.Create("rbxassetid://199149221", hit, 1, hitpitch)
- vp=Instance.new("BodyVelocity")
- vp.P=500
- vp.maxForce=Vector3.new(math.huge,0,math.huge)
- if KnockbackType==1 then
- vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
- elseif KnockbackType==2 then
- vp.velocity=Property.CFrame.lookVector*knockback
- end
- if knockback>0 then
- vp.Parent=hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp,.5)
- elseif Type=="Up" then
- local bodyVelocity=Instance.new("BodyVelocity")
- bodyVelocity.velocity=vt(0,60,0)
- bodyVelocity.P=5000
- bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
- bodyVelocity.Parent=hit
- game:GetService("Debris"):AddItem(bodyVelocity,1)
- rl=Instance.new("BodyAngularVelocity")
- rl.P=3000
- rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
- rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
- rl.Parent=hit
- game:GetService("Debris"):AddItem(rl,.5)
- elseif Type=="Snare" then
- wait()
- bp=Instance.new("BodyPosition")
- bp.P=2000
- bp.D=100
- bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- bp.position=hit.Parent.Torso.Position
- bp.Parent=hit.Parent.Torso
- game:GetService("Debris"):AddItem(bp,1)
- elseif Type=="Target" then
- CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199144144",hit,1,math.random(150,200)/100)
- vp=Instance.new("BodyVelocity")
- vp.P=500
- vp.maxForce=Vector3.new(math.huge,0,math.huge)
- if KnockbackType==1 then
- vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
- elseif KnockbackType==2 then
- vp.velocity=Property.CFrame.lookVector*knockback
- end
- if knockback>0 then
- vp.Parent=hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp,.5)
- end
- debounce=Instance.new("BoolValue")
- debounce.Name="DebounceHit"
- debounce.Parent=hit.Parent
- debounce.Value=true
- game:GetService("Debris"):AddItem(debounce,Delay)
- c=Instance.new("ObjectValue")
- c.Name="creator"
- c.Value=Player
- c.Parent=h
- game:GetService("Debris"):AddItem(c,.5)
- CRIT=false
- hitDeb=true
- AttackPos=6
- end
- end
- function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
- for _,c in pairs(workspace:children()) do
- local hum=c:findFirstChild("Humanoid")
- if hum~=nil then
- local head=c:findFirstChild("Torso")
- if head~=nil then
- local targ=head.Position-Part.Position
- local mag=targ.magnitude
- if mag<=magni and c.Name~=Player.Name then
- Damagefunc(head,mindam,maxdam,knock,Type,RootPart,.2,1,3,1)
- end
- end
- end
- end
- end
- EffectModel = Instance.new("Model", Character)
- EffectModel.Name = "Effects"
- Effects = {
- ["Block"] = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs["Mesh"].Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end;
- };
- ["Sphere"] = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- ["Ring"] = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs["Mesh"].Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- ["Wave"] = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- ["Break"] = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end;
- };
- }
- m.Name = "Rendier R-C15"
- m1 = Instance.new("Model")
- m1.Name = "ChainsawPart"
- m1.Parent = m
- p1 = Instance.new("Part", m1)
- p1.BrickColor = BrickColor.new("Dark stone grey")
- p1.Material = Enum.Material.Fabric
- 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)
- p1.Anchored = true
- p1.CanCollide = false
- p1.Size = Vector3.new(4.51804161, 0.693278253, 0.200000003)
- p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b1 = Instance.new("BlockMesh", p1)
- b1.Name = "Mesh"
- b1.Scale = Vector3.new(1, 1, 0.430899411)
- p2 = Instance.new("Part", m1)
- p2.BrickColor = BrickColor.new("Medium stone grey")
- p2.Material = Enum.Material.SmoothPlastic
- 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)
- p2.Anchored = true
- p2.CanCollide = false
- p2.FormFactor = Enum.FormFactor.Symmetric
- p2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b2 = Instance.new("SpecialMesh", p2)
- b2.MeshType = Enum.MeshType.Wedge
- b2.Name = "Mesh"
- b2.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p3 = Instance.new("Part", m1)
- p3.BrickColor = BrickColor.new("Medium stone grey")
- p3.Material = Enum.Material.SmoothPlastic
- 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)
- p3.Anchored = true
- p3.CanCollide = false
- p3.FormFactor = Enum.FormFactor.Symmetric
- p3.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b3 = Instance.new("SpecialMesh", p3)
- b3.MeshType = Enum.MeshType.Wedge
- b3.Name = "Mesh"
- b3.Scale = Vector3.new(0.439431667, 0.671946645, 1)
- p4 = Instance.new("Part", m1)
- p4.BrickColor = BrickColor.new("Medium stone grey")
- p4.Material = Enum.Material.SmoothPlastic
- 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)
- p4.Anchored = true
- p4.CanCollide = false
- p4.FormFactor = Enum.FormFactor.Symmetric
- p4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b4 = Instance.new("SpecialMesh", p4)
- b4.MeshType = Enum.MeshType.Wedge
- b4.Name = "Mesh"
- b4.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p5 = Instance.new("Part", m1)
- p5.BrickColor = BrickColor.new("Medium stone grey")
- p5.Material = Enum.Material.SmoothPlastic
- 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)
- p5.Anchored = true
- p5.CanCollide = false
- p5.FormFactor = Enum.FormFactor.Symmetric
- p5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b5 = Instance.new("SpecialMesh", p5)
- b5.MeshType = Enum.MeshType.Wedge
- b5.Name = "Mesh"
- b5.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p6 = Instance.new("Part", m1)
- p6.BrickColor = BrickColor.new("Medium stone grey")
- p6.Material = Enum.Material.SmoothPlastic
- 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)
- p6.Anchored = true
- p6.CanCollide = false
- p6.FormFactor = Enum.FormFactor.Symmetric
- p6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b6 = Instance.new("SpecialMesh", p6)
- b6.MeshType = Enum.MeshType.Wedge
- b6.Name = "Mesh"
- b6.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p7 = Instance.new("Part", m1)
- p7.BrickColor = BrickColor.new("Medium stone grey")
- p7.Material = Enum.Material.SmoothPlastic
- 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)
- p7.Anchored = true
- p7.CanCollide = false
- p7.FormFactor = Enum.FormFactor.Symmetric
- p7.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b7 = Instance.new("SpecialMesh", p7)
- b7.MeshType = Enum.MeshType.Wedge
- b7.Name = "Mesh"
- b7.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p8 = Instance.new("Part", m1)
- p8.BrickColor = BrickColor.new("Medium stone grey")
- p8.Material = Enum.Material.SmoothPlastic
- 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)
- p8.Anchored = true
- p8.CanCollide = false
- p8.FormFactor = Enum.FormFactor.Symmetric
- p8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b8 = Instance.new("SpecialMesh", p8)
- b8.MeshType = Enum.MeshType.Wedge
- b8.Name = "Mesh"
- b8.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p9 = Instance.new("Part", m1)
- p9.BrickColor = BrickColor.new("Medium stone grey")
- p9.Material = Enum.Material.SmoothPlastic
- 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)
- p9.Anchored = true
- p9.CanCollide = false
- p9.FormFactor = Enum.FormFactor.Symmetric
- p9.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b9 = Instance.new("SpecialMesh", p9)
- b9.MeshType = Enum.MeshType.Wedge
- b9.Name = "Mesh"
- b9.Scale = Vector3.new(0.439431667, 0.671946645, 1)
- p10 = Instance.new("Part", m1)
- p10.BrickColor = BrickColor.new("Medium stone grey")
- p10.Material = Enum.Material.SmoothPlastic
- 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)
- p10.Anchored = true
- p10.CanCollide = false
- p10.FormFactor = Enum.FormFactor.Symmetric
- p10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b10 = Instance.new("SpecialMesh", p10)
- b10.MeshType = Enum.MeshType.Wedge
- b10.Name = "Mesh"
- b10.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p11 = Instance.new("Part", m1)
- p11.BrickColor = BrickColor.new("Medium stone grey")
- p11.Material = Enum.Material.SmoothPlastic
- 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)
- p11.Anchored = true
- p11.CanCollide = false
- p11.FormFactor = Enum.FormFactor.Symmetric
- p11.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b11 = Instance.new("SpecialMesh", p11)
- b11.MeshType = Enum.MeshType.Wedge
- b11.Name = "Mesh"
- b11.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p12 = Instance.new("Part", m1)
- p12.BrickColor = BrickColor.new("Medium stone grey")
- p12.Material = Enum.Material.SmoothPlastic
- 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)
- p12.Anchored = true
- p12.CanCollide = false
- p12.FormFactor = Enum.FormFactor.Symmetric
- p12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b12 = Instance.new("SpecialMesh", p12)
- b12.MeshType = Enum.MeshType.Wedge
- b12.Name = "Mesh"
- b12.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p13 = Instance.new("Part", m1)
- p13.BrickColor = BrickColor.new("Medium stone grey")
- p13.Material = Enum.Material.SmoothPlastic
- 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)
- p13.Anchored = true
- p13.CanCollide = false
- p13.FormFactor = Enum.FormFactor.Symmetric
- p13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b13 = Instance.new("SpecialMesh", p13)
- b13.MeshType = Enum.MeshType.Wedge
- b13.Name = "Mesh"
- b13.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p14 = Instance.new("Part", m1)
- p14.BrickColor = BrickColor.new("Medium stone grey")
- p14.Material = Enum.Material.SmoothPlastic
- 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)
- p14.Anchored = true
- p14.CanCollide = false
- p14.FormFactor = Enum.FormFactor.Symmetric
- p14.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b14 = Instance.new("SpecialMesh", p14)
- b14.MeshType = Enum.MeshType.Wedge
- b14.Name = "Mesh"
- b14.Scale = Vector3.new(0.439431667, 0.671946645, 1)
- p15 = Instance.new("Part", m1)
- p15.BrickColor = BrickColor.new("Medium stone grey")
- p15.Material = Enum.Material.SmoothPlastic
- 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)
- p15.Anchored = true
- p15.CanCollide = false
- p15.FormFactor = Enum.FormFactor.Symmetric
- p15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b15 = Instance.new("SpecialMesh", p15)
- b15.MeshType = Enum.MeshType.Wedge
- b15.Name = "Mesh"
- b15.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p16 = Instance.new("Part", m1)
- p16.BrickColor = BrickColor.new("Medium stone grey")
- p16.Material = Enum.Material.SmoothPlastic
- 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)
- p16.Anchored = true
- p16.CanCollide = false
- p16.FormFactor = Enum.FormFactor.Symmetric
- p16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b16 = Instance.new("SpecialMesh", p16)
- b16.MeshType = Enum.MeshType.Wedge
- b16.Name = "Mesh"
- b16.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p17 = Instance.new("Part", m1)
- p17.BrickColor = BrickColor.new("Medium stone grey")
- p17.Material = Enum.Material.SmoothPlastic
- 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)
- p17.Anchored = true
- p17.CanCollide = false
- p17.FormFactor = Enum.FormFactor.Symmetric
- p17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b17 = Instance.new("SpecialMesh", p17)
- b17.MeshType = Enum.MeshType.Wedge
- b17.Name = "Mesh"
- b17.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p18 = Instance.new("Part", m1)
- p18.BrickColor = BrickColor.new("Medium stone grey")
- p18.Material = Enum.Material.SmoothPlastic
- 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)
- p18.Anchored = true
- p18.CanCollide = false
- p18.FormFactor = Enum.FormFactor.Symmetric
- p18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b18 = Instance.new("SpecialMesh", p18)
- b18.MeshType = Enum.MeshType.Wedge
- b18.Name = "Mesh"
- b18.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p19 = Instance.new("Part", m1)
- p19.BrickColor = BrickColor.new("Medium stone grey")
- p19.Material = Enum.Material.SmoothPlastic
- 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)
- p19.Anchored = true
- p19.CanCollide = false
- p19.FormFactor = Enum.FormFactor.Symmetric
- p19.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b19 = Instance.new("SpecialMesh", p19)
- b19.MeshType = Enum.MeshType.Wedge
- b19.Name = "Mesh"
- b19.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p20 = Instance.new("Part", m1)
- p20.BrickColor = BrickColor.new("Medium stone grey")
- p20.Material = Enum.Material.SmoothPlastic
- 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)
- p20.Anchored = true
- p20.CanCollide = false
- p20.FormFactor = Enum.FormFactor.Symmetric
- p20.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b20 = Instance.new("SpecialMesh", p20)
- b20.MeshType = Enum.MeshType.Wedge
- b20.Name = "Mesh"
- b20.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p21 = Instance.new("Part", m1)
- p21.BrickColor = BrickColor.new("Mid gray")
- p21.Material = Enum.Material.SmoothPlastic
- 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)
- p21.Anchored = true
- p21.CanCollide = false
- p21.Size = Vector3.new(4.51974726, 0.200000003, 0.200000003)
- p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b21 = Instance.new("BlockMesh", p21)
- b21.Name = "Mesh"
- b21.Scale = Vector3.new(1, 0.511959314, 0.435165763)
- p22 = Instance.new("Part", m1)
- p22.BrickColor = BrickColor.new("Medium stone grey")
- p22.Material = Enum.Material.SmoothPlastic
- 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)
- p22.Anchored = true
- p22.CanCollide = false
- p22.FormFactor = Enum.FormFactor.Symmetric
- p22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b22 = Instance.new("SpecialMesh", p22)
- b22.MeshType = Enum.MeshType.Wedge
- b22.Name = "Mesh"
- b22.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p23 = Instance.new("Part", m1)
- p23.BrickColor = BrickColor.new("Medium stone grey")
- p23.Material = Enum.Material.SmoothPlastic
- 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)
- p23.Anchored = true
- p23.CanCollide = false
- p23.FormFactor = Enum.FormFactor.Symmetric
- p23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b23 = Instance.new("SpecialMesh", p23)
- b23.MeshType = Enum.MeshType.Wedge
- b23.Name = "Mesh"
- b23.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p24 = Instance.new("Part", m1)
- p24.BrickColor = BrickColor.new("Medium stone grey")
- p24.Material = Enum.Material.SmoothPlastic
- 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)
- p24.Anchored = true
- p24.CanCollide = false
- p24.FormFactor = Enum.FormFactor.Symmetric
- p24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b24 = Instance.new("SpecialMesh", p24)
- b24.MeshType = Enum.MeshType.Wedge
- b24.Name = "Mesh"
- b24.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p25 = Instance.new("Part", m1)
- p25.BrickColor = BrickColor.new("Medium stone grey")
- p25.Material = Enum.Material.SmoothPlastic
- 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)
- p25.Anchored = true
- p25.CanCollide = false
- p25.FormFactor = Enum.FormFactor.Symmetric
- p25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b25 = Instance.new("SpecialMesh", p25)
- b25.MeshType = Enum.MeshType.Wedge
- b25.Name = "Mesh"
- b25.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p26 = Instance.new("Part", m1)
- p26.BrickColor = BrickColor.new("Medium stone grey")
- p26.Material = Enum.Material.SmoothPlastic
- 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)
- p26.Anchored = true
- p26.CanCollide = false
- p26.FormFactor = Enum.FormFactor.Symmetric
- p26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b26 = Instance.new("SpecialMesh", p26)
- b26.MeshType = Enum.MeshType.Wedge
- b26.Name = "Mesh"
- b26.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p27 = Instance.new("Part", m1)
- p27.BrickColor = BrickColor.new("Medium stone grey")
- p27.Material = Enum.Material.SmoothPlastic
- 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)
- p27.Anchored = true
- p27.CanCollide = false
- p27.FormFactor = Enum.FormFactor.Symmetric
- p27.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b27 = Instance.new("SpecialMesh", p27)
- b27.MeshType = Enum.MeshType.Wedge
- b27.Name = "Mesh"
- b27.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p28 = Instance.new("Part", m1)
- p28.BrickColor = BrickColor.new("Medium stone grey")
- p28.Material = Enum.Material.SmoothPlastic
- 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)
- p28.Anchored = true
- p28.CanCollide = false
- p28.FormFactor = Enum.FormFactor.Symmetric
- p28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b28 = Instance.new("SpecialMesh", p28)
- b28.MeshType = Enum.MeshType.Wedge
- b28.Name = "Mesh"
- b28.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p29 = Instance.new("Part", m1)
- p29.BrickColor = BrickColor.new("Medium stone grey")
- p29.Material = Enum.Material.SmoothPlastic
- 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)
- p29.Anchored = true
- p29.CanCollide = false
- p29.FormFactor = Enum.FormFactor.Symmetric
- p29.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b29 = Instance.new("SpecialMesh", p29)
- b29.MeshType = Enum.MeshType.Wedge
- b29.Name = "Mesh"
- b29.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p30 = Instance.new("Part", m1)
- p30.BrickColor = BrickColor.new("Dark stone grey")
- p30.Material = Enum.Material.Fabric
- 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)
- p30.Anchored = true
- p30.CanCollide = false
- p30.Size = Vector3.new(4.51804161, 0.200000003, 0.200000003)
- p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b30 = Instance.new("BlockMesh", p30)
- b30.Name = "Mesh"
- b30.Scale = Vector3.new(1, 0.511959314, 0.430899411)
- p31 = Instance.new("Part", m1)
- p31.BrickColor = BrickColor.new("Medium stone grey")
- p31.Material = Enum.Material.SmoothPlastic
- 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)
- p31.Anchored = true
- p31.CanCollide = false
- p31.FormFactor = Enum.FormFactor.Symmetric
- p31.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b31 = Instance.new("SpecialMesh", p31)
- b31.MeshType = Enum.MeshType.Wedge
- b31.Name = "Mesh"
- b31.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p32 = Instance.new("Part", m1)
- p32.BrickColor = BrickColor.new("Medium stone grey")
- p32.Material = Enum.Material.SmoothPlastic
- 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)
- p32.Anchored = true
- p32.CanCollide = false
- p32.FormFactor = Enum.FormFactor.Symmetric
- p32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b32 = Instance.new("SpecialMesh", p32)
- b32.MeshType = Enum.MeshType.Wedge
- b32.Name = "Mesh"
- b32.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p33 = Instance.new("Part", m1)
- p33.BrickColor = BrickColor.new("Medium stone grey")
- p33.Material = Enum.Material.SmoothPlastic
- 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)
- p33.Anchored = true
- p33.CanCollide = false
- p33.FormFactor = Enum.FormFactor.Symmetric
- p33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b33 = Instance.new("SpecialMesh", p33)
- b33.MeshType = Enum.MeshType.Wedge
- b33.Name = "Mesh"
- b33.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p34 = Instance.new("Part", m1)
- p34.BrickColor = BrickColor.new("Medium stone grey")
- p34.Material = Enum.Material.SmoothPlastic
- 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)
- p34.Anchored = true
- p34.CanCollide = false
- p34.FormFactor = Enum.FormFactor.Symmetric
- p34.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b34 = Instance.new("SpecialMesh", p34)
- b34.MeshType = Enum.MeshType.Wedge
- b34.Name = "Mesh"
- b34.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p35 = Instance.new("Part", m1)
- p35.BrickColor = BrickColor.new("Medium stone grey")
- p35.Material = Enum.Material.SmoothPlastic
- 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)
- p35.Anchored = true
- p35.CanCollide = false
- p35.FormFactor = Enum.FormFactor.Symmetric
- p35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b35 = Instance.new("SpecialMesh", p35)
- b35.MeshType = Enum.MeshType.Wedge
- b35.Name = "Mesh"
- b35.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p36 = Instance.new("Part", m1)
- p36.BrickColor = BrickColor.new("Medium stone grey")
- p36.Material = Enum.Material.SmoothPlastic
- 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)
- p36.Anchored = true
- p36.CanCollide = false
- p36.FormFactor = Enum.FormFactor.Symmetric
- p36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b36 = Instance.new("SpecialMesh", p36)
- b36.MeshType = Enum.MeshType.Wedge
- b36.Name = "Mesh"
- b36.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p37 = Instance.new("Part", m1)
- p37.BrickColor = BrickColor.new("Medium stone grey")
- p37.Material = Enum.Material.SmoothPlastic
- 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)
- p37.Anchored = true
- p37.CanCollide = false
- p37.FormFactor = Enum.FormFactor.Symmetric
- p37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b37 = Instance.new("SpecialMesh", p37)
- b37.MeshType = Enum.MeshType.Wedge
- b37.Name = "Mesh"
- b37.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p38 = Instance.new("Part", m1)
- p38.BrickColor = BrickColor.new("Dark stone grey")
- p38.Material = Enum.Material.Fabric
- 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)
- p38.Anchored = true
- p38.CanCollide = false
- p38.Size = Vector3.new(0.532010913, 0.200000003, 0.53371799)
- p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p38.BottomSurface = Enum.SurfaceType.Weld
- p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b38 = Instance.new("CylinderMesh", p38)
- b38.Name = "Mesh"
- b38.Scale = Vector3.new(1, 0.437296689, 1)
- p39 = Instance.new("Part", m1)
- p39.BrickColor = BrickColor.new("Mid gray")
- p39.Material = Enum.Material.SmoothPlastic
- 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)
- p39.Anchored = true
- p39.CanCollide = false
- p39.Size = Vector3.new(0.758126259, 0.200000003, 0.740635097)
- p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p39.BottomSurface = Enum.SurfaceType.Weld
- p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b39 = Instance.new("CylinderMesh", p39)
- b39.Name = "Mesh"
- b39.Scale = Vector3.new(1, 0.426630855, 1)
- p40 = Instance.new("Part", m1)
- p40.BrickColor = BrickColor.new("Medium stone grey")
- p40.Material = Enum.Material.SmoothPlastic
- 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)
- p40.Anchored = true
- p40.CanCollide = false
- p40.FormFactor = Enum.FormFactor.Symmetric
- p40.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b40 = Instance.new("SpecialMesh", p40)
- b40.MeshType = Enum.MeshType.Wedge
- b40.Name = "Mesh"
- b40.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p41 = Instance.new("Part", m1)
- p41.BrickColor = BrickColor.new("Medium stone grey")
- p41.Material = Enum.Material.SmoothPlastic
- 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)
- p41.Anchored = true
- p41.CanCollide = false
- p41.FormFactor = Enum.FormFactor.Symmetric
- p41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b41 = Instance.new("SpecialMesh", p41)
- b41.MeshType = Enum.MeshType.Wedge
- b41.Name = "Mesh"
- b41.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p42 = Instance.new("Part", m1)
- p42.BrickColor = BrickColor.new("Medium stone grey")
- p42.Material = Enum.Material.SmoothPlastic
- 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)
- p42.Anchored = true
- p42.CanCollide = false
- p42.FormFactor = Enum.FormFactor.Symmetric
- p42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b42 = Instance.new("SpecialMesh", p42)
- b42.MeshType = Enum.MeshType.Wedge
- b42.Name = "Mesh"
- b42.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p43 = Instance.new("Part", m1)
- p43.BrickColor = BrickColor.new("Medium stone grey")
- p43.Material = Enum.Material.SmoothPlastic
- 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)
- p43.Anchored = true
- p43.CanCollide = false
- p43.FormFactor = Enum.FormFactor.Symmetric
- p43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b43 = Instance.new("SpecialMesh", p43)
- b43.MeshType = Enum.MeshType.Wedge
- b43.Name = "Mesh"
- b43.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p44 = Instance.new("Part", m1)
- p44.BrickColor = BrickColor.new("Medium stone grey")
- p44.Material = Enum.Material.SmoothPlastic
- 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)
- p44.Anchored = true
- p44.CanCollide = false
- p44.FormFactor = Enum.FormFactor.Symmetric
- p44.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b44 = Instance.new("SpecialMesh", p44)
- b44.MeshType = Enum.MeshType.Wedge
- b44.Name = "Mesh"
- b44.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p45 = Instance.new("Part", m1)
- p45.BrickColor = BrickColor.new("Medium stone grey")
- p45.Material = Enum.Material.SmoothPlastic
- 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)
- p45.Anchored = true
- p45.CanCollide = false
- p45.FormFactor = Enum.FormFactor.Symmetric
- p45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b45 = Instance.new("SpecialMesh", p45)
- b45.MeshType = Enum.MeshType.Wedge
- b45.Name = "Mesh"
- b45.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p46 = Instance.new("Part", m1)
- p46.BrickColor = BrickColor.new("Medium stone grey")
- p46.Material = Enum.Material.SmoothPlastic
- 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)
- p46.Anchored = true
- p46.CanCollide = false
- p46.FormFactor = Enum.FormFactor.Symmetric
- p46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b46 = Instance.new("SpecialMesh", p46)
- b46.MeshType = Enum.MeshType.Wedge
- b46.Name = "Mesh"
- b46.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p47 = Instance.new("Part", m1)
- p47.BrickColor = BrickColor.new("Medium stone grey")
- p47.Material = Enum.Material.SmoothPlastic
- 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)
- p47.Anchored = true
- p47.CanCollide = false
- p47.FormFactor = Enum.FormFactor.Symmetric
- p47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b47 = Instance.new("SpecialMesh", p47)
- b47.MeshType = Enum.MeshType.Wedge
- b47.Name = "Mesh"
- b47.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p48 = Instance.new("Part", m1)
- p48.BrickColor = BrickColor.new("Medium stone grey")
- p48.Material = Enum.Material.SmoothPlastic
- 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)
- p48.Anchored = true
- p48.CanCollide = false
- p48.FormFactor = Enum.FormFactor.Symmetric
- p48.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b48 = Instance.new("SpecialMesh", p48)
- b48.MeshType = Enum.MeshType.Wedge
- b48.Name = "Mesh"
- b48.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p49 = Instance.new("Part", m1)
- p49.BrickColor = BrickColor.new("Medium stone grey")
- p49.Material = Enum.Material.SmoothPlastic
- 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)
- p49.Anchored = true
- p49.CanCollide = false
- p49.FormFactor = Enum.FormFactor.Symmetric
- p49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b49 = Instance.new("SpecialMesh", p49)
- b49.MeshType = Enum.MeshType.Wedge
- b49.Name = "Mesh"
- b49.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p50 = Instance.new("Part", m1)
- p50.BrickColor = BrickColor.new("Medium stone grey")
- p50.Material = Enum.Material.SmoothPlastic
- 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)
- p50.Anchored = true
- p50.CanCollide = false
- p50.FormFactor = Enum.FormFactor.Symmetric
- p50.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b50 = Instance.new("SpecialMesh", p50)
- b50.MeshType = Enum.MeshType.Wedge
- b50.Name = "Mesh"
- b50.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p51 = Instance.new("Part", m1)
- p51.BrickColor = BrickColor.new("Medium stone grey")
- p51.Material = Enum.Material.SmoothPlastic
- 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)
- p51.Anchored = true
- p51.CanCollide = false
- p51.FormFactor = Enum.FormFactor.Symmetric
- p51.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b51 = Instance.new("SpecialMesh", p51)
- b51.MeshType = Enum.MeshType.Wedge
- b51.Name = "Mesh"
- b51.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p52 = Instance.new("Part", m1)
- p52.BrickColor = BrickColor.new("Medium stone grey")
- p52.Material = Enum.Material.SmoothPlastic
- 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)
- p52.Anchored = true
- p52.CanCollide = false
- p52.FormFactor = Enum.FormFactor.Symmetric
- p52.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b52 = Instance.new("SpecialMesh", p52)
- b52.MeshType = Enum.MeshType.Wedge
- b52.Name = "Mesh"
- b52.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p53 = Instance.new("Part", m1)
- p53.BrickColor = BrickColor.new("Medium stone grey")
- p53.Material = Enum.Material.SmoothPlastic
- 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)
- p53.Anchored = true
- p53.CanCollide = false
- p53.FormFactor = Enum.FormFactor.Symmetric
- p53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b53 = Instance.new("SpecialMesh", p53)
- b53.MeshType = Enum.MeshType.Wedge
- b53.Name = "Mesh"
- b53.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p54 = Instance.new("Part", m1)
- p54.BrickColor = BrickColor.new("Medium stone grey")
- p54.Material = Enum.Material.SmoothPlastic
- 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)
- p54.Anchored = true
- p54.CanCollide = false
- p54.FormFactor = Enum.FormFactor.Symmetric
- p54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b54 = Instance.new("SpecialMesh", p54)
- b54.MeshType = Enum.MeshType.Wedge
- b54.Name = "Mesh"
- b54.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p55 = Instance.new("Part", m1)
- p55.BrickColor = BrickColor.new("Medium stone grey")
- p55.Material = Enum.Material.SmoothPlastic
- 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)
- p55.Anchored = true
- p55.CanCollide = false
- p55.FormFactor = Enum.FormFactor.Symmetric
- p55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b55 = Instance.new("SpecialMesh", p55)
- b55.MeshType = Enum.MeshType.Wedge
- b55.Name = "Mesh"
- b55.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p56 = Instance.new("Part", m1)
- p56.BrickColor = BrickColor.new("Medium stone grey")
- p56.Material = Enum.Material.SmoothPlastic
- 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)
- p56.Anchored = true
- p56.CanCollide = false
- p56.FormFactor = Enum.FormFactor.Symmetric
- p56.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b56 = Instance.new("SpecialMesh", p56)
- b56.MeshType = Enum.MeshType.Wedge
- b56.Name = "Mesh"
- b56.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p57 = Instance.new("Part", m1)
- p57.BrickColor = BrickColor.new("Medium stone grey")
- p57.Material = Enum.Material.SmoothPlastic
- 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)
- p57.Anchored = true
- p57.CanCollide = false
- p57.FormFactor = Enum.FormFactor.Symmetric
- p57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b57 = Instance.new("SpecialMesh", p57)
- b57.MeshType = Enum.MeshType.Wedge
- b57.Name = "Mesh"
- b57.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p58 = Instance.new("Part", m1)
- p58.BrickColor = BrickColor.new("Medium stone grey")
- p58.Material = Enum.Material.SmoothPlastic
- 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)
- p58.Anchored = true
- p58.CanCollide = false
- p58.FormFactor = Enum.FormFactor.Symmetric
- p58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b58 = Instance.new("SpecialMesh", p58)
- b58.MeshType = Enum.MeshType.Wedge
- b58.Name = "Mesh"
- b58.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p59 = Instance.new("Part", m1)
- p59.BrickColor = BrickColor.new("Medium stone grey")
- p59.Material = Enum.Material.SmoothPlastic
- 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)
- p59.Anchored = true
- p59.CanCollide = false
- p59.FormFactor = Enum.FormFactor.Symmetric
- p59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b59 = Instance.new("SpecialMesh", p59)
- b59.MeshType = Enum.MeshType.Wedge
- b59.Name = "Mesh"
- b59.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p60 = Instance.new("Part", m1)
- p60.BrickColor = BrickColor.new("Medium stone grey")
- p60.Material = Enum.Material.SmoothPlastic
- 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)
- p60.Anchored = true
- p60.CanCollide = false
- p60.FormFactor = Enum.FormFactor.Symmetric
- p60.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b60 = Instance.new("SpecialMesh", p60)
- b60.MeshType = Enum.MeshType.Wedge
- b60.Name = "Mesh"
- b60.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p61 = Instance.new("Part", m1)
- p61.BrickColor = BrickColor.new("Medium stone grey")
- p61.Material = Enum.Material.SmoothPlastic
- 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)
- p61.Anchored = true
- p61.CanCollide = false
- p61.FormFactor = Enum.FormFactor.Symmetric
- p61.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b61 = Instance.new("SpecialMesh", p61)
- b61.MeshType = Enum.MeshType.Wedge
- b61.Name = "Mesh"
- b61.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p62 = Instance.new("Part", m1)
- p62.BrickColor = BrickColor.new("Medium stone grey")
- p62.Material = Enum.Material.SmoothPlastic
- 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)
- p62.Anchored = true
- p62.CanCollide = false
- p62.FormFactor = Enum.FormFactor.Symmetric
- p62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b62 = Instance.new("SpecialMesh", p62)
- b62.MeshType = Enum.MeshType.Wedge
- b62.Name = "Mesh"
- b62.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p63 = Instance.new("Part", m1)
- p63.BrickColor = BrickColor.new("Medium stone grey")
- p63.Material = Enum.Material.SmoothPlastic
- 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)
- p63.Anchored = true
- p63.CanCollide = false
- p63.FormFactor = Enum.FormFactor.Symmetric
- p63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b63 = Instance.new("SpecialMesh", p63)
- b63.MeshType = Enum.MeshType.Wedge
- b63.Name = "Mesh"
- b63.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p64 = Instance.new("Part", m1)
- p64.BrickColor = BrickColor.new("Medium stone grey")
- p64.Material = Enum.Material.SmoothPlastic
- 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)
- p64.Anchored = true
- p64.CanCollide = false
- p64.FormFactor = Enum.FormFactor.Symmetric
- p64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b64 = Instance.new("SpecialMesh", p64)
- b64.MeshType = Enum.MeshType.Wedge
- b64.Name = "Mesh"
- b64.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p65 = Instance.new("Part", m1)
- p65.BrickColor = BrickColor.new("Medium stone grey")
- p65.Material = Enum.Material.SmoothPlastic
- 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)
- p65.Anchored = true
- p65.CanCollide = false
- p65.FormFactor = Enum.FormFactor.Symmetric
- p65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b65 = Instance.new("SpecialMesh", p65)
- b65.MeshType = Enum.MeshType.Wedge
- b65.Name = "Mesh"
- b65.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p66 = Instance.new("Part", m1)
- p66.BrickColor = BrickColor.new("Medium stone grey")
- p66.Material = Enum.Material.SmoothPlastic
- 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)
- p66.Anchored = true
- p66.CanCollide = false
- p66.FormFactor = Enum.FormFactor.Symmetric
- p66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b66 = Instance.new("SpecialMesh", p66)
- b66.MeshType = Enum.MeshType.Wedge
- b66.Name = "Mesh"
- b66.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p67 = Instance.new("Part", m1)
- p67.BrickColor = BrickColor.new("Medium stone grey")
- p67.Material = Enum.Material.SmoothPlastic
- 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)
- p67.Anchored = true
- p67.CanCollide = false
- p67.FormFactor = Enum.FormFactor.Symmetric
- p67.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b67 = Instance.new("SpecialMesh", p67)
- b67.MeshType = Enum.MeshType.Wedge
- b67.Name = "Mesh"
- b67.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p68 = Instance.new("Part", m1)
- p68.BrickColor = BrickColor.new("Medium stone grey")
- p68.Material = Enum.Material.SmoothPlastic
- 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)
- p68.Anchored = true
- p68.CanCollide = false
- p68.FormFactor = Enum.FormFactor.Symmetric
- p68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b68 = Instance.new("SpecialMesh", p68)
- b68.MeshType = Enum.MeshType.Wedge
- b68.Name = "Mesh"
- b68.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p69 = Instance.new("Part", m1)
- p69.BrickColor = BrickColor.new("Medium stone grey")
- p69.Material = Enum.Material.SmoothPlastic
- 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)
- p69.Anchored = true
- p69.CanCollide = false
- p69.FormFactor = Enum.FormFactor.Symmetric
- p69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b69 = Instance.new("SpecialMesh", p69)
- b69.MeshType = Enum.MeshType.Wedge
- b69.Name = "Mesh"
- b69.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p70 = Instance.new("Part", m1)
- p70.BrickColor = BrickColor.new("Medium stone grey")
- p70.Material = Enum.Material.SmoothPlastic
- 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)
- p70.Anchored = true
- p70.CanCollide = false
- p70.FormFactor = Enum.FormFactor.Symmetric
- p70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b70 = Instance.new("SpecialMesh", p70)
- b70.MeshType = Enum.MeshType.Wedge
- b70.Name = "Mesh"
- b70.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p71 = Instance.new("Part", m1)
- p71.BrickColor = BrickColor.new("Medium stone grey")
- p71.Material = Enum.Material.SmoothPlastic
- 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)
- p71.Anchored = true
- p71.CanCollide = false
- p71.FormFactor = Enum.FormFactor.Symmetric
- p71.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b71 = Instance.new("SpecialMesh", p71)
- b71.MeshType = Enum.MeshType.Wedge
- b71.Name = "Mesh"
- b71.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p72 = Instance.new("Part", m1)
- p72.BrickColor = BrickColor.new("Medium stone grey")
- p72.Material = Enum.Material.SmoothPlastic
- 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)
- p72.Anchored = true
- p72.CanCollide = false
- p72.FormFactor = Enum.FormFactor.Symmetric
- p72.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b72 = Instance.new("SpecialMesh", p72)
- b72.MeshType = Enum.MeshType.Wedge
- b72.Name = "Mesh"
- b72.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p73 = Instance.new("Part", m1)
- p73.BrickColor = BrickColor.new("Medium stone grey")
- p73.Material = Enum.Material.SmoothPlastic
- 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)
- p73.Anchored = true
- p73.CanCollide = false
- p73.FormFactor = Enum.FormFactor.Symmetric
- p73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b73 = Instance.new("SpecialMesh", p73)
- b73.MeshType = Enum.MeshType.Wedge
- b73.Name = "Mesh"
- b73.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p74 = Instance.new("Part", m1)
- p74.BrickColor = BrickColor.new("Medium stone grey")
- p74.Material = Enum.Material.SmoothPlastic
- 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)
- p74.Anchored = true
- p74.CanCollide = false
- p74.FormFactor = Enum.FormFactor.Symmetric
- p74.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b74 = Instance.new("SpecialMesh", p74)
- b74.MeshType = Enum.MeshType.Wedge
- b74.Name = "Mesh"
- b74.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p75 = Instance.new("Part", m1)
- p75.BrickColor = BrickColor.new("Medium stone grey")
- p75.Material = Enum.Material.SmoothPlastic
- 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)
- p75.Anchored = true
- p75.CanCollide = false
- p75.FormFactor = Enum.FormFactor.Symmetric
- p75.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b75 = Instance.new("SpecialMesh", p75)
- b75.MeshType = Enum.MeshType.Wedge
- b75.Name = "Mesh"
- b75.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p76 = Instance.new("Part", m1)
- p76.BrickColor = BrickColor.new("Medium stone grey")
- p76.Material = Enum.Material.SmoothPlastic
- 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)
- p76.Anchored = true
- p76.CanCollide = false
- p76.FormFactor = Enum.FormFactor.Symmetric
- p76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b76 = Instance.new("SpecialMesh", p76)
- b76.MeshType = Enum.MeshType.Wedge
- b76.Name = "Mesh"
- b76.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p77 = Instance.new("Part", m1)
- p77.BrickColor = BrickColor.new("Medium stone grey")
- p77.Material = Enum.Material.SmoothPlastic
- 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)
- p77.Anchored = true
- p77.CanCollide = false
- p77.FormFactor = Enum.FormFactor.Symmetric
- p77.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b77 = Instance.new("SpecialMesh", p77)
- b77.MeshType = Enum.MeshType.Wedge
- b77.Name = "Mesh"
- b77.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p78 = Instance.new("Part", m1)
- p78.BrickColor = BrickColor.new("Medium stone grey")
- p78.Material = Enum.Material.SmoothPlastic
- 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)
- p78.Anchored = true
- p78.CanCollide = false
- p78.FormFactor = Enum.FormFactor.Symmetric
- p78.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b78 = Instance.new("SpecialMesh", p78)
- b78.MeshType = Enum.MeshType.Wedge
- b78.Name = "Mesh"
- b78.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p79 = Instance.new("Part", m1)
- p79.BrickColor = BrickColor.new("Medium stone grey")
- p79.Material = Enum.Material.SmoothPlastic
- 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)
- p79.Anchored = true
- p79.CanCollide = false
- p79.FormFactor = Enum.FormFactor.Symmetric
- p79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b79 = Instance.new("SpecialMesh", p79)
- b79.MeshType = Enum.MeshType.Wedge
- b79.Name = "Mesh"
- b79.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p80 = Instance.new("Part", m1)
- p80.BrickColor = BrickColor.new("Medium stone grey")
- p80.Material = Enum.Material.SmoothPlastic
- 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)
- p80.Anchored = true
- p80.CanCollide = false
- p80.FormFactor = Enum.FormFactor.Symmetric
- p80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b80 = Instance.new("SpecialMesh", p80)
- b80.MeshType = Enum.MeshType.Wedge
- b80.Name = "Mesh"
- b80.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p81 = Instance.new("Part", m1)
- p81.BrickColor = BrickColor.new("Medium stone grey")
- p81.Material = Enum.Material.SmoothPlastic
- 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)
- p81.Anchored = true
- p81.CanCollide = false
- p81.FormFactor = Enum.FormFactor.Symmetric
- p81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b81 = Instance.new("SpecialMesh", p81)
- b81.MeshType = Enum.MeshType.Wedge
- b81.Name = "Mesh"
- b81.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p82 = Instance.new("Part", m1)
- p82.BrickColor = BrickColor.new("Medium stone grey")
- p82.Material = Enum.Material.SmoothPlastic
- 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)
- p82.Anchored = true
- p82.CanCollide = false
- p82.FormFactor = Enum.FormFactor.Symmetric
- p82.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b82 = Instance.new("SpecialMesh", p82)
- b82.MeshType = Enum.MeshType.Wedge
- b82.Name = "Mesh"
- b82.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p83 = Instance.new("Part", m1)
- p83.BrickColor = BrickColor.new("Medium stone grey")
- p83.Material = Enum.Material.SmoothPlastic
- 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)
- p83.Anchored = true
- p83.CanCollide = false
- p83.FormFactor = Enum.FormFactor.Symmetric
- p83.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b83 = Instance.new("SpecialMesh", p83)
- b83.MeshType = Enum.MeshType.Wedge
- b83.Name = "Mesh"
- b83.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p84 = Instance.new("Part", m1)
- p84.BrickColor = BrickColor.new("Mid gray")
- p84.Material = Enum.Material.SmoothPlastic
- 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)
- p84.Anchored = true
- p84.CanCollide = false
- p84.Size = Vector3.new(4.51974726, 0.200000003, 0.200000003)
- p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b84 = Instance.new("BlockMesh", p84)
- b84.Name = "Mesh"
- b84.Scale = Vector3.new(1, 0.511959314, 0.435165763)
- p85 = Instance.new("Part", m1)
- p85.BrickColor = BrickColor.new("Medium stone grey")
- p85.Material = Enum.Material.SmoothPlastic
- 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)
- p85.Anchored = true
- p85.CanCollide = false
- p85.FormFactor = Enum.FormFactor.Symmetric
- p85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b85 = Instance.new("SpecialMesh", p85)
- b85.MeshType = Enum.MeshType.Wedge
- b85.Name = "Mesh"
- b85.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p86 = Instance.new("Part", m1)
- p86.BrickColor = BrickColor.new("Medium stone grey")
- p86.Material = Enum.Material.SmoothPlastic
- 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)
- p86.Anchored = true
- p86.CanCollide = false
- p86.FormFactor = Enum.FormFactor.Symmetric
- p86.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b86 = Instance.new("SpecialMesh", p86)
- b86.MeshType = Enum.MeshType.Wedge
- b86.Name = "Mesh"
- b86.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p87 = Instance.new("Part", m1)
- p87.BrickColor = BrickColor.new("Medium stone grey")
- p87.Material = Enum.Material.SmoothPlastic
- 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)
- p87.Anchored = true
- p87.CanCollide = false
- p87.FormFactor = Enum.FormFactor.Symmetric
- p87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b87 = Instance.new("SpecialMesh", p87)
- b87.MeshType = Enum.MeshType.Wedge
- b87.Name = "Mesh"
- b87.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p88 = Instance.new("Part", m1)
- p88.BrickColor = BrickColor.new("Medium stone grey")
- p88.Material = Enum.Material.SmoothPlastic
- 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)
- p88.Anchored = true
- p88.CanCollide = false
- p88.FormFactor = Enum.FormFactor.Symmetric
- p88.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b88 = Instance.new("SpecialMesh", p88)
- b88.MeshType = Enum.MeshType.Wedge
- b88.Name = "Mesh"
- b88.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p89 = Instance.new("Part", m1)
- p89.BrickColor = BrickColor.new("Medium stone grey")
- p89.Material = Enum.Material.SmoothPlastic
- 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)
- p89.Anchored = true
- p89.CanCollide = false
- p89.FormFactor = Enum.FormFactor.Symmetric
- p89.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b89 = Instance.new("SpecialMesh", p89)
- b89.MeshType = Enum.MeshType.Wedge
- b89.Name = "Mesh"
- b89.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p90 = Instance.new("Part", m1)
- p90.BrickColor = BrickColor.new("Medium stone grey")
- p90.Material = Enum.Material.SmoothPlastic
- 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)
- p90.Anchored = true
- p90.CanCollide = false
- p90.FormFactor = Enum.FormFactor.Symmetric
- p90.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b90 = Instance.new("SpecialMesh", p90)
- b90.MeshType = Enum.MeshType.Wedge
- b90.Name = "Mesh"
- b90.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p91 = Instance.new("Part", m1)
- p91.BrickColor = BrickColor.new("Medium stone grey")
- p91.Material = Enum.Material.SmoothPlastic
- 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)
- p91.Anchored = true
- p91.CanCollide = false
- p91.FormFactor = Enum.FormFactor.Symmetric
- p91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b91 = Instance.new("SpecialMesh", p91)
- b91.MeshType = Enum.MeshType.Wedge
- b91.Name = "Mesh"
- b91.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p92 = Instance.new("Part", m1)
- p92.BrickColor = BrickColor.new("Medium stone grey")
- p92.Material = Enum.Material.SmoothPlastic
- 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)
- p92.Anchored = true
- p92.CanCollide = false
- p92.FormFactor = Enum.FormFactor.Symmetric
- p92.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b92 = Instance.new("SpecialMesh", p92)
- b92.MeshType = Enum.MeshType.Wedge
- b92.Name = "Mesh"
- b92.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p93 = Instance.new("Part", m1)
- p93.BrickColor = BrickColor.new("Medium stone grey")
- p93.Material = Enum.Material.SmoothPlastic
- 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)
- p93.Anchored = true
- p93.CanCollide = false
- p93.FormFactor = Enum.FormFactor.Symmetric
- p93.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b93 = Instance.new("SpecialMesh", p93)
- b93.MeshType = Enum.MeshType.Wedge
- b93.Name = "Mesh"
- b93.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p94 = Instance.new("Part", m1)
- p94.BrickColor = BrickColor.new("Medium stone grey")
- p94.Material = Enum.Material.SmoothPlastic
- 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)
- p94.Anchored = true
- p94.CanCollide = false
- p94.FormFactor = Enum.FormFactor.Symmetric
- p94.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b94 = Instance.new("SpecialMesh", p94)
- b94.MeshType = Enum.MeshType.Wedge
- b94.Name = "Mesh"
- b94.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p95 = Instance.new("Part", m1)
- p95.BrickColor = BrickColor.new("Medium stone grey")
- p95.Material = Enum.Material.SmoothPlastic
- 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)
- p95.Anchored = true
- p95.CanCollide = false
- p95.FormFactor = Enum.FormFactor.Symmetric
- p95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b95 = Instance.new("SpecialMesh", p95)
- b95.MeshType = Enum.MeshType.Wedge
- b95.Name = "Mesh"
- b95.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p96 = Instance.new("Part", m1)
- p96.BrickColor = BrickColor.new("Medium stone grey")
- p96.Material = Enum.Material.SmoothPlastic
- 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)
- p96.Anchored = true
- p96.CanCollide = false
- p96.FormFactor = Enum.FormFactor.Symmetric
- p96.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b96 = Instance.new("SpecialMesh", p96)
- b96.MeshType = Enum.MeshType.Wedge
- b96.Name = "Mesh"
- b96.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p97 = Instance.new("Part", m1)
- p97.BrickColor = BrickColor.new("Medium stone grey")
- p97.Material = Enum.Material.SmoothPlastic
- 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)
- p97.Anchored = true
- p97.CanCollide = false
- p97.FormFactor = Enum.FormFactor.Symmetric
- p97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b97 = Instance.new("SpecialMesh", p97)
- b97.MeshType = Enum.MeshType.Wedge
- b97.Name = "Mesh"
- b97.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p98 = Instance.new("Part", m1)
- p98.BrickColor = BrickColor.new("Medium stone grey")
- p98.Material = Enum.Material.SmoothPlastic
- 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)
- p98.Anchored = true
- p98.CanCollide = false
- p98.FormFactor = Enum.FormFactor.Symmetric
- p98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b98 = Instance.new("SpecialMesh", p98)
- b98.MeshType = Enum.MeshType.Wedge
- b98.Name = "Mesh"
- b98.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p99 = Instance.new("Part", m1)
- p99.BrickColor = BrickColor.new("Medium stone grey")
- p99.Material = Enum.Material.SmoothPlastic
- 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)
- p99.Anchored = true
- p99.CanCollide = false
- p99.FormFactor = Enum.FormFactor.Symmetric
- p99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b99 = Instance.new("SpecialMesh", p99)
- b99.MeshType = Enum.MeshType.Wedge
- b99.Name = "Mesh"
- b99.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p100 = Instance.new("Part", m1)
- p100.BrickColor = BrickColor.new("Medium stone grey")
- p100.Material = Enum.Material.SmoothPlastic
- 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)
- p100.Anchored = true
- p100.CanCollide = false
- p100.FormFactor = Enum.FormFactor.Symmetric
- p100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b100 = Instance.new("SpecialMesh", p100)
- b100.MeshType = Enum.MeshType.Wedge
- b100.Name = "Mesh"
- b100.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p101 = Instance.new("Part", m1)
- p101.BrickColor = BrickColor.new("Medium stone grey")
- p101.Material = Enum.Material.SmoothPlastic
- 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)
- p101.Anchored = true
- p101.CanCollide = false
- p101.FormFactor = Enum.FormFactor.Symmetric
- p101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b101 = Instance.new("SpecialMesh", p101)
- b101.MeshType = Enum.MeshType.Wedge
- b101.Name = "Mesh"
- b101.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p102 = Instance.new("Part", m1)
- p102.BrickColor = BrickColor.new("Medium stone grey")
- p102.Material = Enum.Material.SmoothPlastic
- 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)
- p102.Anchored = true
- p102.CanCollide = false
- p102.FormFactor = Enum.FormFactor.Symmetric
- p102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b102 = Instance.new("SpecialMesh", p102)
- b102.MeshType = Enum.MeshType.Wedge
- b102.Name = "Mesh"
- b102.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p103 = Instance.new("Part", m1)
- p103.BrickColor = BrickColor.new("Medium stone grey")
- p103.Material = Enum.Material.SmoothPlastic
- 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)
- p103.Anchored = true
- p103.CanCollide = false
- p103.FormFactor = Enum.FormFactor.Symmetric
- p103.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b103 = Instance.new("SpecialMesh", p103)
- b103.MeshType = Enum.MeshType.Wedge
- b103.Name = "Mesh"
- b103.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p104 = Instance.new("Part", m1)
- p104.BrickColor = BrickColor.new("Medium stone grey")
- p104.Material = Enum.Material.SmoothPlastic
- 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)
- p104.Anchored = true
- p104.CanCollide = false
- p104.FormFactor = Enum.FormFactor.Symmetric
- p104.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b104 = Instance.new("SpecialMesh", p104)
- b104.MeshType = Enum.MeshType.Wedge
- b104.Name = "Mesh"
- b104.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p105 = Instance.new("Part", m1)
- p105.BrickColor = BrickColor.new("Dark stone grey")
- p105.Material = Enum.Material.Fabric
- p105.Name = "Hitbox"
- 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)
- p105.Anchored = true
- p105.CanCollide = false
- p105.Size = Vector3.new(4.51804161, 0.200000003, 0.200000003)
- p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b105 = Instance.new("BlockMesh", p105)
- b105.Name = "Mesh"
- b105.Scale = Vector3.new(1, 0.511959314, 0.430899411)
- p106 = Instance.new("Part", m1)
- p106.BrickColor = BrickColor.new("Medium stone grey")
- p106.Material = Enum.Material.SmoothPlastic
- 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)
- p106.Anchored = true
- p106.CanCollide = false
- p106.FormFactor = Enum.FormFactor.Symmetric
- p106.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b106 = Instance.new("SpecialMesh", p106)
- b106.MeshType = Enum.MeshType.Wedge
- b106.Name = "Mesh"
- b106.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p107 = Instance.new("Part", m1)
- p107.BrickColor = BrickColor.new("Medium stone grey")
- p107.Material = Enum.Material.SmoothPlastic
- 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)
- p107.Anchored = true
- p107.CanCollide = false
- p107.FormFactor = Enum.FormFactor.Symmetric
- p107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b107 = Instance.new("SpecialMesh", p107)
- b107.MeshType = Enum.MeshType.Wedge
- b107.Name = "Mesh"
- b107.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p108 = Instance.new("Part", m1)
- p108.BrickColor = BrickColor.new("Medium stone grey")
- p108.Material = Enum.Material.SmoothPlastic
- 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)
- p108.Anchored = true
- p108.CanCollide = false
- p108.FormFactor = Enum.FormFactor.Symmetric
- p108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b108 = Instance.new("SpecialMesh", p108)
- b108.MeshType = Enum.MeshType.Wedge
- b108.Name = "Mesh"
- b108.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p109 = Instance.new("Part", m1)
- p109.BrickColor = BrickColor.new("Medium stone grey")
- p109.Material = Enum.Material.SmoothPlastic
- 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)
- p109.Anchored = true
- p109.CanCollide = false
- p109.FormFactor = Enum.FormFactor.Symmetric
- p109.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b109 = Instance.new("SpecialMesh", p109)
- b109.MeshType = Enum.MeshType.Wedge
- b109.Name = "Mesh"
- b109.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p110 = Instance.new("Part", m1)
- p110.BrickColor = BrickColor.new("Medium stone grey")
- p110.Material = Enum.Material.SmoothPlastic
- 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)
- p110.Anchored = true
- p110.CanCollide = false
- p110.FormFactor = Enum.FormFactor.Symmetric
- p110.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b110 = Instance.new("SpecialMesh", p110)
- b110.MeshType = Enum.MeshType.Wedge
- b110.Name = "Mesh"
- b110.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p111 = Instance.new("Part", m1)
- p111.BrickColor = BrickColor.new("Medium stone grey")
- p111.Material = Enum.Material.SmoothPlastic
- 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)
- p111.Anchored = true
- p111.CanCollide = false
- p111.FormFactor = Enum.FormFactor.Symmetric
- p111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b111 = Instance.new("SpecialMesh", p111)
- b111.MeshType = Enum.MeshType.Wedge
- b111.Name = "Mesh"
- b111.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p112 = Instance.new("Part", m1)
- p112.BrickColor = BrickColor.new("Medium stone grey")
- p112.Material = Enum.Material.SmoothPlastic
- 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)
- p112.Anchored = true
- p112.CanCollide = false
- p112.FormFactor = Enum.FormFactor.Symmetric
- p112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b112 = Instance.new("SpecialMesh", p112)
- b112.MeshType = Enum.MeshType.Wedge
- b112.Name = "Mesh"
- b112.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p113 = Instance.new("Part", m1)
- p113.BrickColor = BrickColor.new("Medium stone grey")
- p113.Material = Enum.Material.SmoothPlastic
- 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)
- p113.Anchored = true
- p113.CanCollide = false
- p113.FormFactor = Enum.FormFactor.Symmetric
- p113.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b113 = Instance.new("SpecialMesh", p113)
- b113.MeshType = Enum.MeshType.Wedge
- b113.Name = "Mesh"
- b113.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p114 = Instance.new("Part", m1)
- p114.BrickColor = BrickColor.new("Medium stone grey")
- p114.Material = Enum.Material.SmoothPlastic
- 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)
- p114.Anchored = true
- p114.CanCollide = false
- p114.FormFactor = Enum.FormFactor.Symmetric
- p114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b114 = Instance.new("SpecialMesh", p114)
- b114.MeshType = Enum.MeshType.Wedge
- b114.Name = "Mesh"
- b114.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p115 = Instance.new("Part", m1)
- p115.BrickColor = BrickColor.new("Medium stone grey")
- p115.Material = Enum.Material.SmoothPlastic
- 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)
- p115.Anchored = true
- p115.CanCollide = false
- p115.FormFactor = Enum.FormFactor.Symmetric
- p115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b115 = Instance.new("SpecialMesh", p115)
- b115.MeshType = Enum.MeshType.Wedge
- b115.Name = "Mesh"
- b115.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p116 = Instance.new("Part", m1)
- p116.BrickColor = BrickColor.new("Medium stone grey")
- p116.Material = Enum.Material.SmoothPlastic
- 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)
- p116.Anchored = true
- p116.CanCollide = false
- p116.FormFactor = Enum.FormFactor.Symmetric
- p116.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b116 = Instance.new("SpecialMesh", p116)
- b116.MeshType = Enum.MeshType.Wedge
- b116.Name = "Mesh"
- b116.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p117 = Instance.new("Part", m1)
- p117.BrickColor = BrickColor.new("Medium stone grey")
- p117.Material = Enum.Material.SmoothPlastic
- 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)
- p117.Anchored = true
- p117.CanCollide = false
- p117.FormFactor = Enum.FormFactor.Symmetric
- p117.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b117 = Instance.new("SpecialMesh", p117)
- b117.MeshType = Enum.MeshType.Wedge
- b117.Name = "Mesh"
- b117.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p118 = Instance.new("Part", m1)
- p118.BrickColor = BrickColor.new("Medium stone grey")
- p118.Material = Enum.Material.SmoothPlastic
- 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)
- p118.Anchored = true
- p118.CanCollide = false
- p118.FormFactor = Enum.FormFactor.Symmetric
- p118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b118 = Instance.new("SpecialMesh", p118)
- b118.MeshType = Enum.MeshType.Wedge
- b118.Name = "Mesh"
- b118.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p119 = Instance.new("Part", m1)
- p119.BrickColor = BrickColor.new("Medium stone grey")
- p119.Material = Enum.Material.SmoothPlastic
- 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)
- p119.Anchored = true
- p119.CanCollide = false
- p119.FormFactor = Enum.FormFactor.Symmetric
- p119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b119 = Instance.new("SpecialMesh", p119)
- b119.MeshType = Enum.MeshType.Wedge
- b119.Name = "Mesh"
- b119.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p120 = Instance.new("Part", m1)
- p120.BrickColor = BrickColor.new("Medium stone grey")
- p120.Material = Enum.Material.SmoothPlastic
- 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)
- p120.Anchored = true
- p120.CanCollide = false
- p120.FormFactor = Enum.FormFactor.Symmetric
- p120.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b120 = Instance.new("SpecialMesh", p120)
- b120.MeshType = Enum.MeshType.Wedge
- b120.Name = "Mesh"
- b120.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p121 = Instance.new("Part", m1)
- p121.BrickColor = BrickColor.new("Medium stone grey")
- p121.Material = Enum.Material.SmoothPlastic
- 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)
- p121.Anchored = true
- p121.CanCollide = false
- p121.FormFactor = Enum.FormFactor.Symmetric
- p121.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b121 = Instance.new("SpecialMesh", p121)
- b121.MeshType = Enum.MeshType.Wedge
- b121.Name = "Mesh"
- b121.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p122 = Instance.new("Part", m1)
- p122.BrickColor = BrickColor.new("Medium stone grey")
- p122.Material = Enum.Material.SmoothPlastic
- 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)
- p122.Anchored = true
- p122.CanCollide = false
- p122.FormFactor = Enum.FormFactor.Symmetric
- p122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b122 = Instance.new("SpecialMesh", p122)
- b122.MeshType = Enum.MeshType.Wedge
- b122.Name = "Mesh"
- b122.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p123 = Instance.new("Part", m1)
- p123.BrickColor = BrickColor.new("Medium stone grey")
- p123.Material = Enum.Material.SmoothPlastic
- 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)
- p123.Anchored = true
- p123.CanCollide = false
- p123.FormFactor = Enum.FormFactor.Symmetric
- p123.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b123 = Instance.new("SpecialMesh", p123)
- b123.MeshType = Enum.MeshType.Wedge
- b123.Name = "Mesh"
- b123.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p124 = Instance.new("Part", m1)
- p124.BrickColor = BrickColor.new("Medium stone grey")
- p124.Material = Enum.Material.SmoothPlastic
- 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)
- p124.Anchored = true
- p124.CanCollide = false
- p124.FormFactor = Enum.FormFactor.Symmetric
- p124.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b124 = Instance.new("SpecialMesh", p124)
- b124.MeshType = Enum.MeshType.Wedge
- b124.Name = "Mesh"
- b124.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p125 = Instance.new("Part", m1)
- p125.BrickColor = BrickColor.new("Medium stone grey")
- p125.Material = Enum.Material.SmoothPlastic
- 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)
- p125.Anchored = true
- p125.CanCollide = false
- p125.FormFactor = Enum.FormFactor.Symmetric
- p125.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b125 = Instance.new("SpecialMesh", p125)
- b125.MeshType = Enum.MeshType.Wedge
- b125.Name = "Mesh"
- b125.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p126 = Instance.new("Part", m1)
- p126.BrickColor = BrickColor.new("Medium stone grey")
- p126.Material = Enum.Material.SmoothPlastic
- 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)
- p126.Anchored = true
- p126.CanCollide = false
- p126.FormFactor = Enum.FormFactor.Symmetric
- p126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b126 = Instance.new("SpecialMesh", p126)
- b126.MeshType = Enum.MeshType.Wedge
- b126.Name = "Mesh"
- b126.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p127 = Instance.new("Part", m1)
- p127.BrickColor = BrickColor.new("Medium stone grey")
- p127.Material = Enum.Material.SmoothPlastic
- 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)
- p127.Anchored = true
- p127.CanCollide = false
- p127.FormFactor = Enum.FormFactor.Symmetric
- p127.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b127 = Instance.new("SpecialMesh", p127)
- b127.MeshType = Enum.MeshType.Wedge
- b127.Name = "Mesh"
- b127.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p128 = Instance.new("Part", m1)
- p128.BrickColor = BrickColor.new("Medium stone grey")
- p128.Material = Enum.Material.SmoothPlastic
- 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)
- p128.Anchored = true
- p128.CanCollide = false
- p128.FormFactor = Enum.FormFactor.Symmetric
- p128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b128 = Instance.new("SpecialMesh", p128)
- b128.MeshType = Enum.MeshType.Wedge
- b128.Name = "Mesh"
- b128.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p129 = Instance.new("Part", m1)
- p129.BrickColor = BrickColor.new("Medium stone grey")
- p129.Material = Enum.Material.SmoothPlastic
- 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)
- p129.Anchored = true
- p129.CanCollide = false
- p129.FormFactor = Enum.FormFactor.Symmetric
- p129.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b129 = Instance.new("SpecialMesh", p129)
- b129.MeshType = Enum.MeshType.Wedge
- b129.Name = "Mesh"
- b129.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p130 = Instance.new("Part", m1)
- p130.BrickColor = BrickColor.new("Medium stone grey")
- p130.Material = Enum.Material.SmoothPlastic
- 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)
- p130.Anchored = true
- p130.CanCollide = false
- p130.FormFactor = Enum.FormFactor.Symmetric
- p130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b130 = Instance.new("SpecialMesh", p130)
- b130.MeshType = Enum.MeshType.Wedge
- b130.Name = "Mesh"
- b130.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p131 = Instance.new("Part", m1)
- p131.BrickColor = BrickColor.new("Medium stone grey")
- p131.Material = Enum.Material.SmoothPlastic
- 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)
- p131.Anchored = true
- p131.CanCollide = false
- p131.FormFactor = Enum.FormFactor.Symmetric
- p131.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b131 = Instance.new("SpecialMesh", p131)
- b131.MeshType = Enum.MeshType.Wedge
- b131.Name = "Mesh"
- b131.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p132 = Instance.new("Part", m1)
- p132.BrickColor = BrickColor.new("Medium stone grey")
- p132.Material = Enum.Material.SmoothPlastic
- 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)
- p132.Anchored = true
- p132.CanCollide = false
- p132.FormFactor = Enum.FormFactor.Symmetric
- p132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b132 = Instance.new("SpecialMesh", p132)
- b132.MeshType = Enum.MeshType.Wedge
- b132.Name = "Mesh"
- b132.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p133 = Instance.new("Part", m1)
- p133.BrickColor = BrickColor.new("Medium stone grey")
- p133.Material = Enum.Material.SmoothPlastic
- 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)
- p133.Anchored = true
- p133.CanCollide = false
- p133.FormFactor = Enum.FormFactor.Symmetric
- p133.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b133 = Instance.new("SpecialMesh", p133)
- b133.MeshType = Enum.MeshType.Wedge
- b133.Name = "Mesh"
- b133.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p134 = Instance.new("Part", m1)
- p134.BrickColor = BrickColor.new("Medium stone grey")
- p134.Material = Enum.Material.SmoothPlastic
- 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)
- p134.Anchored = true
- p134.CanCollide = false
- p134.FormFactor = Enum.FormFactor.Symmetric
- p134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b134 = Instance.new("SpecialMesh", p134)
- b134.MeshType = Enum.MeshType.Wedge
- b134.Name = "Mesh"
- b134.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p135 = Instance.new("Part", m1)
- p135.BrickColor = BrickColor.new("Medium stone grey")
- p135.Material = Enum.Material.SmoothPlastic
- 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)
- p135.Anchored = true
- p135.CanCollide = false
- p135.FormFactor = Enum.FormFactor.Symmetric
- p135.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b135 = Instance.new("SpecialMesh", p135)
- b135.MeshType = Enum.MeshType.Wedge
- b135.Name = "Mesh"
- b135.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p136 = Instance.new("Part", m1)
- p136.BrickColor = BrickColor.new("Medium stone grey")
- p136.Material = Enum.Material.SmoothPlastic
- 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)
- p136.Anchored = true
- p136.CanCollide = false
- p136.FormFactor = Enum.FormFactor.Symmetric
- p136.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b136 = Instance.new("SpecialMesh", p136)
- b136.MeshType = Enum.MeshType.Wedge
- b136.Name = "Mesh"
- b136.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p137 = Instance.new("Part", m1)
- p137.BrickColor = BrickColor.new("Medium stone grey")
- p137.Material = Enum.Material.SmoothPlastic
- 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)
- p137.Anchored = true
- p137.CanCollide = false
- p137.FormFactor = Enum.FormFactor.Symmetric
- p137.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b137 = Instance.new("SpecialMesh", p137)
- b137.MeshType = Enum.MeshType.Wedge
- b137.Name = "Mesh"
- b137.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p138 = Instance.new("Part", m1)
- p138.BrickColor = BrickColor.new("Medium stone grey")
- p138.Material = Enum.Material.SmoothPlastic
- 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)
- p138.Anchored = true
- p138.CanCollide = false
- p138.FormFactor = Enum.FormFactor.Symmetric
- p138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b138 = Instance.new("SpecialMesh", p138)
- b138.MeshType = Enum.MeshType.Wedge
- b138.Name = "Mesh"
- b138.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p139 = Instance.new("Part", m1)
- p139.BrickColor = BrickColor.new("Medium stone grey")
- p139.Material = Enum.Material.SmoothPlastic
- 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)
- p139.Anchored = true
- p139.CanCollide = false
- p139.FormFactor = Enum.FormFactor.Symmetric
- p139.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b139 = Instance.new("SpecialMesh", p139)
- b139.MeshType = Enum.MeshType.Wedge
- b139.Name = "Mesh"
- b139.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p140 = Instance.new("Part", m1)
- p140.BrickColor = BrickColor.new("Medium stone grey")
- p140.Material = Enum.Material.SmoothPlastic
- 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)
- p140.Anchored = true
- p140.CanCollide = false
- p140.FormFactor = Enum.FormFactor.Symmetric
- p140.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b140 = Instance.new("SpecialMesh", p140)
- b140.MeshType = Enum.MeshType.Wedge
- b140.Name = "Mesh"
- b140.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p141 = Instance.new("Part", m1)
- p141.BrickColor = BrickColor.new("Medium stone grey")
- p141.Material = Enum.Material.SmoothPlastic
- 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)
- p141.Anchored = true
- p141.CanCollide = false
- p141.FormFactor = Enum.FormFactor.Symmetric
- p141.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b141 = Instance.new("SpecialMesh", p141)
- b141.MeshType = Enum.MeshType.Wedge
- b141.Name = "Mesh"
- b141.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p142 = Instance.new("Part", m1)
- p142.BrickColor = BrickColor.new("Medium stone grey")
- p142.Material = Enum.Material.SmoothPlastic
- 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)
- p142.Anchored = true
- p142.CanCollide = false
- p142.FormFactor = Enum.FormFactor.Symmetric
- p142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b142 = Instance.new("SpecialMesh", p142)
- b142.MeshType = Enum.MeshType.Wedge
- b142.Name = "Mesh"
- b142.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p143 = Instance.new("Part", m1)
- p143.BrickColor = BrickColor.new("Medium stone grey")
- p143.Material = Enum.Material.SmoothPlastic
- 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)
- p143.Anchored = true
- p143.CanCollide = false
- p143.FormFactor = Enum.FormFactor.Symmetric
- p143.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b143 = Instance.new("SpecialMesh", p143)
- b143.MeshType = Enum.MeshType.Wedge
- b143.Name = "Mesh"
- b143.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p144 = Instance.new("Part", m1)
- p144.BrickColor = BrickColor.new("Medium stone grey")
- p144.Material = Enum.Material.SmoothPlastic
- 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)
- p144.Anchored = true
- p144.CanCollide = false
- p144.FormFactor = Enum.FormFactor.Symmetric
- p144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b144 = Instance.new("SpecialMesh", p144)
- b144.MeshType = Enum.MeshType.Wedge
- b144.Name = "Mesh"
- b144.Scale = Vector3.new(0.439431667, 0.450097531, 0.290110558)
- p145 = Instance.new("Part", m1)
- p145.BrickColor = BrickColor.new("Medium stone grey")
- p145.Material = Enum.Material.SmoothPlastic
- 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)
- p145.Anchored = true
- p145.CanCollide = false
- p145.FormFactor = Enum.FormFactor.Symmetric
- p145.Size = Vector3.new(0.200000003, 0.200000003, 0.218862802)
- p145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b145 = Instance.new("SpecialMesh", p145)
- b145.MeshType = Enum.MeshType.Wedge
- b145.Name = "Mesh"
- b145.Scale = Vector3.new(0.439431667, 0.708210409, 1)
- p146 = Instance.new("Part", m)
- p146.BrickColor = BrickColor.new("Toothpaste")
- p146.Material = Enum.Material.Neon
- 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)
- p146.Anchored = true
- p146.CanCollide = false
- p146.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
- p146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p146.BottomSurface = Enum.SurfaceType.Weld
- p146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b146 = Instance.new("CylinderMesh", p146)
- b146.Name = "Mesh"
- b146.Scale = Vector3.new(1, 0.332773477, 0.328507692)
- p147 = Instance.new("Part", m)
- p147.BrickColor = BrickColor.new("Black")
- p147.Material = Enum.Material.SmoothPlastic
- p147.Reflectance = 0.20000000298023
- 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)
- p147.Anchored = true
- p147.CanCollide = false
- p147.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
- p147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b147 = Instance.new("BlockMesh", p147)
- b147.Name = "Mesh"
- b147.Scale = Vector3.new(0.955657125, 0.934325874, 1)
- p148 = Instance.new("Part", m)
- p148.BrickColor = BrickColor.new("Toothpaste")
- p148.Material = Enum.Material.Neon
- 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)
- p148.Anchored = true
- p148.CanCollide = false
- p148.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
- p148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p148.BottomSurface = Enum.SurfaceType.Weld
- p148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b148 = Instance.new("CylinderMesh", p148)
- b148.Name = "Mesh"
- b148.Scale = Vector3.new(0.695410967, 1, 0.808470011)
- p149 = Instance.new("Part", m)
- p149.BrickColor = BrickColor.new("Black")
- p149.Material = Enum.Material.SmoothPlastic
- p149.Reflectance = 0.30000001192093
- 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)
- p149.Anchored = true
- p149.CanCollide = false
- p149.Size = Vector3.new(0.600273073, 0.212889731, 0.200000003)
- p149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b149 = Instance.new("BlockMesh", p149)
- b149.Name = "Mesh"
- b149.Scale = Vector3.new(1, 1, 0.328507692)
- p150 = Instance.new("Part", m)
- p150.BrickColor = BrickColor.new("Black")
- p150.Material = Enum.Material.SmoothPlastic
- p150.Reflectance = 0.30000001192093
- 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)
- p150.Anchored = true
- p150.CanCollide = false
- p150.Size = Vector3.new(0.224836275, 0.200000003, 0.200000003)
- p150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b150 = Instance.new("BlockMesh", p150)
- b150.Name = "Mesh"
- b150.Scale = Vector3.new(1, 0.332773477, 0.328507692)
- p151 = Instance.new("Part", m)
- p151.BrickColor = BrickColor.new("Black")
- p151.Material = Enum.Material.SmoothPlastic
- p151.Reflectance = 0.30000001192093
- 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)
- p151.Anchored = true
- p151.CanCollide = false
- p151.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b151 = Instance.new("BlockMesh", p151)
- b151.Name = "Mesh"
- b151.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p152 = Instance.new("Part", m)
- p152.BrickColor = BrickColor.new("Black")
- p152.Material = Enum.Material.SmoothPlastic
- 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)
- p152.Anchored = true
- p152.CanCollide = false
- p152.Size = Vector3.new(0.200000003, 0.58064723, 0.421086848)
- p152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b152 = Instance.new("BlockMesh", p152)
- b152.Name = "Mesh"
- b152.Scale = Vector3.new(0.475699484, 1, 1)
- p153 = Instance.new("Part", m)
- p153.BrickColor = BrickColor.new("Black")
- p153.Material = Enum.Material.SmoothPlastic
- 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)
- p153.Anchored = true
- p153.CanCollide = false
- p153.Size = Vector3.new(1.4100219, 0.639949143, 0.335333675)
- p153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b153 = Instance.new("BlockMesh", p153)
- b153.Name = "Mesh"
- p154 = Instance.new("Part", m)
- p154.BrickColor = BrickColor.new("Black")
- p154.Material = Enum.Material.SmoothPlastic
- 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)
- p154.Anchored = true
- p154.CanCollide = false
- p154.Size = Vector3.new(1.15404212, 0.639949143, 0.421513528)
- p154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b154 = Instance.new("BlockMesh", p154)
- b154.Name = "Mesh"
- p155 = Instance.new("Part", m)
- p155.BrickColor = BrickColor.new("Black")
- p155.Material = Enum.Material.SmoothPlastic
- p155.Reflectance = 0.30000001192093
- 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)
- p155.Anchored = true
- p155.CanCollide = false
- p155.Size = Vector3.new(0.388663232, 0.328080595, 0.439432114)
- p155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b155 = Instance.new("BlockMesh", p155)
- b155.Name = "Mesh"
- p156 = Instance.new("Part", m)
- p156.BrickColor = BrickColor.new("Medium stone grey")
- p156.Material = Enum.Material.SmoothPlastic
- 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)
- p156.Anchored = true
- p156.CanCollide = false
- p156.Size = Vector3.new(1.23851466, 0.436871469, 1.26283407)
- p156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p156.BottomSurface = Enum.SurfaceType.Weld
- p156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b156 = Instance.new("CylinderMesh", p156)
- b156.Name = "Mesh"
- p157 = Instance.new("Part", m)
- p157.BrickColor = BrickColor.new("Black")
- p157.Material = Enum.Material.SmoothPlastic
- 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)
- p157.Anchored = true
- p157.CanCollide = false
- p157.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
- p157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b157 = Instance.new("BlockMesh", p157)
- b157.Name = "Mesh"
- p158 = Instance.new("Part", m)
- p158.BrickColor = BrickColor.new("Black")
- p158.Material = Enum.Material.SmoothPlastic
- 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)
- p158.Anchored = true
- p158.CanCollide = false
- p158.Size = Vector3.new(0.200000003, 0.542250335, 0.421086848)
- p158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b158 = Instance.new("BlockMesh", p158)
- b158.Name = "Mesh"
- b158.Scale = Vector3.new(0.475699484, 1, 1)
- p159 = Instance.new("Part", m)
- p159.BrickColor = BrickColor.new("Pastel green")
- p159.Material = Enum.Material.SmoothPlastic
- 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)
- p159.Anchored = true
- p159.CanCollide = false
- p159.FormFactor = Enum.FormFactor.Symmetric
- p159.Size = Vector3.new(0.515372276, 1.55209005, 0.433885813)
- p159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b159 = Instance.new("SpecialMesh", p159)
- b159.MeshType = Enum.MeshType.Wedge
- b159.Name = "Mesh"
- p160 = Instance.new("Part", m)
- p160.BrickColor = BrickColor.new("Pastel green")
- p160.Material = Enum.Material.SmoothPlastic
- 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)
- p160.Anchored = true
- p160.CanCollide = false
- p160.FormFactor = Enum.FormFactor.Symmetric
- p160.Size = Vector3.new(0.515372276, 1.62077785, 0.629283845)
- p160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b160 = Instance.new("SpecialMesh", p160)
- b160.MeshType = Enum.MeshType.Wedge
- b160.Name = "Mesh"
- p161 = Instance.new("Part", m)
- p161.BrickColor = BrickColor.new("Pastel green")
- p161.Material = Enum.Material.SmoothPlastic
- 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)
- p161.Anchored = true
- p161.CanCollide = false
- p161.Size = Vector3.new(0.316562295, 0.200000003, 0.518785954)
- p161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b161 = Instance.new("BlockMesh", p161)
- b161.Name = "Mesh"
- b161.Scale = Vector3.new(1, 0.637815893, 1)
- p162 = Instance.new("Part", m)
- p162.BrickColor = BrickColor.new("Black")
- p162.Material = Enum.Material.SmoothPlastic
- 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)
- p162.Anchored = true
- p162.CanCollide = false
- p162.Size = Vector3.new(0.783298492, 0.238914371, 0.32125473)
- p162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b162 = Instance.new("BlockMesh", p162)
- b162.Name = "Mesh"
- p163 = Instance.new("Part", m)
- p163.BrickColor = BrickColor.new("Medium green")
- p163.Material = Enum.Material.SmoothPlastic
- 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)
- p163.Anchored = true
- p163.CanCollide = false
- p163.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
- p163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b163 = Instance.new("BlockMesh", p163)
- b163.Name = "Mesh"
- b163.Scale = Vector3.new(1, 0.637815893, 1)
- p164 = Instance.new("Part", m)
- p164.BrickColor = BrickColor.new("Pastel green")
- p164.Material = Enum.Material.SmoothPlastic
- 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)
- p164.Anchored = true
- p164.CanCollide = false
- p164.FormFactor = Enum.FormFactor.Symmetric
- p164.Size = Vector3.new(0.515372276, 0.673653126, 1.31829655)
- p164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b164 = Instance.new("SpecialMesh", p164)
- b164.MeshType = Enum.MeshType.Wedge
- b164.Name = "Mesh"
- p165 = Instance.new("Part", m)
- p165.BrickColor = BrickColor.new("Pastel green")
- p165.Material = Enum.Material.SmoothPlastic
- 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)
- p165.Anchored = true
- p165.CanCollide = false
- p165.Size = Vector3.new(0.309736162, 0.200000003, 0.516226113)
- p165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b165 = Instance.new("BlockMesh", p165)
- b165.Name = "Mesh"
- b165.Scale = Vector3.new(1, 0.637815893, 1)
- p166 = Instance.new("Part", m)
- p166.BrickColor = BrickColor.new("Pastel green")
- p166.Material = Enum.Material.SmoothPlastic
- 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)
- p166.Anchored = true
- p166.CanCollide = false
- p166.FormFactor = Enum.FormFactor.Symmetric
- p166.Size = Vector3.new(0.515372276, 1.43689919, 1.01666677)
- p166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b166 = Instance.new("SpecialMesh", p166)
- b166.MeshType = Enum.MeshType.Wedge
- b166.Name = "Mesh"
- p167 = Instance.new("Part", m)
- p167.BrickColor = BrickColor.new("Medium green")
- p167.Material = Enum.Material.SmoothPlastic
- 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)
- p167.Anchored = true
- p167.CanCollide = false
- p167.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
- p167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b167 = Instance.new("BlockMesh", p167)
- b167.Name = "Mesh"
- b167.Scale = Vector3.new(1, 0.637815893, 1)
- p168 = Instance.new("Part", m)
- p168.BrickColor = BrickColor.new("Black")
- p168.Material = Enum.Material.SmoothPlastic
- 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)
- p168.Anchored = true
- p168.CanCollide = false
- p168.Size = Vector3.new(0.200000003, 0.212889731, 0.32125473)
- p168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b168 = Instance.new("BlockMesh", p168)
- b168.Name = "Mesh"
- b168.Scale = Vector3.new(0.571692407, 1, 1)
- p169 = Instance.new("Part", m)
- p169.BrickColor = BrickColor.new("Pastel green")
- p169.Material = Enum.Material.SmoothPlastic
- 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)
- p169.Anchored = true
- p169.CanCollide = false
- p169.Size = Vector3.new(0.309736162, 0.200000003, 0.516652763)
- p169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b169 = Instance.new("BlockMesh", p169)
- b169.Name = "Mesh"
- b169.Scale = Vector3.new(1, 0.637815893, 1)
- p170 = Instance.new("Part", m)
- p170.BrickColor = BrickColor.new("Medium stone grey")
- p170.Material = Enum.Material.SmoothPlastic
- 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)
- p170.Anchored = true
- p170.CanCollide = false
- p170.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
- p170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p170.BottomSurface = Enum.SurfaceType.Weld
- p170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b170 = Instance.new("CylinderMesh", p170)
- b170.Name = "Mesh"
- b170.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p171 = Instance.new("Part", m)
- p171.BrickColor = BrickColor.new("Medium stone grey")
- p171.Material = Enum.Material.SmoothPlastic
- p171.Name = "Sphere"
- 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)
- p171.Anchored = true
- p171.CanCollide = false
- p171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b171 = Instance.new("SpecialMesh", p171)
- b171.MeshType = Enum.MeshType.Wedge
- b171.Name = "Mesh"
- b171.Scale = Vector3.new(0.34130618, 1, 1)
- p172 = Instance.new("Part", m)
- p172.BrickColor = BrickColor.new("Medium stone grey")
- p172.Material = Enum.Material.SmoothPlastic
- p172.Name = "Sphere"
- 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)
- p172.Anchored = true
- p172.CanCollide = false
- p172.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b172 = Instance.new("SpecialMesh", p172)
- b172.MeshType = Enum.MeshType.Sphere
- b172.Name = "Mesh"
- b172.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p173 = Instance.new("Part", m)
- p173.BrickColor = BrickColor.new("Medium stone grey")
- p173.Material = Enum.Material.SmoothPlastic
- p173.Name = "Sphere"
- 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)
- p173.Anchored = true
- p173.CanCollide = false
- p173.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b173 = Instance.new("SpecialMesh", p173)
- b173.MeshType = Enum.MeshType.Sphere
- b173.Name = "Mesh"
- b173.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p174 = Instance.new("Part", m)
- p174.BrickColor = BrickColor.new("Black")
- p174.Material = Enum.Material.SmoothPlastic
- p174.Reflectance = 0.20000000298023
- 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)
- p174.Anchored = true
- p174.CanCollide = false
- p174.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
- p174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b174 = Instance.new("BlockMesh", p174)
- b174.Name = "Mesh"
- b174.Scale = Vector3.new(0.955657125, 0.934325874, 1)
- p175 = Instance.new("Part", m)
- p175.BrickColor = BrickColor.new("Black")
- p175.Material = Enum.Material.SmoothPlastic
- p175.Reflectance = 0.20000000298023
- 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)
- p175.Anchored = true
- p175.CanCollide = false
- p175.Size = Vector3.new(0.200000003, 0.200000003, 0.433032602)
- p175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b175 = Instance.new("BlockMesh", p175)
- b175.Name = "Mesh"
- b175.Scale = Vector3.new(0.955657125, 0.934325874, 1)
- p176 = Instance.new("Part", m)
- p176.BrickColor = BrickColor.new("Medium stone grey")
- p176.Material = Enum.Material.SmoothPlastic
- p176.Name = "Sphere"
- 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)
- p176.Anchored = true
- p176.CanCollide = false
- p176.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b176 = Instance.new("SpecialMesh", p176)
- b176.MeshType = Enum.MeshType.Sphere
- b176.Name = "Mesh"
- b176.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p177 = Instance.new("Part", m)
- p177.BrickColor = BrickColor.new("Black")
- p177.Material = Enum.Material.SmoothPlastic
- p177.Reflectance = 0.30000001192093
- 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)
- p177.Anchored = true
- p177.CanCollide = false
- p177.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b177 = Instance.new("BlockMesh", p177)
- b177.Name = "Mesh"
- b177.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p178 = Instance.new("Part", m)
- p178.BrickColor = BrickColor.new("Medium stone grey")
- p178.Material = Enum.Material.SmoothPlastic
- 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)
- p178.Anchored = true
- p178.CanCollide = false
- p178.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
- p178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p178.BottomSurface = Enum.SurfaceType.Weld
- p178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b178 = Instance.new("CylinderMesh", p178)
- b178.Name = "Mesh"
- b178.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p179 = Instance.new("Part", m)
- p179.BrickColor = BrickColor.new("Black")
- p179.Material = Enum.Material.SmoothPlastic
- p179.Reflectance = 0.30000001192093
- 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)
- p179.Anchored = true
- p179.CanCollide = false
- p179.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b179 = Instance.new("BlockMesh", p179)
- b179.Name = "Mesh"
- b179.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p180 = Instance.new("Part", m)
- p180.BrickColor = BrickColor.new("Black")
- p180.Material = Enum.Material.SmoothPlastic
- p180.Reflectance = 0.30000001192093
- 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)
- p180.Anchored = true
- p180.CanCollide = false
- p180.Size = Vector3.new(0.200000003, 0.904887736, 0.200000003)
- p180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p180.BottomSurface = Enum.SurfaceType.Weld
- p180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b180 = Instance.new("CylinderMesh", p180)
- b180.Name = "Mesh"
- b180.Scale = Vector3.new(0.86606437, 1, 0.902329028)
- p181 = Instance.new("Part", m)
- p181.BrickColor = BrickColor.new("Medium stone grey")
- p181.Material = Enum.Material.SmoothPlastic
- 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)
- p181.Anchored = true
- p181.CanCollide = false
- p181.Size = Vector3.new(0.200000003, 0.35922429, 0.200000003)
- p181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p181.BottomSurface = Enum.SurfaceType.Weld
- p181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b181 = Instance.new("CylinderMesh", p181)
- b181.Name = "Mesh"
- b181.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p182 = Instance.new("Part", m)
- p182.BrickColor = BrickColor.new("Medium stone grey")
- p182.Material = Enum.Material.SmoothPlastic
- p182.Name = "Sphere"
- 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)
- p182.Anchored = true
- p182.CanCollide = false
- p182.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b182 = Instance.new("SpecialMesh", p182)
- b182.MeshType = Enum.MeshType.Sphere
- b182.Name = "Mesh"
- b182.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p183 = Instance.new("Part", m)
- p183.BrickColor = BrickColor.new("Black")
- p183.Material = Enum.Material.SmoothPlastic
- 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)
- p183.Anchored = true
- p183.CanCollide = false
- p183.FormFactor = Enum.FormFactor.Symmetric
- p183.Size = Vector3.new(0.335759938, 0.597285867, 0.837907493)
- p183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b183 = Instance.new("SpecialMesh", p183)
- b183.MeshType = Enum.MeshType.Wedge
- b183.Name = "Mesh"
- p184 = Instance.new("Part", m)
- p184.BrickColor = BrickColor.new("Toothpaste")
- p184.Material = Enum.Material.Neon
- 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)
- p184.Anchored = true
- p184.CanCollide = false
- p184.Size = Vector3.new(0.200000003, 0.424072564, 0.200000003)
- p184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p184.BottomSurface = Enum.SurfaceType.Weld
- p184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b184 = Instance.new("CylinderMesh", p184)
- b184.Name = "Mesh"
- b184.Scale = Vector3.new(0.695410967, 1, 0.808470011)
- p185 = Instance.new("Part", m)
- p185.BrickColor = BrickColor.new("Medium stone grey")
- p185.Material = Enum.Material.SmoothPlastic
- 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)
- p185.Anchored = true
- p185.CanCollide = false
- p185.Size = Vector3.new(0.200000003, 0.846438944, 0.200000003)
- p185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p185.BottomSurface = Enum.SurfaceType.Weld
- p185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b185 = Instance.new("CylinderMesh", p185)
- b185.Name = "Mesh"
- b185.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p186 = Instance.new("Part", m)
- p186.BrickColor = BrickColor.new("Black")
- p186.Material = Enum.Material.SmoothPlastic
- p186.Reflectance = 0.30000001192093
- 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)
- p186.Anchored = true
- p186.CanCollide = false
- p186.Size = Vector3.new(0.379703879, 0.200000003, 0.200000003)
- p186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b186 = Instance.new("BlockMesh", p186)
- b186.Name = "Mesh"
- b186.Scale = Vector3.new(1, 0.767938852, 0.328507692)
- p187 = Instance.new("Part", m)
- p187.BrickColor = BrickColor.new("Black")
- p187.Material = Enum.Material.SmoothPlastic
- p187.Reflectance = 0.30000001192093
- 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)
- p187.Anchored = true
- p187.CanCollide = false
- p187.FormFactor = Enum.FormFactor.Symmetric
- p187.Size = Vector3.new(0.200000003, 0.6322698, 0.219289422)
- p187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b187 = Instance.new("SpecialMesh", p187)
- b187.MeshType = Enum.MeshType.Wedge
- b187.Name = "Mesh"
- b187.Scale = Vector3.new(0.34130618, 1, 1)
- p188 = Instance.new("Part", m)
- p188.BrickColor = BrickColor.new("Black")
- p188.Material = Enum.Material.SmoothPlastic
- p188.Reflectance = 0.30000001192093
- 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)
- p188.Anchored = true
- p188.CanCollide = false
- p188.FormFactor = Enum.FormFactor.Symmetric
- p188.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b188 = Instance.new("SpecialMesh", p188)
- b188.MeshType = Enum.MeshType.Wedge
- b188.Name = "Mesh"
- b188.Scale = Vector3.new(0.34130618, 1, 1)
- p189 = Instance.new("Part", m)
- p189.BrickColor = BrickColor.new("Black")
- p189.Material = Enum.Material.SmoothPlastic
- p189.Reflectance = 0.30000001192093
- 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)
- p189.Anchored = true
- p189.CanCollide = false
- p189.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b189 = Instance.new("BlockMesh", p189)
- b189.Name = "Mesh"
- b189.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p190 = Instance.new("Part", m)
- p190.BrickColor = BrickColor.new("Black")
- p190.Material = Enum.Material.SmoothPlastic
- p190.Reflectance = 0.30000001192093
- 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)
- p190.Anchored = true
- p190.CanCollide = false
- p190.Size = Vector3.new(0.600273073, 0.212889731, 0.200000003)
- p190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b190 = Instance.new("BlockMesh", p190)
- b190.Name = "Mesh"
- b190.Scale = Vector3.new(1, 1, 0.328507692)
- p191 = Instance.new("Part", m)
- p191.BrickColor = BrickColor.new("Black")
- p191.Material = Enum.Material.SmoothPlastic
- p191.Reflectance = 0.30000001192093
- 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)
- p191.Anchored = true
- p191.CanCollide = false
- p191.Size = Vector3.new(0.224836275, 0.200000003, 0.200000003)
- p191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b191 = Instance.new("BlockMesh", p191)
- b191.Name = "Mesh"
- b191.Scale = Vector3.new(1, 0.332773477, 0.328507692)
- p192 = Instance.new("Part", m)
- p192.BrickColor = BrickColor.new("Black")
- p192.Material = Enum.Material.SmoothPlastic
- p192.Reflectance = 0.30000001192093
- 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)
- p192.Anchored = true
- p192.CanCollide = false
- p192.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b192 = Instance.new("BlockMesh", p192)
- b192.Name = "Mesh"
- b192.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p193 = Instance.new("Part", m)
- p193.BrickColor = BrickColor.new("Medium stone grey")
- p193.Material = Enum.Material.SmoothPlastic
- p193.Name = "Sphere"
- 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)
- p193.Anchored = true
- p193.CanCollide = false
- p193.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b193 = Instance.new("SpecialMesh", p193)
- b193.MeshType = Enum.MeshType.Sphere
- b193.Name = "Mesh"
- b193.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p194 = Instance.new("Part", m)
- p194.BrickColor = BrickColor.new("Black")
- p194.Material = Enum.Material.SmoothPlastic
- p194.Reflectance = 0.30000001192093
- 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)
- p194.Anchored = true
- p194.CanCollide = false
- p194.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b194 = Instance.new("BlockMesh", p194)
- b194.Name = "Mesh"
- b194.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p195 = Instance.new("Part", m)
- p195.BrickColor = BrickColor.new("Black")
- p195.Material = Enum.Material.SmoothPlastic
- p195.Reflectance = 0.30000001192093
- 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)
- p195.Anchored = true
- p195.CanCollide = false
- p195.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b195 = Instance.new("BlockMesh", p195)
- b195.Name = "Mesh"
- b195.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p196 = Instance.new("Part", m)
- p196.BrickColor = BrickColor.new("Black")
- p196.Material = Enum.Material.SmoothPlastic
- p196.Reflectance = 0.30000001192093
- 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)
- p196.Anchored = true
- p196.CanCollide = false
- p196.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b196 = Instance.new("BlockMesh", p196)
- b196.Name = "Mesh"
- b196.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
- p197 = Instance.new("Part", m)
- p197.BrickColor = BrickColor.new("Black")
- p197.Material = Enum.Material.SmoothPlastic
- p197.Reflectance = 0.30000001192093
- 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)
- p197.Anchored = true
- p197.CanCollide = false
- p197.FormFactor = Enum.FormFactor.Symmetric
- p197.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b197 = Instance.new("SpecialMesh", p197)
- b197.MeshType = Enum.MeshType.Wedge
- b197.Name = "Mesh"
- b197.Scale = Vector3.new(0.34130618, 1, 1)
- p198 = Instance.new("Part", m)
- p198.BrickColor = BrickColor.new("Black")
- p198.Material = Enum.Material.SmoothPlastic
- p198.Reflectance = 0.30000001192093
- 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)
- p198.Anchored = true
- p198.CanCollide = false
- p198.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b198 = Instance.new("BlockMesh", p198)
- b198.Name = "Mesh"
- b198.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
- p199 = Instance.new("Part", m)
- p199.BrickColor = BrickColor.new("Black")
- p199.Material = Enum.Material.SmoothPlastic
- p199.Reflectance = 0.30000001192093
- 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)
- p199.Anchored = true
- p199.CanCollide = false
- p199.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b199 = Instance.new("BlockMesh", p199)
- b199.Name = "Mesh"
- b199.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p200 = Instance.new("Part", m)
- p200.BrickColor = BrickColor.new("Black")
- p200.Material = Enum.Material.SmoothPlastic
- p200.Reflectance = 0.30000001192093
- 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)
- p200.Anchored = true
- p200.CanCollide = false
- p200.Size = Vector3.new(0.379703879, 0.200000003, 0.200000003)
- p200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b200 = Instance.new("BlockMesh", p200)
- b200.Name = "Mesh"
- b200.Scale = Vector3.new(1, 0.767938852, 0.328507692)
- p201 = Instance.new("Part", m)
- p201.BrickColor = BrickColor.new("Black")
- p201.Material = Enum.Material.SmoothPlastic
- p201.Reflectance = 0.30000001192093
- 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)
- p201.Anchored = true
- p201.CanCollide = false
- p201.FormFactor = Enum.FormFactor.Symmetric
- p201.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
- p201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b201 = Instance.new("SpecialMesh", p201)
- b201.MeshType = Enum.MeshType.Wedge
- b201.Name = "Mesh"
- b201.Scale = Vector3.new(0.34130618, 1, 1)
- p202 = Instance.new("Part", m)
- p202.BrickColor = BrickColor.new("Black")
- p202.Material = Enum.Material.SmoothPlastic
- p202.Reflectance = 0.30000001192093
- 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)
- p202.Anchored = true
- p202.CanCollide = false
- p202.FormFactor = Enum.FormFactor.Symmetric
- p202.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b202 = Instance.new("SpecialMesh", p202)
- b202.MeshType = Enum.MeshType.Wedge
- b202.Name = "Mesh"
- b202.Scale = Vector3.new(0.34130618, 1, 1)
- p203 = Instance.new("Part", m)
- p203.BrickColor = BrickColor.new("Black")
- p203.Material = Enum.Material.SmoothPlastic
- p203.Reflectance = 0.30000001192093
- 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)
- p203.Anchored = true
- p203.CanCollide = false
- p203.Size = Vector3.new(0.200000003, 0.904887736, 0.200000003)
- p203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p203.BottomSurface = Enum.SurfaceType.Weld
- p203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b203 = Instance.new("CylinderMesh", p203)
- b203.Name = "Mesh"
- b203.Scale = Vector3.new(0.86606437, 1, 0.902329028)
- p204 = Instance.new("Part", m)
- p204.BrickColor = BrickColor.new("Really black")
- p204.Material = Enum.Material.SmoothPlastic
- 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)
- p204.Anchored = true
- p204.CanCollide = false
- p204.Size = Vector3.new(0.380556345, 0.200000003, 0.430472851)
- p204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b204 = Instance.new("BlockMesh", p204)
- b204.Name = "Mesh"
- b204.Scale = Vector3.new(1, 0.906594813, 1)
- p205 = Instance.new("Part", m)
- p205.BrickColor = BrickColor.new("Black")
- p205.Material = Enum.Material.SmoothPlastic
- p205.Reflectance = 0.30000001192093
- 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)
- p205.Anchored = true
- p205.CanCollide = false
- p205.FormFactor = Enum.FormFactor.Symmetric
- p205.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b205 = Instance.new("SpecialMesh", p205)
- b205.MeshType = Enum.MeshType.Wedge
- b205.Name = "Mesh"
- b205.Scale = Vector3.new(0.34130618, 1, 1)
- p206 = Instance.new("Part", m)
- p206.BrickColor = BrickColor.new("Medium stone grey")
- p206.Material = Enum.Material.SmoothPlastic
- 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)
- p206.Anchored = true
- p206.CanCollide = false
- p206.Size = Vector3.new(0.200000003, 0.35922429, 0.200000003)
- p206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p206.BottomSurface = Enum.SurfaceType.Weld
- p206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b206 = Instance.new("CylinderMesh", p206)
- b206.Name = "Mesh"
- b206.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p207 = Instance.new("Part", m)
- p207.BrickColor = BrickColor.new("Black")
- p207.Material = Enum.Material.SmoothPlastic
- p207.Reflectance = 0.30000001192093
- 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)
- p207.Anchored = true
- p207.CanCollide = false
- p207.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b207 = Instance.new("BlockMesh", p207)
- b207.Name = "Mesh"
- b207.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p208 = Instance.new("Part", m)
- p208.BrickColor = BrickColor.new("Black")
- p208.Material = Enum.Material.SmoothPlastic
- p208.Reflectance = 0.30000001192093
- 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)
- p208.Anchored = true
- p208.CanCollide = false
- p208.Size = Vector3.new(0.321681917, 0.200000003, 0.200000003)
- p208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b208 = Instance.new("BlockMesh", p208)
- b208.Name = "Mesh"
- b208.Scale = Vector3.new(1, 0.874597073, 0.328507692)
- p209 = Instance.new("Part", m)
- p209.BrickColor = BrickColor.new("Medium stone grey")
- p209.Material = Enum.Material.SmoothPlastic
- 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)
- p209.Anchored = true
- p209.CanCollide = false
- p209.Size = Vector3.new(0.200000003, 0.435591578, 0.200000003)
- p209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p209.BottomSurface = Enum.SurfaceType.Weld
- p209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b209 = Instance.new("CylinderMesh", p209)
- b209.Name = "Mesh"
- b209.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p210 = Instance.new("Part", m)
- p210.BrickColor = BrickColor.new("Medium stone grey")
- p210.Material = Enum.Material.SmoothPlastic
- p210.Name = "Sphere"
- 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)
- p210.Anchored = true
- p210.CanCollide = false
- p210.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b210 = Instance.new("SpecialMesh", p210)
- b210.MeshType = Enum.MeshType.Sphere
- b210.Name = "Mesh"
- b210.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p211 = Instance.new("Part", m)
- p211.BrickColor = BrickColor.new("Medium stone grey")
- p211.Material = Enum.Material.SmoothPlastic
- p211.Name = "Sphere"
- 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)
- p211.Anchored = true
- p211.CanCollide = false
- p211.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b211 = Instance.new("SpecialMesh", p211)
- b211.MeshType = Enum.MeshType.Sphere
- b211.Name = "Mesh"
- b211.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p212 = Instance.new("Part", m)
- p212.BrickColor = BrickColor.new("Medium stone grey")
- p212.Material = Enum.Material.SmoothPlastic
- 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)
- p212.Anchored = true
- p212.CanCollide = false
- p212.Size = Vector3.new(0.200000003, 0.495320171, 0.200000003)
- p212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p212.BottomSurface = Enum.SurfaceType.Weld
- p212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b212 = Instance.new("CylinderMesh", p212)
- b212.Name = "Mesh"
- b212.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p213 = Instance.new("Part", m)
- p213.BrickColor = BrickColor.new("Black")
- p213.Material = Enum.Material.SmoothPlastic
- p213.Reflectance = 0.30000001192093
- 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)
- p213.Anchored = true
- p213.CanCollide = false
- p213.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b213 = Instance.new("BlockMesh", p213)
- b213.Name = "Mesh"
- b213.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p214 = Instance.new("Part", m)
- p214.BrickColor = BrickColor.new("Black")
- p214.Material = Enum.Material.SmoothPlastic
- p214.Reflectance = 0.30000001192093
- 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)
- p214.Anchored = true
- p214.CanCollide = false
- p214.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b214 = Instance.new("BlockMesh", p214)
- b214.Name = "Mesh"
- b214.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p215 = Instance.new("Part", m)
- p215.BrickColor = BrickColor.new("Medium stone grey")
- p215.Material = Enum.Material.SmoothPlastic
- 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)
- p215.Anchored = true
- p215.CanCollide = false
- p215.Size = Vector3.new(0.200000003, 0.445404142, 0.200000003)
- p215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p215.BottomSurface = Enum.SurfaceType.Weld
- p215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b215 = Instance.new("CylinderMesh", p215)
- b215.Name = "Mesh"
- b215.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p216 = Instance.new("Part", m)
- p216.BrickColor = BrickColor.new("Medium stone grey")
- p216.Material = Enum.Material.SmoothPlastic
- p216.Name = "Sphere"
- 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)
- p216.Anchored = true
- p216.CanCollide = false
- p216.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b216 = Instance.new("SpecialMesh", p216)
- b216.MeshType = Enum.MeshType.Sphere
- b216.Name = "Mesh"
- b216.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p217 = Instance.new("Part", m)
- p217.BrickColor = BrickColor.new("Medium stone grey")
- p217.Material = Enum.Material.SmoothPlastic
- p217.Name = "Sphere"
- 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)
- p217.Anchored = true
- p217.CanCollide = false
- p217.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b217 = Instance.new("SpecialMesh", p217)
- b217.MeshType = Enum.MeshType.Sphere
- b217.Name = "Mesh"
- b217.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p218 = Instance.new("Part", m)
- p218.BrickColor = BrickColor.new("Medium stone grey")
- p218.Material = Enum.Material.SmoothPlastic
- p218.Name = "Sphere"
- 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)
- p218.Anchored = true
- p218.CanCollide = false
- p218.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b218 = Instance.new("SpecialMesh", p218)
- b218.MeshType = Enum.MeshType.Sphere
- b218.Name = "Mesh"
- b218.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p219 = Instance.new("Part", m)
- p219.BrickColor = BrickColor.new("Medium stone grey")
- p219.Material = Enum.Material.SmoothPlastic
- p219.Name = "Sphere"
- 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)
- p219.Anchored = true
- p219.CanCollide = false
- p219.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b219 = Instance.new("SpecialMesh", p219)
- b219.MeshType = Enum.MeshType.Sphere
- b219.Name = "Mesh"
- b219.Scale = Vector3.new(0.452230543, 0.441564947, 0.430899411)
- p220 = Instance.new("Part", m)
- p220.BrickColor = BrickColor.new("Medium stone grey")
- p220.Material = Enum.Material.SmoothPlastic
- 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)
- p220.Anchored = true
- p220.CanCollide = false
- p220.Size = Vector3.new(0.200000003, 0.506412625, 0.200000003)
- p220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p220.BottomSurface = Enum.SurfaceType.Weld
- p220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b220 = Instance.new("CylinderMesh", p220)
- b220.Name = "Mesh"
- b220.Scale = Vector3.new(0.86606437, 1, 0.441565275)
- p221 = Instance.new("Part", m)
- p221.BrickColor = BrickColor.new("Black")
- p221.Material = Enum.Material.SmoothPlastic
- p221.Reflectance = 0.30000001192093
- 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)
- p221.Anchored = true
- p221.CanCollide = false
- p221.Size = Vector3.new(0.493188143, 0.200000003, 0.200000003)
- p221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b221 = Instance.new("BlockMesh", p221)
- b221.Name = "Mesh"
- b221.Scale = Vector3.new(1, 0.767938852, 0.328507692)
- p222 = Instance.new("Part", m)
- p222.BrickColor = BrickColor.new("Black")
- p222.Material = Enum.Material.SmoothPlastic
- p222.Reflectance = 0.30000001192093
- 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)
- p222.Anchored = true
- p222.CanCollide = false
- p222.FormFactor = Enum.FormFactor.Symmetric
- p222.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
- p222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b222 = Instance.new("SpecialMesh", p222)
- b222.MeshType = Enum.MeshType.Wedge
- b222.Name = "Mesh"
- b222.Scale = Vector3.new(0.34130618, 1, 1)
- p223 = Instance.new("Part", m)
- p223.BrickColor = BrickColor.new("Medium stone grey")
- p223.Material = Enum.Material.SmoothPlastic
- 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)
- p223.Anchored = true
- p223.CanCollide = false
- p223.Size = Vector3.new(1.27989805, 0.431751966, 1.28672552)
- p223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p223.BottomSurface = Enum.SurfaceType.Weld
- p223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b223 = Instance.new("CylinderMesh", p223)
- b223.Name = "Mesh"
- p224 = Instance.new("Part", m)
- p224.BrickColor = BrickColor.new("Black")
- p224.Material = Enum.Material.SmoothPlastic
- p224.Reflectance = 0.30000001192093
- 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)
- p224.Anchored = true
- p224.CanCollide = false
- p224.Size = Vector3.new(1.27051222, 0.434738368, 1.28672552)
- p224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p224.BottomSurface = Enum.SurfaceType.Weld
- p224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b224 = Instance.new("CylinderMesh", p224)
- b224.Name = "Mesh"
- p225 = Instance.new("Part", m)
- p225.BrickColor = BrickColor.new("Mint")
- p225.Material = Enum.Material.SmoothPlastic
- 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)
- p225.Anchored = true
- p225.CanCollide = false
- p225.FormFactor = Enum.FormFactor.Symmetric
- p225.Size = Vector3.new(0.333200157, 0.276458055, 0.284564346)
- p225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b225 = Instance.new("SpecialMesh", p225)
- b225.MeshType = Enum.MeshType.Wedge
- b225.Name = "Mesh"
- p226 = Instance.new("Part", m)
- p226.BrickColor = BrickColor.new("Mint")
- p226.Material = Enum.Material.SmoothPlastic
- 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)
- p226.Anchored = true
- p226.CanCollide = false
- p226.Size = Vector3.new(0.331493586, 0.273471624, 0.621177852)
- p226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b226 = Instance.new("BlockMesh", p226)
- b226.Name = "Mesh"
- p227 = Instance.new("Part", m)
- p227.BrickColor = BrickColor.new("Pastel green")
- p227.Material = Enum.Material.SmoothPlastic
- 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)
- p227.Anchored = true
- p227.CanCollide = false
- p227.FormFactor = Enum.FormFactor.Symmetric
- p227.Size = Vector3.new(0.515372276, 0.609658182, 1.23339629)
- p227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b227 = Instance.new("SpecialMesh", p227)
- b227.MeshType = Enum.MeshType.Wedge
- b227.Name = "Mesh"
- p228 = Instance.new("Part", m)
- p228.BrickColor = BrickColor.new("Mint")
- p228.Material = Enum.Material.SmoothPlastic
- 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)
- p228.Anchored = true
- p228.CanCollide = false
- p228.Size = Vector3.new(0.291816741, 0.330639958, 0.276031643)
- p228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p228.BottomSurface = Enum.SurfaceType.Weld
- p228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p228.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b228 = Instance.new("CylinderMesh", p228)
- b228.Name = "Mesh"
- p229 = Instance.new("Part", m)
- p229.BrickColor = BrickColor.new("Black")
- p229.Material = Enum.Material.SmoothPlastic
- p229.Reflectance = 0.30000001192093
- 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)
- p229.Anchored = true
- p229.CanCollide = false
- p229.Size = Vector3.new(1.27051222, 0.439004719, 1.21590436)
- p229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p229.BottomSurface = Enum.SurfaceType.Weld
- p229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b229 = Instance.new("CylinderMesh", p229)
- b229.Name = "Mesh"
- p230 = Instance.new("Part", m)
- p230.BrickColor = BrickColor.new("Black")
- p230.Material = Enum.Material.SmoothPlastic
- p230.Name = "Sphere"
- 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)
- p230.Anchored = true
- p230.CanCollide = false
- p230.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b230 = Instance.new("SpecialMesh", p230)
- b230.MeshType = Enum.MeshType.Sphere
- b230.Name = "Mesh"
- b230.Scale = Vector3.new(0.878863275, 0.86819768, 0.85753268)
- p231 = Instance.new("Part", m)
- p231.BrickColor = BrickColor.new("Mint")
- p231.Material = Enum.Material.SmoothPlastic
- 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)
- p231.Anchored = true
- p231.CanCollide = false
- p231.Size = Vector3.new(0.331493586, 0.273471624, 0.524758697)
- p231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b231 = Instance.new("BlockMesh", p231)
- b231.Name = "Mesh"
- p232 = Instance.new("Part", m)
- p232.BrickColor = BrickColor.new("Mint")
- p232.Material = Enum.Material.SmoothPlastic
- 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)
- p232.Anchored = true
- p232.CanCollide = false
- p232.Size = Vector3.new(0.273471534, 0.332773149, 0.276458293)
- p232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p232.BottomSurface = Enum.SurfaceType.Weld
- p232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b232 = Instance.new("CylinderMesh", p232)
- b232.Name = "Mesh"
- p233 = Instance.new("Part", m)
- p233.BrickColor = BrickColor.new("Pastel green")
- p233.Material = Enum.Material.SmoothPlastic
- 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)
- p233.Anchored = true
- p233.CanCollide = false
- p233.Size = Vector3.new(0.309736162, 0.200000003, 0.516226113)
- p233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b233 = Instance.new("BlockMesh", p233)
- b233.Name = "Mesh"
- b233.Scale = Vector3.new(1, 0.637815893, 1)
- p234 = Instance.new("Part", m)
- p234.BrickColor = BrickColor.new("Black")
- p234.Material = Enum.Material.SmoothPlastic
- p234.Name = "Sphere"
- 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)
- p234.Anchored = true
- p234.CanCollide = false
- p234.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b234 = Instance.new("SpecialMesh", p234)
- b234.MeshType = Enum.MeshType.Sphere
- b234.Name = "Mesh"
- b234.Scale = Vector3.new(0.878863275, 0.902328312, 0.85753268)
- p235 = Instance.new("Part", m)
- p235.BrickColor = BrickColor.new("Black")
- p235.Material = Enum.Material.SmoothPlastic
- p235.Reflectance = 0.30000001192093
- 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)
- p235.Anchored = true
- p235.CanCollide = false
- p235.Size = Vector3.new(0.369891375, 0.328080595, 0.440712065)
- p235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b235 = Instance.new("BlockMesh", p235)
- b235.Name = "Mesh"
- p236 = Instance.new("Part", m)
- p236.BrickColor = BrickColor.new("Black")
- p236.Material = Enum.Material.SmoothPlastic
- 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)
- p236.Anchored = true
- p236.CanCollide = false
- p236.Size = Vector3.new(1.28800404, 0.337039471, 1.28672552)
- p236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p236.BottomSurface = Enum.SurfaceType.Weld
- p236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b236 = Instance.new("CylinderMesh", p236)
- b236.Name = "Mesh"
- p237 = Instance.new("Part", m)
- p237.BrickColor = BrickColor.new("Black")
- p237.Material = Enum.Material.SmoothPlastic
- 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)
- p237.Anchored = true
- p237.CanCollide = false
- p237.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
- p237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b237 = Instance.new("BlockMesh", p237)
- b237.Name = "Mesh"
- p238 = Instance.new("Part", m)
- p238.BrickColor = BrickColor.new("Black")
- p238.Material = Enum.Material.SmoothPlastic
- p238.Reflectance = 0.30000001192093
- 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)
- p238.Anchored = true
- p238.CanCollide = false
- p238.Size = Vector3.new(1.28800404, 0.427485645, 1.28672552)
- p238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p238.BottomSurface = Enum.SurfaceType.Weld
- p238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b238 = Instance.new("CylinderMesh", p238)
- b238.Name = "Mesh"
- p239 = Instance.new("Part", m)
- p239.BrickColor = BrickColor.new("Pastel green")
- p239.Material = Enum.Material.SmoothPlastic
- 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)
- p239.Anchored = true
- p239.CanCollide = false
- p239.Size = Vector3.new(0.309736162, 0.200000003, 0.517079413)
- p239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b239 = Instance.new("BlockMesh", p239)
- b239.Name = "Mesh"
- b239.Scale = Vector3.new(1, 0.637815893, 1)
- p240 = Instance.new("Part", m)
- p240.BrickColor = BrickColor.new("Pastel green")
- p240.Material = Enum.Material.SmoothPlastic
- 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)
- p240.Anchored = true
- p240.CanCollide = false
- p240.Size = Vector3.new(0.335760742, 0.200000003, 0.256833166)
- p240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p240.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b240 = Instance.new("BlockMesh", p240)
- b240.Name = "Mesh"
- b240.Scale = Vector3.new(1, 0.637815893, 1)
- p241 = Instance.new("Part", m)
- p241.BrickColor = BrickColor.new("Black")
- p241.Material = Enum.Material.SmoothPlastic
- 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)
- p241.Anchored = true
- p241.CanCollide = false
- p241.Size = Vector3.new(0.200000003, 0.366903841, 0.200000003)
- p241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p241.BottomSurface = Enum.SurfaceType.Weld
- p241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b241 = Instance.new("CylinderMesh", p241)
- b241.Name = "Mesh"
- b241.Scale = Vector3.new(0.86606437, 1, 0.902329028)
- p242 = Instance.new("Part", m)
- p242.BrickColor = BrickColor.new("Pastel green")
- p242.Material = Enum.Material.SmoothPlastic
- 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)
- p242.Anchored = true
- p242.CanCollide = false
- p242.Size = Vector3.new(0.320828617, 0.208623439, 0.517079413)
- p242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b242 = Instance.new("BlockMesh", p242)
- b242.Name = "Mesh"
- p243 = Instance.new("Part", m)
- p243.BrickColor = BrickColor.new("Black")
- p243.Material = Enum.Material.SmoothPlastic
- 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)
- p243.Anchored = true
- p243.CanCollide = false
- p243.Size = Vector3.new(0.309736162, 0.238914371, 0.32125473)
- p243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b243 = Instance.new("BlockMesh", p243)
- b243.Name = "Mesh"
- p244 = Instance.new("Part", m)
- p244.BrickColor = BrickColor.new("Black")
- p244.Material = Enum.Material.SmoothPlastic
- 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)
- p244.Anchored = true
- p244.CanCollide = false
- p244.Size = Vector3.new(0.200000003, 0.712476373, 0.200000003)
- p244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p244.BottomSurface = Enum.SurfaceType.Weld
- p244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b244 = Instance.new("CylinderMesh", p244)
- b244.Name = "Mesh"
- b244.Scale = Vector3.new(0.86606437, 1, 0.902329028)
- p245 = Instance.new("Part", m)
- p245.BrickColor = BrickColor.new("Black")
- p245.Material = Enum.Material.SmoothPlastic
- 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)
- p245.Anchored = true
- p245.CanCollide = false
- p245.Size = Vector3.new(0.200000003, 0.617337704, 0.421086848)
- p245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b245 = Instance.new("BlockMesh", p245)
- b245.Name = "Mesh"
- b245.Scale = Vector3.new(0.475699484, 1, 1)
- p246 = Instance.new("Part", m)
- p246.BrickColor = BrickColor.new("Pastel green")
- p246.Material = Enum.Material.SmoothPlastic
- 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)
- p246.Anchored = true
- p246.CanCollide = false
- p246.FormFactor = Enum.FormFactor.Symmetric
- p246.Size = Vector3.new(0.353251815, 0.351118803, 0.284564346)
- p246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b246 = Instance.new("SpecialMesh", p246)
- b246.MeshType = Enum.MeshType.Wedge
- b246.Name = "Mesh"
- p247 = Instance.new("Part", m)
- p247.BrickColor = BrickColor.new("Mint")
- p247.Material = Enum.Material.SmoothPlastic
- 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)
- p247.Anchored = true
- p247.CanCollide = false
- p247.Size = Vector3.new(0.330640316, 0.273471624, 1.38143814)
- p247.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p247.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p247.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p247.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p247.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p247.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b247 = Instance.new("BlockMesh", p247)
- b247.Name = "Mesh"
- p248 = Instance.new("Part", m)
- p248.BrickColor = BrickColor.new("Black")
- p248.Material = Enum.Material.SmoothPlastic
- 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)
- p248.Anchored = true
- p248.CanCollide = false
- p248.Size = Vector3.new(0.383543611, 0.200000003, 0.421513528)
- p248.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p248.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p248.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b248 = Instance.new("BlockMesh", p248)
- b248.Name = "Mesh"
- b248.Scale = Vector3.new(1, 0.893795848, 1)
- p249 = Instance.new("Part", m)
- p249.BrickColor = BrickColor.new("Black")
- p249.Material = Enum.Material.SmoothPlastic
- 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)
- p249.Anchored = true
- p249.CanCollide = false
- p249.Size = Vector3.new(1.21462405, 0.202650547, 0.335333675)
- p249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p249.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b249 = Instance.new("BlockMesh", p249)
- b249.Name = "Mesh"
- p250 = Instance.new("Part", m)
- p250.BrickColor = BrickColor.new("Black")
- p250.Material = Enum.Material.SmoothPlastic
- 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)
- p250.Anchored = true
- p250.CanCollide = false
- p250.Size = Vector3.new(0.317415565, 0.202650547, 0.335333675)
- p250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b250 = Instance.new("BlockMesh", p250)
- b250.Name = "Mesh"
- p251 = Instance.new("Part", m)
- p251.BrickColor = BrickColor.new("Pastel green")
- p251.Material = Enum.Material.SmoothPlastic
- 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)
- p251.Anchored = true
- p251.CanCollide = false
- p251.Size = Vector3.new(1.99834859, 0.745754182, 0.516652763)
- p251.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p251.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p251.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p251.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p251.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p251.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b251 = Instance.new("BlockMesh", p251)
- b251.Name = "Mesh"
- p252 = Instance.new("Part", m)
- p252.BrickColor = BrickColor.new("Pastel green")
- p252.Material = Enum.Material.SmoothPlastic
- 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)
- p252.Anchored = true
- p252.CanCollide = false
- p252.Size = Vector3.new(0.401888818, 0.200000003, 0.517506003)
- p252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p252.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b252 = Instance.new("BlockMesh", p252)
- b252.Name = "Mesh"
- b252.Scale = Vector3.new(1, 0.637815893, 1)
- p253 = Instance.new("Part", m)
- p253.BrickColor = BrickColor.new("Medium green")
- p253.Material = Enum.Material.SmoothPlastic
- 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)
- p253.Anchored = true
- p253.CanCollide = false
- p253.Size = Vector3.new(0.309736162, 0.200000003, 0.298643202)
- p253.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p253.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p253.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p253.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p253.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p253.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b253 = Instance.new("BlockMesh", p253)
- b253.Name = "Mesh"
- b253.Scale = Vector3.new(1, 0.637815893, 1)
- p254 = Instance.new("Part", m)
- p254.BrickColor = BrickColor.new("Black")
- p254.Material = Enum.Material.SmoothPlastic
- p254.Reflectance = 0.30000001192093
- 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)
- p254.Anchored = true
- p254.CanCollide = false
- p254.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b254 = Instance.new("BlockMesh", p254)
- b254.Name = "Mesh"
- b254.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p255 = Instance.new("Part", m)
- p255.BrickColor = BrickColor.new("Black")
- p255.Material = Enum.Material.SmoothPlastic
- 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)
- p255.Anchored = true
- p255.CanCollide = false
- p255.Size = Vector3.new(0.278164506, 0.296509355, 0.234221548)
- p255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p255.BottomSurface = Enum.SurfaceType.Weld
- p255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p255.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b255 = Instance.new("CylinderMesh", p255)
- b255.Name = "Mesh"
- p256 = Instance.new("Part", m)
- p256.BrickColor = BrickColor.new("Black")
- p256.Material = Enum.Material.SmoothPlastic
- p256.Reflectance = 0.30000001192093
- 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)
- p256.Anchored = true
- p256.CanCollide = false
- p256.FormFactor = Enum.FormFactor.Symmetric
- p256.Size = Vector3.new(0.279444456, 0.408287525, 0.495321035)
- p256.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p256.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p256.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p256.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p256.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p256.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b256 = Instance.new("SpecialMesh", p256)
- b256.MeshType = Enum.MeshType.Wedge
- b256.Name = "Mesh"
- p257 = Instance.new("Part", m)
- p257.BrickColor = BrickColor.new("Medium stone grey")
- p257.Material = Enum.Material.SmoothPlastic
- 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)
- p257.Anchored = true
- p257.CanCollide = false
- p257.Size = Vector3.new(0.278164506, 0.560168386, 0.200000003)
- p257.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p257.BottomSurface = Enum.SurfaceType.Weld
- p257.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p257.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p257.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p257.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b257 = Instance.new("CylinderMesh", p257)
- b257.Name = "Mesh"
- b257.Scale = Vector3.new(1, 1, 0.753007352)
- p258 = Instance.new("Part", m)
- p258.BrickColor = BrickColor.new("Black")
- p258.Material = Enum.Material.SmoothPlastic
- p258.Reflectance = 0.30000001192093
- 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)
- p258.Anchored = true
- p258.CanCollide = false
- p258.Size = Vector3.new(1.01410675, 0.494040698, 0.277738184)
- p258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b258 = Instance.new("BlockMesh", p258)
- b258.Name = "Mesh"
- p259 = Instance.new("Part", m)
- p259.BrickColor = BrickColor.new("Quill grey")
- p259.Material = Enum.Material.SmoothPlastic
- 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)
- p259.Anchored = true
- p259.CanCollide = false
- p259.Size = Vector3.new(0.309736162, 0.200000003, 0.26707232)
- p259.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p259.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p259.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p259.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p259.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p259.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b259 = Instance.new("BlockMesh", p259)
- b259.Name = "Mesh"
- b259.Scale = Vector3.new(1, 0.637815893, 1)
- p260 = Instance.new("Part", m)
- p260.BrickColor = BrickColor.new("Medium stone grey")
- p260.Material = Enum.Material.SmoothPlastic
- p260.Name = "Sphere"
- 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)
- p260.Anchored = true
- p260.CanCollide = false
- p260.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p260.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p260.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p260.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p260.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p260.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p260.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b260 = Instance.new("SpecialMesh", p260)
- b260.MeshType = Enum.MeshType.Sphere
- b260.Name = "Mesh"
- b260.Scale = Vector3.new(0.827667475, 0.763672709, 0.765806496)
- p261 = Instance.new("Part", m)
- p261.BrickColor = BrickColor.new("Quill grey")
- p261.Material = Enum.Material.SmoothPlastic
- 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)
- p261.Anchored = true
- p261.CanCollide = false
- p261.Size = Vector3.new(0.309736162, 0.392928779, 0.26707232)
- p261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p261.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b261 = Instance.new("BlockMesh", p261)
- b261.Name = "Mesh"
- p262 = Instance.new("Part", m)
- p262.BrickColor = BrickColor.new("Quill grey")
- p262.Material = Enum.Material.SmoothPlastic
- 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)
- p262.Anchored = true
- p262.CanCollide = false
- p262.Size = Vector3.new(0.309736162, 0.336186588, 0.26707232)
- p262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b262 = Instance.new("BlockMesh", p262)
- b262.Name = "Mesh"
- p263 = Instance.new("Part", m)
- p263.BrickColor = BrickColor.new("Quill grey")
- p263.Material = Enum.Material.SmoothPlastic
- 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)
- p263.Anchored = true
- p263.CanCollide = false
- p263.FormFactor = Enum.FormFactor.Symmetric
- p263.Size = Vector3.new(0.26280576, 0.300776094, 0.384823054)
- p263.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p263.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p263.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p263.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p263.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p263.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b263 = Instance.new("SpecialMesh", p263)
- b263.MeshType = Enum.MeshType.Wedge
- b263.Name = "Mesh"
- p264 = Instance.new("Part", m)
- p264.BrickColor = BrickColor.new("Quill grey")
- p264.Material = Enum.Material.SmoothPlastic
- 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)
- p264.Anchored = true
- p264.CanCollide = false
- p264.Size = Vector3.new(0.200000003, 0.380556434, 0.26707232)
- p264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p264.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b264 = Instance.new("BlockMesh", p264)
- b264.Name = "Mesh"
- b264.Scale = Vector3.new(0.33491087, 1, 1)
- p265 = Instance.new("Part", m)
- p265.BrickColor = BrickColor.new("Quill grey")
- p265.Material = Enum.Material.SmoothPlastic
- 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)
- p265.Anchored = true
- p265.CanCollide = false
- p265.Size = Vector3.new(0.222703114, 0.386955917, 0.26707232)
- p265.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b265 = Instance.new("BlockMesh", p265)
- b265.Name = "Mesh"
- p266 = Instance.new("Part", m)
- p266.BrickColor = BrickColor.new("Black")
- p266.Material = Enum.Material.SmoothPlastic
- p266.Reflectance = 0.30000001192093
- 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)
- p266.Anchored = true
- p266.CanCollide = false
- p266.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b266 = Instance.new("BlockMesh", p266)
- b266.Name = "Mesh"
- b266.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p267 = Instance.new("Part", m)
- p267.BrickColor = BrickColor.new("Black")
- p267.Material = Enum.Material.SmoothPlastic
- p267.Reflectance = 0.30000001192093
- 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)
- p267.Anchored = true
- p267.CanCollide = false
- p267.FormFactor = Enum.FormFactor.Symmetric
- p267.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p267.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b267 = Instance.new("SpecialMesh", p267)
- b267.MeshType = Enum.MeshType.Wedge
- b267.Name = "Mesh"
- b267.Scale = Vector3.new(0.34130618, 1, 1)
- p268 = Instance.new("Part", m)
- p268.BrickColor = BrickColor.new("Black")
- p268.Material = Enum.Material.SmoothPlastic
- p268.Reflectance = 0.30000001192093
- 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)
- p268.Anchored = true
- p268.CanCollide = false
- p268.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p268.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p268.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p268.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p268.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p268.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p268.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b268 = Instance.new("BlockMesh", p268)
- b268.Name = "Mesh"
- b268.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
- p269 = Instance.new("Part", m)
- p269.BrickColor = BrickColor.new("Black")
- p269.Material = Enum.Material.SmoothPlastic
- p269.Reflectance = 0.30000001192093
- 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)
- p269.Anchored = true
- p269.CanCollide = false
- p269.Size = Vector3.new(0.493188143, 0.200000003, 0.200000003)
- p269.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p269.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p269.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p269.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p269.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p269.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b269 = Instance.new("BlockMesh", p269)
- b269.Name = "Mesh"
- b269.Scale = Vector3.new(1, 0.767938852, 0.328507692)
- p270 = Instance.new("Part", m)
- p270.BrickColor = BrickColor.new("Black")
- p270.Material = Enum.Material.SmoothPlastic
- p270.Reflectance = 0.30000001192093
- 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)
- p270.Anchored = true
- p270.CanCollide = false
- p270.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b270 = Instance.new("BlockMesh", p270)
- b270.Name = "Mesh"
- b270.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p271 = Instance.new("Part", m)
- p271.BrickColor = BrickColor.new("Black")
- p271.Material = Enum.Material.SmoothPlastic
- p271.Reflectance = 0.30000001192093
- 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)
- p271.Anchored = true
- p271.CanCollide = false
- p271.FormFactor = Enum.FormFactor.Symmetric
- p271.Size = Vector3.new(0.200000003, 0.461616665, 0.219289422)
- p271.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p271.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p271.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p271.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p271.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p271.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b271 = Instance.new("SpecialMesh", p271)
- b271.MeshType = Enum.MeshType.Wedge
- b271.Name = "Mesh"
- b271.Scale = Vector3.new(0.34130618, 1, 1)
- p272 = Instance.new("Part", m)
- p272.BrickColor = BrickColor.new("Black")
- p272.Material = Enum.Material.SmoothPlastic
- p272.Reflectance = 0.30000001192093
- 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)
- p272.Anchored = true
- p272.CanCollide = false
- p272.FormFactor = Enum.FormFactor.Symmetric
- p272.Size = Vector3.new(0.200000003, 0.673653126, 0.219289422)
- p272.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p272.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p272.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p272.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p272.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p272.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b272 = Instance.new("SpecialMesh", p272)
- b272.MeshType = Enum.MeshType.Wedge
- b272.Name = "Mesh"
- b272.Scale = Vector3.new(0.34130618, 1, 1)
- p273 = Instance.new("Part", m)
- p273.BrickColor = BrickColor.new("Black")
- p273.Material = Enum.Material.SmoothPlastic
- p273.Reflectance = 0.30000001192093
- 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)
- p273.Anchored = true
- p273.CanCollide = false
- p273.Size = Vector3.new(0.214170411, 0.200000003, 0.200000003)
- p273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p273.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b273 = Instance.new("BlockMesh", p273)
- b273.Name = "Mesh"
- b273.Scale = Vector3.new(1, 0.974855781, 0.328507692)
- p274 = Instance.new("Part", m)
- p274.BrickColor = BrickColor.new("Black")
- p274.Material = Enum.Material.SmoothPlastic
- p274.Reflectance = 0.30000001192093
- 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)
- p274.Anchored = true
- p274.CanCollide = false
- p274.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- p274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- p274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- p274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- p274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- p274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- p274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- b274 = Instance.new("BlockMesh", p274)
- b274.Name = "Mesh"
- b274.Scale = Vector3.new(0.290114284, 0.364770919, 0.328507692)
- p275 = Instance.new("Part", m)
- p275.BrickColor = BrickColor.new("Medium stone grey")
- p275.Transparency = 1
- p275.Name = "Handle"
- 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)
- p275.Size = Vector3.new(0.649999976, 0.350000024, 0.649999976)
- handle = m:WaitForChild("Handle")
- hitbox = p105
- hitbox.Name = "Part"
- function Weld(Mod)
- local prev
- lol = handle
- local parts = Mod:GetChildren()
- for i = 1,#parts do
- 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
- local weld = Instance.new("Weld")
- weld.Name = "WeaponWeld"
- weld.Part0 = lol
- weld.Part1 = parts[i]
- weld.C0 = lol.CFrame:inverse()
- weld.C1 = parts[i].CFrame:inverse()
- weld.Parent = weld.Part1
- parts[i].Anchored = false
- prev = parts[i]
- end
- end
- end
- Weld(m)
- Weld(m1)
- handle.Anchored = false
- hitbox.Anchored = false
- hitbox.Transparency = 1
- handleweld = Instance.new("Motor", handle)
- handleweld.Part0 = handle
- handleweld.Part1 = RightArm
- handleweld.C1 = CFrame.Angles(0, math.rad(-90), 0) * CFrame.new(0, -1, 0)
- Defaults = {
- Handle = {
- C1 = handleweld.C1,
- Part1 = handleweld.Part1
- }
- }
- prts = {}
- powerprts = {}
- for _,nx in pairs(m:GetChildren()) do
- if nx:IsA("BasePart") and (nx ~= hitbox and nx ~= handle) then
- table.insert(prts, nx)
- if nx.BrickColor == BrickColor.new("Toothpaste") then
- table.insert(powerprts, nx)
- end
- end
- end
- for _,nx in pairs(m1:GetChildren()) do
- if nx:IsA("BasePart") and (nx ~= hitbox and nx ~= handle) then
- table.insert(prts, nx)
- if nx.BrickColor == BrickColor.new("Toothpaste") then
- table.insert(powerprts, nx)
- end
- end
- end
- Sound = {Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Instance.new("Sound")
- S.Volume = vol
- S.Pitch = pit or 1
- S.SoundId = "rbxassetid://"..id
- S.Parent = par or workspace
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, S.TimeLength + 1)
- end))
- end}
- function SpinSound(pitch)
- local S = Instance.new("Sound")
- S.Volume = 1
- S.Pitch = pitch or 1
- S.SoundId = "rbxassetid://248088589"
- if laughing == true then
- Sound.Create("200633029", handle, 1, 1.2)
- end
- S.Parent = handle
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, S.TimeLength + 1)
- return S
- end
- spini = false
- function sawspin()
- local pot = nil
- local spso = math.random(1, 5)
- if spso == 1 then
- pot = SpinSound(1)
- elseif spso == 2 then
- pot = SpinSound(1.2)
- elseif spso == 3 then
- pot = SpinSound(0.8)
- elseif spso == 4 then
- pot = SpinSound(1.5)
- elseif spso == 5 then
- pot = SpinSound(0.6)
- end
- while spini == true do
- swait()
- for i = 0, 1, 0.05 do
- swait()
- end
- end
- pot:Stop()
- end
- --[[Attacks]]--
- function attackone()
- attack = true
- for i = 0, 1, 0.09 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
- end
- Sound.Create("169445073", Torso, 1, 1)
- MagniDamage(LeftLeg, 4, 5, 7, 3, "Normal")
- for i = 0, 1, 0.07 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
- end
- attack = false
- end
- function attacktwo()
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
- end
- Sound.Create("169445073", Torso, 1, 1.1)
- MagniDamage(RightLeg, math.random(3, 5), 5, 7, 3, "Normal")
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-90), math.rad(-10)), 0.15)
- end
- attack = false
- end
- function attackthree()
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) * CFrame.new(1, 0, 0), 0.15)
- end
- Sound.Create("199145095", handle, 1, 1)
- MagniDamage(hitbox, math.random(8, 12), 6, 10, 4, "Normal")
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) * CFrame.new(1, 0, 0), 0.15)
- end
- attack = false
- end
- function attackfour()
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(-90), math.rad(-10)), 0.15)
- end
- spini = true
- Sound.Create("199145095", handle, 1, 1)
- coroutine.resume(coroutine.create(function()
- sawspin()
- end))
- MagniDamage(hitbox, math.random(9, 13), 6, 10, 4, "Normal")
- for i = 0, 1, 0.07 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- spini = false
- attack = false
- end
- Moves = {
- ["1"] = {Activate = function()
- print("gg")
- end};
- ["2"] = {Activate = function()
- attack = true
- hit = nil
- omghi = hitbox.Touched:connect(function(ducky)
- if ducky == (hitbox or m or handle) then
- return
- end
- if ducky.Parent:FindFirstChild("Humanoid") then
- hit = ducky.Parent
- elseif ducky.Parent.Parent:FindFirstChild("Humanoid") then
- hit = ducky.Parent.Parent
- elseif ducky:FindFirstChild("Humanoid") then
- hit = ducky
- end
- end)
- for i = 1,30 do
- swait()
- MagniDamage(hitbox, 3, 5, 8, 0, "Normal")
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)) * CFrame.new(-0.2, 0, 0), 0.15)
- end
- RootPart.Velocity = RootPart.CFrame.lookVector * 100
- for i = 1,30 do
- swait()
- MagniDamage(hitbox, 3, 7, 8, math.random(5, 10), "Normal")
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- omghi:disconnect()
- if hit ~= nil then
- local GWeld = Instance.new("Weld", hitbox)
- GWeld.Part0 = hit.Torso
- GWeld.Part1 = hitbox
- GWeld.C0 = CFrame.new(0,0,-2) * CFrame.Angles(3.2,0,0)
- hit.Humanoid.PlatformStand = true
- for i = 1,100 do
- swait()
- MagniDamage(hitbox, 3, 7, 8, math.random(5, 10), "Normal")
- GWeld.C0 = clerp(GWeld.C0, CFrame.new(0,0,2) * CFrame.Angles(3.2,0,0), 0.01)
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- hit.Humanoid.PlatformStand = false
- GWeld:Remove()
- end
- attack = false
- end};
- ["3"] = {Activate = function()
- attack = true
- spini = true
- coroutine.resume(coroutine.create(function()
- sawspin()
- end))
- RootPart.Velocity = RootPart.CFrame.lookVector * 50
- Sound.Create("199145095", handle, 1, 1)
- for i = 1, 4 do
- MagniDamage(hitbox, math.random(8, 12), 6, 10, 4, "Normal")
- RootPart.Velocity = RootPart.CFrame.lookVector * 80
- Sound.Create("199145095", handle, 1, 1)
- Humanoid.WalkSpeed = 0
- for d = 0, 1, 0.02 do
- game:GetService("RunService").RenderStepped:wait()
- 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)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(90), math.rad(30), math.rad(-90)) * CFrame.new(0, 0, 0), 0.15)
- end
- end
- Humanoid.WalkSpeed = 16
- spini = false
- attack = false
- end};
- ["4"] = {Activate = function()
- attack = true
- Humanoid.WalkSpeed = 0
- Humanoid.Jump = true
- RootPart.Velocity = Vector3.new(0, 250, 0)
- Sound.Create("199145327", RootPart, 1, 1)
- for d = 0, 1, 0.1 do
- game:GetService("RunService").RenderStepped:wait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) * CFrame.new(0, 0, 0), 0.15)
- end
- while Anim ~= "Idle" do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- RootJoint.C1 = clerp(RootJoint.C1, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- Torso.Neck.C1 = clerp(Torso.Neck.C1, CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- hitf, posf = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- while hitf == nil do
- swait()
- hitf, posf = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- end
- Effects.Block.Create(hitf.BrickColor, CFrame.new(posf), 50, 50, 50, 2, 2, 2, 0.05, 1)
- Effects.Ring.Create(hitf.BrickColor, CFrame.new(posf), 100, 5, 100, 5, 0, 5, 0.05)
- Effects.Wave.Create(hitf.BrickColor, CFrame.new(posf), 15, 1, 15, 5, 0, 5, 0.05)
- Sound.Create("203691653", RootPart, 1, 1)
- for i = 1, 10 do
- swait()
- MagniDamage(hitbox, 15, 12, 15, 20, "Normal")
- end
- --Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- Humanoid.WalkSpeed = 16
- attack = false
- end};
- ["Startup"] = {Activate = function()
- attack = true
- for i = 1, #prts do
- Effects.Block.Create(prts[i].BrickColor, prts[i].CFrame, 1, 1, 1, 0.1, 0.1, 0.1, 0.2, 1)
- prts[i].Transparency = 1
- end
- datfacetho = Head:FindFirstChild("face")
- if datfacetho and datfacetho.Transparency <= 0 then
- for x_o = 0, 1, 0.1 do
- swait()
- datfacetho.Transparency = datfacetho.Transparency + 0.1
- end
- end
- handleweld.C1, handleweld.Part1 = CFrame.Angles(0, 0, math.rad(-90)) * CFrame.new(0, 0, -5), RootPart
- Humanoid.WalkSpeed = 0
- for i = 0, 1, 0.05 do
- swait(0.8)
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0 ), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- for x_b = 0, 1, 0.01 do
- swait()
- end
- for i = 1, #prts do
- swait(0.5)
- Effects.Block.Create(prts[i].BrickColor, prts[i].CFrame, 1, 1, 1, 0.1, 0.1, 0.1, 0.2, 1)
- prts[i].Transparency = 0
- Sound.Create("12222170", handle, 1, 3.1)
- end
- handleweld.Part1, handleweld.C1 = Defaults.Handle.Part1, Defaults.Handle.C1
- Humanoid.WalkSpeed = 16
- attack = false
- datfacetho = Head:FindFirstChild("face")
- if datfacetho and datfacetho.Transparency >= 1 then
- for x_i = 0, 1, 0.1 do
- swait()
- datfacetho.Transparency = datfacetho.Transparency - 0.1
- end
- end
- end}
- }
- eye = Instance.new("Part", Head)
- eye.BrickColor = BrickColor.new("Really red")
- eye.Material = "Neon"
- eye.Name = "eye1"
- eye.FormFactor = 3
- eye.Shape = "Ball"
- eye.Size = Vector3.new(0.37 / 2, 0.37 / 2, 0.1)
- weld = Instance.new("Weld", eye)
- weld.Part0 = eye
- weld.Part1 = Head
- weld.C0 = CFrame.new(0.15, -0.2, 0.60)
- eye.Transparency = 1
- eye2 = eye:clone()
- eye2.Name = "eye2"
- eye2.Parent = Head
- eye2.Weld:Destroy()
- weld2 = Instance.new("Weld", eye2)
- weld2.Part0 = eye2
- weld2.Part1 = Head
- weld2.C0 = CFrame.new(-0.15, -0.2, 0.60)
- local eyeparti = Instance.new("ParticleEmitter", eye2)
- eyeparti.Color = ColorSequence.new(Color3.fromRGB(255, 85, 170), Color3.fromRGB(255, 85, 170))
- eyeparti.Texture = "rbxassetid://242292318"
- eyeparti.Transparency=NumberSequence.new(0.9)
- eyeparti.Size=NumberSequence.new(0.225)
- eyeparti.Acceleration = Vector3.new(45, 30, 0)
- eyeparti.LockedToPart = true
- eyeparti.Lifetime = NumberRange.new(0.25, 0.25)
- eyeparti.Rate = 1000
- eyeparti.EmissionDirection = "Bottom"
- eyeparti.Speed = NumberRange.new(1, 1)
- eyeparti.ZOffset = 2
- eyeparti.Enabled = false
- function Laugh()
- attack = true
- laughing = true
- for eyenum = 1, 2 do
- Head["eye"..eyenum].Transparency = 0
- end
- facee = Head:FindFirstChild("face")
- if facee then
- facee.Parent = nil
- end
- for x_z = 1, #powerprts do
- powerprts[x_z].BrickColor = BrickColor.new("Really red")
- end
- Sound.Create("137473066", Head, 1, 1)
- for i = 1, #prts do
- prts[i].Transparency = 1
- end
- for i = 0, 1, 0.01 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * CFrame.Angles(math.rad(math.sin(sine / 4)), 0, 0), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- end
- for i = 1, #prts do
- prts[i].Transparency = 0
- end
- eyeparti.Enabled = true
- attack = false
- repeat
- swait(5)
- 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)
- until laughing == false
- if facee then
- facee.Parent = Head
- end
- eyeparti.Enabled = false
- for x_3531A = 1, #powerprts do
- powerprts[x_3531A].BrickColor = BrickColor.new("Toothpaste")
- end
- for eyenum = 1, 2 do
- Head["eye"..eyenum].Transparency = 1
- end
- end
- mouse.Button1Down:connect(function()
- if attack == false and attacktype == 1 then
- attackone()
- end
- if attack == false and attacktype == 2 then
- attacktwo()
- end
- if attack == false and attacktype == 3 then
- attackthree()
- end
- if attack == false and attacktype == 4 then
- attackfour()
- end
- if attacktype >= 4 then
- attacktype = 1
- else
- if attack == false then
- attacktype = attacktype + 1
- end
- end
- end)
- mouse.KeyDown:connect(function(k)
- k = k:upper()
- if attack == true then
- return
- end
- if k == Keys["1"] then
- Moves["1"].Activate()
- elseif k == Keys["2"] then
- Moves["2"].Activate()
- elseif k == Keys["3"] then
- Moves["3"]:Activate()
- elseif k == Keys["4"] then
- Moves["4"].Activate()
- end
- if k == "X" and (Player.Name == "PixelFir3" or Player.Name == "Dooven") then
- if laughing == false then
- Laugh()
- else
- laughing = false
- end
- end
- end)
- function UpdateEffects()
- if #Effects > 0 then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if Thing[1].Transparency <= 1 then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder" then
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Blood" then
- Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, .5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Elec" then
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Shatter" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
- Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
- Thing[6] = Thing[6] + Thing[5]
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- end
- game:GetService("RunService").RenderStepped:connect(function()
- swait()
- UpdateEffects()
- end)
- Moves.Startup.Activate()
- while true do
- swait()
- TorsoVel = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- velocity = RootPart.Velocity.y
- if laughing == false then
- sine = sine + change
- else
- if Anim ~= "Walk" then
- sine = sine + (change * 2)
- else
- sine = sine + change
- end
- end
- local jump_floor, jump_pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- if Humanoid.Health > 0 then
- if RootPart.Velocity.y > 1 and jump_floor == nil then
- Anim = "Jump"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) * CFrame.new(1, 0, 0), 0.15)
- end
- elseif RootPart.Velocity.y < -1 and jump_floor == nil then
- Anim = "Fall"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-60), math.rad(-10)), 0.15)
- end
- elseif TorsoVel < 1 and jump_floor ~= nil then
- Anim = "Idle"
- if attack == false then
- change = 1
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * CFrame.new(0, 0, 0 - 0.1 * math.cos(sine / 6)), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(30), math.rad(-60), math.rad(-10)), 0.15)
- end
- elseif TorsoVel > 2 and jump_floor ~= nil then
- Anim = "Walk"
- if attack == false then
- change = 1
- 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)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.3)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- handleweld.C0 = clerp(handleweld.C0, CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) * CFrame.new(1, 0, 0), 0.15)
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment