Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NLS([[
- --By Rufus14
- for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
- if v.Name == "PolishSlavBegin" or v.Name == "PolishSlavWalk" then
- v:destroy()
- end
- end
- local RunTheServersided = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- RunTheServersided.Name = "RunTheServersided"
- RunTheServersided.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = RunTheServersided
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.64999997615814
- Frame.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.427, 0, 0.427, 0)
- TextLabel.Size = UDim2.new(0, 464, 0, 117)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Run the serversided script now."
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 39
- mouse = game.Players.LocalPlayer:GetMouse()
- local walkevent = game.ReplicatedStorage:WaitForChild("PolishSlavWalk")
- local startevent = game.ReplicatedStorage:WaitForChild("PolishSlavBegin")
- startevent:FireServer()
- local slavic = game.Players.LocalPlayer.Character:WaitForChild("SlavicThings")
- local redfoo = slavic.Boombox:WaitForChild("Redfoo - Get Ridiculous (Sonic Mine Remix)")
- RunTheServersided:destroy()
- local humanoid = game.Players.LocalPlayer.Character.Humanoid
- humanoid.WalkSpeed = 20
- function walk(speed)
- if speed > 5 then
- walkevent:FireServer(true)
- else
- walkevent:FireServer(false)
- end
- end
- humanoid.Running:connect(walk)
- function die()
- workspace.CurrentCamera.FieldOfView = 70
- script:Remove()
- end
- humanoid.Died:connect(die)
- while game:GetService("RunService").RenderStepped:wait() do
- workspace.CurrentCamera.FieldOfView = 70 + redfoo.PlaybackLoudness / 100
- end
- ]]),owner.Character)
- --By Rufus14
- local intro = Instance.new("RemoteEvent", game.ReplicatedStorage)
- intro.Name = "PolishSlavBegin"
- local walkevent = Instance.new("RemoteEvent", game.ReplicatedStorage)
- walkevent.Name = "PolishSlavWalk"
- currentplayer = nil
- function begin(player)
- if currentplayer == nil then
- currentplayer = player
- --Converted with ttyyuu12345's model to script plugin v4
- local function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- local cors = {}
- local mas = Instance.new("Model",game:GetService("Lighting"))
- local boomboxmodel = Instance.new("Model")
- local boomboxpart = Instance.new("Part")
- local boomboxdecal = Instance.new("Decal")
- local Sound3 = Instance.new("Sound")
- local BlockMesh5 = Instance.new("BlockMesh")
- local boomboxweld = Instance.new("Weld")
- local belt = Instance.new("Part")
- boomboxmodel.Name = "SlavicThings"
- boomboxmodel.Parent = mas
- boomboxpart.Name = "Boombox"
- boomboxpart.Parent = boomboxmodel
- boomboxpart.CFrame = CFrame.new(3, 3.30000019, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- boomboxpart.Position = Vector3.new(3, 3.30000019, 1)
- boomboxpart.Color = Color3.new(0.105882, 0.164706, 0.207843)
- boomboxpart.Size = Vector3.new(2, 3, 2)
- boomboxpart.BottomSurface = Enum.SurfaceType.Smooth
- boomboxpart.BrickColor = BrickColor.new("Black")
- boomboxpart.TopSurface = Enum.SurfaceType.Smooth
- boomboxpart.brickColor = BrickColor.new("Black")
- boomboxdecal.Name = "Speaker"
- boomboxdecal.Parent = boomboxpart
- boomboxdecal.Texture = "http://www.roblox.com/asset/?id=24716155"
- boomboxdecal.Face = Enum.NormalId.Top
- boomboxpart:BreakJoints()
- belt:BreakJoints()
- Sound3.Name = "Redfoo - Get Ridiculous (Sonic Mine Remix)"
- Sound3.Parent = boomboxpart
- Sound3.SoundId = "rbxassetid://997839954"
- Sound3.Volume = 2
- Sound3.Looped = true
- BlockMesh5.Parent = boomboxpart
- boomboxweld.Parent = boomboxpart
- boomboxweld.C0 = CFrame.new(0, -0.150000095, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- boomboxweld.Part0 = boomboxpart
- boomboxweld.Part1 = belt
- belt.Name = "Belt"
- belt.Parent = boomboxmodel
- belt.CFrame = CFrame.new(3, 3.1500001, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- belt.Position = Vector3.new(3, 3.1500001, 0.5)
- belt.Color = Color3.new(0.105882, 0.164706, 0.207843)
- belt.Size = Vector3.new(2.4000001, 0.0999996886, 3.4000001)
- belt.BottomSurface = Enum.SurfaceType.Smooth
- belt.BrickColor = BrickColor.new("Black")
- belt.TopSurface = Enum.SurfaceType.Smooth
- belt.brickColor = BrickColor.new("Black")
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- local Model0 = Instance.new("Model")
- local Model1 = Instance.new("Model")
- local Part2 = Instance.new("Part")
- local Part3 = Instance.new("Part")
- local PointLight4 = Instance.new("PointLight")
- local Model5 = Instance.new("Model")
- local Part6 = Instance.new("Part")
- local Part7 = Instance.new("Part")
- local Part8 = Instance.new("Part")
- local Part9 = Instance.new("Part")
- local Part10 = Instance.new("Part")
- local Model11 = Instance.new("Model")
- local WedgePart12 = Instance.new("WedgePart")
- local SpecialMesh13 = Instance.new("SpecialMesh")
- local Model14 = Instance.new("Model")
- local Part15 = Instance.new("Part")
- local Part16 = Instance.new("Part")
- local Part17 = Instance.new("Part")
- local WedgePart18 = Instance.new("WedgePart")
- local SpecialMesh19 = Instance.new("SpecialMesh")
- local Part20 = Instance.new("Part")
- local Part21 = Instance.new("Part")
- local Part22 = Instance.new("Part")
- local Part23 = Instance.new("Part")
- local Part24 = Instance.new("Part")
- local Part25 = Instance.new("Part")
- local Part26 = Instance.new("Part")
- local Part27 = Instance.new("Part")
- local Part28 = Instance.new("Part")
- local Model29 = Instance.new("Model")
- local Part30 = Instance.new("Part")
- local Part31 = Instance.new("Part")
- local Part32 = Instance.new("Part")
- local Part33 = Instance.new("Part")
- local Part34 = Instance.new("Part")
- local Model35 = Instance.new("Model")
- local WedgePart36 = Instance.new("WedgePart")
- local SpecialMesh37 = Instance.new("SpecialMesh")
- local Model38 = Instance.new("Model")
- local Part39 = Instance.new("Part")
- local Part40 = Instance.new("Part")
- local Part41 = Instance.new("Part")
- local WedgePart42 = Instance.new("WedgePart")
- local SpecialMesh43 = Instance.new("SpecialMesh")
- local Part44 = Instance.new("Part")
- local Part45 = Instance.new("Part")
- local Part46 = Instance.new("Part")
- local Part47 = Instance.new("Part")
- local Part48 = Instance.new("Part")
- local Part49 = Instance.new("Part")
- local Part50 = Instance.new("Part")
- local Part51 = Instance.new("Part")
- local Part52 = Instance.new("Part")
- local Model53 = Instance.new("Model")
- local Part54 = Instance.new("Part")
- local Part55 = Instance.new("Part")
- local Part56 = Instance.new("Part")
- local SurfaceGui57 = Instance.new("SurfaceGui")
- local TextLabel58 = Instance.new("TextLabel")
- local Model59 = Instance.new("Model")
- Part60 = Instance.new("Part")
- Part61 = Instance.new("Part")
- Part62 = Instance.new("Part")
- Part63 = Instance.new("Part")
- Part64 = Instance.new("Part")
- Model65 = Instance.new("Model")
- Part66 = Instance.new("Part")
- Part67 = Instance.new("Part")
- Part68 = Instance.new("Part")
- Part69 = Instance.new("Part")
- Part70 = Instance.new("Part")
- Model71 = Instance.new("Model")
- WedgePart72 = Instance.new("WedgePart")
- SpecialMesh73 = Instance.new("SpecialMesh")
- Model74 = Instance.new("Model")
- Part75 = Instance.new("Part")
- Part76 = Instance.new("Part")
- Part77 = Instance.new("Part")
- WedgePart78 = Instance.new("WedgePart")
- SpecialMesh79 = Instance.new("SpecialMesh")
- Part80 = Instance.new("Part")
- Part81 = Instance.new("Part")
- Part82 = Instance.new("Part")
- Part83 = Instance.new("Part")
- Part84 = Instance.new("Part")
- Part85 = Instance.new("Part")
- Part86 = Instance.new("Part")
- Part87 = Instance.new("Part")
- Part88 = Instance.new("Part")
- Model89 = Instance.new("Model")
- Part90 = Instance.new("Part")
- Part91 = Instance.new("Part")
- Part92 = Instance.new("Part")
- Part93 = Instance.new("Part")
- Part94 = Instance.new("Part")
- Model95 = Instance.new("Model")
- Part96 = Instance.new("Part")
- Part97 = Instance.new("Part")
- Part98 = Instance.new("Part")
- SurfaceGui99 = Instance.new("SurfaceGui")
- TextLabel100 = Instance.new("TextLabel")
- Model101 = Instance.new("Model")
- Part102 = Instance.new("Part")
- Part103 = Instance.new("Part")
- Part104 = Instance.new("Part")
- Part105 = Instance.new("Part")
- Part106 = Instance.new("Part")
- Model107 = Instance.new("Model")
- Part108 = Instance.new("Part")
- Part109 = Instance.new("Part")
- Part110 = Instance.new("Part")
- Part111 = Instance.new("Part")
- Part112 = Instance.new("Part")
- Model113 = Instance.new("Model")
- Part114 = Instance.new("Part")
- Part115 = Instance.new("Part")
- Part116 = Instance.new("Part")
- Part117 = Instance.new("Part")
- Part118 = Instance.new("Part")
- Model119 = Instance.new("Model")
- Part120 = Instance.new("Part")
- Part121 = Instance.new("Part")
- Part122 = Instance.new("Part")
- Part123 = Instance.new("Part")
- Part124 = Instance.new("Part")
- Model125 = Instance.new("Model")
- WedgePart126 = Instance.new("WedgePart")
- SpecialMesh127 = Instance.new("SpecialMesh")
- Model128 = Instance.new("Model")
- Part129 = Instance.new("Part")
- Part130 = Instance.new("Part")
- Part131 = Instance.new("Part")
- WedgePart132 = Instance.new("WedgePart")
- SpecialMesh133 = Instance.new("SpecialMesh")
- Part134 = Instance.new("Part")
- Part135 = Instance.new("Part")
- Part136 = Instance.new("Part")
- Part137 = Instance.new("Part")
- Part138 = Instance.new("Part")
- Part139 = Instance.new("Part")
- Part140 = Instance.new("Part")
- Part141 = Instance.new("Part")
- Part142 = Instance.new("Part")
- Model143 = Instance.new("Model")
- Part144 = Instance.new("Part")
- Part145 = Instance.new("Part")
- Part146 = Instance.new("Part")
- Part147 = Instance.new("Part")
- Part148 = Instance.new("Part")
- Model149 = Instance.new("Model")
- Part150 = Instance.new("Part")
- Part151 = Instance.new("Part")
- Part152 = Instance.new("Part")
- Part153 = Instance.new("Part")
- Part154 = Instance.new("Part")
- Model155 = Instance.new("Model")
- Part156 = Instance.new("Part")
- Part157 = Instance.new("Part")
- Part158 = Instance.new("Part")
- SurfaceGui159 = Instance.new("SurfaceGui")
- TextLabel160 = Instance.new("TextLabel")
- Model161 = Instance.new("Model")
- Part162 = Instance.new("Part")
- Part163 = Instance.new("Part")
- Part164 = Instance.new("Part")
- Part165 = Instance.new("Part")
- Part166 = Instance.new("Part")
- Model167 = Instance.new("Model")
- WedgePart168 = Instance.new("WedgePart")
- SpecialMesh169 = Instance.new("SpecialMesh")
- Model170 = Instance.new("Model")
- Part171 = Instance.new("Part")
- Part172 = Instance.new("Part")
- Part173 = Instance.new("Part")
- WedgePart174 = Instance.new("WedgePart")
- SpecialMesh175 = Instance.new("SpecialMesh")
- Part176 = Instance.new("Part")
- Part177 = Instance.new("Part")
- Part178 = Instance.new("Part")
- Part179 = Instance.new("Part")
- Part180 = Instance.new("Part")
- Part181 = Instance.new("Part")
- Part182 = Instance.new("Part")
- Part183 = Instance.new("Part")
- Part184 = Instance.new("Part")
- Model185 = Instance.new("Model")
- Part186 = Instance.new("Part")
- Part187 = Instance.new("Part")
- Part188 = Instance.new("Part")
- SurfaceGui189 = Instance.new("SurfaceGui")
- TextLabel190 = Instance.new("TextLabel")
- Model191 = Instance.new("Model")
- Part192 = Instance.new("Part")
- Part193 = Instance.new("Part")
- Part194 = Instance.new("Part")
- Part195 = Instance.new("Part")
- Part196 = Instance.new("Part")
- Part197 = Instance.new("Part")
- Part198 = Instance.new("Part")
- Model199 = Instance.new("Model")
- Part200 = Instance.new("Part")
- Part201 = Instance.new("Part")
- Part202 = Instance.new("Part")
- Part203 = Instance.new("Part")
- Part204 = Instance.new("Part")
- Model205 = Instance.new("Model")
- Part206 = Instance.new("Part")
- Part207 = Instance.new("Part")
- Part208 = Instance.new("Part")
- Part209 = Instance.new("Part")
- Part210 = Instance.new("Part")
- Model211 = Instance.new("Model")
- Part212 = Instance.new("Part")
- Part213 = Instance.new("Part")
- Part214 = Instance.new("Part")
- SurfaceGui215 = Instance.new("SurfaceGui")
- TextLabel216 = Instance.new("TextLabel")
- Model217 = Instance.new("Model")
- Part218 = Instance.new("Part")
- Part219 = Instance.new("Part")
- Part220 = Instance.new("Part")
- Part221 = Instance.new("Part")
- Model222 = Instance.new("Model")
- Part223 = Instance.new("Part")
- Part224 = Instance.new("Part")
- Part225 = Instance.new("Part")
- Part226 = Instance.new("Part")
- Part227 = Instance.new("Part")
- Model228 = Instance.new("Model")
- Part229 = Instance.new("Part")
- Part230 = Instance.new("Part")
- Part231 = Instance.new("Part")
- Part232 = Instance.new("Part")
- Part233 = Instance.new("Part")
- Model234 = Instance.new("Model")
- Part235 = Instance.new("Part")
- Part236 = Instance.new("Part")
- PointLight237 = Instance.new("PointLight")
- Model238 = Instance.new("Model")
- Model239 = Instance.new("Model")
- Part240 = Instance.new("Part")
- Part241 = Instance.new("Part")
- Part242 = Instance.new("Part")
- Part243 = Instance.new("Part")
- Model244 = Instance.new("Model")
- Model245 = Instance.new("Model")
- Part246 = Instance.new("Part")
- Part247 = Instance.new("Part")
- Part248 = Instance.new("Part")
- Part249 = Instance.new("Part")
- Model250 = Instance.new("Model")
- Model251 = Instance.new("Model")
- Part252 = Instance.new("Part")
- Part253 = Instance.new("Part")
- Part254 = Instance.new("Part")
- Part255 = Instance.new("Part")
- Model256 = Instance.new("Model")
- Model257 = Instance.new("Model")
- Part258 = Instance.new("Part")
- Part259 = Instance.new("Part")
- Part260 = Instance.new("Part")
- Part261 = Instance.new("Part")
- Model262 = Instance.new("Model")
- Model263 = Instance.new("Model")
- Part264 = Instance.new("Part")
- Part265 = Instance.new("Part")
- Part266 = Instance.new("Part")
- Part267 = Instance.new("Part")
- Model268 = Instance.new("Model")
- Model269 = Instance.new("Model")
- Part270 = Instance.new("Part")
- Part271 = Instance.new("Part")
- Part272 = Instance.new("Part")
- Part273 = Instance.new("Part")
- Model274 = Instance.new("Model")
- Model275 = Instance.new("Model")
- Part276 = Instance.new("Part")
- Part277 = Instance.new("Part")
- Part278 = Instance.new("Part")
- Part279 = Instance.new("Part")
- Part280 = Instance.new("Part")
- SurfaceGui281 = Instance.new("SurfaceGui")
- TextLabel282 = Instance.new("TextLabel")
- Part283 = Instance.new("Part")
- Part284 = Instance.new("Part")
- Part285 = Instance.new("Part")
- Part286 = Instance.new("Part")
- Part287 = Instance.new("Part")
- Part288 = Instance.new("Part")
- Texture289 = Instance.new("Texture")
- Part290 = Instance.new("Part")
- Decal291 = Instance.new("Decal")
- Part292 = Instance.new("Part")
- Part293 = Instance.new("Part")
- Part294 = Instance.new("Part")
- Part295 = Instance.new("Part")
- Part296 = Instance.new("Part")
- Part297 = Instance.new("Part")
- Decal298 = Instance.new("Decal")
- Part299 = Instance.new("Part")
- Part300 = Instance.new("Part")
- SurfaceGui301 = Instance.new("SurfaceGui")
- TextLabel302 = Instance.new("TextLabel")
- Part303 = Instance.new("Part")
- Part304 = Instance.new("Part")
- Part305 = Instance.new("Part")
- Part306 = Instance.new("Part")
- Part307 = Instance.new("Part")
- local Part308 = Instance.new("Part")
- local Part309 = Instance.new("Part")
- local Part310 = Instance.new("Part")
- local Part311 = Instance.new("Part")
- local Part312 = Instance.new("Part")
- local Texture313 = Instance.new("Texture")
- local Part314 = Instance.new("Part")
- local Part315 = Instance.new("Part")
- local SurfaceGui316 = Instance.new("SurfaceGui")
- local TextLabel317 = Instance.new("TextLabel")
- local Part318 = Instance.new("Part")
- local Part319 = Instance.new("Part")
- local Part320 = Instance.new("Part")
- local Part321 = Instance.new("Part")
- local Part322 = Instance.new("Part")
- local Part323 = Instance.new("Part")
- local Part324 = Instance.new("Part")
- local Part325 = Instance.new("Part")
- local Part326 = Instance.new("Part")
- local Texture327 = Instance.new("Texture")
- local Part328 = Instance.new("Part")
- local WedgePart329 = Instance.new("WedgePart")
- local WedgePart330 = Instance.new("WedgePart")
- Model0.Name = "biedra"
- Model0.Parent = mas
- Model1.Parent = Model0
- Part2.Parent = Model1
- Part2.CFrame = CFrame.new(37.1436615, 18.4392605, -149.512512, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part2.Position = Vector3.new(37.1436615, 18.4392605, -149.512512)
- Part2.Size = Vector3.new(2.32000065, 0.630000114, 16.9599972)
- Part2.Anchored = true
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.Material = Enum.Material.Granite
- Part2.TopSurface = Enum.SurfaceType.Smooth
- Part3.Parent = Model1
- Part3.CFrame = CFrame.new(37.1486664, 18.0792732, -149.452545, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part3.Position = Vector3.new(37.1486664, 18.0792732, -149.452545)
- Part3.Size = Vector3.new(1.87000072, 0.250000149, 16.6599941)
- Part3.Anchored = true
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.Material = Enum.Material.Neon
- Part3.TopSurface = Enum.SurfaceType.Smooth
- PointLight4.Parent = Part3
- PointLight4.Range = 60
- PointLight4.Brightness = 2
- Model5.Parent = Model0
- Part6.Parent = Model5
- Part6.CFrame = CFrame.new(47.0101318, 3.04446602, -115.685089, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part6.Position = Vector3.new(47.0101318, 3.04446602, -115.685089)
- Part6.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part6.Size = Vector3.new(1.42000043, 0.0700000077, 7.9199996)
- Part6.Anchored = true
- Part6.BottomSurface = Enum.SurfaceType.Smooth
- Part6.BrickColor = BrickColor.new("Black")
- Part6.Material = Enum.Material.Metal
- Part6.TopSurface = Enum.SurfaceType.Smooth
- Part6.brickColor = BrickColor.new("Black")
- Part7.Parent = Model5
- Part7.CFrame = CFrame.new(46.8604813, 1.61664963, -110.401367, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part7.Position = Vector3.new(46.8604813, 1.61664963, -110.401367)
- Part7.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part7.Size = Vector3.new(1.33999944, 3.21999884, 0.0500000007)
- Part7.Anchored = true
- Part7.BottomSurface = Enum.SurfaceType.Smooth
- Part7.BrickColor = BrickColor.new("Ghost grey")
- Part7.Material = Enum.Material.Metal
- Part7.TopSurface = Enum.SurfaceType.Smooth
- Part7.brickColor = BrickColor.new("Ghost grey")
- Part8.Parent = Model5
- Part8.CFrame = CFrame.new(46.2302322, 1.72166252, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part8.Position = Vector3.new(46.2302322, 1.72166252, -111.076324)
- Part8.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part8.Size = Vector3.new(0.0799999908, 3.00999904, 1.40000474)
- Part8.Anchored = true
- Part8.BottomSurface = Enum.SurfaceType.Smooth
- Part8.BrickColor = BrickColor.new("Ghost grey")
- Part8.Material = Enum.Material.Metal
- Part8.TopSurface = Enum.SurfaceType.Smooth
- Part8.brickColor = BrickColor.new("Ghost grey")
- Part9.Parent = Model5
- Part9.CFrame = CFrame.new(46.8901443, 1.5366497, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part9.Position = Vector3.new(46.8901443, 1.5366497, -111.076324)
- Part9.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part9.Size = Vector3.new(1.40000069, 2.63999939, 1.40000474)
- Part9.Anchored = true
- Part9.BottomSurface = Enum.SurfaceType.Smooth
- Part9.BrickColor = BrickColor.new("Ghost grey")
- Part9.Material = Enum.Material.Metal
- Part9.TopSurface = Enum.SurfaceType.Smooth
- Part9.brickColor = BrickColor.new("Ghost grey")
- Part10.Parent = Model5
- Part10.CFrame = CFrame.new(47.0101318, 1.59165764, -115.830261, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part10.Position = Vector3.new(47.0101318, 1.59165764, -115.830261)
- Part10.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part10.Size = Vector3.new(1.64000046, 2.74999928, 8.21000481)
- Part10.Anchored = true
- Part10.BottomSurface = Enum.SurfaceType.Smooth
- Part10.BrickColor = BrickColor.new("Ghost grey")
- Part10.Material = Enum.Material.Metal
- Part10.TopSurface = Enum.SurfaceType.Smooth
- Part10.brickColor = BrickColor.new("Ghost grey")
- Model11.Name = "kasa"
- Model11.Parent = Model5
- WedgePart12.Name = "Brick 3 - Plate Wedge"
- WedgePart12.Parent = Model11
- WedgePart12.CFrame = CFrame.new(48.6759148, 3.74669075, -110.677216, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart12.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart12.Position = Vector3.new(48.6759148, 3.74669075, -110.677216)
- WedgePart12.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart12.Color = Color3.new(0.94902, 0.952941, 0.952941)
- WedgePart12.Size = Vector3.new(2.00000024, 0.799999595, 0.400000036)
- WedgePart12.Anchored = true
- WedgePart12.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart12.BrickColor = BrickColor.new("White")
- WedgePart12.Material = Enum.Material.Metal
- WedgePart12.brickColor = BrickColor.new("White")
- WedgePart12.FormFactor = Enum.FormFactor.Custom
- WedgePart12.formFactor = Enum.FormFactor.Custom
- SpecialMesh13.Parent = WedgePart12
- SpecialMesh13.MeshType = Enum.MeshType.Wedge
- Model14.Parent = Model11
- Part15.Parent = Model14
- Part15.CFrame = CFrame.new(48.8031731, 3.12669182, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part15.Orientation = Vector3.new(0, 50.5399971, 0)
- Part15.Position = Vector3.new(48.8031731, 3.12669182, -110.83139)
- Part15.Rotation = Vector3.new(0, 50.5399971, 0)
- Part15.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part15.Size = Vector3.new(1.59998417, 0.400000036, 1.99999595)
- Part15.Anchored = true
- Part15.BrickColor = BrickColor.new("White")
- Part15.Material = Enum.Material.Metal
- Part15.brickColor = BrickColor.new("White")
- Part15.FormFactor = Enum.FormFactor.Custom
- Part15.formFactor = Enum.FormFactor.Custom
- Part16.Parent = Model14
- Part16.CFrame = CFrame.new(48.8031731, 3.24668884, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part16.Orientation = Vector3.new(0, 50.5399971, 0)
- Part16.Position = Vector3.new(48.8031731, 3.24668884, -110.83139)
- Part16.Rotation = Vector3.new(0, 50.5399971, 0)
- Part16.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part16.Size = Vector3.new(1.51998425, 0.200000003, 1.91999567)
- Part16.Anchored = true
- Part16.BrickColor = BrickColor.new("White")
- Part16.Material = Enum.Material.Metal
- Part16.brickColor = BrickColor.new("White")
- Part16.FormFactor = Enum.FormFactor.Custom
- Part16.formFactor = Enum.FormFactor.Custom
- Part17.Parent = Model14
- Part17.CFrame = CFrame.new(48.8031731, 3.3416748, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part17.Orientation = Vector3.new(0, 50.5399971, 0)
- Part17.Position = Vector3.new(48.8031731, 3.3416748, -110.83139)
- Part17.Rotation = Vector3.new(0, 50.5399971, 0)
- Part17.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part17.Size = Vector3.new(1.51998425, 0.389999926, 1.91999567)
- Part17.Anchored = true
- Part17.BrickColor = BrickColor.new("White")
- Part17.Material = Enum.Material.Metal
- Part17.brickColor = BrickColor.new("White")
- Part17.FormFactor = Enum.FormFactor.Custom
- Part17.formFactor = Enum.FormFactor.Custom
- WedgePart18.Name = "Brick 3 - Plate Wedge"
- WedgePart18.Parent = Model11
- WedgePart18.CFrame = CFrame.new(48.8031731, 3.64668274, -110.83139, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart18.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart18.Position = Vector3.new(48.8031731, 3.64668274, -110.83139)
- WedgePart18.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart18.Color = Color3.new(0.8, 0.556863, 0.411765)
- WedgePart18.Size = Vector3.new(2.00000024, 1.59999967, 0.200000003)
- WedgePart18.Anchored = true
- WedgePart18.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart18.BrickColor = BrickColor.new("Nougat")
- WedgePart18.Material = Enum.Material.Metal
- WedgePart18.brickColor = BrickColor.new("Nougat")
- WedgePart18.FormFactor = Enum.FormFactor.Custom
- WedgePart18.formFactor = Enum.FormFactor.Custom
- SpecialMesh19.Parent = WedgePart18
- SpecialMesh19.MeshType = Enum.MeshType.Wedge
- Part20.Parent = Model11
- Part20.CFrame = CFrame.new(47.8951492, 4.14668655, -110.672821, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part20.Orientation = Vector3.new(0, 50.5399971, 0)
- Part20.Position = Vector3.new(47.8951492, 4.14668655, -110.672821)
- Part20.Rotation = Vector3.new(0, 50.5399971, 0)
- Part20.Color = Color3.new(1, 0.34902, 0.34902)
- Part20.Size = Vector3.new(0.200000003, 0.400000006, 0.800000012)
- Part20.Anchored = true
- Part20.BrickColor = BrickColor.new("Persimmon")
- Part20.Material = Enum.Material.DiamondPlate
- Part20.brickColor = BrickColor.new("Persimmon")
- Part20.FormFactor = Enum.FormFactor.Custom
- Part20.formFactor = Enum.FormFactor.Custom
- Part21.Parent = Model11
- Part21.CFrame = CFrame.new(47.8176346, 3.84669495, -110.736237, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part21.Orientation = Vector3.new(0, 50.5399971, 0)
- Part21.Position = Vector3.new(47.8176346, 3.84669495, -110.736237)
- Part21.Rotation = Vector3.new(0, 50.5399971, 0)
- Part21.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part21.Anchored = true
- Part21.BrickColor = BrickColor.new("White")
- Part21.Material = Enum.Material.Metal
- Part21.brickColor = BrickColor.new("White")
- Part21.FormFactor = Enum.FormFactor.Custom
- Part21.formFactor = Enum.FormFactor.Custom
- Part22.Parent = Model11
- Part22.CFrame = CFrame.new(48.589489, 3.74668694, -110.101166, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part22.Orientation = Vector3.new(0, 50.5399971, 0)
- Part22.Position = Vector3.new(48.589489, 3.74668694, -110.101166)
- Part22.Rotation = Vector3.new(0, 50.5399971, 0)
- Part22.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part22.Size = Vector3.new(0.200000003, 0.400000006, 1.3999958)
- Part22.Anchored = true
- Part22.BrickColor = BrickColor.new("White")
- Part22.Material = Enum.Material.Metal
- Part22.brickColor = BrickColor.new("White")
- Part22.FormFactor = Enum.FormFactor.Custom
- Part22.formFactor = Enum.FormFactor.Custom
- Part23.Parent = Model5
- Part23.CFrame = CFrame.new(48.9050407, 1.57165146, -111.001709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part23.Position = Vector3.new(48.9050407, 1.57165146, -111.001709)
- Part23.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part23.Size = Vector3.new(2.66999865, 2.70999932, 2.64000416)
- Part23.Anchored = true
- Part23.BottomSurface = Enum.SurfaceType.Smooth
- Part23.BrickColor = BrickColor.new("Khaki")
- Part23.Material = Enum.Material.Metal
- Part23.TopSurface = Enum.SurfaceType.Smooth
- Part23.brickColor = BrickColor.new("Khaki")
- Part24.Parent = Model5
- Part24.CFrame = CFrame.new(48.2351761, 4.40166092, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part24.Position = Vector3.new(48.2351761, 4.40166092, -116.745422)
- Part24.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part24.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part24.Anchored = true
- Part24.BottomSurface = Enum.SurfaceType.Smooth
- Part24.BrickColor = BrickColor.new("Khaki")
- Part24.Material = Enum.Material.Metal
- Part24.TopSurface = Enum.SurfaceType.Smooth
- Part24.brickColor = BrickColor.new("Khaki")
- Part25.Parent = Model5
- Part25.CFrame = CFrame.new(48.3302269, 3.67712402, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part25.Position = Vector3.new(48.3302269, 3.67712402, -116.745422)
- Part25.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part25.Size = Vector3.new(0.659999371, 0.93999964, 4.80000114)
- Part25.Anchored = true
- Part25.BottomSurface = Enum.SurfaceType.Smooth
- Part25.BrickColor = BrickColor.new("Khaki")
- Part25.Material = Enum.Material.Metal
- Part25.TopSurface = Enum.SurfaceType.Smooth
- Part25.brickColor = BrickColor.new("Khaki")
- Part26.Parent = Model5
- Part26.CFrame = CFrame.new(48.2351799, 3.0410614, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part26.Position = Vector3.new(48.2351799, 3.0410614, -116.745422)
- Part26.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part26.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part26.Anchored = true
- Part26.BottomSurface = Enum.SurfaceType.Smooth
- Part26.BrickColor = BrickColor.new("Khaki")
- Part26.Material = Enum.Material.Metal
- Part26.TopSurface = Enum.SurfaceType.Smooth
- Part26.brickColor = BrickColor.new("Khaki")
- Part27.Parent = Model5
- Part27.CFrame = CFrame.new(48.2351799, 1.49165154, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part27.Position = Vector3.new(48.2351799, 1.49165154, -116.745422)
- Part27.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part27.Size = Vector3.new(0.849999309, 2.54999924, 4.80000114)
- Part27.Anchored = true
- Part27.BottomSurface = Enum.SurfaceType.Smooth
- Part27.BrickColor = BrickColor.new("Khaki")
- Part27.Material = Enum.Material.Metal
- Part27.TopSurface = Enum.SurfaceType.Smooth
- Part27.brickColor = BrickColor.new("Khaki")
- Part28.Parent = Model5
- Part28.CFrame = CFrame.new(49.0251579, 1.54165268, -114.973694, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part28.Position = Vector3.new(49.0251579, 1.54165268, -114.973694)
- Part28.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part28.Size = Vector3.new(2.42999887, 2.64999938, 0.590005398)
- Part28.Anchored = true
- Part28.BottomSurface = Enum.SurfaceType.Smooth
- Part28.BrickColor = BrickColor.new("Khaki")
- Part28.Material = Enum.Material.Metal
- Part28.TopSurface = Enum.SurfaceType.Smooth
- Part28.brickColor = BrickColor.new("Khaki")
- Model29.Parent = Model0
- Part30.Parent = Model29
- Part30.CFrame = CFrame.new(17.3316765, 3.04447174, -115.685089, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part30.Position = Vector3.new(17.3316765, 3.04447174, -115.685089)
- Part30.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part30.Size = Vector3.new(1.42000043, 0.0700000077, 7.9199996)
- Part30.Anchored = true
- Part30.BottomSurface = Enum.SurfaceType.Smooth
- Part30.BrickColor = BrickColor.new("Black")
- Part30.Material = Enum.Material.Metal
- Part30.TopSurface = Enum.SurfaceType.Smooth
- Part30.brickColor = BrickColor.new("Black")
- Part31.Parent = Model29
- Part31.CFrame = CFrame.new(17.1820087, 1.61666107, -110.401367, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part31.Position = Vector3.new(17.1820087, 1.61666107, -110.401367)
- Part31.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part31.Size = Vector3.new(1.33999944, 3.21999884, 0.0500000007)
- Part31.Anchored = true
- Part31.BottomSurface = Enum.SurfaceType.Smooth
- Part31.BrickColor = BrickColor.new("Ghost grey")
- Part31.Material = Enum.Material.Metal
- Part31.TopSurface = Enum.SurfaceType.Smooth
- Part31.brickColor = BrickColor.new("Ghost grey")
- Part32.Parent = Model29
- Part32.CFrame = CFrame.new(16.5517654, 1.72167206, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part32.Position = Vector3.new(16.5517654, 1.72167206, -111.076324)
- Part32.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part32.Size = Vector3.new(0.0799999908, 3.00999904, 1.40000474)
- Part32.Anchored = true
- Part32.BottomSurface = Enum.SurfaceType.Smooth
- Part32.BrickColor = BrickColor.new("Ghost grey")
- Part32.Material = Enum.Material.Metal
- Part32.TopSurface = Enum.SurfaceType.Smooth
- Part32.brickColor = BrickColor.new("Ghost grey")
- Part33.Parent = Model29
- Part33.CFrame = CFrame.new(17.2117081, 1.53665733, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part33.Position = Vector3.new(17.2117081, 1.53665733, -111.076324)
- Part33.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part33.Size = Vector3.new(1.40000069, 2.63999939, 1.40000474)
- Part33.Anchored = true
- Part33.BottomSurface = Enum.SurfaceType.Smooth
- Part33.BrickColor = BrickColor.new("Ghost grey")
- Part33.Material = Enum.Material.Metal
- Part33.TopSurface = Enum.SurfaceType.Smooth
- Part33.brickColor = BrickColor.new("Ghost grey")
- Part34.Parent = Model29
- Part34.CFrame = CFrame.new(17.3316784, 1.59166527, -115.830261, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part34.Position = Vector3.new(17.3316784, 1.59166527, -115.830261)
- Part34.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part34.Size = Vector3.new(1.64000046, 2.74999928, 8.21000481)
- Part34.Anchored = true
- Part34.BottomSurface = Enum.SurfaceType.Smooth
- Part34.BrickColor = BrickColor.new("Ghost grey")
- Part34.Material = Enum.Material.Metal
- Part34.TopSurface = Enum.SurfaceType.Smooth
- Part34.brickColor = BrickColor.new("Ghost grey")
- Model35.Name = "kasa"
- Model35.Parent = Model29
- WedgePart36.Name = "Brick 3 - Plate Wedge"
- WedgePart36.Parent = Model35
- WedgePart36.CFrame = CFrame.new(18.997509, 3.74669838, -110.677216, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart36.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart36.Position = Vector3.new(18.997509, 3.74669838, -110.677216)
- WedgePart36.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart36.Color = Color3.new(0.94902, 0.952941, 0.952941)
- WedgePart36.Size = Vector3.new(2.00000024, 0.799999595, 0.400000036)
- WedgePart36.Anchored = true
- WedgePart36.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart36.BrickColor = BrickColor.new("White")
- WedgePart36.Material = Enum.Material.Metal
- WedgePart36.brickColor = BrickColor.new("White")
- WedgePart36.FormFactor = Enum.FormFactor.Custom
- WedgePart36.formFactor = Enum.FormFactor.Custom
- SpecialMesh37.Parent = WedgePart36
- SpecialMesh37.MeshType = Enum.MeshType.Wedge
- Model38.Parent = Model35
- Part39.Parent = Model38
- Part39.CFrame = CFrame.new(19.1247368, 3.12670326, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part39.Orientation = Vector3.new(0, 50.5399971, 0)
- Part39.Position = Vector3.new(19.1247368, 3.12670326, -110.83139)
- Part39.Rotation = Vector3.new(0, 50.5399971, 0)
- Part39.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part39.Size = Vector3.new(1.59998417, 0.400000036, 1.99999595)
- Part39.Anchored = true
- Part39.BrickColor = BrickColor.new("White")
- Part39.Material = Enum.Material.Metal
- Part39.brickColor = BrickColor.new("White")
- Part39.FormFactor = Enum.FormFactor.Custom
- Part39.formFactor = Enum.FormFactor.Custom
- Part40.Parent = Model38
- Part40.CFrame = CFrame.new(19.1247387, 3.24669647, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part40.Orientation = Vector3.new(0, 50.5399971, 0)
- Part40.Position = Vector3.new(19.1247387, 3.24669647, -110.83139)
- Part40.Rotation = Vector3.new(0, 50.5399971, 0)
- Part40.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part40.Size = Vector3.new(1.51998425, 0.200000003, 1.91999567)
- Part40.Anchored = true
- Part40.BrickColor = BrickColor.new("White")
- Part40.Material = Enum.Material.Metal
- Part40.brickColor = BrickColor.new("White")
- Part40.FormFactor = Enum.FormFactor.Custom
- Part40.formFactor = Enum.FormFactor.Custom
- Part41.Parent = Model38
- Part41.CFrame = CFrame.new(19.1247368, 3.34168243, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part41.Orientation = Vector3.new(0, 50.5399971, 0)
- Part41.Position = Vector3.new(19.1247368, 3.34168243, -110.83139)
- Part41.Rotation = Vector3.new(0, 50.5399971, 0)
- Part41.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part41.Size = Vector3.new(1.51998425, 0.389999926, 1.91999567)
- Part41.Anchored = true
- Part41.BrickColor = BrickColor.new("White")
- Part41.Material = Enum.Material.Metal
- Part41.brickColor = BrickColor.new("White")
- Part41.FormFactor = Enum.FormFactor.Custom
- Part41.formFactor = Enum.FormFactor.Custom
- WedgePart42.Name = "Brick 3 - Plate Wedge"
- WedgePart42.Parent = Model35
- WedgePart42.CFrame = CFrame.new(19.1247387, 3.64669228, -110.83139, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart42.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart42.Position = Vector3.new(19.1247387, 3.64669228, -110.83139)
- WedgePart42.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart42.Color = Color3.new(0.8, 0.556863, 0.411765)
- WedgePart42.Size = Vector3.new(2.00000024, 1.59999967, 0.200000003)
- WedgePart42.Anchored = true
- WedgePart42.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart42.BrickColor = BrickColor.new("Nougat")
- WedgePart42.Material = Enum.Material.Metal
- WedgePart42.brickColor = BrickColor.new("Nougat")
- WedgePart42.FormFactor = Enum.FormFactor.Custom
- WedgePart42.formFactor = Enum.FormFactor.Custom
- SpecialMesh43.Parent = WedgePart42
- SpecialMesh43.MeshType = Enum.MeshType.Wedge
- Part44.Parent = Model35
- Part44.CFrame = CFrame.new(18.2167473, 4.14669418, -110.672821, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part44.Orientation = Vector3.new(0, 50.5399971, 0)
- Part44.Position = Vector3.new(18.2167473, 4.14669418, -110.672821)
- Part44.Rotation = Vector3.new(0, 50.5399971, 0)
- Part44.Color = Color3.new(1, 0.34902, 0.34902)
- Part44.Size = Vector3.new(0.200000003, 0.400000006, 0.800000012)
- Part44.Anchored = true
- Part44.BrickColor = BrickColor.new("Persimmon")
- Part44.Material = Enum.Material.DiamondPlate
- Part44.brickColor = BrickColor.new("Persimmon")
- Part44.FormFactor = Enum.FormFactor.Custom
- Part44.formFactor = Enum.FormFactor.Custom
- Part45.Parent = Model35
- Part45.CFrame = CFrame.new(18.1392326, 3.84670639, -110.736237, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part45.Orientation = Vector3.new(0, 50.5399971, 0)
- Part45.Position = Vector3.new(18.1392326, 3.84670639, -110.736237)
- Part45.Rotation = Vector3.new(0, 50.5399971, 0)
- Part45.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part45.Anchored = true
- Part45.BrickColor = BrickColor.new("White")
- Part45.Material = Enum.Material.Metal
- Part45.brickColor = BrickColor.new("White")
- Part45.FormFactor = Enum.FormFactor.Custom
- Part45.formFactor = Enum.FormFactor.Custom
- Part46.Parent = Model35
- Part46.CFrame = CFrame.new(18.9110222, 3.74669647, -110.101166, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part46.Orientation = Vector3.new(0, 50.5399971, 0)
- Part46.Position = Vector3.new(18.9110222, 3.74669647, -110.101166)
- Part46.Rotation = Vector3.new(0, 50.5399971, 0)
- Part46.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part46.Size = Vector3.new(0.200000003, 0.400000006, 1.3999958)
- Part46.Anchored = true
- Part46.BrickColor = BrickColor.new("White")
- Part46.Material = Enum.Material.Metal
- Part46.brickColor = BrickColor.new("White")
- Part46.FormFactor = Enum.FormFactor.Custom
- Part46.formFactor = Enum.FormFactor.Custom
- Part47.Parent = Model29
- Part47.CFrame = CFrame.new(19.2266369, 1.57165909, -111.001709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part47.Position = Vector3.new(19.2266369, 1.57165909, -111.001709)
- Part47.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part47.Size = Vector3.new(2.66999865, 2.70999932, 2.64000416)
- Part47.Anchored = true
- Part47.BottomSurface = Enum.SurfaceType.Smooth
- Part47.BrickColor = BrickColor.new("Khaki")
- Part47.Material = Enum.Material.Metal
- Part47.TopSurface = Enum.SurfaceType.Smooth
- Part47.brickColor = BrickColor.new("Khaki")
- Part48.Parent = Model29
- Part48.CFrame = CFrame.new(18.5567417, 4.40166855, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part48.Position = Vector3.new(18.5567417, 4.40166855, -116.745422)
- Part48.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part48.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part48.Anchored = true
- Part48.BottomSurface = Enum.SurfaceType.Smooth
- Part48.BrickColor = BrickColor.new("Khaki")
- Part48.Material = Enum.Material.Metal
- Part48.TopSurface = Enum.SurfaceType.Smooth
- Part48.brickColor = BrickColor.new("Khaki")
- Part49.Parent = Model29
- Part49.CFrame = CFrame.new(18.6517754, 3.67713547, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part49.Position = Vector3.new(18.6517754, 3.67713547, -116.745422)
- Part49.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part49.Size = Vector3.new(0.659999371, 0.93999964, 4.80000114)
- Part49.Anchored = true
- Part49.BottomSurface = Enum.SurfaceType.Smooth
- Part49.BrickColor = BrickColor.new("Khaki")
- Part49.Material = Enum.Material.Metal
- Part49.TopSurface = Enum.SurfaceType.Smooth
- Part49.brickColor = BrickColor.new("Khaki")
- Part50.Parent = Model29
- Part50.CFrame = CFrame.new(18.5567436, 3.04106903, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part50.Position = Vector3.new(18.5567436, 3.04106903, -116.745422)
- Part50.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part50.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part50.Anchored = true
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.BrickColor = BrickColor.new("Khaki")
- Part50.Material = Enum.Material.Metal
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.brickColor = BrickColor.new("Khaki")
- Part51.Parent = Model29
- Part51.CFrame = CFrame.new(18.5567417, 1.49165916, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part51.Position = Vector3.new(18.5567417, 1.49165916, -116.745422)
- Part51.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part51.Size = Vector3.new(0.849999309, 2.54999924, 4.80000114)
- Part51.Anchored = true
- Part51.BottomSurface = Enum.SurfaceType.Smooth
- Part51.BrickColor = BrickColor.new("Khaki")
- Part51.Material = Enum.Material.Metal
- Part51.TopSurface = Enum.SurfaceType.Smooth
- Part51.brickColor = BrickColor.new("Khaki")
- Part52.Parent = Model29
- Part52.CFrame = CFrame.new(19.3467236, 1.54166031, -114.973694, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part52.Position = Vector3.new(19.3467236, 1.54166031, -114.973694)
- Part52.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part52.Size = Vector3.new(2.42999887, 2.64999938, 0.590005398)
- Part52.Anchored = true
- Part52.BottomSurface = Enum.SurfaceType.Smooth
- Part52.BrickColor = BrickColor.new("Khaki")
- Part52.Material = Enum.Material.Metal
- Part52.TopSurface = Enum.SurfaceType.Smooth
- Part52.brickColor = BrickColor.new("Khaki")
- Model53.Parent = Model0
- Part54.Parent = Model53
- Part54.CFrame = CFrame.new(25.2065029, 16.6066933, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part54.Position = Vector3.new(25.2065029, 16.6066933, -118.34668)
- Part54.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part54.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part54.Anchored = true
- Part54.BottomSurface = Enum.SurfaceType.Smooth
- Part54.BrickColor = BrickColor.new("Fossil")
- Part54.Material = Enum.Material.Metal
- Part54.TopSurface = Enum.SurfaceType.Smooth
- Part54.brickColor = BrickColor.new("Fossil")
- Part55.Parent = Model53
- Part55.CFrame = CFrame.new(20.3962212, 16.6066952, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part55.Position = Vector3.new(20.3962212, 16.6066952, -118.34668)
- Part55.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part55.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part55.Anchored = true
- Part55.BottomSurface = Enum.SurfaceType.Smooth
- Part55.BrickColor = BrickColor.new("Fossil")
- Part55.Material = Enum.Material.Metal
- Part55.TopSurface = Enum.SurfaceType.Smooth
- Part55.brickColor = BrickColor.new("Fossil")
- Part56.Parent = Model53
- Part56.CFrame = CFrame.new(22.8163643, 12.5516777, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part56.Position = Vector3.new(22.8163643, 12.5516777, -118.34668)
- Part56.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part56.Size = Vector3.new(5.00000334, 4.49000072, 0.330000579)
- Part56.Anchored = true
- Part56.BottomSurface = Enum.SurfaceType.Smooth
- Part56.BrickColor = BrickColor.new("Fossil")
- Part56.Material = Enum.Material.Metal
- Part56.TopSurface = Enum.SurfaceType.Smooth
- Part56.brickColor = BrickColor.new("Fossil")
- SurfaceGui57.Parent = Part56
- SurfaceGui57.LightInfluence = 1
- TextLabel58.Parent = SurfaceGui57
- TextLabel58.Size = UDim2.new(0, 800, 0, 500)
- TextLabel58.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel58.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel58.BackgroundTransparency = 1
- TextLabel58.Font = Enum.Font.SourceSans
- TextLabel58.FontSize = Enum.FontSize.Size14
- TextLabel58.Text = "Kasa 3"
- TextLabel58.TextColor = BrickColor.new("Persimmon")
- TextLabel58.TextColor3 = Color3.new(1, 0.345098, 0.258824)
- TextLabel58.TextScaled = true
- TextLabel58.TextSize = 14
- TextLabel58.TextWrap = true
- TextLabel58.TextWrapped = true
- Model59.Parent = Model0
- Part60.Parent = Model59
- Part60.CFrame = CFrame.new(25.6092739, 7.00167847, -100.087646, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part60.Position = Vector3.new(25.6092739, 7.00167847, -100.087646)
- Part60.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part60.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part60.Anchored = true
- Part60.BottomSurface = Enum.SurfaceType.Smooth
- Part60.BrickColor = BrickColor.new("Institutional white")
- Part60.TopSurface = Enum.SurfaceType.Smooth
- Part60.brickColor = BrickColor.new("Institutional white")
- Part61.Parent = Model59
- Part61.CFrame = CFrame.new(21.1019135, 10.1066818, -100.087646, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part61.Position = Vector3.new(21.1019135, 10.1066818, -100.087646)
- Part61.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part61.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part61.Anchored = true
- Part61.BottomSurface = Enum.SurfaceType.Smooth
- Part61.BrickColor = BrickColor.new("Institutional white")
- Part61.TopSurface = Enum.SurfaceType.Smooth
- Part61.brickColor = BrickColor.new("Institutional white")
- Part62.Parent = Model59
- Part62.CFrame = CFrame.new(16.5967789, 7.00168037, -100.087646, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part62.Position = Vector3.new(16.5967789, 7.00168037, -100.087646)
- Part62.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part62.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part62.Anchored = true
- Part62.BottomSurface = Enum.SurfaceType.Smooth
- Part62.BrickColor = BrickColor.new("Institutional white")
- Part62.TopSurface = Enum.SurfaceType.Smooth
- Part62.brickColor = BrickColor.new("Institutional white")
- Part63.Parent = Model59
- Part63.CFrame = CFrame.new(21.0350189, 7.02667427, -100.102875, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part63.Position = Vector3.new(21.0350189, 7.02667427, -100.102875)
- Part63.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part63.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part63.Anchored = true
- Part63.BottomSurface = Enum.SurfaceType.Smooth
- Part63.BrickColor = BrickColor.new("Black")
- Part63.CanCollide = false
- Part63.Material = Enum.Material.Glass
- Part63.TopSurface = Enum.SurfaceType.Smooth
- Part63.brickColor = BrickColor.new("Black")
- Part64.Parent = Model59
- Part64.CFrame = CFrame.new(21.1019154, 3.91068459, -100.087646, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part64.Position = Vector3.new(21.1019154, 3.91068459, -100.087646)
- Part64.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part64.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part64.Anchored = true
- Part64.BottomSurface = Enum.SurfaceType.Smooth
- Part64.BrickColor = BrickColor.new("Institutional white")
- Part64.TopSurface = Enum.SurfaceType.Smooth
- Part64.brickColor = BrickColor.new("Institutional white")
- Model65.Parent = Model0
- Part66.Parent = Model65
- Part66.CFrame = CFrame.new(8.02806473, 3.04447556, -115.685089, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part66.Position = Vector3.new(8.02806473, 3.04447556, -115.685089)
- Part66.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part66.Size = Vector3.new(1.42000043, 0.0700000077, 7.9199996)
- Part66.Anchored = true
- Part66.BottomSurface = Enum.SurfaceType.Smooth
- Part66.BrickColor = BrickColor.new("Black")
- Part66.Material = Enum.Material.Metal
- Part66.TopSurface = Enum.SurfaceType.Smooth
- Part66.brickColor = BrickColor.new("Black")
- Part67.Parent = Model65
- Part67.CFrame = CFrame.new(7.87841034, 1.61666107, -110.401367, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part67.Position = Vector3.new(7.87841034, 1.61666107, -110.401367)
- Part67.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part67.Size = Vector3.new(1.33999944, 3.21999884, 0.0500000007)
- Part67.Anchored = true
- Part67.BottomSurface = Enum.SurfaceType.Smooth
- Part67.BrickColor = BrickColor.new("Ghost grey")
- Part67.Material = Enum.Material.Metal
- Part67.TopSurface = Enum.SurfaceType.Smooth
- Part67.brickColor = BrickColor.new("Ghost grey")
- Part68.Parent = Model65
- Part68.CFrame = CFrame.new(7.24814987, 1.72167587, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part68.Position = Vector3.new(7.24814987, 1.72167587, -111.076324)
- Part68.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part68.Size = Vector3.new(0.0799999908, 3.00999904, 1.40000474)
- Part68.Anchored = true
- Part68.BottomSurface = Enum.SurfaceType.Smooth
- Part68.BrickColor = BrickColor.new("Ghost grey")
- Part68.Material = Enum.Material.Metal
- Part68.TopSurface = Enum.SurfaceType.Smooth
- Part68.brickColor = BrickColor.new("Ghost grey")
- Part69.Parent = Model65
- Part69.CFrame = CFrame.new(7.90813065, 1.53666115, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part69.Position = Vector3.new(7.90813065, 1.53666115, -111.076324)
- Part69.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part69.Size = Vector3.new(1.40000069, 2.63999939, 1.40000474)
- Part69.Anchored = true
- Part69.BottomSurface = Enum.SurfaceType.Smooth
- Part69.BrickColor = BrickColor.new("Ghost grey")
- Part69.Material = Enum.Material.Metal
- Part69.TopSurface = Enum.SurfaceType.Smooth
- Part69.brickColor = BrickColor.new("Ghost grey")
- Part70.Parent = Model65
- Part70.CFrame = CFrame.new(8.02806854, 1.59166718, -115.830261, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part70.Position = Vector3.new(8.02806854, 1.59166718, -115.830261)
- Part70.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part70.Size = Vector3.new(1.64000046, 2.74999928, 8.21000481)
- Part70.Anchored = true
- Part70.BottomSurface = Enum.SurfaceType.Smooth
- Part70.BrickColor = BrickColor.new("Ghost grey")
- Part70.Material = Enum.Material.Metal
- Part70.TopSurface = Enum.SurfaceType.Smooth
- Part70.brickColor = BrickColor.new("Ghost grey")
- Model71.Name = "kasa"
- Model71.Parent = Model65
- WedgePart72.Name = "Brick 3 - Plate Wedge"
- WedgePart72.Parent = Model71
- WedgePart72.CFrame = CFrame.new(9.69387054, 3.74670029, -110.677216, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart72.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart72.Position = Vector3.new(9.69387054, 3.74670029, -110.677216)
- WedgePart72.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart72.Color = Color3.new(0.94902, 0.952941, 0.952941)
- WedgePart72.Size = Vector3.new(2.00000024, 0.799999595, 0.400000036)
- WedgePart72.Anchored = true
- WedgePart72.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart72.BrickColor = BrickColor.new("White")
- WedgePart72.Material = Enum.Material.Metal
- WedgePart72.brickColor = BrickColor.new("White")
- WedgePart72.FormFactor = Enum.FormFactor.Custom
- WedgePart72.formFactor = Enum.FormFactor.Custom
- SpecialMesh73.Parent = WedgePart72
- SpecialMesh73.MeshType = Enum.MeshType.Wedge
- Model74.Parent = Model71
- Part75.Parent = Model74
- Part75.CFrame = CFrame.new(9.82113266, 3.12670517, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part75.Orientation = Vector3.new(0, 50.5399971, 0)
- Part75.Position = Vector3.new(9.82113266, 3.12670517, -110.83139)
- Part75.Rotation = Vector3.new(0, 50.5399971, 0)
- Part75.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part75.Size = Vector3.new(1.59998417, 0.400000036, 1.99999595)
- Part75.Anchored = true
- Part75.BrickColor = BrickColor.new("White")
- Part75.Material = Enum.Material.Metal
- Part75.brickColor = BrickColor.new("White")
- Part75.FormFactor = Enum.FormFactor.Custom
- Part75.formFactor = Enum.FormFactor.Custom
- Part76.Parent = Model74
- Part76.CFrame = CFrame.new(9.82113266, 3.24670029, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part76.Orientation = Vector3.new(0, 50.5399971, 0)
- Part76.Position = Vector3.new(9.82113266, 3.24670029, -110.83139)
- Part76.Rotation = Vector3.new(0, 50.5399971, 0)
- Part76.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part76.Size = Vector3.new(1.51998425, 0.200000003, 1.91999567)
- Part76.Anchored = true
- Part76.BrickColor = BrickColor.new("White")
- Part76.Material = Enum.Material.Metal
- Part76.brickColor = BrickColor.new("White")
- Part76.FormFactor = Enum.FormFactor.Custom
- Part76.formFactor = Enum.FormFactor.Custom
- Part77.Parent = Model74
- Part77.CFrame = CFrame.new(9.82113266, 3.34168625, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part77.Orientation = Vector3.new(0, 50.5399971, 0)
- Part77.Position = Vector3.new(9.82113266, 3.34168625, -110.83139)
- Part77.Rotation = Vector3.new(0, 50.5399971, 0)
- Part77.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part77.Size = Vector3.new(1.51998425, 0.389999926, 1.91999567)
- Part77.Anchored = true
- Part77.BrickColor = BrickColor.new("White")
- Part77.Material = Enum.Material.Metal
- Part77.brickColor = BrickColor.new("White")
- Part77.FormFactor = Enum.FormFactor.Custom
- Part77.formFactor = Enum.FormFactor.Custom
- WedgePart78.Name = "Brick 3 - Plate Wedge"
- WedgePart78.Parent = Model71
- WedgePart78.CFrame = CFrame.new(9.82113266, 3.64669418, -110.83139, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart78.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart78.Position = Vector3.new(9.82113266, 3.64669418, -110.83139)
- WedgePart78.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart78.Color = Color3.new(0.8, 0.556863, 0.411765)
- WedgePart78.Size = Vector3.new(2.00000024, 1.59999967, 0.200000003)
- WedgePart78.Anchored = true
- WedgePart78.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart78.BrickColor = BrickColor.new("Nougat")
- WedgePart78.Material = Enum.Material.Metal
- WedgePart78.brickColor = BrickColor.new("Nougat")
- WedgePart78.FormFactor = Enum.FormFactor.Custom
- WedgePart78.formFactor = Enum.FormFactor.Custom
- SpecialMesh79.Parent = WedgePart78
- SpecialMesh79.MeshType = Enum.MeshType.Wedge
- Part80.Parent = Model71
- Part80.CFrame = CFrame.new(8.91315079, 4.14669609, -110.672821, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part80.Orientation = Vector3.new(0, 50.5399971, 0)
- Part80.Position = Vector3.new(8.91315079, 4.14669609, -110.672821)
- Part80.Rotation = Vector3.new(0, 50.5399971, 0)
- Part80.Color = Color3.new(1, 0.34902, 0.34902)
- Part80.Size = Vector3.new(0.200000003, 0.400000006, 0.800000012)
- Part80.Anchored = true
- Part80.BrickColor = BrickColor.new("Persimmon")
- Part80.Material = Enum.Material.DiamondPlate
- Part80.brickColor = BrickColor.new("Persimmon")
- Part80.FormFactor = Enum.FormFactor.Custom
- Part80.formFactor = Enum.FormFactor.Custom
- Part81.Parent = Model71
- Part81.CFrame = CFrame.new(8.83562469, 3.8467083, -110.736237, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part81.Orientation = Vector3.new(0, 50.5399971, 0)
- Part81.Position = Vector3.new(8.83562469, 3.8467083, -110.736237)
- Part81.Rotation = Vector3.new(0, 50.5399971, 0)
- Part81.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part81.Anchored = true
- Part81.BrickColor = BrickColor.new("White")
- Part81.Material = Enum.Material.Metal
- Part81.brickColor = BrickColor.new("White")
- Part81.FormFactor = Enum.FormFactor.Custom
- Part81.formFactor = Enum.FormFactor.Custom
- Part82.Parent = Model71
- Part82.CFrame = CFrame.new(9.60741425, 3.74670029, -110.101166, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part82.Orientation = Vector3.new(0, 50.5399971, 0)
- Part82.Position = Vector3.new(9.60741425, 3.74670029, -110.101166)
- Part82.Rotation = Vector3.new(0, 50.5399971, 0)
- Part82.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part82.Size = Vector3.new(0.200000003, 0.400000006, 1.3999958)
- Part82.Anchored = true
- Part82.BrickColor = BrickColor.new("White")
- Part82.Material = Enum.Material.Metal
- Part82.brickColor = BrickColor.new("White")
- Part82.FormFactor = Enum.FormFactor.Custom
- Part82.formFactor = Enum.FormFactor.Custom
- Part83.Parent = Model65
- Part83.CFrame = CFrame.new(9.92301178, 1.5716629, -111.001709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part83.Position = Vector3.new(9.92301178, 1.5716629, -111.001709)
- Part83.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part83.Size = Vector3.new(2.66999865, 2.70999932, 2.64000416)
- Part83.Anchored = true
- Part83.BottomSurface = Enum.SurfaceType.Smooth
- Part83.BrickColor = BrickColor.new("Khaki")
- Part83.Material = Enum.Material.Metal
- Part83.TopSurface = Enum.SurfaceType.Smooth
- Part83.brickColor = BrickColor.new("Khaki")
- Part84.Parent = Model65
- Part84.CFrame = CFrame.new(9.25313568, 4.40167236, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part84.Position = Vector3.new(9.25313568, 4.40167236, -116.745422)
- Part84.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part84.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part84.Anchored = true
- Part84.BottomSurface = Enum.SurfaceType.Smooth
- Part84.BrickColor = BrickColor.new("Khaki")
- Part84.Material = Enum.Material.Metal
- Part84.TopSurface = Enum.SurfaceType.Smooth
- Part84.brickColor = BrickColor.new("Khaki")
- Part85.Parent = Model65
- Part85.CFrame = CFrame.new(9.34817505, 3.67713737, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part85.Position = Vector3.new(9.34817505, 3.67713737, -116.745422)
- Part85.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part85.Size = Vector3.new(0.659999371, 0.93999964, 4.80000114)
- Part85.Anchored = true
- Part85.BottomSurface = Enum.SurfaceType.Smooth
- Part85.BrickColor = BrickColor.new("Khaki")
- Part85.Material = Enum.Material.Metal
- Part85.TopSurface = Enum.SurfaceType.Smooth
- Part85.brickColor = BrickColor.new("Khaki")
- Part86.Parent = Model65
- Part86.CFrame = CFrame.new(9.25313568, 3.04107475, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part86.Position = Vector3.new(9.25313568, 3.04107475, -116.745422)
- Part86.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part86.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part86.Anchored = true
- Part86.BottomSurface = Enum.SurfaceType.Smooth
- Part86.BrickColor = BrickColor.new("Khaki")
- Part86.Material = Enum.Material.Metal
- Part86.TopSurface = Enum.SurfaceType.Smooth
- Part86.brickColor = BrickColor.new("Khaki")
- Part87.Parent = Model65
- Part87.CFrame = CFrame.new(9.25313568, 1.49165916, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part87.Position = Vector3.new(9.25313568, 1.49165916, -116.745422)
- Part87.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part87.Size = Vector3.new(0.849999309, 2.54999924, 4.80000114)
- Part87.Anchored = true
- Part87.BottomSurface = Enum.SurfaceType.Smooth
- Part87.BrickColor = BrickColor.new("Khaki")
- Part87.Material = Enum.Material.Metal
- Part87.TopSurface = Enum.SurfaceType.Smooth
- Part87.brickColor = BrickColor.new("Khaki")
- Part88.Parent = Model65
- Part88.CFrame = CFrame.new(10.0431175, 1.54166412, -114.973694, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part88.Position = Vector3.new(10.0431175, 1.54166412, -114.973694)
- Part88.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part88.Size = Vector3.new(2.42999887, 2.64999938, 0.590005398)
- Part88.Anchored = true
- Part88.BottomSurface = Enum.SurfaceType.Smooth
- Part88.BrickColor = BrickColor.new("Khaki")
- Part88.Material = Enum.Material.Metal
- Part88.TopSurface = Enum.SurfaceType.Smooth
- Part88.brickColor = BrickColor.new("Khaki")
- Model89.Parent = Model0
- Part90.Parent = Model89
- Part90.CFrame = CFrame.new(-20.9960709, 7.74668503, -185.816467, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part90.Position = Vector3.new(-20.9960709, 7.74668503, -185.816467)
- Part90.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part90.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part90.Anchored = true
- Part90.BottomSurface = Enum.SurfaceType.Smooth
- Part90.BrickColor = BrickColor.new("Institutional white")
- Part90.Material = Enum.Material.Metal
- Part90.TopSurface = Enum.SurfaceType.Smooth
- Part90.brickColor = BrickColor.new("Institutional white")
- Part91.Parent = Model89
- Part91.CFrame = CFrame.new(-20.9960709, 8.86668587, -183.241455, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part91.Position = Vector3.new(-20.9960709, 8.86668587, -183.241455)
- Part91.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part91.Size = Vector3.new(0.0500000007, 0.33999899, 5.38000011)
- Part91.Anchored = true
- Part91.BottomSurface = Enum.SurfaceType.Smooth
- Part91.BrickColor = BrickColor.new("Institutional white")
- Part91.Material = Enum.Material.Metal
- Part91.TopSurface = Enum.SurfaceType.Smooth
- Part91.brickColor = BrickColor.new("Institutional white")
- Part92.Parent = Model89
- Part92.CFrame = CFrame.new(-20.9960709, 7.74668503, -180.701477, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part92.Position = Vector3.new(-20.9960709, 7.74668503, -180.701477)
- Part92.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part92.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part92.Anchored = true
- Part92.BottomSurface = Enum.SurfaceType.Smooth
- Part92.BrickColor = BrickColor.new("Institutional white")
- Part92.Material = Enum.Material.Metal
- Part92.TopSurface = Enum.SurfaceType.Smooth
- Part92.brickColor = BrickColor.new("Institutional white")
- Part93.Parent = Model89
- Part93.CFrame = CFrame.new(-20.9960709, 7.66168213, -183.284119, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part93.Position = Vector3.new(-20.9960709, 7.66168213, -183.284119)
- Part93.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part93.Size = Vector3.new(0.0500000007, 2.10999894, 4.94000149)
- Part93.Anchored = true
- Part93.BottomSurface = Enum.SurfaceType.Smooth
- Part93.BrickColor = BrickColor.new("Black")
- Part93.Material = Enum.Material.Metal
- Part93.TopSurface = Enum.SurfaceType.Smooth
- Part93.brickColor = BrickColor.new("Black")
- Part94.Parent = Model89
- Part94.CFrame = CFrame.new(-20.9960709, 3.43667603, -183.251373, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part94.Position = Vector3.new(-20.9960709, 3.43667603, -183.251373)
- Part94.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part94.Size = Vector3.new(0.0500000007, 6.53999996, 5.35999966)
- Part94.Anchored = true
- Part94.BottomSurface = Enum.SurfaceType.Smooth
- Part94.BrickColor = BrickColor.new("Institutional white")
- Part94.Material = Enum.Material.Metal
- Part94.TopSurface = Enum.SurfaceType.Smooth
- Part94.brickColor = BrickColor.new("Institutional white")
- Model95.Parent = Model0
- Part96.Parent = Model95
- Part96.CFrame = CFrame.new(15.5820942, 16.6066971, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part96.Position = Vector3.new(15.5820942, 16.6066971, -118.34668)
- Part96.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part96.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part96.Anchored = true
- Part96.BottomSurface = Enum.SurfaceType.Smooth
- Part96.BrickColor = BrickColor.new("Fossil")
- Part96.Material = Enum.Material.Metal
- Part96.TopSurface = Enum.SurfaceType.Smooth
- Part96.brickColor = BrickColor.new("Fossil")
- Part97.Parent = Model95
- Part97.CFrame = CFrame.new(10.7718735, 16.6066971, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part97.Position = Vector3.new(10.7718735, 16.6066971, -118.34668)
- Part97.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part97.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part97.Anchored = true
- Part97.BottomSurface = Enum.SurfaceType.Smooth
- Part97.BrickColor = BrickColor.new("Fossil")
- Part97.Material = Enum.Material.Metal
- Part97.TopSurface = Enum.SurfaceType.Smooth
- Part97.brickColor = BrickColor.new("Fossil")
- Part98.Parent = Model95
- Part98.CFrame = CFrame.new(13.1920128, 12.5516787, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part98.Position = Vector3.new(13.1920128, 12.5516787, -118.34668)
- Part98.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part98.Size = Vector3.new(5.00000334, 4.49000072, 0.330000579)
- Part98.Anchored = true
- Part98.BottomSurface = Enum.SurfaceType.Smooth
- Part98.BrickColor = BrickColor.new("Fossil")
- Part98.Material = Enum.Material.Metal
- Part98.TopSurface = Enum.SurfaceType.Smooth
- Part98.brickColor = BrickColor.new("Fossil")
- SurfaceGui99.Parent = Part98
- SurfaceGui99.LightInfluence = 1
- TextLabel100.Parent = SurfaceGui99
- TextLabel100.Size = UDim2.new(0, 800, 0, 500)
- TextLabel100.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel100.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel100.BackgroundTransparency = 1
- TextLabel100.Font = Enum.Font.SourceSans
- TextLabel100.FontSize = Enum.FontSize.Size14
- TextLabel100.Text = "Kasa 4"
- TextLabel100.TextColor = BrickColor.new("Persimmon")
- TextLabel100.TextColor3 = Color3.new(1, 0.345098, 0.258824)
- TextLabel100.TextScaled = true
- TextLabel100.TextSize = 14
- TextLabel100.TextWrap = true
- TextLabel100.TextWrapped = true
- Model101.Parent = Model0
- Part102.Parent = Model101
- Part102.CFrame = CFrame.new(15.1740761, 7.00168037, -100.104736, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part102.Position = Vector3.new(15.1740761, 7.00168037, -100.104736)
- Part102.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part102.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part102.Anchored = true
- Part102.BottomSurface = Enum.SurfaceType.Smooth
- Part102.BrickColor = BrickColor.new("Institutional white")
- Part102.TopSurface = Enum.SurfaceType.Smooth
- Part102.brickColor = BrickColor.new("Institutional white")
- Part103.Parent = Model101
- Part103.CFrame = CFrame.new(10.6667137, 10.1066837, -100.104736, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part103.Position = Vector3.new(10.6667137, 10.1066837, -100.104736)
- Part103.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part103.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part103.Anchored = true
- Part103.BottomSurface = Enum.SurfaceType.Smooth
- Part103.BrickColor = BrickColor.new("Institutional white")
- Part103.TopSurface = Enum.SurfaceType.Smooth
- Part103.brickColor = BrickColor.new("Institutional white")
- Part104.Parent = Model101
- Part104.CFrame = CFrame.new(6.16157532, 7.00168419, -100.104736, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part104.Position = Vector3.new(6.16157532, 7.00168419, -100.104736)
- Part104.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part104.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part104.Anchored = true
- Part104.BottomSurface = Enum.SurfaceType.Smooth
- Part104.BrickColor = BrickColor.new("Institutional white")
- Part104.TopSurface = Enum.SurfaceType.Smooth
- Part104.brickColor = BrickColor.new("Institutional white")
- Part105.Parent = Model101
- Part105.CFrame = CFrame.new(10.5998268, 7.02667618, -100.119965, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part105.Position = Vector3.new(10.5998268, 7.02667618, -100.119965)
- Part105.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part105.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part105.Anchored = true
- Part105.BottomSurface = Enum.SurfaceType.Smooth
- Part105.BrickColor = BrickColor.new("Black")
- Part105.CanCollide = false
- Part105.Material = Enum.Material.Glass
- Part105.TopSurface = Enum.SurfaceType.Smooth
- Part105.brickColor = BrickColor.new("Black")
- Part106.Parent = Model101
- Part106.CFrame = CFrame.new(10.6667137, 3.91069031, -100.104736, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part106.Position = Vector3.new(10.6667137, 3.91069031, -100.104736)
- Part106.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part106.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part106.Anchored = true
- Part106.BottomSurface = Enum.SurfaceType.Smooth
- Part106.BrickColor = BrickColor.new("Institutional white")
- Part106.TopSurface = Enum.SurfaceType.Smooth
- Part106.brickColor = BrickColor.new("Institutional white")
- Model107.Parent = Model0
- Part108.Parent = Model107
- Part108.CFrame = CFrame.new(26.8915672, 7.74667358, -198.809875, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- Part108.Orientation = Vector3.new(0, 90, 0)
- Part108.Position = Vector3.new(26.8915672, 7.74667358, -198.809875)
- Part108.Rotation = Vector3.new(0, 90, 0)
- Part108.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part108.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part108.Anchored = true
- Part108.BottomSurface = Enum.SurfaceType.Smooth
- Part108.BrickColor = BrickColor.new("Institutional white")
- Part108.Material = Enum.Material.Metal
- Part108.TopSurface = Enum.SurfaceType.Smooth
- Part108.brickColor = BrickColor.new("Institutional white")
- Part109.Parent = Model107
- Part109.CFrame = CFrame.new(29.4665241, 8.86667061, -198.809845, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- Part109.Orientation = Vector3.new(0, 90, 0)
- Part109.Position = Vector3.new(29.4665241, 8.86667061, -198.809845)
- Part109.Rotation = Vector3.new(0, 90, 0)
- Part109.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part109.Size = Vector3.new(0.0500000007, 0.33999899, 5.38000011)
- Part109.Anchored = true
- Part109.BottomSurface = Enum.SurfaceType.Smooth
- Part109.BrickColor = BrickColor.new("Institutional white")
- Part109.Material = Enum.Material.Metal
- Part109.TopSurface = Enum.SurfaceType.Smooth
- Part109.brickColor = BrickColor.new("Institutional white")
- Part110.Parent = Model107
- Part110.CFrame = CFrame.new(32.0065079, 7.74667168, -198.809906, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- Part110.Orientation = Vector3.new(0, 90, 0)
- Part110.Position = Vector3.new(32.0065079, 7.74667168, -198.809906)
- Part110.Rotation = Vector3.new(0, 90, 0)
- Part110.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part110.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part110.Anchored = true
- Part110.BottomSurface = Enum.SurfaceType.Smooth
- Part110.BrickColor = BrickColor.new("Institutional white")
- Part110.Material = Enum.Material.Metal
- Part110.TopSurface = Enum.SurfaceType.Smooth
- Part110.brickColor = BrickColor.new("Institutional white")
- Part111.Parent = Model107
- Part111.CFrame = CFrame.new(29.4239216, 7.66166687, -198.809875, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- Part111.Orientation = Vector3.new(0, 90, 0)
- Part111.Position = Vector3.new(29.4239216, 7.66166687, -198.809875)
- Part111.Rotation = Vector3.new(0, 90, 0)
- Part111.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part111.Size = Vector3.new(0.0500000007, 2.10999894, 4.94000149)
- Part111.Anchored = true
- Part111.BottomSurface = Enum.SurfaceType.Smooth
- Part111.BrickColor = BrickColor.new("Black")
- Part111.Material = Enum.Material.Metal
- Part111.TopSurface = Enum.SurfaceType.Smooth
- Part111.brickColor = BrickColor.new("Black")
- Part112.Parent = Model107
- Part112.CFrame = CFrame.new(29.4566364, 3.43666458, -198.809906, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- Part112.Orientation = Vector3.new(0, 90, 0)
- Part112.Position = Vector3.new(29.4566364, 3.43666458, -198.809906)
- Part112.Rotation = Vector3.new(0, 90, 0)
- Part112.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part112.Size = Vector3.new(0.0500000007, 6.53999996, 5.35999966)
- Part112.Anchored = true
- Part112.BottomSurface = Enum.SurfaceType.Smooth
- Part112.BrickColor = BrickColor.new("Institutional white")
- Part112.Material = Enum.Material.Metal
- Part112.TopSurface = Enum.SurfaceType.Smooth
- Part112.brickColor = BrickColor.new("Institutional white")
- Model113.Parent = Model0
- Part114.Parent = Model113
- Part114.CFrame = CFrame.new(-21.6721268, 7.74668884, -185.816467, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part114.Position = Vector3.new(-21.6721268, 7.74668884, -185.816467)
- Part114.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part114.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part114.Anchored = true
- Part114.BottomSurface = Enum.SurfaceType.Smooth
- Part114.BrickColor = BrickColor.new("Institutional white")
- Part114.Material = Enum.Material.Metal
- Part114.TopSurface = Enum.SurfaceType.Smooth
- Part114.brickColor = BrickColor.new("Institutional white")
- Part115.Parent = Model113
- Part115.CFrame = CFrame.new(-21.6721268, 8.86668396, -183.241455, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part115.Position = Vector3.new(-21.6721268, 8.86668396, -183.241455)
- Part115.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part115.Size = Vector3.new(0.0500000007, 0.33999899, 5.38000011)
- Part115.Anchored = true
- Part115.BottomSurface = Enum.SurfaceType.Smooth
- Part115.BrickColor = BrickColor.new("Institutional white")
- Part115.Material = Enum.Material.Metal
- Part115.TopSurface = Enum.SurfaceType.Smooth
- Part115.brickColor = BrickColor.new("Institutional white")
- Part116.Parent = Model113
- Part116.CFrame = CFrame.new(-21.6721268, 7.74668884, -180.701477, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part116.Position = Vector3.new(-21.6721268, 7.74668884, -180.701477)
- Part116.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part116.Size = Vector3.new(0.0500000007, 2.27999878, 0.229999989)
- Part116.Anchored = true
- Part116.BottomSurface = Enum.SurfaceType.Smooth
- Part116.BrickColor = BrickColor.new("Institutional white")
- Part116.Material = Enum.Material.Metal
- Part116.TopSurface = Enum.SurfaceType.Smooth
- Part116.brickColor = BrickColor.new("Institutional white")
- Part117.Parent = Model113
- Part117.CFrame = CFrame.new(-21.6721268, 7.66168213, -183.284119, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part117.Position = Vector3.new(-21.6721268, 7.66168213, -183.284119)
- Part117.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part117.Size = Vector3.new(0.0500000007, 2.10999894, 4.94000149)
- Part117.Anchored = true
- Part117.BottomSurface = Enum.SurfaceType.Smooth
- Part117.BrickColor = BrickColor.new("Black")
- Part117.Material = Enum.Material.Metal
- Part117.TopSurface = Enum.SurfaceType.Smooth
- Part117.brickColor = BrickColor.new("Black")
- Part118.Parent = Model113
- Part118.CFrame = CFrame.new(-21.6721268, 3.43668175, -183.251373, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part118.Position = Vector3.new(-21.6721268, 3.43668175, -183.251373)
- Part118.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part118.Size = Vector3.new(0.0500000007, 6.53999996, 5.35999966)
- Part118.Anchored = true
- Part118.BottomSurface = Enum.SurfaceType.Smooth
- Part118.BrickColor = BrickColor.new("Institutional white")
- Part118.Material = Enum.Material.Metal
- Part118.TopSurface = Enum.SurfaceType.Smooth
- Part118.brickColor = BrickColor.new("Institutional white")
- Model119.Parent = Model0
- Part120.Parent = Model119
- Part120.CFrame = CFrame.new(26.5406151, 3.04447174, -115.685089, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part120.Position = Vector3.new(26.5406151, 3.04447174, -115.685089)
- Part120.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part120.Size = Vector3.new(1.42000043, 0.0700000077, 7.9199996)
- Part120.Anchored = true
- Part120.BottomSurface = Enum.SurfaceType.Smooth
- Part120.BrickColor = BrickColor.new("Black")
- Part120.Material = Enum.Material.Metal
- Part120.TopSurface = Enum.SurfaceType.Smooth
- Part120.brickColor = BrickColor.new("Black")
- Part121.Parent = Model119
- Part121.CFrame = CFrame.new(26.390955, 1.61665726, -110.401367, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part121.Position = Vector3.new(26.390955, 1.61665726, -110.401367)
- Part121.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part121.Size = Vector3.new(1.33999944, 3.21999884, 0.0500000007)
- Part121.Anchored = true
- Part121.BottomSurface = Enum.SurfaceType.Smooth
- Part121.BrickColor = BrickColor.new("Ghost grey")
- Part121.Material = Enum.Material.Metal
- Part121.TopSurface = Enum.SurfaceType.Smooth
- Part121.brickColor = BrickColor.new("Ghost grey")
- Part122.Parent = Model119
- Part122.CFrame = CFrame.new(25.7607079, 1.72166824, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part122.Position = Vector3.new(25.7607079, 1.72166824, -111.076324)
- Part122.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part122.Size = Vector3.new(0.0799999908, 3.00999904, 1.40000474)
- Part122.Anchored = true
- Part122.BottomSurface = Enum.SurfaceType.Smooth
- Part122.BrickColor = BrickColor.new("Ghost grey")
- Part122.Material = Enum.Material.Metal
- Part122.TopSurface = Enum.SurfaceType.Smooth
- Part122.brickColor = BrickColor.new("Ghost grey")
- Part123.Parent = Model119
- Part123.CFrame = CFrame.new(26.4207573, 1.53665543, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part123.Position = Vector3.new(26.4207573, 1.53665543, -111.076324)
- Part123.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part123.Size = Vector3.new(1.40000069, 2.63999939, 1.40000474)
- Part123.Anchored = true
- Part123.BottomSurface = Enum.SurfaceType.Smooth
- Part123.BrickColor = BrickColor.new("Ghost grey")
- Part123.Material = Enum.Material.Metal
- Part123.TopSurface = Enum.SurfaceType.Smooth
- Part123.brickColor = BrickColor.new("Ghost grey")
- Part124.Parent = Model119
- Part124.CFrame = CFrame.new(26.5406132, 1.59166145, -115.830261, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part124.Position = Vector3.new(26.5406132, 1.59166145, -115.830261)
- Part124.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part124.Size = Vector3.new(1.64000046, 2.74999928, 8.21000481)
- Part124.Anchored = true
- Part124.BottomSurface = Enum.SurfaceType.Smooth
- Part124.BrickColor = BrickColor.new("Ghost grey")
- Part124.Material = Enum.Material.Metal
- Part124.TopSurface = Enum.SurfaceType.Smooth
- Part124.brickColor = BrickColor.new("Ghost grey")
- Model125.Name = "kasa"
- Model125.Parent = Model119
- WedgePart126.Name = "Brick 3 - Plate Wedge"
- WedgePart126.Parent = Model125
- WedgePart126.CFrame = CFrame.new(28.2064476, 3.74669647, -110.677216, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart126.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart126.Position = Vector3.new(28.2064476, 3.74669647, -110.677216)
- WedgePart126.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart126.Color = Color3.new(0.94902, 0.952941, 0.952941)
- WedgePart126.Size = Vector3.new(2.00000024, 0.799999595, 0.400000036)
- WedgePart126.Anchored = true
- WedgePart126.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart126.BrickColor = BrickColor.new("White")
- WedgePart126.Material = Enum.Material.Metal
- WedgePart126.brickColor = BrickColor.new("White")
- WedgePart126.FormFactor = Enum.FormFactor.Custom
- WedgePart126.formFactor = Enum.FormFactor.Custom
- SpecialMesh127.Parent = WedgePart126
- SpecialMesh127.MeshType = Enum.MeshType.Wedge
- Model128.Parent = Model125
- Part129.Parent = Model128
- Part129.CFrame = CFrame.new(28.3337097, 3.12669945, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part129.Orientation = Vector3.new(0, 50.5399971, 0)
- Part129.Position = Vector3.new(28.3337097, 3.12669945, -110.83139)
- Part129.Rotation = Vector3.new(0, 50.5399971, 0)
- Part129.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part129.Size = Vector3.new(1.59998417, 0.400000036, 1.99999595)
- Part129.Anchored = true
- Part129.BrickColor = BrickColor.new("White")
- Part129.Material = Enum.Material.Metal
- Part129.brickColor = BrickColor.new("White")
- Part129.FormFactor = Enum.FormFactor.Custom
- Part129.formFactor = Enum.FormFactor.Custom
- Part130.Parent = Model128
- Part130.CFrame = CFrame.new(28.3337097, 3.24669456, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part130.Orientation = Vector3.new(0, 50.5399971, 0)
- Part130.Position = Vector3.new(28.3337097, 3.24669456, -110.83139)
- Part130.Rotation = Vector3.new(0, 50.5399971, 0)
- Part130.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part130.Size = Vector3.new(1.51998425, 0.200000003, 1.91999567)
- Part130.Anchored = true
- Part130.BrickColor = BrickColor.new("White")
- Part130.Material = Enum.Material.Metal
- Part130.brickColor = BrickColor.new("White")
- Part130.FormFactor = Enum.FormFactor.Custom
- Part130.formFactor = Enum.FormFactor.Custom
- Part131.Parent = Model128
- Part131.CFrame = CFrame.new(28.3337097, 3.34168053, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part131.Orientation = Vector3.new(0, 50.5399971, 0)
- Part131.Position = Vector3.new(28.3337097, 3.34168053, -110.83139)
- Part131.Rotation = Vector3.new(0, 50.5399971, 0)
- Part131.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part131.Size = Vector3.new(1.51998425, 0.389999926, 1.91999567)
- Part131.Anchored = true
- Part131.BrickColor = BrickColor.new("White")
- Part131.Material = Enum.Material.Metal
- Part131.brickColor = BrickColor.new("White")
- Part131.FormFactor = Enum.FormFactor.Custom
- Part131.formFactor = Enum.FormFactor.Custom
- WedgePart132.Name = "Brick 3 - Plate Wedge"
- WedgePart132.Parent = Model125
- WedgePart132.CFrame = CFrame.new(28.3337097, 3.64668846, -110.83139, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart132.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart132.Position = Vector3.new(28.3337097, 3.64668846, -110.83139)
- WedgePart132.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart132.Color = Color3.new(0.8, 0.556863, 0.411765)
- WedgePart132.Size = Vector3.new(2.00000024, 1.59999967, 0.200000003)
- WedgePart132.Anchored = true
- WedgePart132.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart132.BrickColor = BrickColor.new("Nougat")
- WedgePart132.Material = Enum.Material.Metal
- WedgePart132.brickColor = BrickColor.new("Nougat")
- WedgePart132.FormFactor = Enum.FormFactor.Custom
- WedgePart132.formFactor = Enum.FormFactor.Custom
- SpecialMesh133.Parent = WedgePart132
- SpecialMesh133.MeshType = Enum.MeshType.Wedge
- Part134.Parent = Model125
- Part134.CFrame = CFrame.new(27.4257469, 4.14669037, -110.672821, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part134.Orientation = Vector3.new(0, 50.5399971, 0)
- Part134.Position = Vector3.new(27.4257469, 4.14669037, -110.672821)
- Part134.Rotation = Vector3.new(0, 50.5399971, 0)
- Part134.Color = Color3.new(1, 0.34902, 0.34902)
- Part134.Size = Vector3.new(0.200000003, 0.400000006, 0.800000012)
- Part134.Anchored = true
- Part134.BrickColor = BrickColor.new("Persimmon")
- Part134.Material = Enum.Material.DiamondPlate
- Part134.brickColor = BrickColor.new("Persimmon")
- Part134.FormFactor = Enum.FormFactor.Custom
- Part134.formFactor = Enum.FormFactor.Custom
- Part135.Parent = Model125
- Part135.CFrame = CFrame.new(27.3482342, 3.84670258, -110.736237, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part135.Orientation = Vector3.new(0, 50.5399971, 0)
- Part135.Position = Vector3.new(27.3482342, 3.84670258, -110.736237)
- Part135.Rotation = Vector3.new(0, 50.5399971, 0)
- Part135.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part135.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part135.Anchored = true
- Part135.BrickColor = BrickColor.new("White")
- Part135.Material = Enum.Material.Metal
- Part135.brickColor = BrickColor.new("White")
- Part135.FormFactor = Enum.FormFactor.Custom
- Part135.formFactor = Enum.FormFactor.Custom
- Part136.Parent = Model125
- Part136.CFrame = CFrame.new(28.1199627, 3.74669456, -110.101166, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part136.Orientation = Vector3.new(0, 50.5399971, 0)
- Part136.Position = Vector3.new(28.1199627, 3.74669456, -110.101166)
- Part136.Rotation = Vector3.new(0, 50.5399971, 0)
- Part136.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part136.Size = Vector3.new(0.200000003, 0.400000006, 1.3999958)
- Part136.Anchored = true
- Part136.BrickColor = BrickColor.new("White")
- Part136.Material = Enum.Material.Metal
- Part136.brickColor = BrickColor.new("White")
- Part136.FormFactor = Enum.FormFactor.Custom
- Part136.formFactor = Enum.FormFactor.Custom
- Part137.Parent = Model119
- Part137.CFrame = CFrame.new(28.4356384, 1.57165909, -111.001709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part137.Position = Vector3.new(28.4356384, 1.57165909, -111.001709)
- Part137.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part137.Size = Vector3.new(2.66999865, 2.70999932, 2.64000416)
- Part137.Anchored = true
- Part137.BottomSurface = Enum.SurfaceType.Smooth
- Part137.BrickColor = BrickColor.new("Khaki")
- Part137.Material = Enum.Material.Metal
- Part137.TopSurface = Enum.SurfaceType.Smooth
- Part137.brickColor = BrickColor.new("Khaki")
- Part138.Parent = Model119
- Part138.CFrame = CFrame.new(27.7657127, 4.40166664, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part138.Position = Vector3.new(27.7657127, 4.40166664, -116.745422)
- Part138.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part138.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part138.Anchored = true
- Part138.BottomSurface = Enum.SurfaceType.Smooth
- Part138.BrickColor = BrickColor.new("Khaki")
- Part138.Material = Enum.Material.Metal
- Part138.TopSurface = Enum.SurfaceType.Smooth
- Part138.brickColor = BrickColor.new("Khaki")
- Part139.Parent = Model119
- Part139.CFrame = CFrame.new(27.8607483, 3.67712975, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part139.Position = Vector3.new(27.8607483, 3.67712975, -116.745422)
- Part139.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part139.Size = Vector3.new(0.659999371, 0.93999964, 4.80000114)
- Part139.Anchored = true
- Part139.BottomSurface = Enum.SurfaceType.Smooth
- Part139.BrickColor = BrickColor.new("Khaki")
- Part139.Material = Enum.Material.Metal
- Part139.TopSurface = Enum.SurfaceType.Smooth
- Part139.brickColor = BrickColor.new("Khaki")
- Part140.Parent = Model119
- Part140.CFrame = CFrame.new(27.7657146, 3.04106712, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part140.Position = Vector3.new(27.7657146, 3.04106712, -116.745422)
- Part140.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part140.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part140.Anchored = true
- Part140.BottomSurface = Enum.SurfaceType.Smooth
- Part140.BrickColor = BrickColor.new("Khaki")
- Part140.Material = Enum.Material.Metal
- Part140.TopSurface = Enum.SurfaceType.Smooth
- Part140.brickColor = BrickColor.new("Khaki")
- Part141.Parent = Model119
- Part141.CFrame = CFrame.new(27.7657127, 1.49165726, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part141.Position = Vector3.new(27.7657127, 1.49165726, -116.745422)
- Part141.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part141.Size = Vector3.new(0.849999309, 2.54999924, 4.80000114)
- Part141.Anchored = true
- Part141.BottomSurface = Enum.SurfaceType.Smooth
- Part141.BrickColor = BrickColor.new("Khaki")
- Part141.Material = Enum.Material.Metal
- Part141.TopSurface = Enum.SurfaceType.Smooth
- Part141.brickColor = BrickColor.new("Khaki")
- Part142.Parent = Model119
- Part142.CFrame = CFrame.new(28.5556927, 1.5416584, -114.973694, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part142.Position = Vector3.new(28.5556927, 1.5416584, -114.973694)
- Part142.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part142.Size = Vector3.new(2.42999887, 2.64999938, 0.590005398)
- Part142.Anchored = true
- Part142.BottomSurface = Enum.SurfaceType.Smooth
- Part142.BrickColor = BrickColor.new("Khaki")
- Part142.Material = Enum.Material.Metal
- Part142.TopSurface = Enum.SurfaceType.Smooth
- Part142.brickColor = BrickColor.new("Khaki")
- Model143.Parent = Model0
- Part144.Parent = Model143
- Part144.CFrame = CFrame.new(37.9423103, 7.00167465, -100.150787, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part144.Position = Vector3.new(37.9423103, 7.00167465, -100.150787)
- Part144.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part144.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part144.Anchored = true
- Part144.BottomSurface = Enum.SurfaceType.Smooth
- Part144.BrickColor = BrickColor.new("Institutional white")
- Part144.TopSurface = Enum.SurfaceType.Smooth
- Part144.brickColor = BrickColor.new("Institutional white")
- Part145.Parent = Model143
- Part145.CFrame = CFrame.new(33.4349136, 10.106678, -100.150787, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part145.Position = Vector3.new(33.4349136, 10.106678, -100.150787)
- Part145.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part145.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part145.Anchored = true
- Part145.BottomSurface = Enum.SurfaceType.Smooth
- Part145.BrickColor = BrickColor.new("Institutional white")
- Part145.TopSurface = Enum.SurfaceType.Smooth
- Part145.brickColor = BrickColor.new("Institutional white")
- Part146.Parent = Model143
- Part146.CFrame = CFrame.new(28.9297791, 7.00167847, -100.150787, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part146.Position = Vector3.new(28.9297791, 7.00167847, -100.150787)
- Part146.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part146.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part146.Anchored = true
- Part146.BottomSurface = Enum.SurfaceType.Smooth
- Part146.BrickColor = BrickColor.new("Institutional white")
- Part146.TopSurface = Enum.SurfaceType.Smooth
- Part146.brickColor = BrickColor.new("Institutional white")
- Part147.Parent = Model143
- Part147.CFrame = CFrame.new(33.3680191, 7.02666855, -100.166016, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part147.Position = Vector3.new(33.3680191, 7.02666855, -100.166016)
- Part147.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part147.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part147.Anchored = true
- Part147.BottomSurface = Enum.SurfaceType.Smooth
- Part147.BrickColor = BrickColor.new("Black")
- Part147.CanCollide = false
- Part147.Material = Enum.Material.Glass
- Part147.TopSurface = Enum.SurfaceType.Smooth
- Part147.brickColor = BrickColor.new("Black")
- Part148.Parent = Model143
- Part148.CFrame = CFrame.new(33.4349174, 3.91068268, -100.150787, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part148.Position = Vector3.new(33.4349174, 3.91068268, -100.150787)
- Part148.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part148.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part148.Anchored = true
- Part148.BottomSurface = Enum.SurfaceType.Smooth
- Part148.BrickColor = BrickColor.new("Institutional white")
- Part148.TopSurface = Enum.SurfaceType.Smooth
- Part148.brickColor = BrickColor.new("Institutional white")
- Model149.Parent = Model0
- Part150.Parent = Model149
- Part150.CFrame = CFrame.new(-10.1567459, 6.68668365, -100.658813, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- Part150.Orientation = Vector3.new(0, -90, 0)
- Part150.Position = Vector3.new(-10.1567459, 6.68668365, -100.658813)
- Part150.Rotation = Vector3.new(0, -90, 0)
- Part150.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part150.Size = Vector3.new(0.269999981, 13.04, 0.120000005)
- Part150.Anchored = true
- Part150.BottomSurface = Enum.SurfaceType.Smooth
- Part150.BrickColor = BrickColor.new("Institutional white")
- Part150.TopSurface = Enum.SurfaceType.Smooth
- Part150.brickColor = BrickColor.new("Institutional white")
- Part151.Parent = Model149
- Part151.CFrame = CFrame.new(-10.1468048, 6.68668747, -110.990997, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- Part151.Orientation = Vector3.new(0, -90, 0)
- Part151.Position = Vector3.new(-10.1468048, 6.68668747, -110.990997)
- Part151.Rotation = Vector3.new(0, -90, 0)
- Part151.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part151.Size = Vector3.new(0.269999981, 13.04, 0.300000012)
- Part151.Anchored = true
- Part151.BottomSurface = Enum.SurfaceType.Smooth
- Part151.BrickColor = BrickColor.new("Institutional white")
- Part151.TopSurface = Enum.SurfaceType.Smooth
- Part151.brickColor = BrickColor.new("Institutional white")
- Part152.Parent = Model149
- Part152.CFrame = CFrame.new(-10.1566963, 6.68668747, -105.950989, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- Part152.Orientation = Vector3.new(0, -90, 0)
- Part152.Position = Vector3.new(-10.1566963, 6.68668747, -105.950989)
- Part152.Rotation = Vector3.new(0, -90, 0)
- Part152.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part152.Size = Vector3.new(0.269999981, 13.04, 0.120000005)
- Part152.Anchored = true
- Part152.BottomSurface = Enum.SurfaceType.Smooth
- Part152.BrickColor = BrickColor.new("Institutional white")
- Part152.TopSurface = Enum.SurfaceType.Smooth
- Part152.brickColor = BrickColor.new("Institutional white")
- Part153.Parent = Model149
- Part153.CFrame = CFrame.new(-10.1568184, 6.68668556, -103.334686, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- Part153.Orientation = Vector3.new(0, -90, 0)
- Part153.Position = Vector3.new(-10.1568184, 6.68668556, -103.334686)
- Part153.Rotation = Vector3.new(0, -90, 0)
- Part153.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part153.Transparency = 0.40000000596046
- Part153.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part153.Anchored = true
- Part153.BottomSurface = Enum.SurfaceType.Smooth
- Part153.BrickColor = BrickColor.new("Smoky grey")
- Part153.CanCollide = false
- Part153.Material = Enum.Material.Glass
- Part153.TopSurface = Enum.SurfaceType.Smooth
- Part153.brickColor = BrickColor.new("Smoky grey")
- Part154.Parent = Model149
- Part154.CFrame = CFrame.new(-10.1567459, 6.68668365, -108.591064, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- Part154.Orientation = Vector3.new(0, -90, 0)
- Part154.Position = Vector3.new(-10.1567459, 6.68668365, -108.591064)
- Part154.Rotation = Vector3.new(0, -90, 0)
- Part154.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part154.Transparency = 0.40000000596046
- Part154.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part154.Anchored = true
- Part154.BottomSurface = Enum.SurfaceType.Smooth
- Part154.BrickColor = BrickColor.new("Smoky grey")
- Part154.CanCollide = false
- Part154.Material = Enum.Material.Glass
- Part154.TopSurface = Enum.SurfaceType.Smooth
- Part154.brickColor = BrickColor.new("Smoky grey")
- Model155.Parent = Model0
- Part156.Parent = Model155
- Part156.CFrame = CFrame.new(46.0953407, 16.6066895, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part156.Position = Vector3.new(46.0953407, 16.6066895, -118.34668)
- Part156.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part156.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part156.Anchored = true
- Part156.BottomSurface = Enum.SurfaceType.Smooth
- Part156.BrickColor = BrickColor.new("Fossil")
- Part156.Material = Enum.Material.Metal
- Part156.TopSurface = Enum.SurfaceType.Smooth
- Part156.brickColor = BrickColor.new("Fossil")
- Part157.Parent = Model155
- Part157.CFrame = CFrame.new(41.2850876, 16.6066895, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part157.Position = Vector3.new(41.2850876, 16.6066895, -118.34668)
- Part157.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part157.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part157.Anchored = true
- Part157.BottomSurface = Enum.SurfaceType.Smooth
- Part157.BrickColor = BrickColor.new("Fossil")
- Part157.Material = Enum.Material.Metal
- Part157.TopSurface = Enum.SurfaceType.Smooth
- Part157.brickColor = BrickColor.new("Fossil")
- Part158.Parent = Model155
- Part158.CFrame = CFrame.new(43.7052002, 12.551671, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part158.Position = Vector3.new(43.7052002, 12.551671, -118.34668)
- Part158.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part158.Size = Vector3.new(5.00000334, 4.49000072, 0.330000579)
- Part158.Anchored = true
- Part158.BottomSurface = Enum.SurfaceType.Smooth
- Part158.BrickColor = BrickColor.new("Fossil")
- Part158.Material = Enum.Material.Metal
- Part158.TopSurface = Enum.SurfaceType.Smooth
- Part158.brickColor = BrickColor.new("Fossil")
- SurfaceGui159.Parent = Part158
- SurfaceGui159.LightInfluence = 1
- TextLabel160.Parent = SurfaceGui159
- TextLabel160.Size = UDim2.new(0, 800, 0, 500)
- TextLabel160.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel160.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel160.BackgroundTransparency = 1
- TextLabel160.Font = Enum.Font.SourceSans
- TextLabel160.FontSize = Enum.FontSize.Size14
- TextLabel160.Text = "Kasa 1"
- TextLabel160.TextColor = BrickColor.new("Persimmon")
- TextLabel160.TextColor3 = Color3.new(1, 0.345098, 0.258824)
- TextLabel160.TextScaled = true
- TextLabel160.TextSize = 14
- TextLabel160.TextWrap = true
- TextLabel160.TextWrapped = true
- Model161.Parent = Model0
- Part162.Parent = Model161
- Part162.CFrame = CFrame.new(37.2435188, 3.04446602, -115.685089, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part162.Position = Vector3.new(37.2435188, 3.04446602, -115.685089)
- Part162.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part162.Size = Vector3.new(1.42000043, 0.0700000077, 7.9199996)
- Part162.Anchored = true
- Part162.BottomSurface = Enum.SurfaceType.Smooth
- Part162.BrickColor = BrickColor.new("Black")
- Part162.Material = Enum.Material.Metal
- Part162.TopSurface = Enum.SurfaceType.Smooth
- Part162.brickColor = BrickColor.new("Black")
- Part163.Parent = Model161
- Part163.CFrame = CFrame.new(37.0938606, 1.61665344, -110.401367, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part163.Position = Vector3.new(37.0938606, 1.61665344, -110.401367)
- Part163.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part163.Size = Vector3.new(1.33999944, 3.21999884, 0.0500000007)
- Part163.Anchored = true
- Part163.BottomSurface = Enum.SurfaceType.Smooth
- Part163.BrickColor = BrickColor.new("Ghost grey")
- Part163.Material = Enum.Material.Metal
- Part163.TopSurface = Enum.SurfaceType.Smooth
- Part163.brickColor = BrickColor.new("Ghost grey")
- Part164.Parent = Model161
- Part164.CFrame = CFrame.new(36.4636078, 1.72166443, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part164.Position = Vector3.new(36.4636078, 1.72166443, -111.076324)
- Part164.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part164.Size = Vector3.new(0.0799999908, 3.00999904, 1.40000474)
- Part164.Anchored = true
- Part164.BottomSurface = Enum.SurfaceType.Smooth
- Part164.BrickColor = BrickColor.new("Ghost grey")
- Part164.Material = Enum.Material.Metal
- Part164.TopSurface = Enum.SurfaceType.Smooth
- Part164.brickColor = BrickColor.new("Ghost grey")
- Part165.Parent = Model161
- Part165.CFrame = CFrame.new(37.1235237, 1.53665161, -111.076324, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part165.Position = Vector3.new(37.1235237, 1.53665161, -111.076324)
- Part165.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part165.Size = Vector3.new(1.40000069, 2.63999939, 1.40000474)
- Part165.Anchored = true
- Part165.BottomSurface = Enum.SurfaceType.Smooth
- Part165.BrickColor = BrickColor.new("Ghost grey")
- Part165.Material = Enum.Material.Metal
- Part165.TopSurface = Enum.SurfaceType.Smooth
- Part165.brickColor = BrickColor.new("Ghost grey")
- Part166.Parent = Model161
- Part166.CFrame = CFrame.new(37.2435188, 1.59165955, -115.830261, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part166.Position = Vector3.new(37.2435188, 1.59165955, -115.830261)
- Part166.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part166.Size = Vector3.new(1.64000046, 2.74999928, 8.21000481)
- Part166.Anchored = true
- Part166.BottomSurface = Enum.SurfaceType.Smooth
- Part166.BrickColor = BrickColor.new("Ghost grey")
- Part166.Material = Enum.Material.Metal
- Part166.TopSurface = Enum.SurfaceType.Smooth
- Part166.brickColor = BrickColor.new("Ghost grey")
- Model167.Name = "kasa"
- Model167.Parent = Model161
- WedgePart168.Name = "Brick 3 - Plate Wedge"
- WedgePart168.Parent = Model167
- WedgePart168.CFrame = CFrame.new(38.9092941, 3.74669266, -110.677216, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart168.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart168.Position = Vector3.new(38.9092941, 3.74669266, -110.677216)
- WedgePart168.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart168.Color = Color3.new(0.94902, 0.952941, 0.952941)
- WedgePart168.Size = Vector3.new(2.00000024, 0.799999595, 0.400000036)
- WedgePart168.Anchored = true
- WedgePart168.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart168.BrickColor = BrickColor.new("White")
- WedgePart168.Material = Enum.Material.Metal
- WedgePart168.brickColor = BrickColor.new("White")
- WedgePart168.FormFactor = Enum.FormFactor.Custom
- WedgePart168.formFactor = Enum.FormFactor.Custom
- SpecialMesh169.Parent = WedgePart168
- SpecialMesh169.MeshType = Enum.MeshType.Wedge
- Model170.Parent = Model167
- Part171.Parent = Model170
- Part171.CFrame = CFrame.new(39.0365524, 3.12669373, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part171.Orientation = Vector3.new(0, 50.5399971, 0)
- Part171.Position = Vector3.new(39.0365524, 3.12669373, -110.83139)
- Part171.Rotation = Vector3.new(0, 50.5399971, 0)
- Part171.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part171.Size = Vector3.new(1.59998417, 0.400000036, 1.99999595)
- Part171.Anchored = true
- Part171.BrickColor = BrickColor.new("White")
- Part171.Material = Enum.Material.Metal
- Part171.brickColor = BrickColor.new("White")
- Part171.FormFactor = Enum.FormFactor.Custom
- Part171.formFactor = Enum.FormFactor.Custom
- Part172.Parent = Model170
- Part172.CFrame = CFrame.new(39.0365524, 3.24669075, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part172.Orientation = Vector3.new(0, 50.5399971, 0)
- Part172.Position = Vector3.new(39.0365524, 3.24669075, -110.83139)
- Part172.Rotation = Vector3.new(0, 50.5399971, 0)
- Part172.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part172.Size = Vector3.new(1.51998425, 0.200000003, 1.91999567)
- Part172.Anchored = true
- Part172.BrickColor = BrickColor.new("White")
- Part172.Material = Enum.Material.Metal
- Part172.brickColor = BrickColor.new("White")
- Part172.FormFactor = Enum.FormFactor.Custom
- Part172.formFactor = Enum.FormFactor.Custom
- Part173.Parent = Model170
- Part173.CFrame = CFrame.new(39.0365524, 3.34167671, -110.83139, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part173.Orientation = Vector3.new(0, 50.5399971, 0)
- Part173.Position = Vector3.new(39.0365524, 3.34167671, -110.83139)
- Part173.Rotation = Vector3.new(0, 50.5399971, 0)
- Part173.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part173.Size = Vector3.new(1.51998425, 0.389999926, 1.91999567)
- Part173.Anchored = true
- Part173.BrickColor = BrickColor.new("White")
- Part173.Material = Enum.Material.Metal
- Part173.brickColor = BrickColor.new("White")
- Part173.FormFactor = Enum.FormFactor.Custom
- Part173.formFactor = Enum.FormFactor.Custom
- WedgePart174.Name = "Brick 3 - Plate Wedge"
- WedgePart174.Parent = Model167
- WedgePart174.CFrame = CFrame.new(39.0365524, 3.64668655, -110.83139, -0.77202934, 0.635590076, 2.08616257e-07, 2.23517418e-07, -1.78813934e-07, -1.00000215, -0.635588825, -0.772027791, 0)
- WedgePart174.Orientation = Vector3.new(90, 140.539993, 0)
- WedgePart174.Position = Vector3.new(39.0365524, 3.64668655, -110.83139)
- WedgePart174.Rotation = Vector3.new(90, 0, -140.539993)
- WedgePart174.Color = Color3.new(0.8, 0.556863, 0.411765)
- WedgePart174.Size = Vector3.new(2.00000024, 1.59999967, 0.200000003)
- WedgePart174.Anchored = true
- WedgePart174.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart174.BrickColor = BrickColor.new("Nougat")
- WedgePart174.Material = Enum.Material.Metal
- WedgePart174.brickColor = BrickColor.new("Nougat")
- WedgePart174.FormFactor = Enum.FormFactor.Custom
- WedgePart174.formFactor = Enum.FormFactor.Custom
- SpecialMesh175.Parent = WedgePart174
- SpecialMesh175.MeshType = Enum.MeshType.Wedge
- Part176.Parent = Model167
- Part176.CFrame = CFrame.new(38.1285362, 4.14668655, -110.672821, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part176.Orientation = Vector3.new(0, 50.5399971, 0)
- Part176.Position = Vector3.new(38.1285362, 4.14668655, -110.672821)
- Part176.Rotation = Vector3.new(0, 50.5399971, 0)
- Part176.Color = Color3.new(1, 0.34902, 0.34902)
- Part176.Size = Vector3.new(0.200000003, 0.400000006, 0.800000012)
- Part176.Anchored = true
- Part176.BrickColor = BrickColor.new("Persimmon")
- Part176.Material = Enum.Material.DiamondPlate
- Part176.brickColor = BrickColor.new("Persimmon")
- Part176.FormFactor = Enum.FormFactor.Custom
- Part176.formFactor = Enum.FormFactor.Custom
- Part177.Parent = Model167
- Part177.CFrame = CFrame.new(38.0510139, 3.84669876, -110.736237, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part177.Orientation = Vector3.new(0, 50.5399971, 0)
- Part177.Position = Vector3.new(38.0510139, 3.84669876, -110.736237)
- Part177.Rotation = Vector3.new(0, 50.5399971, 0)
- Part177.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part177.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part177.Anchored = true
- Part177.BrickColor = BrickColor.new("White")
- Part177.Material = Enum.Material.Metal
- Part177.brickColor = BrickColor.new("White")
- Part177.FormFactor = Enum.FormFactor.Custom
- Part177.formFactor = Enum.FormFactor.Custom
- Part178.Parent = Model167
- Part178.CFrame = CFrame.new(38.8228607, 3.74669266, -110.101166, 0.635525346, -2.08616257e-07, 0.772082686, -1.78813934e-07, 1.00000215, -2.23517418e-07, -0.772081137, 0, 0.635524035)
- Part178.Orientation = Vector3.new(0, 50.5399971, 0)
- Part178.Position = Vector3.new(38.8228607, 3.74669266, -110.101166)
- Part178.Rotation = Vector3.new(0, 50.5399971, 0)
- Part178.Color = Color3.new(0.94902, 0.952941, 0.952941)
- Part178.Size = Vector3.new(0.200000003, 0.400000006, 1.3999958)
- Part178.Anchored = true
- Part178.BrickColor = BrickColor.new("White")
- Part178.Material = Enum.Material.Metal
- Part178.brickColor = BrickColor.new("White")
- Part178.FormFactor = Enum.FormFactor.Custom
- Part178.formFactor = Enum.FormFactor.Custom
- Part179.Parent = Model161
- Part179.CFrame = CFrame.new(39.1384201, 1.57165527, -111.001709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part179.Position = Vector3.new(39.1384201, 1.57165527, -111.001709)
- Part179.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part179.Size = Vector3.new(2.66999865, 2.70999932, 2.64000416)
- Part179.Anchored = true
- Part179.BottomSurface = Enum.SurfaceType.Smooth
- Part179.BrickColor = BrickColor.new("Khaki")
- Part179.Material = Enum.Material.Metal
- Part179.TopSurface = Enum.SurfaceType.Smooth
- Part179.brickColor = BrickColor.new("Khaki")
- Part180.Parent = Model161
- Part180.CFrame = CFrame.new(38.4685555, 4.40166283, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part180.Position = Vector3.new(38.4685555, 4.40166283, -116.745422)
- Part180.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part180.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part180.Anchored = true
- Part180.BottomSurface = Enum.SurfaceType.Smooth
- Part180.BrickColor = BrickColor.new("Khaki")
- Part180.Material = Enum.Material.Metal
- Part180.TopSurface = Enum.SurfaceType.Smooth
- Part180.brickColor = BrickColor.new("Khaki")
- Part181.Parent = Model161
- Part181.CFrame = CFrame.new(38.563591, 3.67712784, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part181.Position = Vector3.new(38.563591, 3.67712784, -116.745422)
- Part181.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part181.Size = Vector3.new(0.659999371, 0.93999964, 4.80000114)
- Part181.Anchored = true
- Part181.BottomSurface = Enum.SurfaceType.Smooth
- Part181.BrickColor = BrickColor.new("Khaki")
- Part181.Material = Enum.Material.Metal
- Part181.TopSurface = Enum.SurfaceType.Smooth
- Part181.brickColor = BrickColor.new("Khaki")
- Part182.Parent = Model161
- Part182.CFrame = CFrame.new(38.4685555, 3.04106331, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part182.Position = Vector3.new(38.4685555, 3.04106331, -116.745422)
- Part182.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part182.Size = Vector3.new(0.849999309, 0.580000401, 4.80000114)
- Part182.Anchored = true
- Part182.BottomSurface = Enum.SurfaceType.Smooth
- Part182.BrickColor = BrickColor.new("Khaki")
- Part182.Material = Enum.Material.Metal
- Part182.TopSurface = Enum.SurfaceType.Smooth
- Part182.brickColor = BrickColor.new("Khaki")
- Part183.Parent = Model161
- Part183.CFrame = CFrame.new(38.4685555, 1.49165344, -116.745422, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part183.Position = Vector3.new(38.4685555, 1.49165344, -116.745422)
- Part183.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part183.Size = Vector3.new(0.849999309, 2.54999924, 4.80000114)
- Part183.Anchored = true
- Part183.BottomSurface = Enum.SurfaceType.Smooth
- Part183.BrickColor = BrickColor.new("Khaki")
- Part183.Material = Enum.Material.Metal
- Part183.TopSurface = Enum.SurfaceType.Smooth
- Part183.brickColor = BrickColor.new("Khaki")
- Part184.Parent = Model161
- Part184.CFrame = CFrame.new(39.2585373, 1.54165459, -114.973694, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part184.Position = Vector3.new(39.2585373, 1.54165459, -114.973694)
- Part184.Color = Color3.new(0.886275, 0.862745, 0.737255)
- Part184.Size = Vector3.new(2.42999887, 2.64999938, 0.590005398)
- Part184.Anchored = true
- Part184.BottomSurface = Enum.SurfaceType.Smooth
- Part184.BrickColor = BrickColor.new("Khaki")
- Part184.Material = Enum.Material.Metal
- Part184.TopSurface = Enum.SurfaceType.Smooth
- Part184.brickColor = BrickColor.new("Khaki")
- Model185.Parent = Model0
- Part186.Parent = Model185
- Part186.CFrame = CFrame.new(34.8322563, 16.6066933, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part186.Position = Vector3.new(34.8322563, 16.6066933, -118.34668)
- Part186.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part186.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part186.Anchored = true
- Part186.BottomSurface = Enum.SurfaceType.Smooth
- Part186.BrickColor = BrickColor.new("Fossil")
- Part186.Material = Enum.Material.Metal
- Part186.TopSurface = Enum.SurfaceType.Smooth
- Part186.brickColor = BrickColor.new("Fossil")
- Part187.Parent = Model185
- Part187.CFrame = CFrame.new(30.0220642, 16.6066933, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part187.Position = Vector3.new(30.0220642, 16.6066933, -118.34668)
- Part187.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part187.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part187.Anchored = true
- Part187.BottomSurface = Enum.SurfaceType.Smooth
- Part187.BrickColor = BrickColor.new("Fossil")
- Part187.Material = Enum.Material.Metal
- Part187.TopSurface = Enum.SurfaceType.Smooth
- Part187.brickColor = BrickColor.new("Fossil")
- Part188.Parent = Model185
- Part188.CFrame = CFrame.new(32.4421616, 12.5516739, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part188.Position = Vector3.new(32.4421616, 12.5516739, -118.34668)
- Part188.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part188.Size = Vector3.new(5.00000334, 4.49000072, 0.330000579)
- Part188.Anchored = true
- Part188.BottomSurface = Enum.SurfaceType.Smooth
- Part188.BrickColor = BrickColor.new("Fossil")
- Part188.Material = Enum.Material.Metal
- Part188.TopSurface = Enum.SurfaceType.Smooth
- Part188.brickColor = BrickColor.new("Fossil")
- SurfaceGui189.Parent = Part188
- SurfaceGui189.LightInfluence = 1
- TextLabel190.Parent = SurfaceGui189
- TextLabel190.Size = UDim2.new(0, 800, 0, 500)
- TextLabel190.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel190.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel190.BackgroundTransparency = 1
- TextLabel190.Font = Enum.Font.SourceSans
- TextLabel190.FontSize = Enum.FontSize.Size14
- TextLabel190.Text = "Kasa 2"
- TextLabel190.TextColor = BrickColor.new("Persimmon")
- TextLabel190.TextColor3 = Color3.new(1, 0.345098, 0.258824)
- TextLabel190.TextScaled = true
- TextLabel190.TextSize = 14
- TextLabel190.TextWrap = true
- TextLabel190.TextWrapped = true
- Model191.Parent = Model0
- Part192.Parent = Model191
- Part192.CFrame = CFrame.new(4.9148674, 6.69667625, -98.7696762, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part192.Position = Vector3.new(4.9148674, 6.69667625, -98.7696762)
- Part192.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part192.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part192.Anchored = true
- Part192.BottomSurface = Enum.SurfaceType.Smooth
- Part192.BrickColor = BrickColor.new("Ghost grey")
- Part192.Material = Enum.Material.Metal
- Part192.TopSurface = Enum.SurfaceType.Smooth
- Part192.brickColor = BrickColor.new("Ghost grey")
- Part193.Parent = Model191
- Part193.CFrame = CFrame.new(26.6663475, 6.69666862, -98.7917175, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part193.Position = Vector3.new(26.6663475, 6.69666862, -98.7917175)
- Part193.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part193.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part193.Anchored = true
- Part193.BottomSurface = Enum.SurfaceType.Smooth
- Part193.BrickColor = BrickColor.new("Ghost grey")
- Part193.Material = Enum.Material.Metal
- Part193.TopSurface = Enum.SurfaceType.Smooth
- Part193.brickColor = BrickColor.new("Ghost grey")
- Part194.Parent = Model191
- Part194.CFrame = CFrame.new(-21.3802872, 6.69668198, -98.7917175, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part194.Position = Vector3.new(-21.3802872, 6.69668198, -98.7917175)
- Part194.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part194.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part194.Anchored = true
- Part194.BottomSurface = Enum.SurfaceType.Smooth
- Part194.BrickColor = BrickColor.new("Ghost grey")
- Part194.Material = Enum.Material.Metal
- Part194.TopSurface = Enum.SurfaceType.Smooth
- Part194.brickColor = BrickColor.new("Ghost grey")
- Part195.Parent = Model191
- Part195.CFrame = CFrame.new(26.639307, 6.69667053, -85.0848923, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part195.Position = Vector3.new(26.639307, 6.69667053, -85.0848923)
- Part195.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part195.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part195.Anchored = true
- Part195.BottomSurface = Enum.SurfaceType.Smooth
- Part195.BrickColor = BrickColor.new("Ghost grey")
- Part195.Material = Enum.Material.Metal
- Part195.TopSurface = Enum.SurfaceType.Smooth
- Part195.brickColor = BrickColor.new("Ghost grey")
- Part196.Parent = Model191
- Part196.CFrame = CFrame.new(4.9148674, 6.69667625, -85.0848923, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part196.Position = Vector3.new(4.9148674, 6.69667625, -85.0848923)
- Part196.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part196.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part196.Anchored = true
- Part196.BottomSurface = Enum.SurfaceType.Smooth
- Part196.BrickColor = BrickColor.new("Ghost grey")
- Part196.Material = Enum.Material.Metal
- Part196.TopSurface = Enum.SurfaceType.Smooth
- Part196.brickColor = BrickColor.new("Ghost grey")
- Part197.Parent = Model191
- Part197.CFrame = CFrame.new(2.6391983, 13.3816862, -91.9195862, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part197.Position = Vector3.new(2.6391983, 13.3816862, -91.9195862)
- Part197.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part197.Size = Vector3.new(48.6200066, 0.409999996, 14.3000069)
- Part197.Anchored = true
- Part197.BottomSurface = Enum.SurfaceType.Smooth
- Part197.BrickColor = BrickColor.new("Ghost grey")
- Part197.Material = Enum.Material.Metal
- Part197.TopSurface = Enum.SurfaceType.Smooth
- Part197.brickColor = BrickColor.new("Ghost grey")
- Part198.Parent = Model191
- Part198.CFrame = CFrame.new(-21.3802872, 6.69668198, -85.0848923, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part198.Position = Vector3.new(-21.3802872, 6.69668198, -85.0848923)
- Part198.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part198.Size = Vector3.new(0.620000958, 13.0599947, 0.630000114)
- Part198.Anchored = true
- Part198.BottomSurface = Enum.SurfaceType.Smooth
- Part198.BrickColor = BrickColor.new("Ghost grey")
- Part198.Material = Enum.Material.Metal
- Part198.TopSurface = Enum.SurfaceType.Smooth
- Part198.brickColor = BrickColor.new("Ghost grey")
- Model199.Parent = Model0
- Part200.Parent = Model199
- Part200.CFrame = CFrame.new(-10.6399155, 6.68668556, -99.1713867, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part200.Position = Vector3.new(-10.6399155, 6.68668556, -99.1713867)
- Part200.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part200.Size = Vector3.new(0.269999981, 13.04, 0.120000005)
- Part200.Anchored = true
- Part200.BottomSurface = Enum.SurfaceType.Smooth
- Part200.BrickColor = BrickColor.new("Institutional white")
- Part200.TopSurface = Enum.SurfaceType.Smooth
- Part200.brickColor = BrickColor.new("Institutional white")
- Part201.Parent = Model199
- Part201.CFrame = CFrame.new(-20.9721146, 6.68668938, -99.1813965, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part201.Position = Vector3.new(-20.9721146, 6.68668938, -99.1813965)
- Part201.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part201.Size = Vector3.new(0.269999981, 13.04, 0.300000012)
- Part201.Anchored = true
- Part201.BottomSurface = Enum.SurfaceType.Smooth
- Part201.BrickColor = BrickColor.new("Institutional white")
- Part201.TopSurface = Enum.SurfaceType.Smooth
- Part201.brickColor = BrickColor.new("Institutional white")
- Part202.Parent = Model199
- Part202.CFrame = CFrame.new(-15.9320679, 6.68668747, -99.1713867, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part202.Position = Vector3.new(-15.9320679, 6.68668747, -99.1713867)
- Part202.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part202.Size = Vector3.new(0.269999981, 13.04, 0.120000005)
- Part202.Anchored = true
- Part202.BottomSurface = Enum.SurfaceType.Smooth
- Part202.BrickColor = BrickColor.new("Institutional white")
- Part202.TopSurface = Enum.SurfaceType.Smooth
- Part202.brickColor = BrickColor.new("Institutional white")
- Part203.Parent = Model199
- Part203.CFrame = CFrame.new(-13.3157578, 6.68668747, -99.1713867, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part203.Position = Vector3.new(-13.3157578, 6.68668747, -99.1713867)
- Part203.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part203.Transparency = 0.40000000596046
- Part203.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part203.Anchored = true
- Part203.BottomSurface = Enum.SurfaceType.Smooth
- Part203.BrickColor = BrickColor.new("Smoky grey")
- Part203.CanCollide = false
- Part203.Material = Enum.Material.Glass
- Part203.TopSurface = Enum.SurfaceType.Smooth
- Part203.brickColor = BrickColor.new("Smoky grey")
- Part204.Parent = Model199
- Part204.CFrame = CFrame.new(-18.5722046, 6.68668556, -99.1713867, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part204.Position = Vector3.new(-18.5722046, 6.68668556, -99.1713867)
- Part204.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part204.Transparency = 0.40000000596046
- Part204.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part204.Anchored = true
- Part204.BottomSurface = Enum.SurfaceType.Smooth
- Part204.BrickColor = BrickColor.new("Smoky grey")
- Part204.CanCollide = false
- Part204.Material = Enum.Material.Glass
- Part204.TopSurface = Enum.SurfaceType.Smooth
- Part204.brickColor = BrickColor.new("Smoky grey")
- Model205.Parent = Model0
- Part206.Parent = Model205
- Part206.CFrame = CFrame.new(37.9423103, 7.00167465, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part206.Position = Vector3.new(37.9423103, 7.00167465, -98.7814026)
- Part206.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part206.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part206.Anchored = true
- Part206.BottomSurface = Enum.SurfaceType.Smooth
- Part206.BrickColor = BrickColor.new("Institutional white")
- Part206.TopSurface = Enum.SurfaceType.Smooth
- Part206.brickColor = BrickColor.new("Institutional white")
- Part207.Parent = Model205
- Part207.CFrame = CFrame.new(33.4349136, 10.106678, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part207.Position = Vector3.new(33.4349136, 10.106678, -98.7814026)
- Part207.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part207.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part207.Anchored = true
- Part207.BottomSurface = Enum.SurfaceType.Smooth
- Part207.BrickColor = BrickColor.new("Institutional white")
- Part207.TopSurface = Enum.SurfaceType.Smooth
- Part207.brickColor = BrickColor.new("Institutional white")
- Part208.Parent = Model205
- Part208.CFrame = CFrame.new(28.9297791, 7.00167847, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part208.Position = Vector3.new(28.9297791, 7.00167847, -98.7814026)
- Part208.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part208.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part208.Anchored = true
- Part208.BottomSurface = Enum.SurfaceType.Smooth
- Part208.BrickColor = BrickColor.new("Institutional white")
- Part208.TopSurface = Enum.SurfaceType.Smooth
- Part208.brickColor = BrickColor.new("Institutional white")
- Part209.Parent = Model205
- Part209.CFrame = CFrame.new(33.3680191, 7.02666855, -98.7966309, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part209.Position = Vector3.new(33.3680191, 7.02666855, -98.7966309)
- Part209.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part209.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part209.Anchored = true
- Part209.BottomSurface = Enum.SurfaceType.Smooth
- Part209.BrickColor = BrickColor.new("Black")
- Part209.CanCollide = false
- Part209.Material = Enum.Material.Glass
- Part209.TopSurface = Enum.SurfaceType.Smooth
- Part209.brickColor = BrickColor.new("Black")
- Part210.Parent = Model205
- Part210.CFrame = CFrame.new(33.4349174, 3.91068268, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part210.Position = Vector3.new(33.4349174, 3.91068268, -98.7814026)
- Part210.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part210.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part210.Anchored = true
- Part210.BottomSurface = Enum.SurfaceType.Smooth
- Part210.BrickColor = BrickColor.new("Institutional white")
- Part210.TopSurface = Enum.SurfaceType.Smooth
- Part210.brickColor = BrickColor.new("Institutional white")
- Model211.Parent = Model0
- Part212.Parent = Model211
- Part212.CFrame = CFrame.new(6.7230072, 16.606699, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part212.Position = Vector3.new(6.7230072, 16.606699, -118.34668)
- Part212.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part212.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part212.Anchored = true
- Part212.BottomSurface = Enum.SurfaceType.Smooth
- Part212.BrickColor = BrickColor.new("Fossil")
- Part212.Material = Enum.Material.Metal
- Part212.TopSurface = Enum.SurfaceType.Smooth
- Part212.brickColor = BrickColor.new("Fossil")
- Part213.Parent = Model211
- Part213.CFrame = CFrame.new(1.91275024, 16.6067028, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part213.Position = Vector3.new(1.91275024, 16.6067028, -118.34668)
- Part213.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part213.Size = Vector3.new(0.160000771, 3.71999979, 0.330000579)
- Part213.Anchored = true
- Part213.BottomSurface = Enum.SurfaceType.Smooth
- Part213.BrickColor = BrickColor.new("Fossil")
- Part213.Material = Enum.Material.Metal
- Part213.TopSurface = Enum.SurfaceType.Smooth
- Part213.brickColor = BrickColor.new("Fossil")
- Part214.Parent = Model211
- Part214.CFrame = CFrame.new(4.33289337, 12.5516844, -118.34668, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part214.Position = Vector3.new(4.33289337, 12.5516844, -118.34668)
- Part214.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part214.Size = Vector3.new(5.00000334, 4.49000072, 0.330000579)
- Part214.Anchored = true
- Part214.BottomSurface = Enum.SurfaceType.Smooth
- Part214.BrickColor = BrickColor.new("Fossil")
- Part214.Material = Enum.Material.Metal
- Part214.TopSurface = Enum.SurfaceType.Smooth
- Part214.brickColor = BrickColor.new("Fossil")
- SurfaceGui215.Parent = Part214
- SurfaceGui215.LightInfluence = 1
- TextLabel216.Parent = SurfaceGui215
- TextLabel216.Size = UDim2.new(0, 800, 0, 500)
- TextLabel216.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel216.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel216.BackgroundTransparency = 1
- TextLabel216.Font = Enum.Font.SourceSans
- TextLabel216.FontSize = Enum.FontSize.Size14
- TextLabel216.Text = "Kasa 5"
- TextLabel216.TextColor = BrickColor.new("Persimmon")
- TextLabel216.TextColor3 = Color3.new(1, 0.345098, 0.258824)
- TextLabel216.TextScaled = true
- TextLabel216.TextSize = 14
- TextLabel216.TextWrap = true
- TextLabel216.TextWrapped = true
- Model217.Parent = Model0
- Part218.Parent = Model217
- Part218.CFrame = CFrame.new(-20.8047256, 6.68668938, -115.136627, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part218.Position = Vector3.new(-20.8047256, 6.68668938, -115.136627)
- Part218.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part218.Size = Vector3.new(0.269999981, 13.04, 0.300000012)
- Part218.Anchored = true
- Part218.BottomSurface = Enum.SurfaceType.Smooth
- Part218.BrickColor = BrickColor.new("Institutional white")
- Part218.TopSurface = Enum.SurfaceType.Smooth
- Part218.brickColor = BrickColor.new("Institutional white")
- Part219.Parent = Model217
- Part219.CFrame = CFrame.new(-15.7645874, 6.68668556, -115.126709, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part219.Position = Vector3.new(-15.7645874, 6.68668556, -115.126709)
- Part219.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part219.Size = Vector3.new(0.269999981, 13.04, 0.120000005)
- Part219.Anchored = true
- Part219.BottomSurface = Enum.SurfaceType.Smooth
- Part219.BrickColor = BrickColor.new("Institutional white")
- Part219.TopSurface = Enum.SurfaceType.Smooth
- Part219.brickColor = BrickColor.new("Institutional white")
- Part220.Parent = Model217
- Part220.CFrame = CFrame.new(-13.1484032, 6.68668747, -115.126648, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part220.Position = Vector3.new(-13.1484032, 6.68668747, -115.126648)
- Part220.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part220.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part220.Anchored = true
- Part220.BottomSurface = Enum.SurfaceType.Smooth
- Part220.BrickColor = BrickColor.new("Daisy orange")
- Part220.CanCollide = false
- Part220.Material = Enum.Material.Concrete
- Part220.TopSurface = Enum.SurfaceType.Smooth
- Part220.brickColor = BrickColor.new("Daisy orange")
- Part221.Parent = Model217
- Part221.CFrame = CFrame.new(-18.4047852, 6.68668938, -115.126831, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part221.Position = Vector3.new(-18.4047852, 6.68668938, -115.126831)
- Part221.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part221.Transparency = 0.40000000596046
- Part221.Size = Vector3.new(4.99000168, 13.04, 0.120000005)
- Part221.Anchored = true
- Part221.BottomSurface = Enum.SurfaceType.Smooth
- Part221.BrickColor = BrickColor.new("Smoky grey")
- Part221.CanCollide = false
- Part221.Material = Enum.Material.Glass
- Part221.TopSurface = Enum.SurfaceType.Smooth
- Part221.brickColor = BrickColor.new("Smoky grey")
- Model222.Parent = Model0
- Part223.Parent = Model222
- Part223.CFrame = CFrame.new(25.6092739, 7.00167847, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part223.Position = Vector3.new(25.6092739, 7.00167847, -98.7814026)
- Part223.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part223.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part223.Anchored = true
- Part223.BottomSurface = Enum.SurfaceType.Smooth
- Part223.BrickColor = BrickColor.new("Institutional white")
- Part223.TopSurface = Enum.SurfaceType.Smooth
- Part223.brickColor = BrickColor.new("Institutional white")
- Part224.Parent = Model222
- Part224.CFrame = CFrame.new(21.1019135, 10.1066818, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part224.Position = Vector3.new(21.1019135, 10.1066818, -98.7814026)
- Part224.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part224.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part224.Anchored = true
- Part224.BottomSurface = Enum.SurfaceType.Smooth
- Part224.BrickColor = BrickColor.new("Institutional white")
- Part224.TopSurface = Enum.SurfaceType.Smooth
- Part224.brickColor = BrickColor.new("Institutional white")
- Part225.Parent = Model222
- Part225.CFrame = CFrame.new(16.5967789, 7.00168037, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part225.Position = Vector3.new(16.5967789, 7.00168037, -98.7814026)
- Part225.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part225.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part225.Anchored = true
- Part225.BottomSurface = Enum.SurfaceType.Smooth
- Part225.BrickColor = BrickColor.new("Institutional white")
- Part225.TopSurface = Enum.SurfaceType.Smooth
- Part225.brickColor = BrickColor.new("Institutional white")
- Part226.Parent = Model222
- Part226.CFrame = CFrame.new(21.0350189, 7.02667427, -98.7966309, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part226.Position = Vector3.new(21.0350189, 7.02667427, -98.7966309)
- Part226.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part226.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part226.Anchored = true
- Part226.BottomSurface = Enum.SurfaceType.Smooth
- Part226.BrickColor = BrickColor.new("Black")
- Part226.CanCollide = false
- Part226.Material = Enum.Material.Glass
- Part226.TopSurface = Enum.SurfaceType.Smooth
- Part226.brickColor = BrickColor.new("Black")
- Part227.Parent = Model222
- Part227.CFrame = CFrame.new(21.1019154, 3.91068459, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part227.Position = Vector3.new(21.1019154, 3.91068459, -98.7814026)
- Part227.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part227.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part227.Anchored = true
- Part227.BottomSurface = Enum.SurfaceType.Smooth
- Part227.BrickColor = BrickColor.new("Institutional white")
- Part227.TopSurface = Enum.SurfaceType.Smooth
- Part227.brickColor = BrickColor.new("Institutional white")
- Model228.Parent = Model0
- Part229.Parent = Model228
- Part229.CFrame = CFrame.new(15.1740761, 7.00168037, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part229.Position = Vector3.new(15.1740761, 7.00168037, -98.7814026)
- Part229.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part229.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part229.Anchored = true
- Part229.BottomSurface = Enum.SurfaceType.Smooth
- Part229.BrickColor = BrickColor.new("Institutional white")
- Part229.TopSurface = Enum.SurfaceType.Smooth
- Part229.brickColor = BrickColor.new("Institutional white")
- Part230.Parent = Model228
- Part230.CFrame = CFrame.new(10.6667137, 10.1066837, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part230.Position = Vector3.new(10.6667137, 10.1066837, -98.7814026)
- Part230.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part230.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part230.Anchored = true
- Part230.BottomSurface = Enum.SurfaceType.Smooth
- Part230.BrickColor = BrickColor.new("Institutional white")
- Part230.TopSurface = Enum.SurfaceType.Smooth
- Part230.brickColor = BrickColor.new("Institutional white")
- Part231.Parent = Model228
- Part231.CFrame = CFrame.new(6.16157532, 7.00168419, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part231.Position = Vector3.new(6.16157532, 7.00168419, -98.7814026)
- Part231.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part231.Size = Vector3.new(0.269999981, 6.11000013, 0.120000005)
- Part231.Anchored = true
- Part231.BottomSurface = Enum.SurfaceType.Smooth
- Part231.BrickColor = BrickColor.new("Institutional white")
- Part231.TopSurface = Enum.SurfaceType.Smooth
- Part231.brickColor = BrickColor.new("Institutional white")
- Part232.Parent = Model228
- Part232.CFrame = CFrame.new(10.5998268, 7.02667618, -98.7966309, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part232.Position = Vector3.new(10.5998268, 7.02667618, -98.7966309)
- Part232.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part232.Size = Vector3.new(8.87000275, 5.98000288, 0.120000005)
- Part232.Anchored = true
- Part232.BottomSurface = Enum.SurfaceType.Smooth
- Part232.BrickColor = BrickColor.new("Black")
- Part232.CanCollide = false
- Part232.Material = Enum.Material.Glass
- Part232.TopSurface = Enum.SurfaceType.Smooth
- Part232.brickColor = BrickColor.new("Black")
- Part233.Parent = Model228
- Part233.CFrame = CFrame.new(10.6667137, 3.91069031, -98.7814026, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part233.Position = Vector3.new(10.6667137, 3.91069031, -98.7814026)
- Part233.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part233.Size = Vector3.new(9.28000164, 0.160000056, 0.120000005)
- Part233.Anchored = true
- Part233.BottomSurface = Enum.SurfaceType.Smooth
- Part233.BrickColor = BrickColor.new("Institutional white")
- Part233.TopSurface = Enum.SurfaceType.Smooth
- Part233.brickColor = BrickColor.new("Institutional white")
- Model234.Parent = Model0
- Part235.Parent = Model234
- Part235.CFrame = CFrame.new(9.97993469, 18.4392681, -149.512512, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part235.Position = Vector3.new(9.97993469, 18.4392681, -149.512512)
- Part235.Size = Vector3.new(2.32000065, 0.630000114, 16.9599972)
- Part235.Anchored = true
- Part235.BottomSurface = Enum.SurfaceType.Smooth
- Part235.Material = Enum.Material.Granite
- Part235.TopSurface = Enum.SurfaceType.Smooth
- Part236.Parent = Model234
- Part236.CFrame = CFrame.new(9.98497009, 18.0792828, -149.452545, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part236.Position = Vector3.new(9.98497009, 18.0792828, -149.452545)
- Part236.Size = Vector3.new(1.87000072, 0.250000149, 16.6599941)
- Part236.Anchored = true
- Part236.BottomSurface = Enum.SurfaceType.Smooth
- Part236.Material = Enum.Material.Neon
- Part236.TopSurface = Enum.SurfaceType.Smooth
- PointLight237.Parent = Part236
- PointLight237.Range = 60
- PointLight237.Brightness = 2
- Model238.Parent = Model0
- Model239.Parent = Model238
- Part240.Parent = Model239
- Part240.CFrame = CFrame.new(-0.567324162, 2.51669288, -151.541779, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part240.Orientation = Vector3.new(0, 90.5400009, 0)
- Part240.Position = Vector3.new(-0.567324162, 2.51669288, -151.541779)
- Part240.Rotation = Vector3.new(180, 89.4799957, 180)
- Part240.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part240.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part240.Anchored = true
- Part240.BottomSurface = Enum.SurfaceType.Smooth
- Part240.BrickColor = BrickColor.new("Mid gray")
- Part240.Material = Enum.Material.Metal
- Part240.TopSurface = Enum.SurfaceType.Smooth
- Part240.brickColor = BrickColor.new("Mid gray")
- Part240.FormFactor = Enum.FormFactor.Custom
- Part240.formFactor = Enum.FormFactor.Custom
- Part241.Parent = Model239
- Part241.CFrame = CFrame.new(-0.567269444, 4.01669312, -151.541321, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part241.Orientation = Vector3.new(0, -89.4599991, 0)
- Part241.Position = Vector3.new(-0.567269444, 4.01669312, -151.541321)
- Part241.Rotation = Vector3.new(0, -89.4799957, 0)
- Part241.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part241.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part241.Anchored = true
- Part241.BottomSurface = Enum.SurfaceType.Smooth
- Part241.BrickColor = BrickColor.new("Mid gray")
- Part241.Material = Enum.Material.Metal
- Part241.TopSurface = Enum.SurfaceType.Smooth
- Part241.brickColor = BrickColor.new("Mid gray")
- Part241.FormFactor = Enum.FormFactor.Custom
- Part241.formFactor = Enum.FormFactor.Custom
- Part242.Parent = Model239
- Part242.CFrame = CFrame.new(-0.567324638, 4.51669312, -151.541779, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part242.Orientation = Vector3.new(0, 90.5400009, 0)
- Part242.Position = Vector3.new(-0.567324638, 4.51669312, -151.541779)
- Part242.Rotation = Vector3.new(180, 89.4799957, 180)
- Part242.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part242.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part242.Anchored = true
- Part242.BottomSurface = Enum.SurfaceType.Smooth
- Part242.BrickColor = BrickColor.new("Mid gray")
- Part242.Material = Enum.Material.Metal
- Part242.TopSurface = Enum.SurfaceType.Smooth
- Part242.brickColor = BrickColor.new("Mid gray")
- Part242.FormFactor = Enum.FormFactor.Custom
- Part242.formFactor = Enum.FormFactor.Custom
- Part243.Parent = Model239
- Part243.CFrame = CFrame.new(-0.567325234, 6.51669312, -151.541779, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part243.Orientation = Vector3.new(0, 90.5400009, 0)
- Part243.Position = Vector3.new(-0.567325234, 6.51669312, -151.541779)
- Part243.Rotation = Vector3.new(180, 89.4799957, 180)
- Part243.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part243.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part243.Anchored = true
- Part243.BottomSurface = Enum.SurfaceType.Smooth
- Part243.BrickColor = BrickColor.new("Mid gray")
- Part243.Material = Enum.Material.Metal
- Part243.TopSurface = Enum.SurfaceType.Smooth
- Part243.brickColor = BrickColor.new("Mid gray")
- Part243.FormFactor = Enum.FormFactor.Custom
- Part243.formFactor = Enum.FormFactor.Custom
- Model244.Parent = Model0
- Model245.Parent = Model244
- Part246.Parent = Model245
- Part246.CFrame = CFrame.new(11.4321461, 2.51668954, -151.654373, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part246.Orientation = Vector3.new(0, 90.5400009, 0)
- Part246.Position = Vector3.new(11.4321461, 2.51668954, -151.654373)
- Part246.Rotation = Vector3.new(180, 89.4799957, 180)
- Part246.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part246.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part246.Anchored = true
- Part246.BottomSurface = Enum.SurfaceType.Smooth
- Part246.BrickColor = BrickColor.new("Mid gray")
- Part246.Material = Enum.Material.Metal
- Part246.TopSurface = Enum.SurfaceType.Smooth
- Part246.brickColor = BrickColor.new("Mid gray")
- Part246.FormFactor = Enum.FormFactor.Custom
- Part246.formFactor = Enum.FormFactor.Custom
- Part247.Parent = Model245
- Part247.CFrame = CFrame.new(11.4321995, 4.01669073, -151.653915, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part247.Orientation = Vector3.new(0, -89.4599991, 0)
- Part247.Position = Vector3.new(11.4321995, 4.01669073, -151.653915)
- Part247.Rotation = Vector3.new(0, -89.4799957, 0)
- Part247.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part247.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part247.Anchored = true
- Part247.BottomSurface = Enum.SurfaceType.Smooth
- Part247.BrickColor = BrickColor.new("Mid gray")
- Part247.Material = Enum.Material.Metal
- Part247.TopSurface = Enum.SurfaceType.Smooth
- Part247.brickColor = BrickColor.new("Mid gray")
- Part247.FormFactor = Enum.FormFactor.Custom
- Part247.formFactor = Enum.FormFactor.Custom
- Part248.Parent = Model245
- Part248.CFrame = CFrame.new(11.4321442, 4.51669073, -151.654373, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part248.Orientation = Vector3.new(0, 90.5400009, 0)
- Part248.Position = Vector3.new(11.4321442, 4.51669073, -151.654373)
- Part248.Rotation = Vector3.new(180, 89.4799957, 180)
- Part248.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part248.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part248.Anchored = true
- Part248.BottomSurface = Enum.SurfaceType.Smooth
- Part248.BrickColor = BrickColor.new("Mid gray")
- Part248.Material = Enum.Material.Metal
- Part248.TopSurface = Enum.SurfaceType.Smooth
- Part248.brickColor = BrickColor.new("Mid gray")
- Part248.FormFactor = Enum.FormFactor.Custom
- Part248.formFactor = Enum.FormFactor.Custom
- Part249.Parent = Model245
- Part249.CFrame = CFrame.new(11.4321442, 6.51669073, -151.654373, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part249.Orientation = Vector3.new(0, 90.5400009, 0)
- Part249.Position = Vector3.new(11.4321442, 6.51669073, -151.654373)
- Part249.Rotation = Vector3.new(180, 89.4799957, 180)
- Part249.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part249.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part249.Anchored = true
- Part249.BottomSurface = Enum.SurfaceType.Smooth
- Part249.BrickColor = BrickColor.new("Mid gray")
- Part249.Material = Enum.Material.Metal
- Part249.TopSurface = Enum.SurfaceType.Smooth
- Part249.brickColor = BrickColor.new("Mid gray")
- Part249.FormFactor = Enum.FormFactor.Custom
- Part249.formFactor = Enum.FormFactor.Custom
- Model250.Parent = Model0
- Model251.Parent = Model250
- Part252.Parent = Model251
- Part252.CFrame = CFrame.new(22.4316635, 2.5166862, -151.757599, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part252.Orientation = Vector3.new(0, 90.5400009, 0)
- Part252.Position = Vector3.new(22.4316635, 2.5166862, -151.757599)
- Part252.Rotation = Vector3.new(180, 89.4799957, 180)
- Part252.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part252.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part252.Anchored = true
- Part252.BottomSurface = Enum.SurfaceType.Smooth
- Part252.BrickColor = BrickColor.new("Mid gray")
- Part252.Material = Enum.Material.Metal
- Part252.TopSurface = Enum.SurfaceType.Smooth
- Part252.brickColor = BrickColor.new("Mid gray")
- Part252.FormFactor = Enum.FormFactor.Custom
- Part252.formFactor = Enum.FormFactor.Custom
- Part253.Parent = Model251
- Part253.CFrame = CFrame.new(22.4317169, 4.01668739, -151.757141, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part253.Orientation = Vector3.new(0, -89.4599991, 0)
- Part253.Position = Vector3.new(22.4317169, 4.01668739, -151.757141)
- Part253.Rotation = Vector3.new(0, -89.4799957, 0)
- Part253.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part253.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part253.Anchored = true
- Part253.BottomSurface = Enum.SurfaceType.Smooth
- Part253.BrickColor = BrickColor.new("Mid gray")
- Part253.Material = Enum.Material.Metal
- Part253.TopSurface = Enum.SurfaceType.Smooth
- Part253.brickColor = BrickColor.new("Mid gray")
- Part253.FormFactor = Enum.FormFactor.Custom
- Part253.formFactor = Enum.FormFactor.Custom
- Part254.Parent = Model251
- Part254.CFrame = CFrame.new(22.4316616, 4.51668739, -151.757599, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part254.Orientation = Vector3.new(0, 90.5400009, 0)
- Part254.Position = Vector3.new(22.4316616, 4.51668739, -151.757599)
- Part254.Rotation = Vector3.new(180, 89.4799957, 180)
- Part254.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part254.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part254.Anchored = true
- Part254.BottomSurface = Enum.SurfaceType.Smooth
- Part254.BrickColor = BrickColor.new("Mid gray")
- Part254.Material = Enum.Material.Metal
- Part254.TopSurface = Enum.SurfaceType.Smooth
- Part254.brickColor = BrickColor.new("Mid gray")
- Part254.FormFactor = Enum.FormFactor.Custom
- Part254.formFactor = Enum.FormFactor.Custom
- Part255.Parent = Model251
- Part255.CFrame = CFrame.new(22.4316616, 6.51668739, -151.757599, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part255.Orientation = Vector3.new(0, 90.5400009, 0)
- Part255.Position = Vector3.new(22.4316616, 6.51668739, -151.757599)
- Part255.Rotation = Vector3.new(180, 89.4799957, 180)
- Part255.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part255.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part255.Anchored = true
- Part255.BottomSurface = Enum.SurfaceType.Smooth
- Part255.BrickColor = BrickColor.new("Mid gray")
- Part255.Material = Enum.Material.Metal
- Part255.TopSurface = Enum.SurfaceType.Smooth
- Part255.brickColor = BrickColor.new("Mid gray")
- Part255.FormFactor = Enum.FormFactor.Custom
- Part255.formFactor = Enum.FormFactor.Custom
- Model256.Parent = Model0
- Model257.Parent = Model256
- Part258.Parent = Model257
- Part258.CFrame = CFrame.new(33.431179, 2.51668239, -151.860809, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part258.Orientation = Vector3.new(0, 90.5400009, 0)
- Part258.Position = Vector3.new(33.431179, 2.51668239, -151.860809)
- Part258.Rotation = Vector3.new(180, 89.4799957, 180)
- Part258.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part258.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part258.Anchored = true
- Part258.BottomSurface = Enum.SurfaceType.Smooth
- Part258.BrickColor = BrickColor.new("Mid gray")
- Part258.Material = Enum.Material.Metal
- Part258.TopSurface = Enum.SurfaceType.Smooth
- Part258.brickColor = BrickColor.new("Mid gray")
- Part258.FormFactor = Enum.FormFactor.Custom
- Part258.formFactor = Enum.FormFactor.Custom
- Part259.Parent = Model257
- Part259.CFrame = CFrame.new(33.4312325, 4.01668406, -151.860352, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part259.Orientation = Vector3.new(0, -89.4599991, 0)
- Part259.Position = Vector3.new(33.4312325, 4.01668406, -151.860352)
- Part259.Rotation = Vector3.new(0, -89.4799957, 0)
- Part259.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part259.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part259.Anchored = true
- Part259.BottomSurface = Enum.SurfaceType.Smooth
- Part259.BrickColor = BrickColor.new("Mid gray")
- Part259.Material = Enum.Material.Metal
- Part259.TopSurface = Enum.SurfaceType.Smooth
- Part259.brickColor = BrickColor.new("Mid gray")
- Part259.FormFactor = Enum.FormFactor.Custom
- Part259.formFactor = Enum.FormFactor.Custom
- Part260.Parent = Model257
- Part260.CFrame = CFrame.new(33.431179, 4.51668406, -151.860809, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part260.Orientation = Vector3.new(0, 90.5400009, 0)
- Part260.Position = Vector3.new(33.431179, 4.51668406, -151.860809)
- Part260.Rotation = Vector3.new(180, 89.4799957, 180)
- Part260.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part260.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part260.Anchored = true
- Part260.BottomSurface = Enum.SurfaceType.Smooth
- Part260.BrickColor = BrickColor.new("Mid gray")
- Part260.Material = Enum.Material.Metal
- Part260.TopSurface = Enum.SurfaceType.Smooth
- Part260.brickColor = BrickColor.new("Mid gray")
- Part260.FormFactor = Enum.FormFactor.Custom
- Part260.formFactor = Enum.FormFactor.Custom
- Part261.Parent = Model257
- Part261.CFrame = CFrame.new(33.431179, 6.51668406, -151.860809, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part261.Orientation = Vector3.new(0, 90.5400009, 0)
- Part261.Position = Vector3.new(33.431179, 6.51668406, -151.860809)
- Part261.Rotation = Vector3.new(180, 89.4799957, 180)
- Part261.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part261.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part261.Anchored = true
- Part261.BottomSurface = Enum.SurfaceType.Smooth
- Part261.BrickColor = BrickColor.new("Mid gray")
- Part261.Material = Enum.Material.Metal
- Part261.TopSurface = Enum.SurfaceType.Smooth
- Part261.brickColor = BrickColor.new("Mid gray")
- Part261.FormFactor = Enum.FormFactor.Custom
- Part261.formFactor = Enum.FormFactor.Custom
- Model262.Parent = Model0
- Model263.Parent = Model262
- Part264.Parent = Model263
- Part264.CFrame = CFrame.new(46.430584, 2.51667929, -151.982819, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part264.Orientation = Vector3.new(0, 90.5400009, 0)
- Part264.Position = Vector3.new(46.430584, 2.51667929, -151.982819)
- Part264.Rotation = Vector3.new(180, 89.4799957, 180)
- Part264.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part264.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part264.Anchored = true
- Part264.BottomSurface = Enum.SurfaceType.Smooth
- Part264.BrickColor = BrickColor.new("Mid gray")
- Part264.Material = Enum.Material.Metal
- Part264.TopSurface = Enum.SurfaceType.Smooth
- Part264.brickColor = BrickColor.new("Mid gray")
- Part264.FormFactor = Enum.FormFactor.Custom
- Part264.formFactor = Enum.FormFactor.Custom
- Part265.Parent = Model263
- Part265.CFrame = CFrame.new(46.4306374, 4.01668072, -151.982361, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part265.Orientation = Vector3.new(0, -89.4599991, 0)
- Part265.Position = Vector3.new(46.4306374, 4.01668072, -151.982361)
- Part265.Rotation = Vector3.new(0, -89.4799957, 0)
- Part265.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part265.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part265.Anchored = true
- Part265.BottomSurface = Enum.SurfaceType.Smooth
- Part265.BrickColor = BrickColor.new("Mid gray")
- Part265.Material = Enum.Material.Metal
- Part265.TopSurface = Enum.SurfaceType.Smooth
- Part265.brickColor = BrickColor.new("Mid gray")
- Part265.FormFactor = Enum.FormFactor.Custom
- Part265.formFactor = Enum.FormFactor.Custom
- Part266.Parent = Model263
- Part266.CFrame = CFrame.new(46.430584, 4.51668072, -151.982819, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part266.Orientation = Vector3.new(0, 90.5400009, 0)
- Part266.Position = Vector3.new(46.430584, 4.51668072, -151.982819)
- Part266.Rotation = Vector3.new(180, 89.4799957, 180)
- Part266.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part266.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part266.Anchored = true
- Part266.BottomSurface = Enum.SurfaceType.Smooth
- Part266.BrickColor = BrickColor.new("Mid gray")
- Part266.Material = Enum.Material.Metal
- Part266.TopSurface = Enum.SurfaceType.Smooth
- Part266.brickColor = BrickColor.new("Mid gray")
- Part266.FormFactor = Enum.FormFactor.Custom
- Part266.formFactor = Enum.FormFactor.Custom
- Part267.Parent = Model263
- Part267.CFrame = CFrame.new(46.430584, 6.51668072, -151.982819, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part267.Orientation = Vector3.new(0, 90.5400009, 0)
- Part267.Position = Vector3.new(46.430584, 6.51668072, -151.982819)
- Part267.Rotation = Vector3.new(180, 89.4799957, 180)
- Part267.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part267.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part267.Anchored = true
- Part267.BottomSurface = Enum.SurfaceType.Smooth
- Part267.BrickColor = BrickColor.new("Mid gray")
- Part267.Material = Enum.Material.Metal
- Part267.TopSurface = Enum.SurfaceType.Smooth
- Part267.brickColor = BrickColor.new("Mid gray")
- Part267.FormFactor = Enum.FormFactor.Custom
- Part267.formFactor = Enum.FormFactor.Custom
- Model268.Parent = Model0
- Model269.Parent = Model268
- Part270.Parent = Model269
- Part270.CFrame = CFrame.new(58.4300423, 2.51667666, -152.095444, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part270.Orientation = Vector3.new(0, 90.5400009, 0)
- Part270.Position = Vector3.new(58.4300423, 2.51667666, -152.095444)
- Part270.Rotation = Vector3.new(180, 89.4799957, 180)
- Part270.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part270.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part270.Anchored = true
- Part270.BottomSurface = Enum.SurfaceType.Smooth
- Part270.BrickColor = BrickColor.new("Mid gray")
- Part270.Material = Enum.Material.Metal
- Part270.TopSurface = Enum.SurfaceType.Smooth
- Part270.brickColor = BrickColor.new("Mid gray")
- Part270.FormFactor = Enum.FormFactor.Custom
- Part270.formFactor = Enum.FormFactor.Custom
- Part271.Parent = Model269
- Part271.CFrame = CFrame.new(58.4300957, 4.01667738, -152.094986, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part271.Orientation = Vector3.new(0, -89.4599991, 0)
- Part271.Position = Vector3.new(58.4300957, 4.01667738, -152.094986)
- Part271.Rotation = Vector3.new(0, -89.4799957, 0)
- Part271.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part271.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part271.Anchored = true
- Part271.BottomSurface = Enum.SurfaceType.Smooth
- Part271.BrickColor = BrickColor.new("Mid gray")
- Part271.Material = Enum.Material.Metal
- Part271.TopSurface = Enum.SurfaceType.Smooth
- Part271.brickColor = BrickColor.new("Mid gray")
- Part271.FormFactor = Enum.FormFactor.Custom
- Part271.formFactor = Enum.FormFactor.Custom
- Part272.Parent = Model269
- Part272.CFrame = CFrame.new(58.4300423, 4.51667738, -152.095444, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part272.Orientation = Vector3.new(0, 90.5400009, 0)
- Part272.Position = Vector3.new(58.4300423, 4.51667738, -152.095444)
- Part272.Rotation = Vector3.new(180, 89.4799957, 180)
- Part272.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part272.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part272.Anchored = true
- Part272.BottomSurface = Enum.SurfaceType.Smooth
- Part272.BrickColor = BrickColor.new("Mid gray")
- Part272.Material = Enum.Material.Metal
- Part272.TopSurface = Enum.SurfaceType.Smooth
- Part272.brickColor = BrickColor.new("Mid gray")
- Part272.FormFactor = Enum.FormFactor.Custom
- Part272.formFactor = Enum.FormFactor.Custom
- Part273.Parent = Model269
- Part273.CFrame = CFrame.new(58.4300423, 6.51667738, -152.095444, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part273.Orientation = Vector3.new(0, 90.5400009, 0)
- Part273.Position = Vector3.new(58.4300423, 6.51667738, -152.095444)
- Part273.Rotation = Vector3.new(180, 89.4799957, 180)
- Part273.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part273.Size = Vector3.new(52.3999977, 0.200000003, 3.4000001)
- Part273.Anchored = true
- Part273.BottomSurface = Enum.SurfaceType.Smooth
- Part273.BrickColor = BrickColor.new("Mid gray")
- Part273.Material = Enum.Material.Metal
- Part273.TopSurface = Enum.SurfaceType.Smooth
- Part273.brickColor = BrickColor.new("Mid gray")
- Part273.FormFactor = Enum.FormFactor.Custom
- Part273.formFactor = Enum.FormFactor.Custom
- Model274.Parent = Model0
- Model275.Parent = Model274
- Part276.Parent = Model275
- Part276.CFrame = CFrame.new(-20.0664673, 2.5166986, -151.35881, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part276.Orientation = Vector3.new(0, 90.5400009, 0)
- Part276.Position = Vector3.new(-20.0664673, 2.5166986, -151.35881)
- Part276.Rotation = Vector3.new(180, 89.4799957, 180)
- Part276.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part276.Size = Vector3.new(52.3999977, 0.200000003, 2.4000001)
- Part276.Anchored = true
- Part276.BottomSurface = Enum.SurfaceType.Smooth
- Part276.BrickColor = BrickColor.new("Mid gray")
- Part276.Material = Enum.Material.Metal
- Part276.TopSurface = Enum.SurfaceType.Smooth
- Part276.brickColor = BrickColor.new("Mid gray")
- Part276.FormFactor = Enum.FormFactor.Custom
- Part276.formFactor = Enum.FormFactor.Custom
- Part277.Parent = Model275
- Part277.CFrame = CFrame.new(-20.566391, 4.01669884, -151.353668, 0.00938401837, -2.08616257e-07, -0.999958038, -2.56113708e-09, 1.00000215, 2.98023224e-07, 0.999956012, 0, 0.00938399974)
- Part277.Orientation = Vector3.new(0, -89.4599991, 0)
- Part277.Position = Vector3.new(-20.566391, 4.01669884, -151.353668)
- Part277.Rotation = Vector3.new(0, -89.4799957, 0)
- Part277.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part277.Size = Vector3.new(52.3999977, 5.99999952, 0.200000033)
- Part277.Anchored = true
- Part277.BottomSurface = Enum.SurfaceType.Smooth
- Part277.BrickColor = BrickColor.new("Mid gray")
- Part277.Material = Enum.Material.Metal
- Part277.TopSurface = Enum.SurfaceType.Smooth
- Part277.brickColor = BrickColor.new("Mid gray")
- Part277.FormFactor = Enum.FormFactor.Custom
- Part277.formFactor = Enum.FormFactor.Custom
- Part278.Parent = Model275
- Part278.CFrame = CFrame.new(-20.0664673, 4.51669884, -151.35881, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part278.Orientation = Vector3.new(0, 90.5400009, 0)
- Part278.Position = Vector3.new(-20.0664673, 4.51669884, -151.35881)
- Part278.Rotation = Vector3.new(180, 89.4799957, 180)
- Part278.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part278.Size = Vector3.new(52.3999977, 0.200000003, 2.4000001)
- Part278.Anchored = true
- Part278.BottomSurface = Enum.SurfaceType.Smooth
- Part278.BrickColor = BrickColor.new("Mid gray")
- Part278.Material = Enum.Material.Metal
- Part278.TopSurface = Enum.SurfaceType.Smooth
- Part278.brickColor = BrickColor.new("Mid gray")
- Part278.FormFactor = Enum.FormFactor.Custom
- Part278.formFactor = Enum.FormFactor.Custom
- Part279.Parent = Model275
- Part279.CFrame = CFrame.new(-20.0664673, 6.51669884, -151.35881, -0.00938401837, -2.08616257e-07, 0.999958038, 2.56113708e-09, 1.00000215, -2.98023224e-07, -0.999956012, 0, -0.00938399974)
- Part279.Orientation = Vector3.new(0, 90.5400009, 0)
- Part279.Position = Vector3.new(-20.0664673, 6.51669884, -151.35881)
- Part279.Rotation = Vector3.new(180, 89.4799957, 180)
- Part279.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Part279.Size = Vector3.new(52.3999977, 0.200000003, 2.4000001)
- Part279.Anchored = true
- Part279.BottomSurface = Enum.SurfaceType.Smooth
- Part279.BrickColor = BrickColor.new("Mid gray")
- Part279.Material = Enum.Material.Metal
- Part279.TopSurface = Enum.SurfaceType.Smooth
- Part279.brickColor = BrickColor.new("Mid gray")
- Part279.FormFactor = Enum.FormFactor.Custom
- Part279.formFactor = Enum.FormFactor.Custom
- Part280.Parent = Model0
- Part280.CFrame = CFrame.new(-10.215107, 4.12169075, -112.731171, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 0, 0, 0, 1)
- Part280.Orientation = Vector3.new(0, 0, 90)
- Part280.Position = Vector3.new(-10.215107, 4.12169075, -112.731171)
- Part280.Rotation = Vector3.new(0, 0, 90)
- Part280.Color = Color3.new(1, 0.34902, 0.34902)
- Part280.Size = Vector3.new(2.6900003, 0.0500000007, 2)
- Part280.Anchored = true
- Part280.BottomSurface = Enum.SurfaceType.Smooth
- Part280.BrickColor = BrickColor.new("Persimmon")
- Part280.Material = Enum.Material.SmoothPlastic
- Part280.TopSurface = Enum.SurfaceType.Smooth
- Part280.brickColor = BrickColor.new("Persimmon")
- SurfaceGui281.Parent = Part280
- SurfaceGui281.LightInfluence = 1
- SurfaceGui281.Face = Enum.NormalId.Bottom
- TextLabel282.Parent = SurfaceGui281
- TextLabel282.Size = UDim2.new(0, 800, 0, 500)
- TextLabel282.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel282.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel282.BackgroundTransparency = 0.69999998807907
- TextLabel282.Font = Enum.Font.SourceSans
- TextLabel282.FontSize = Enum.FontSize.Size14
- TextLabel282.Text = "Wyjscie"
- TextLabel282.TextScaled = true
- TextLabel282.TextSize = 14
- TextLabel282.TextWrap = true
- TextLabel282.TextWrapped = true
- Part283.Parent = Model0
- Part283.CFrame = CFrame.new(26.0048466, 15.8017006, -99.4812012, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part283.Position = Vector3.new(26.0048466, 15.8017006, -99.4812012)
- Part283.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part283.Size = Vector3.new(94.2600327, 5.32999897, 1.40000355)
- Part283.Anchored = true
- Part283.BottomSurface = Enum.SurfaceType.Smooth
- Part283.BrickColor = BrickColor.new("Gold")
- Part283.Material = Enum.Material.Concrete
- Part283.TopSurface = Enum.SurfaceType.Smooth
- Part283.brickColor = BrickColor.new("Gold")
- Part284.Parent = Model0
- Part284.CFrame = CFrame.new(23.2801723, 1.7816658, -192.859894, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part284.Position = Vector3.new(23.2801723, 1.7816658, -192.859894)
- Part284.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part284.Size = Vector3.new(46.5999908, 3.12999916, 1.66999948)
- Part284.Anchored = true
- Part284.BottomSurface = Enum.SurfaceType.Smooth
- Part284.BrickColor = BrickColor.new("Ghost grey")
- Part284.Material = Enum.Material.Metal
- Part284.TopSurface = Enum.SurfaceType.Smooth
- Part284.brickColor = BrickColor.new("Ghost grey")
- Part285.Parent = Model0
- Part285.CFrame = CFrame.new(26.0048466, 15.8017006, -191.581909, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part285.Position = Vector3.new(26.0048466, 15.8017006, -191.581909)
- Part285.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part285.Size = Vector3.new(94.2600327, 5.32999897, 1.40000355)
- Part285.Anchored = true
- Part285.BottomSurface = Enum.SurfaceType.Smooth
- Part285.BrickColor = BrickColor.new("Gold")
- Part285.Material = Enum.Material.Concrete
- Part285.TopSurface = Enum.SurfaceType.Smooth
- Part285.brickColor = BrickColor.new("Gold")
- Part286.Parent = Model0
- Part286.CFrame = CFrame.new(-10.4458847, 6.68668556, -100.230255, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part286.Position = Vector3.new(-10.4458847, 6.68668556, -100.230255)
- Part286.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part286.Size = Vector3.new(0.340000004, 13.04, 0.44999519)
- Part286.Anchored = true
- Part286.BottomSurface = Enum.SurfaceType.Smooth
- Part286.BrickColor = BrickColor.new("Daisy orange")
- Part286.Material = Enum.Material.Concrete
- Part286.TopSurface = Enum.SurfaceType.Smooth
- Part286.brickColor = BrickColor.new("Daisy orange")
- Part287.Parent = Model0
- Part287.CFrame = CFrame.new(-21.2553253, 6.68668747, -145.501404, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part287.Position = Vector3.new(-21.2553253, 6.68668747, -145.501404)
- Part287.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part287.Size = Vector3.new(0.509999931, 13.04, 93.3999939)
- Part287.Anchored = true
- Part287.BottomSurface = Enum.SurfaceType.Smooth
- Part287.BrickColor = BrickColor.new("Daisy orange")
- Part287.Material = Enum.Material.Concrete
- Part287.TopSurface = Enum.SurfaceType.Smooth
- Part287.brickColor = BrickColor.new("Daisy orange")
- Part288.Parent = Model0
- Part288.CFrame = CFrame.new(26.0151024, 0.191665649, -146.010071, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part288.Position = Vector3.new(26.0151024, 0.191665649, -146.010071)
- Part288.Size = Vector3.new(94.1900024, 0.0500000007, 92.0499954)
- Part288.Anchored = true
- Part288.BottomSurface = Enum.SurfaceType.Smooth
- Part288.Material = Enum.Material.Concrete
- Part288.TopSurface = Enum.SurfaceType.Smooth
- Texture289.Parent = Part288
- Texture289.Texture = "rbxassetid://1694876770"
- Texture289.Face = Enum.NormalId.Top
- Part290.Parent = Model0
- Part290.CFrame = CFrame.new(18.3297195, 23.6527176, -98.7561951, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part290.Position = Vector3.new(18.3297195, 23.6527176, -98.7561951)
- Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part290.Size = Vector3.new(21.5700035, 10.1899996, 0.0500000007)
- Part290.Anchored = true
- Part290.BottomSurface = Enum.SurfaceType.Smooth
- Part290.BrickColor = BrickColor.new("Black")
- Part290.Material = Enum.Material.Concrete
- Part290.TopSurface = Enum.SurfaceType.Smooth
- Part290.brickColor = BrickColor.new("Black")
- Decal291.Parent = Part290
- Decal291.Texture = "http://www.roblox.com/asset/?id=381854932"
- Decal291.Face = Enum.NormalId.Back
- Part292.Parent = Model0
- Part292.CFrame = CFrame.new(31.301548, 6.68667221, -99.4664001, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part292.Position = Vector3.new(31.301548, 6.68667221, -99.4664001)
- Part292.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part292.Size = Vector3.new(83.6199951, 13.04, 1.3299998)
- Part292.Anchored = true
- Part292.BottomSurface = Enum.SurfaceType.Smooth
- Part292.BrickColor = BrickColor.new("Daisy orange")
- Part292.Material = Enum.Material.Concrete
- Part292.TopSurface = Enum.SurfaceType.Smooth
- Part292.brickColor = BrickColor.new("Daisy orange")
- Part293.Parent = Model0
- Part293.CFrame = CFrame.new(66.7430878, 6.68666267, -107.926575, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part293.Position = Vector3.new(66.7430878, 6.68666267, -107.926575)
- Part293.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part293.Size = Vector3.new(12.8699999, 13.04, 18.2500057)
- Part293.Anchored = true
- Part293.BottomSurface = Enum.SurfaceType.Smooth
- Part293.BrickColor = BrickColor.new("Daisy orange")
- Part293.Material = Enum.Material.Concrete
- Part293.TopSurface = Enum.SurfaceType.Smooth
- Part293.brickColor = BrickColor.new("Daisy orange")
- Part294.Parent = Model0
- Part294.CFrame = CFrame.new(23.460041, 15.8017006, -195.106934, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part294.Position = Vector3.new(23.460041, 15.8017006, -195.106934)
- Part294.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part294.Size = Vector3.new(47.9300346, 5.32999897, 8.44999981)
- Part294.Anchored = true
- Part294.BottomSurface = Enum.SurfaceType.Smooth
- Part294.BrickColor = BrickColor.new("Gold")
- Part294.Material = Enum.Material.Concrete
- Part294.TopSurface = Enum.SurfaceType.Smooth
- Part294.brickColor = BrickColor.new("Gold")
- Part295.Parent = Model0
- Part295.CFrame = CFrame.new(59.6645813, 6.68666458, -191.539978, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part295.Position = Vector3.new(59.6645813, 6.68666458, -191.539978)
- Part295.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part295.Size = Vector3.new(26.1699543, 13.04, 1.3299998)
- Part295.Anchored = true
- Part295.BottomSurface = Enum.SurfaceType.Smooth
- Part295.BrickColor = BrickColor.new("Daisy orange")
- Part295.Material = Enum.Material.Concrete
- Part295.TopSurface = Enum.SurfaceType.Smooth
- Part295.brickColor = BrickColor.new("Daisy orange")
- Part296.Parent = Model0
- Part296.CFrame = CFrame.new(-16.1753883, 15.801713, -189.131439, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part296.Position = Vector3.new(-16.1753883, 15.801713, -189.131439)
- Part296.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part296.Size = Vector3.new(10.6699934, 5.32999897, 6.13998985)
- Part296.Anchored = true
- Part296.BottomSurface = Enum.SurfaceType.Smooth
- Part296.BrickColor = BrickColor.new("Gold")
- Part296.Material = Enum.Material.Concrete
- Part296.TopSurface = Enum.SurfaceType.Smooth
- Part296.brickColor = BrickColor.new("Gold")
- Part297.Parent = Model0
- Part297.CFrame = CFrame.new(10.3467064, 6.20166206, -198.999939, -1.00000203, -2.08616257e-07, 0, 2.98023224e-07, 1.00000215, 0, 0, 0, -1)
- Part297.Orientation = Vector3.new(0, 180, 0)
- Part297.Position = Vector3.new(10.3467064, 6.20166206, -198.999939)
- Part297.Rotation = Vector3.new(-180, 0, 180)
- Part297.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part297.Size = Vector3.new(6.62999916, 6.61000013, 0.0500000007)
- Part297.Anchored = true
- Part297.BottomSurface = Enum.SurfaceType.Smooth
- Part297.BrickColor = BrickColor.new("Institutional white")
- Part297.Material = Enum.Material.SmoothPlastic
- Part297.TopSurface = Enum.SurfaceType.Smooth
- Part297.brickColor = BrickColor.new("Institutional white")
- Decal298.Parent = Part297
- Decal298.Texture = "rbxassetid://1787417517"
- Part299.Parent = Model0
- Part299.CFrame = CFrame.new(-3.99572754, 6.68668365, -114.491425, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part299.Position = Vector3.new(-3.99572754, 6.68668365, -114.491425)
- Part299.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part299.Size = Vector3.new(12.7200003, 13.04, 1.29999733)
- Part299.Anchored = true
- Part299.BottomSurface = Enum.SurfaceType.Smooth
- Part299.BrickColor = BrickColor.new("Daisy orange")
- Part299.Material = Enum.Material.Concrete
- Part299.TopSurface = Enum.SurfaceType.Smooth
- Part299.brickColor = BrickColor.new("Daisy orange")
- Part300.Parent = Model0
- Part300.CFrame = CFrame.new(-10.5248604, 4.12168884, -112.731171, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 0, 0, 0, 1)
- Part300.Orientation = Vector3.new(0, 0, 90)
- Part300.Position = Vector3.new(-10.5248604, 4.12168884, -112.731171)
- Part300.Rotation = Vector3.new(0, 0, 90)
- Part300.Color = Color3.new(1, 0.34902, 0.34902)
- Part300.Size = Vector3.new(2.6900003, 0.0500000007, 2)
- Part300.Anchored = true
- Part300.BottomSurface = Enum.SurfaceType.Smooth
- Part300.BrickColor = BrickColor.new("Persimmon")
- Part300.Material = Enum.Material.SmoothPlastic
- Part300.TopSurface = Enum.SurfaceType.Smooth
- Part300.brickColor = BrickColor.new("Persimmon")
- SurfaceGui301.Parent = Part300
- SurfaceGui301.LightInfluence = 1
- SurfaceGui301.Face = Enum.NormalId.Bottom
- TextLabel302.Parent = SurfaceGui301
- TextLabel302.Size = UDim2.new(0, 800, 0, 500)
- TextLabel302.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel302.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel302.BackgroundTransparency = 0.69999998807907
- TextLabel302.Font = Enum.Font.SourceSans
- TextLabel302.FontSize = Enum.FontSize.Size14
- TextLabel302.Text = "Wyjscie"
- TextLabel302.TextScaled = true
- TextLabel302.TextSize = 14
- TextLabel302.TextWrap = true
- TextLabel302.TextWrapped = true
- Part303.Parent = Model0
- Part303.CFrame = CFrame.new(-0.303344727, 6.68667984, -194.974976, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part303.Position = Vector3.new(-0.303344727, 6.68667984, -194.974976)
- Part303.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part303.Size = Vector3.new(0.550000012, 13.04, 8.20000076)
- Part303.Anchored = true
- Part303.BottomSurface = Enum.SurfaceType.Smooth
- Part303.BrickColor = BrickColor.new("Daisy orange")
- Part303.Material = Enum.Material.Concrete
- Part303.TopSurface = Enum.SurfaceType.Smooth
- Part303.brickColor = BrickColor.new("Daisy orange")
- Part304.Parent = Model0
- Part304.CFrame = CFrame.new(22.0164986, 3.6866703, -101.131439, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part304.Position = Vector3.new(22.0164986, 3.6866703, -101.131439)
- Part304.Color = Color3.new(0.623529, 0.631373, 0.67451)
- Part304.Size = Vector3.new(32.1500015, 0.300000072, 2)
- Part304.Anchored = true
- Part304.BottomSurface = Enum.SurfaceType.Smooth
- Part304.BrickColor = BrickColor.new("Fossil")
- Part304.Material = Enum.Material.Metal
- Part304.TopSurface = Enum.SurfaceType.Smooth
- Part304.brickColor = BrickColor.new("Fossil")
- Part305.Parent = Model0
- Part305.CFrame = CFrame.new(62.0181046, 6.68666458, -103.811615, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part305.Position = Vector3.new(62.0181046, 6.68666458, -103.811615)
- Part305.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part305.Size = Vector3.new(22.3199978, 13.04, 10.0200081)
- Part305.Anchored = true
- Part305.BottomSurface = Enum.SurfaceType.Smooth
- Part305.BrickColor = BrickColor.new("Daisy orange")
- Part305.Material = Enum.Material.Concrete
- Part305.TopSurface = Enum.SurfaceType.Smooth
- Part305.brickColor = BrickColor.new("Daisy orange")
- Part306.Parent = Model0
- Part306.CFrame = CFrame.new(72.9232788, 6.68666077, -145.501404, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part306.Position = Vector3.new(72.9232788, 6.68666077, -145.501404)
- Part306.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part306.Size = Vector3.new(0.509999931, 13.04, 93.3999939)
- Part306.Anchored = true
- Part306.BottomSurface = Enum.SurfaceType.Smooth
- Part306.BrickColor = BrickColor.new("Daisy orange")
- Part306.Material = Enum.Material.Concrete
- Part306.TopSurface = Enum.SurfaceType.Smooth
- Part306.brickColor = BrickColor.new("Daisy orange")
- Part307.Parent = Model0
- Part307.CFrame = CFrame.new(-10.4983101, 6.68668747, -191.539978, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part307.Position = Vector3.new(-10.4983101, 6.68668747, -191.539978)
- Part307.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part307.Size = Vector3.new(20.9399509, 13.04, 1.3299998)
- Part307.Anchored = true
- Part307.BottomSurface = Enum.SurfaceType.Smooth
- Part307.BrickColor = BrickColor.new("Daisy orange")
- Part307.Material = Enum.Material.Concrete
- Part307.TopSurface = Enum.SurfaceType.Smooth
- Part307.brickColor = BrickColor.new("Daisy orange")
- Part308.Parent = Model0
- Part308.CFrame = CFrame.new(72.9607544, 15.8016872, -145.501404, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part308.Position = Vector3.new(72.9607544, 15.8016872, -145.501404)
- Part308.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part308.Size = Vector3.new(0.509999931, 5.32999897, 93.3999939)
- Part308.Anchored = true
- Part308.BottomSurface = Enum.SurfaceType.Smooth
- Part308.BrickColor = BrickColor.new("Gold")
- Part308.Material = Enum.Material.Concrete
- Part308.TopSurface = Enum.SurfaceType.Smooth
- Part308.brickColor = BrickColor.new("Gold")
- Part309.Parent = Model0
- Part309.CFrame = CFrame.new(45.6989136, 26.0162392, -145.581421, 0.974801779, 0.223082185, 0, -0.223082706, 0.974801779, 0, 0, 0, 1)
- Part309.Orientation = Vector3.new(0, 0, -12.8899994)
- Part309.Position = Vector3.new(45.6989136, 26.0162392, -145.581421)
- Part309.Rotation = Vector3.new(0, 0, -12.8899994)
- Part309.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part309.Size = Vector3.new(62.6600037, 3.27999759, 93.6199722)
- Part309.Anchored = true
- Part309.BottomSurface = Enum.SurfaceType.Smooth
- Part309.BrickColor = BrickColor.new("Bright yellow")
- Part309.Material = Enum.Material.Concrete
- Part309.TopSurface = Enum.SurfaceType.Smooth
- Part309.brickColor = BrickColor.new("Bright yellow")
- Part310.Parent = Model0
- Part310.CFrame = CFrame.new(-21.2553253, 15.8017159, -145.501404, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part310.Position = Vector3.new(-21.2553253, 15.8017159, -145.501404)
- Part310.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part310.Size = Vector3.new(0.509999931, 5.32999897, 93.3999939)
- Part310.Anchored = true
- Part310.BottomSurface = Enum.SurfaceType.Smooth
- Part310.BrickColor = BrickColor.new("Gold")
- Part310.Material = Enum.Material.Concrete
- Part310.TopSurface = Enum.SurfaceType.Smooth
- Part310.brickColor = BrickColor.new("Gold")
- Part311.Parent = Model0
- Part311.CFrame = CFrame.new(-4.36637115, 26.2682228, -145.581421, 0.955744267, -0.294205904, 0, 0.294205487, 0.955744505, 0, 0, 0, 1)
- Part311.Orientation = Vector3.new(0, 0, 17.1099987)
- Part311.Position = Vector3.new(-4.36637115, 26.2682228, -145.581421)
- Part311.Rotation = Vector3.new(0, 0, 17.1099987)
- Part311.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part311.Size = Vector3.new(42.6100006, 3.56999874, 93.6199722)
- Part311.Anchored = true
- Part311.BottomSurface = Enum.SurfaceType.Smooth
- Part311.BrickColor = BrickColor.new("Bright yellow")
- Part311.Material = Enum.Material.Concrete
- Part311.TopSurface = Enum.SurfaceType.Smooth
- Part311.brickColor = BrickColor.new("Bright yellow")
- Part312.Parent = Model0
- Part312.CFrame = CFrame.new(-15.7701721, 0.191675186, -100.165039, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part312.Position = Vector3.new(-15.7701721, 0.191675186, -100.165039)
- Part312.Size = Vector3.new(10.6200085, 0.0500000007, 2)
- Part312.Anchored = true
- Part312.BottomSurface = Enum.SurfaceType.Smooth
- Part312.Material = Enum.Material.Concrete
- Part312.TopSurface = Enum.SurfaceType.Smooth
- Texture313.Parent = Part312
- Texture313.Texture = "rbxassetid://1694876770"
- Texture313.Face = Enum.NormalId.Top
- Part314.Parent = Model0
- Part314.CFrame = CFrame.new(47.2294998, 6.6866684, -194.974976, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part314.Position = Vector3.new(47.2294998, 6.6866684, -194.974976)
- Part314.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part314.Size = Vector3.new(0.550000012, 13.04, 8.20000076)
- Part314.Anchored = true
- Part314.BottomSurface = Enum.SurfaceType.Smooth
- Part314.BrickColor = BrickColor.new("Daisy orange")
- Part314.Material = Enum.Material.Concrete
- Part314.TopSurface = Enum.SurfaceType.Smooth
- Part314.brickColor = BrickColor.new("Daisy orange")
- Part315.Parent = Model0
- Part315.CFrame = CFrame.new(-13.5715256, 4.12169456, -115.033783, -2.08616257e-07, 0, -1.00000203, 1.00000215, 0, 2.98023224e-07, 0, -1, 0)
- Part315.Orientation = Vector3.new(0, -90, 90)
- Part315.Position = Vector3.new(-13.5715256, 4.12169456, -115.033783)
- Part315.Rotation = Vector3.new(-90, -90, 0)
- Part315.Color = Color3.new(1, 0.34902, 0.34902)
- Part315.Size = Vector3.new(2.6900003, 0.0500000007, 2)
- Part315.Anchored = true
- Part315.BottomSurface = Enum.SurfaceType.Smooth
- Part315.BrickColor = BrickColor.new("Persimmon")
- Part315.Material = Enum.Material.SmoothPlastic
- Part315.TopSurface = Enum.SurfaceType.Smooth
- Part315.brickColor = BrickColor.new("Persimmon")
- SurfaceGui316.Parent = Part315
- SurfaceGui316.LightInfluence = 1
- SurfaceGui316.Face = Enum.NormalId.Bottom
- TextLabel317.Parent = SurfaceGui316
- TextLabel317.Size = UDim2.new(0, 800, 0, 500)
- TextLabel317.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel317.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel317.BackgroundTransparency = 0.69999998807907
- TextLabel317.Font = Enum.Font.SourceSans
- TextLabel317.FontSize = Enum.FontSize.Size14
- TextLabel317.Text = "Wejscie"
- TextLabel317.TextScaled = true
- TextLabel317.TextSize = 14
- TextLabel317.TextWrap = true
- TextLabel317.TextWrapped = true
- Part318.Parent = Model0
- Part318.CFrame = CFrame.new(-9.57551575, 15.6267042, -107.001495, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part318.Position = Vector3.new(-9.57551575, 15.6267042, -107.001495)
- Part318.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part318.Size = Vector3.new(23.8700008, 5.67999935, 16.3999996)
- Part318.Anchored = true
- Part318.BottomSurface = Enum.SurfaceType.Smooth
- Part318.BrickColor = BrickColor.new("Gold")
- Part318.Material = Enum.Material.Concrete
- Part318.TopSurface = Enum.SurfaceType.Smooth
- Part318.brickColor = BrickColor.new("Gold")
- Part319.Parent = Model0
- Part319.CFrame = CFrame.new(23.4468594, 6.68667412, -199.209961, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part319.Position = Vector3.new(23.4468594, 6.68667412, -199.209961)
- Part319.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part319.Size = Vector3.new(48.0499916, 13.04, 0.370000005)
- Part319.Anchored = true
- Part319.BottomSurface = Enum.SurfaceType.Smooth
- Part319.BrickColor = BrickColor.new("Daisy orange")
- Part319.Material = Enum.Material.Concrete
- Part319.TopSurface = Enum.SurfaceType.Smooth
- Part319.brickColor = BrickColor.new("Daisy orange")
- Part320.Parent = Model0
- Part320.CFrame = CFrame.new(-16.175293, 6.68669128, -189.096375, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part320.Position = Vector3.new(-16.175293, 6.68669128, -189.096375)
- Part320.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part320.Size = Vector3.new(10.670002, 13.04, 6.20998383)
- Part320.Anchored = true
- Part320.BottomSurface = Enum.SurfaceType.Smooth
- Part320.BrickColor = BrickColor.new("Daisy orange")
- Part320.Material = Enum.Material.Concrete
- Part320.TopSurface = Enum.SurfaceType.Smooth
- Part320.brickColor = BrickColor.new("Daisy orange")
- Part321.Parent = Model0
- Part321.CFrame = CFrame.new(62.1158791, 15.8016891, -103.716339, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part321.Position = Vector3.new(62.1158791, 15.8016891, -103.716339)
- Part321.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part321.Size = Vector3.new(22.2000122, 5.32999897, 9.83000278)
- Part321.Anchored = true
- Part321.BottomSurface = Enum.SurfaceType.Smooth
- Part321.BrickColor = BrickColor.new("Gold")
- Part321.Material = Enum.Material.Concrete
- Part321.TopSurface = Enum.SurfaceType.Smooth
- Part321.brickColor = BrickColor.new("Gold")
- Part322.Parent = Model0
- Part322.CFrame = CFrame.new(-21.2553253, 6.68668747, -112.296234, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part322.Position = Vector3.new(-21.2553253, 6.68668747, -112.296234)
- Part322.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part322.Size = Vector3.new(0.509999931, 13.04, 5.40999651)
- Part322.Anchored = true
- Part322.BottomSurface = Enum.SurfaceType.Smooth
- Part322.BrickColor = BrickColor.new("Daisy orange")
- Part322.Material = Enum.Material.Concrete
- Part322.TopSurface = Enum.SurfaceType.Smooth
- Part322.brickColor = BrickColor.new("Daisy orange")
- Part323.Parent = Model0
- Part323.CFrame = CFrame.new(-10.4458847, 6.68668556, -113.11618, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part323.Position = Vector3.new(-10.4458847, 6.68668556, -113.11618)
- Part323.Color = Color3.new(0.972549, 0.85098, 0.427451)
- Part323.Size = Vector3.new(0.340000004, 13.04, 4.02999544)
- Part323.Anchored = true
- Part323.BottomSurface = Enum.SurfaceType.Smooth
- Part323.BrickColor = BrickColor.new("Daisy orange")
- Part323.Material = Enum.Material.Concrete
- Part323.TopSurface = Enum.SurfaceType.Smooth
- Part323.brickColor = BrickColor.new("Daisy orange")
- Part324.Parent = Model0
- Part324.CFrame = CFrame.new(-16.0854492, 15.6267071, -107.001495, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part324.Position = Vector3.new(-16.0854492, 15.6267071, -107.001495)
- Part324.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part324.Size = Vector3.new(10.8500032, 5.67999935, 16.3999996)
- Part324.Anchored = true
- Part324.BottomSurface = Enum.SurfaceType.Smooth
- Part324.BrickColor = BrickColor.new("Gold")
- Part324.Material = Enum.Material.Concrete
- Part324.TopSurface = Enum.SurfaceType.Smooth
- Part324.brickColor = BrickColor.new("Gold")
- Part325.Parent = Model0
- Part325.CFrame = CFrame.new(23.2801743, 2.12167931, -192.22998, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part325.Position = Vector3.new(23.2801743, 2.12167931, -192.22998)
- Part325.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part325.Size = Vector3.new(46.5999908, 3.80999851, 0.410000026)
- Part325.Anchored = true
- Part325.BottomSurface = Enum.SurfaceType.Smooth
- Part325.BrickColor = BrickColor.new("Ghost grey")
- Part325.Material = Enum.Material.Metal
- Part325.TopSurface = Enum.SurfaceType.Smooth
- Part325.brickColor = BrickColor.new("Ghost grey")
- Part326.Parent = Model0
- Part326.CFrame = CFrame.new(23.4250717, 0.191667557, -195.48999, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part326.Position = Vector3.new(23.4250717, 0.191667557, -195.48999)
- Part326.Size = Vector3.new(47.9499855, 0.0500000007, 7.01000166)
- Part326.Anchored = true
- Part326.BottomSurface = Enum.SurfaceType.Smooth
- Part326.Material = Enum.Material.Concrete
- Part326.TopSurface = Enum.SurfaceType.Smooth
- Texture327.Parent = Part326
- Texture327.Texture = "rbxassetid://1694876770"
- Texture327.Face = Enum.NormalId.Top
- Part328.Parent = Model0
- Part328.CFrame = CFrame.new(66.7557831, 15.8016872, -107.891235, 1.00000203, -2.08616257e-07, 0, -2.98023224e-07, 1.00000215, 0, 0, 0, 1)
- Part328.Position = Vector3.new(66.7557831, 15.8016872, -107.891235)
- Part328.Color = Color3.new(0.937255, 0.721569, 0.219608)
- Part328.Size = Vector3.new(12.9200106, 5.32999897, 18.1800041)
- Part328.Anchored = true
- Part328.BottomSurface = Enum.SurfaceType.Smooth
- Part328.BrickColor = BrickColor.new("Gold")
- Part328.Material = Enum.Material.Concrete
- Part328.TopSurface = Enum.SurfaceType.Smooth
- Part328.brickColor = BrickColor.new("Gold")
- WedgePart329.Parent = Model0
- WedgePart329.CFrame = CFrame.new(45.1254883, 25.3367043, -145.551392, 0, -2.08616257e-07, -1.00000203, 0, 1.00000215, 2.98023224e-07, 1, 0, 0)
- WedgePart329.Orientation = Vector3.new(0, -90, 0)
- WedgePart329.Position = Vector3.new(45.1254883, 25.3367043, -145.551392)
- WedgePart329.Rotation = Vector3.new(0, -90, 0)
- WedgePart329.Color = Color3.new(0.105882, 0.164706, 0.207843)
- WedgePart329.Size = Vector3.new(93.5399704, 13.7400112, 61.3200073)
- WedgePart329.Anchored = true
- WedgePart329.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart329.BrickColor = BrickColor.new("Black")
- WedgePart329.Material = Enum.Material.Concrete
- WedgePart329.brickColor = BrickColor.new("Black")
- WedgePart330.Parent = Model0
- WedgePart330.CFrame = CFrame.new(-4.70527649, 25.0667286, -145.551392, 0, -2.08616257e-07, 1.00000203, 0, 1.00000215, -2.98023224e-07, -1, 0, 0)
- WedgePart330.Orientation = Vector3.new(0, 90, 0)
- WedgePart330.Position = Vector3.new(-4.70527649, 25.0667286, -145.551392)
- WedgePart330.Rotation = Vector3.new(0, 90, 0)
- WedgePart330.Color = Color3.new(0.105882, 0.164706, 0.207843)
- WedgePart330.Size = Vector3.new(93.5399704, 13.2000027, 38.7300072)
- WedgePart330.Anchored = true
- WedgePart330.BottomSurface = Enum.SurfaceType.Smooth
- WedgePart330.BrickColor = BrickColor.new("Black")
- WedgePart330.Material = Enum.Material.Concrete
- WedgePart330.brickColor = BrickColor.new("Black")
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- Model0.Parent = player.Character
- boomboxmodel.Parent = player.Character
- Sound3:Play()
- local bodyweld = Instance.new("Weld", boomboxpart)
- bodyweld.Part0 = player.Character.Torso
- bodyweld.Part1 = boomboxpart
- bodyweld.C0 = CFrame.new(0,-0.2,1.5)
- local walking = false
- local function iswalking(player, yesorno)
- if player == currentplayer then
- if walking == true and yesorno == false then
- walking = yesorno
- print(yesorno)
- end
- if walking == false and yesorno == true then
- walking = yesorno
- print(yesorno)
- end
- end
- end
- walkevent.OnServerEvent:connect(iswalking)
- local rightarm = Instance.new("Weld", player.Character.Torso)
- rightarm.Part0 = player.Character.Torso
- rightarm.Part1 = player.Character["Right Arm"]
- rightarm.C0 = CFrame.new(1.5,0,0)
- rightarm.Name = "RightArmWeld"
- local rightleg = Instance.new("Weld", player.Character.Torso)
- rightleg.Part0 = player.Character.Torso
- rightleg.Part1 = player.Character["Right Leg"]
- rightleg.C0 = CFrame.new(0.5,-2,0)
- rightleg.Name = "RightLegWeld"
- local leftarm = Instance.new("Weld", player.Character.Torso)
- leftarm.Part0 = player.Character.Torso
- leftarm.Part1 = player.Character["Left Arm"]
- leftarm.C0 = CFrame.new(-1.5,0,0)
- leftarm.Name = "LeftArmWeld"
- local leftleg = Instance.new("Weld", player.Character.Torso)
- leftleg.Part0 = player.Character.Torso
- leftleg.Part1 = player.Character["Left Leg"]
- leftleg.C0 = CFrame.new(-0.5,-2,0)
- leftleg.Name = "LeftLegWeld"
- local head = Instance.new("Weld", player.Character.Torso)
- head.Part0 = player.Character.Torso
- head.Part1 = player.Character.Head
- head.C0 = CFrame.new(0,1.5,0)
- head.Name = "HeadWeld"
- local humanoidrootpart = Instance.new("Weld", player.Character.HumanoidRootPart)
- humanoidrootpart.Part0 = player.Character.HumanoidRootPart
- humanoidrootpart.Part1 = player.Character.Torso
- humanoidrootpart.Name = "HumanoidRootPartWeld"
- while wait() do
- if walking and currentplayer == player then
- for i = 0.3,0.85 , 0.07 do
- if walking and currentplayer == player then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.48895502, 0.12624526, 0.348181963, 0.998222828, 0.0203129686, -0.0560226478, 0.0203129761, 0.767821491, 0.64034152, 0.0560226291, -0.64034164, 0.766044438),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.43299222, 0.204380989, -0.474475622, 0.989740968, -0.123756409, -0.0713938177, 0.0133898463, 0.577847302, -0.816034853, 0.142244279, 0.806707263, 0.573576391),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.527039051, -1.78302765, 0.642787695, 0.999390841, 0.026734557, 0.0224329531, -0.0348994918, 0.765577614, 0.642395973, 0, -0.642787635, 0.766044438),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.522737741, -1.65984559, -0.766044617, 0.999390841, -0.0224329531, 0.0267345682, 0.0348994918, 0.642395794, -0.765577734, 0, 0.766044497, 0.642787457),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.996194661, 6.98491931e-09, -0.0871561021, 0.00759615982, 0.996194661, 0.0868242308, 0.0868244469, -0.087155886, 0.992403805),i)
- head.C0 = head.C0:lerp(CFrame.new(2.38418579e-07, 1.49809694, 0.0435779095, 0.996194661, 6.38283382e-09, 0.0871560946, 0.00759615889, 0.996194601, -0.0868242308, -0.0868244469, 0.087155886, 0.992403746),i)
- wait()
- end
- end
- for i = 0.3,0.85 , 0.07 do
- if walking and currentplayer == player then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.52790117, 0.224663973, -0.381457806, 0.998222768, -0.0575798303, -0.0153529942, 0.0203129854, 0.570985019, -0.82070899, 0.056022618, 0.818938732, 0.571139872),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.52610898, 0.223407269, 0.38302207, 0.996194661, 0.0560226291, 0.0667651519, -0.0871556997, 0.64034164, 0.763129294, 7.4505806e-09, -0.766044319, 0.642787695),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.520322084, -1.59067655, -0.819151878, 0.999390841, 0.0200175196, -0.028587997, -0.0348994918, 0.573226929, -0.818652987, 0, 0.819151998, 0.57357645),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.528892756, -1.83610249, 0.573575974, 0.999390841, -0.0285879895, -0.020017527, 0.0348994955, 0.818652987, 0.57322675, -7.4505806e-09, -0.573576212, 0.819152057),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.996194661, -1.44354999e-08, 0.0871558934, -0.00759615237, 0.996194661, 0.0868244395, -0.0868242383, -0.0871560946, 0.992403805),i)
- head.C0 = head.C0:lerp(CFrame.new(0, 1.49809742, 0.0435781479, 0.996194601, -1.27129169e-08, -0.0871559009, -0.0075961519, 0.996194661, -0.0868244097, 0.0868242458, 0.0871560723, 0.992403746),i)
- wait()
- end
- end
- else
- for i = 0.3,1 , 0.05 do
- if not walking and currentplayer == player then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.54167509, 0.0454804897, 0, 0.99619472, -0.0871554911, 0, 0.0871554837, 0.996194661, -4.4408921e-16, 0, 4.4408921e-16, 1),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.54167533, 0.0454804897, 0, 0.99619472, 0.0871554911, 0, -0.0871554837, 0.996194661, -4.4408921e-16, 0, 4.4408921e-16, 1),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.535203695, -2.01684046, 0, 0.999390841, 0.0348991081, 0, -0.0348991044, 0.999390781, 2.22044605e-16, 0, -1.11022302e-16, 1),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.535203695, -2.01684022, 0, 0.999390841, -0.0348991081, 0, 0.0348991044, 0.999390781, 2.22044605e-16, 0, -1.11022302e-16, 1),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
- head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
- wait()
- end
- end
- end
- end
- end
- end
- intro.OnServerEvent:connect(begin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement