Loading model...
by 🔥nate · 3/20/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: AbandonedBuilding |
| 3 | |
| 4 | local MS = game:GetService("MaterialService") |
| 5 | |
| 6 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 7 | if not ok then return warn(roots) end |
| 8 | |
| 9 | local tmp = Instance.new("Folder") |
| 10 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 11 | |
| 12 | for _, d in ipairs(tmp:GetDescendants()) do |
| 13 | if d:IsA("MaterialVariant") then |
| 14 | d.Parent = MS |
| 15 | end |
| 16 | end |
| 17 | tmp:Destroy() |
| 18 | |
| 19 | local model = Instance.new("Model") |
| 20 | model.Name = "AbandonedBuilding" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Inlet", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | ["Reddish brown"] = "2022 Weld", |
| 28 | ["Bright yellow"] = "2022 Weld", |
| 29 | ["Light stone grey"] = "2022 Inlet", |
| 30 | ["Institutional white"] = "2022 Glue", |
| 31 | ["Brick yellow"] = "2022 Big Stud", |
| 32 | ["Sand yellow"] = "2022 Weld", |
| 33 | ["Nougat"] = "2022 Small Stud", |
| 34 | ["Bright blue"] = "2022 Weld", |
| 35 | ["Dark blue"] = "2022 Inlet", |
| 36 | ["Pine Cone"] = "2022 Small Stud", |
| 37 | ["Sand green"] = "2022 Weld", |
| 38 | ["Olive"] = "2022 Weld", |
| 39 | ["Dusty Rose"] = "2022 Weld", |
| 40 | ["White"] = "2022 Glue", |
| 41 | } |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Name = "Ground" |
| 45 | p.Size = Vector3.new(40, 1, 35) |
| 46 | p.CFrame = CFrame.new(0, -0.5, 0) |
| 47 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Inlet" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Name = "Sidewalk" |
| 56 | p.Size = Vector3.new(32, 0.5, 6) |
| 57 | p.CFrame = CFrame.new(0, 0.29, -15) |
| 58 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 Inlet" |
| 61 | p.Anchored = true |
| 62 | p.Parent = model |
| 63 | end |
| 64 | do |
| 65 | local p = Instance.new("Part") |
| 66 | p.Name = "Step1" |
| 67 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 68 | p.CFrame = CFrame.new(-4, 0.33, -14.5) |
| 69 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Inlet" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Name = "Step2" |
| 78 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 79 | p.CFrame = CFrame.new(-4, 0.83, -13.5) |
| 80 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 81 | p.Material = Enum.Material.Glacier |
| 82 | p.MaterialVariant = "2022 Inlet" |
| 83 | p.Anchored = true |
| 84 | p.Parent = model |
| 85 | end |
| 86 | do |
| 87 | local p = Instance.new("Part") |
| 88 | p.Name = "Step3" |
| 89 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 90 | p.CFrame = CFrame.new(-4, 1.37, -12.5) |
| 91 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 92 | p.Material = Enum.Material.Glacier |
| 93 | p.MaterialVariant = "2022 Inlet" |
| 94 | p.Anchored = true |
| 95 | p.Parent = model |
| 96 | end |
| 97 | do |
| 98 | local p = Instance.new("Part") |
| 99 | p.Name = "GF_Front_Pillar1" |
| 100 | p.Size = Vector3.new(1, 10, 1) |
| 101 | p.CFrame = CFrame.new(-14.54, 5, -11.5) |
| 102 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 103 | p.Material = Enum.Material.Glacier |
| 104 | p.MaterialVariant = "2022 Inlet" |
| 105 | p.Anchored = true |
| 106 | p.Parent = model |
| 107 | end |
| 108 | do |
| 109 | local p = Instance.new("Part") |
| 110 | p.Name = "GF_Front_Pillar2" |
| 111 | p.Size = Vector3.new(1, 10, 1) |
| 112 | p.CFrame = CFrame.new(-7.5, 5, -11.5) |
| 113 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 114 | p.Material = Enum.Material.Glacier |
| 115 | p.MaterialVariant = "2022 Inlet" |
| 116 | p.Anchored = true |
| 117 | p.Parent = model |
| 118 | end |
| 119 | do |
| 120 | local p = Instance.new("Part") |
| 121 | p.Name = "GF_Front_Header1" |
| 122 | p.Size = Vector3.new(6, 2, 1) |
| 123 | p.CFrame = CFrame.new(-11, 8.96, -11.5) |
| 124 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 125 | p.Material = Enum.Material.Glacier |
| 126 | p.MaterialVariant = "2022 Inlet" |
| 127 | p.Anchored = true |
| 128 | p.Parent = model |
| 129 | end |
| 130 | do |
| 131 | local p = Instance.new("Part") |
| 132 | p.Name = "GarageSlat_0" |
| 133 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 134 | p.CFrame = CFrame.new(-10.88, 0.045, -11.3) |
| 135 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 136 | p.Material = Enum.Material.Glacier |
| 137 | p.MaterialVariant = "2022 Inlet" |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("Part") |
| 143 | p.Name = "GarageSlat_1" |
| 144 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 145 | p.CFrame = CFrame.new(-10.96, 0.375, -11.3) |
| 146 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Inlet" |
| 149 | p.Anchored = true |
| 150 | p.Parent = model |
| 151 | end |
| 152 | do |
| 153 | local p = Instance.new("Part") |
| 154 | p.Name = "GarageSlat_2" |
| 155 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 156 | p.CFrame = CFrame.new(-10.96, 0.625, -11.3) |
| 157 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 158 | p.Material = Enum.Material.Glacier |
| 159 | p.MaterialVariant = "2022 Inlet" |
| 160 | p.Anchored = true |
| 161 | p.Parent = model |
| 162 | end |
| 163 | do |
| 164 | local p = Instance.new("Part") |
| 165 | p.Name = "GarageSlat_3" |
| 166 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 167 | p.CFrame = CFrame.new(-10.96, 0.875, -11.3) |
| 168 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Inlet" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Name = "GarageSlat_4" |
| 177 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 178 | p.CFrame = CFrame.new(-10.96, 1.125, -11.3) |
| 179 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 180 | p.Material = Enum.Material.Glacier |
| 181 | p.MaterialVariant = "2022 Inlet" |
| 182 | p.Anchored = true |
| 183 | p.Parent = model |
| 184 | end |
| 185 | do |
| 186 | local p = Instance.new("Part") |
| 187 | p.Name = "GarageSlat_5" |
| 188 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 189 | p.CFrame = CFrame.new(-10.96, 1.375, -11.3) |
| 190 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 191 | p.Material = Enum.Material.Glacier |
| 192 | p.MaterialVariant = "2022 Inlet" |
| 193 | p.Anchored = true |
| 194 | p.Parent = model |
| 195 | end |
| 196 | do |
| 197 | local p = Instance.new("Part") |
| 198 | p.Name = "GarageSlat_6" |
| 199 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 200 | p.CFrame = CFrame.new(-10.96, 1.625, -11.3) |
| 201 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 202 | p.Material = Enum.Material.Glacier |
| 203 | p.MaterialVariant = "2022 Inlet" |
| 204 | p.Anchored = true |
| 205 | p.Parent = model |
| 206 | end |
| 207 | do |
| 208 | local p = Instance.new("Part") |
| 209 | p.Name = "GarageSlat_7" |
| 210 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 211 | p.CFrame = CFrame.new(-10.96, 1.875, -11.3) |
| 212 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 213 | p.Material = Enum.Material.Glacier |
| 214 | p.MaterialVariant = "2022 Inlet" |
| 215 | p.Anchored = true |
| 216 | p.Parent = model |
| 217 | end |
| 218 | do |
| 219 | local p = Instance.new("Part") |
| 220 | p.Name = "GarageSlat_8" |
| 221 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 222 | p.CFrame = CFrame.new(-10.96, 2.125, -11.3) |
| 223 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 224 | p.Material = Enum.Material.Glacier |
| 225 | p.MaterialVariant = "2022 Inlet" |
| 226 | p.Anchored = true |
| 227 | p.Parent = model |
| 228 | end |
| 229 | do |
| 230 | local p = Instance.new("Part") |
| 231 | p.Name = "GarageSlat_9" |
| 232 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 233 | p.CFrame = CFrame.new(-10.96, 2.375, -11.3) |
| 234 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 235 | p.Material = Enum.Material.Glacier |
| 236 | p.MaterialVariant = "2022 Inlet" |
| 237 | p.Anchored = true |
| 238 | p.Parent = model |
| 239 | end |
| 240 | do |
| 241 | local p = Instance.new("Part") |
| 242 | p.Name = "GarageSlat_10" |
| 243 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 244 | p.CFrame = CFrame.new(-10.96, 2.625, -11.3) |
| 245 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Inlet" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "GarageSlat_11" |
| 254 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 255 | p.CFrame = CFrame.new(-10.96, 2.875, -11.3) |
| 256 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Inlet" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "GarageSlat_12" |
| 265 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 266 | p.CFrame = CFrame.new(-10.96, 3.125, -11.3) |
| 267 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.MaterialVariant = "2022 Inlet" |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "GarageSlat_13" |
| 276 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 277 | p.CFrame = CFrame.new(-10.96, 3.375, -11.3) |
| 278 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Inlet" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Name = "GarageSlat_14" |
| 287 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 288 | p.CFrame = CFrame.new(-10.96, 3.625, -11.3) |
| 289 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 290 | p.Material = Enum.Material.Glacier |
| 291 | p.MaterialVariant = "2022 Inlet" |
| 292 | p.Anchored = true |
| 293 | p.Parent = model |
| 294 | end |
| 295 | do |
| 296 | local p = Instance.new("Part") |
| 297 | p.Name = "GarageSlat_15" |
| 298 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 299 | p.CFrame = CFrame.new(-10.96, 3.875, -11.3) |
| 300 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 301 | p.Material = Enum.Material.Glacier |
| 302 | p.MaterialVariant = "2022 Inlet" |
| 303 | p.Anchored = true |
| 304 | p.Parent = model |
| 305 | end |
| 306 | do |
| 307 | local p = Instance.new("Part") |
| 308 | p.Name = "GarageSlat_16" |
| 309 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 310 | p.CFrame = CFrame.new(-10.96, 4.125, -11.3) |
| 311 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 312 | p.Material = Enum.Material.Glacier |
| 313 | p.MaterialVariant = "2022 Inlet" |
| 314 | p.Anchored = true |
| 315 | p.Parent = model |
| 316 | end |
| 317 | do |
| 318 | local p = Instance.new("Part") |
| 319 | p.Name = "GarageSlat_17" |
| 320 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 321 | p.CFrame = CFrame.new(-10.96, 4.375, -11.3) |
| 322 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "2022 Inlet" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Name = "GarageSlat_18" |
| 331 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 332 | p.CFrame = CFrame.new(-10.96, 4.625, -11.3) |
| 333 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 334 | p.Material = Enum.Material.Glacier |
| 335 | p.MaterialVariant = "2022 Inlet" |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Name = "GarageSlat_19" |
| 342 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 343 | p.CFrame = CFrame.new(-10.96, 4.875, -11.3) |
| 344 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 345 | p.Material = Enum.Material.Glacier |
| 346 | p.MaterialVariant = "2022 Inlet" |
| 347 | p.Anchored = true |
| 348 | p.Parent = model |
| 349 | end |
| 350 | do |
| 351 | local p = Instance.new("Part") |
| 352 | p.Name = "GarageSlat_20" |
| 353 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 354 | p.CFrame = CFrame.new(-10.96, 5.125, -11.3) |
| 355 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 356 | p.Material = Enum.Material.Glacier |
| 357 | p.MaterialVariant = "2022 Inlet" |
| 358 | p.Anchored = true |
| 359 | p.Parent = model |
| 360 | end |
| 361 | do |
| 362 | local p = Instance.new("Part") |
| 363 | p.Name = "GarageSlat_21" |
| 364 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 365 | p.CFrame = CFrame.new(-10.96, 5.375, -11.3) |
| 366 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 367 | p.Material = Enum.Material.Glacier |
| 368 | p.MaterialVariant = "2022 Inlet" |
| 369 | p.Anchored = true |
| 370 | p.Parent = model |
| 371 | end |
| 372 | do |
| 373 | local p = Instance.new("Part") |
| 374 | p.Name = "GarageSlat_22" |
| 375 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 376 | p.CFrame = CFrame.new(-10.96, 5.625, -11.3) |
| 377 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 378 | p.Material = Enum.Material.Glacier |
| 379 | p.MaterialVariant = "2022 Inlet" |
| 380 | p.Anchored = true |
| 381 | p.Parent = model |
| 382 | end |
| 383 | do |
| 384 | local p = Instance.new("Part") |
| 385 | p.Name = "GarageSlat_23" |
| 386 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 387 | p.CFrame = CFrame.new(-10.96, 5.875, -11.3) |
| 388 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 389 | p.Material = Enum.Material.Glacier |
| 390 | p.MaterialVariant = "2022 Inlet" |
| 391 | p.Anchored = true |
| 392 | p.Parent = model |
| 393 | end |
| 394 | do |
| 395 | local p = Instance.new("Part") |
| 396 | p.Name = "GarageSlat_24" |
| 397 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 398 | p.CFrame = CFrame.new(-10.96, 6.125, -11.3) |
| 399 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 400 | p.Material = Enum.Material.Glacier |
| 401 | p.MaterialVariant = "2022 Inlet" |
| 402 | p.Anchored = true |
| 403 | p.Parent = model |
| 404 | end |
| 405 | do |
| 406 | local p = Instance.new("Part") |
| 407 | p.Name = "GarageSlat_25" |
| 408 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 409 | p.CFrame = CFrame.new(-10.96, 6.375, -11.3) |
| 410 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 411 | p.Material = Enum.Material.Glacier |
| 412 | p.MaterialVariant = "2022 Inlet" |
| 413 | p.Anchored = true |
| 414 | p.Parent = model |
| 415 | end |
| 416 | do |
| 417 | local p = Instance.new("Part") |
| 418 | p.Name = "GarageSlat_26" |
| 419 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 420 | p.CFrame = CFrame.new(-10.96, 6.625, -11.3) |
| 421 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 422 | p.Material = Enum.Material.Glacier |
| 423 | p.MaterialVariant = "2022 Inlet" |
| 424 | p.Anchored = true |
| 425 | p.Parent = model |
| 426 | end |
| 427 | do |
| 428 | local p = Instance.new("Part") |
| 429 | p.Name = "GarageSlat_27" |
| 430 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 431 | p.CFrame = CFrame.new(-10.96, 6.875, -11.3) |
| 432 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 433 | p.Material = Enum.Material.Glacier |
| 434 | p.MaterialVariant = "2022 Inlet" |
| 435 | p.Anchored = true |
| 436 | p.Parent = model |
| 437 | end |
| 438 | do |
| 439 | local p = Instance.new("Part") |
| 440 | p.Name = "GarageSlat_28" |
| 441 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 442 | p.CFrame = CFrame.new(-10.96, 7.125, -11.3) |
| 443 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 444 | p.Material = Enum.Material.Glacier |
| 445 | p.MaterialVariant = "2022 Inlet" |
| 446 | p.Anchored = true |
| 447 | p.Parent = model |
| 448 | end |
| 449 | do |
| 450 | local p = Instance.new("Part") |
| 451 | p.Name = "GarageSlat_29" |
| 452 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 453 | p.CFrame = CFrame.new(-10.96, 7.375, -11.3) |
| 454 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 455 | p.Material = Enum.Material.Glacier |
| 456 | p.MaterialVariant = "2022 Inlet" |
| 457 | p.Anchored = true |
| 458 | p.Parent = model |
| 459 | end |
| 460 | do |
| 461 | local p = Instance.new("Part") |
| 462 | p.Name = "GarageSlat_30" |
| 463 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 464 | p.CFrame = CFrame.new(-10.96, 7.625, -11.3) |
| 465 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 466 | p.Material = Enum.Material.Glacier |
| 467 | p.MaterialVariant = "2022 Inlet" |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("Part") |
| 473 | p.Name = "GarageSlat_31" |
| 474 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 475 | p.CFrame = CFrame.new(-10.96, 7.875, -11.3) |
| 476 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 477 | p.Material = Enum.Material.Glacier |
| 478 | p.MaterialVariant = "2022 Inlet" |
| 479 | p.Anchored = true |
| 480 | p.Parent = model |
| 481 | end |
| 482 | do |
| 483 | local p = Instance.new("Part") |
| 484 | p.Name = "Garage_TrackL" |
| 485 | p.Size = Vector3.new(0.4, 8, 0.4) |
| 486 | p.CFrame = CFrame.new(-13.72, 4.04, -11.28) |
| 487 | p.BrickColor = BrickColor.new("Really black") |
| 488 | p.Material = Enum.Material.Glacier |
| 489 | p.MaterialVariant = "2022 Universal" |
| 490 | p.Anchored = true |
| 491 | p.Parent = model |
| 492 | end |
| 493 | do |
| 494 | local p = Instance.new("Part") |
| 495 | p.Name = "Garage_TrackR" |
| 496 | p.Size = Vector3.new(0.4, 8, 0.4) |
| 497 | p.CFrame = CFrame.new(-7.28, 4.04, -11.28) |
| 498 | p.BrickColor = BrickColor.new("Really black") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Universal" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Name = "Garage_BottomSeal" |
| 507 | p.Size = Vector3.new(6, 0.2, 0.3) |
| 508 | p.CFrame = CFrame.new(-11, 0.14, -11.3) |
| 509 | p.BrickColor = BrickColor.new("Really black") |
| 510 | p.Material = Enum.Material.Glacier |
| 511 | p.MaterialVariant = "2022 Universal" |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("Part") |
| 517 | p.Name = "GF_Front_Pillar3" |
| 518 | p.Size = Vector3.new(1, 10, 1) |
| 519 | p.CFrame = CFrame.new(-2.58, 5, -11.46) |
| 520 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 521 | p.Material = Enum.Material.Glacier |
| 522 | p.MaterialVariant = "2022 Inlet" |
| 523 | p.Anchored = true |
| 524 | p.Parent = model |
| 525 | end |
| 526 | do |
| 527 | local p = Instance.new("Part") |
| 528 | p.Name = "GF_Front_Header2" |
| 529 | p.Size = Vector3.new(4, 2, 1) |
| 530 | p.CFrame = CFrame.new(-4.96, 8.96, -11.5) |
| 531 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 532 | p.Material = Enum.Material.Glacier |
| 533 | p.MaterialVariant = "2022 Inlet" |
| 534 | p.Anchored = true |
| 535 | p.Parent = model |
| 536 | end |
| 537 | do |
| 538 | local p = Instance.new("Part") |
| 539 | p.Name = "Entrance_FrameL" |
| 540 | p.Size = Vector3.new(0.2, 8, 1) |
| 541 | p.CFrame = CFrame.new(-5.14, 3.92, -11.58) |
| 542 | p.BrickColor = BrickColor.new("Pine Cone") |
| 543 | p.Material = Enum.Material.Glacier |
| 544 | p.MaterialVariant = "2022 Small Stud" |
| 545 | p.Anchored = true |
| 546 | p.Parent = model |
| 547 | end |
| 548 | do |
| 549 | local p = Instance.new("Part") |
| 550 | p.Name = "Entrance_FrameR" |
| 551 | p.Size = Vector3.new(0.2, 8, 1) |
| 552 | p.CFrame = CFrame.new(-2.86, 3.92, -11.58) |
| 553 | p.BrickColor = BrickColor.new("Pine Cone") |
| 554 | p.Material = Enum.Material.Glacier |
| 555 | p.MaterialVariant = "2022 Small Stud" |
| 556 | p.Anchored = true |
| 557 | p.Parent = model |
| 558 | end |
| 559 | do |
| 560 | local p = Instance.new("Part") |
| 561 | p.Name = "Entrance_FrameT" |
| 562 | p.Size = Vector3.new(2.4, 0.2, 1) |
| 563 | p.CFrame = CFrame.new(-4, 8.1, -11.58) |
| 564 | p.BrickColor = BrickColor.new("Pine Cone") |
| 565 | p.Material = Enum.Material.Glacier |
| 566 | p.MaterialVariant = "2022 Small Stud" |
| 567 | p.Anchored = true |
| 568 | p.Parent = model |
| 569 | end |
| 570 | do |
| 571 | local p = Instance.new("Part") |
| 572 | p.Name = "Entrance_Door" |
| 573 | p.Size = Vector3.new(2, 7, 0.2) |
| 574 | p.CFrame = CFrame.new(-4.8, 3.5, -10.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(-5)) |
| 575 | p.BrickColor = BrickColor.new("Pine Cone") |
| 576 | p.Material = Enum.Material.Glacier |
| 577 | p.MaterialVariant = "2022 Small Stud" |
| 578 | p.Anchored = true |
| 579 | p.Parent = model |
| 580 | end |
| 581 | do |
| 582 | local p = Instance.new("Part") |
| 583 | p.Name = "Interior_LightWall" |
| 584 | p.Size = Vector3.new(4, 8, 0.5) |
| 585 | p.CFrame = CFrame.new(-5, 4.08, -8) |
| 586 | p.BrickColor = BrickColor.new("Bright yellow") |
| 587 | p.Material = Enum.Material.Glacier |
| 588 | p.MaterialVariant = "2022 Weld" |
| 589 | p.Anchored = true |
| 590 | p.Parent = model |
| 591 | end |
| 592 | do |
| 593 | local p = Instance.new("Part") |
| 594 | p.Name = "Interior_Floor" |
| 595 | p.Size = Vector3.new(4, 1, 3) |
| 596 | p.CFrame = CFrame.new(-5, 0.58, -10) |
| 597 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 598 | p.Material = Enum.Material.Glacier |
| 599 | p.MaterialVariant = "2022 Inlet" |
| 600 | p.Anchored = true |
| 601 | p.Parent = model |
| 602 | end |
| 603 | do |
| 604 | local p = Instance.new("Part") |
| 605 | p.Name = "GF_Front_WallBot" |
| 606 | p.Size = Vector3.new(10, 3, 1) |
| 607 | p.CFrame = CFrame.new(3, 1.54, -11.5) |
| 608 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 609 | p.Material = Enum.Material.Glacier |
| 610 | p.MaterialVariant = "2022 Inlet" |
| 611 | p.Anchored = true |
| 612 | p.Parent = model |
| 613 | end |
| 614 | do |
| 615 | local p = Instance.new("Part") |
| 616 | p.Name = "GF_Front_WallTop" |
| 617 | p.Size = Vector3.new(10, 3, 1) |
| 618 | p.CFrame = CFrame.new(2.96, 8.46, -11.54) |
| 619 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 620 | p.Material = Enum.Material.Glacier |
| 621 | p.MaterialVariant = "2022 Inlet" |
| 622 | p.Anchored = true |
| 623 | p.Parent = model |
| 624 | end |
| 625 | do |
| 626 | local p = Instance.new("Part") |
| 627 | p.Name = "GF_Front_Pillar4" |
| 628 | p.Size = Vector3.new(1, 10, 1) |
| 629 | p.CFrame = CFrame.new(8.5, 5, -11.5) |
| 630 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 631 | p.Material = Enum.Material.Glacier |
| 632 | p.MaterialVariant = "2022 Inlet" |
| 633 | p.Anchored = true |
| 634 | p.Parent = model |
| 635 | end |
| 636 | do |
| 637 | local p = Instance.new("Part") |
| 638 | p.Name = "GF_Win1_FrameB" |
| 639 | p.Size = Vector3.new(10, 0.2, 0.4) |
| 640 | p.CFrame = CFrame.new(2.96, 3.22, -11.24) |
| 641 | p.BrickColor = BrickColor.new("Pine Cone") |
| 642 | p.Material = Enum.Material.Glacier |
| 643 | p.MaterialVariant = "2022 Small Stud" |
| 644 | p.Anchored = true |
| 645 | p.Parent = model |
| 646 | end |
| 647 | do |
| 648 | local p = Instance.new("Part") |
| 649 | p.Name = "GF_Win1_FrameT" |
| 650 | p.Size = Vector3.new(10, 0.2, 0.4) |
| 651 | p.CFrame = CFrame.new(2.96, 6.78, -11.24) |
| 652 | p.BrickColor = BrickColor.new("Pine Cone") |
| 653 | p.Material = Enum.Material.Glacier |
| 654 | p.MaterialVariant = "2022 Small Stud" |
| 655 | p.Anchored = true |
| 656 | p.Parent = model |
| 657 | end |
| 658 | do |
| 659 | local p = Instance.new("Part") |
| 660 | p.Name = "GF_Win1_FrameL" |
| 661 | p.Size = Vector3.new(0.2, 4, 0.4) |
| 662 | p.CFrame = CFrame.new(-1.82, 5, -11.04) |
| 663 | p.BrickColor = BrickColor.new("Pine Cone") |
| 664 | p.Material = Enum.Material.Glacier |
| 665 | p.MaterialVariant = "2022 Small Stud" |
| 666 | p.Anchored = true |
| 667 | p.Parent = model |
| 668 | end |
| 669 | do |
| 670 | local p = Instance.new("Part") |
| 671 | p.Name = "GF_Win1_FrameR" |
| 672 | p.Size = Vector3.new(0.2, 4, 0.4) |
| 673 | p.CFrame = CFrame.new(7.82, 5, -11.04) |
| 674 | p.BrickColor = BrickColor.new("Pine Cone") |
| 675 | p.Material = Enum.Material.Glacier |
| 676 | p.MaterialVariant = "2022 Small Stud" |
| 677 | p.Anchored = true |
| 678 | p.Parent = model |
| 679 | end |
| 680 | do |
| 681 | local p = Instance.new("Part") |
| 682 | p.Name = "GF_Win1_FrameM" |
| 683 | p.Size = Vector3.new(0.2, 4, 0.4) |
| 684 | p.CFrame = CFrame.new(3, 5, -11.12) |
| 685 | p.BrickColor = BrickColor.new("Pine Cone") |
| 686 | p.Material = Enum.Material.Glacier |
| 687 | p.MaterialVariant = "2022 Small Stud" |
| 688 | p.Anchored = true |
| 689 | p.Parent = model |
| 690 | end |
| 691 | do |
| 692 | local p = Instance.new("Part") |
| 693 | p.Name = "GF_Win1_Sill" |
| 694 | p.Size = Vector3.new(10.4, 0.2, 0.4) |
| 695 | p.CFrame = CFrame.new(3, 2.98, -11.6) |
| 696 | p.BrickColor = BrickColor.new("Light stone grey") |
| 697 | p.Material = Enum.Material.Glacier |
| 698 | p.MaterialVariant = "2022 Inlet" |
| 699 | p.Anchored = true |
| 700 | p.Parent = model |
| 701 | end |
| 702 | do |
| 703 | local p = Instance.new("Part") |
| 704 | p.Name = "GF_Win1_Lintel" |
| 705 | p.Size = Vector3.new(10.4, 0.2, 0.4) |
| 706 | p.CFrame = CFrame.new(3, 7.02, -11.6) |
| 707 | p.BrickColor = BrickColor.new("Light stone grey") |
| 708 | p.Material = Enum.Material.Glacier |
| 709 | p.MaterialVariant = "2022 Inlet" |
| 710 | p.Anchored = true |
| 711 | p.Parent = model |
| 712 | end |
| 713 | do |
| 714 | local p = Instance.new("Part") |
| 715 | p.Name = "GF_Win1_Board_0" |
| 716 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 717 | p.CFrame = CFrame.new(1, 3.5, -12.02) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(2.78854)) |
| 718 | p.BrickColor = BrickColor.new("Pine Cone") |
| 719 | p.Material = Enum.Material.Glacier |
| 720 | p.MaterialVariant = "2022 Small Stud" |
| 721 | p.Anchored = true |
| 722 | p.Parent = model |
| 723 | end |
| 724 | do |
| 725 | local p = Instance.new("Part") |
| 726 | p.Name = "GF_Win1_Board_1" |
| 727 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 728 | p.CFrame = CFrame.new(1, 3.95, -11.74) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-9.49978)) |
| 729 | p.BrickColor = BrickColor.new("Pine Cone") |
| 730 | p.Material = Enum.Material.Glacier |
| 731 | p.MaterialVariant = "2022 Small Stud" |
| 732 | p.Anchored = true |
| 733 | p.Parent = model |
| 734 | end |
| 735 | do |
| 736 | local p = Instance.new("Part") |
| 737 | p.Name = "GF_Win1_Board_2" |
| 738 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 739 | p.CFrame = CFrame.new(1, 4.4, -11.78) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-4.49941)) |
| 740 | p.BrickColor = BrickColor.new("Pine Cone") |
| 741 | p.Material = Enum.Material.Glacier |
| 742 | p.MaterialVariant = "2022 Small Stud" |
| 743 | p.Anchored = true |
| 744 | p.Parent = model |
| 745 | end |
| 746 | do |
| 747 | local p = Instance.new("Part") |
| 748 | p.Name = "GF_Win1_Board_3" |
| 749 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 750 | p.CFrame = CFrame.new(1, 4.85, -11.78) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5.53578)) |
| 751 | p.BrickColor = BrickColor.new("Pine Cone") |
| 752 | p.Material = Enum.Material.Glacier |
| 753 | p.MaterialVariant = "2022 Small Stud" |
| 754 | p.Anchored = true |
| 755 | p.Parent = model |
| 756 | end |
| 757 | do |
| 758 | local p = Instance.new("Part") |
| 759 | p.Name = "GF_Win1_Board_4" |
| 760 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 761 | p.CFrame = CFrame.new(1, 5.3, -11.78) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(4.72942)) |
| 762 | p.BrickColor = BrickColor.new("Pine Cone") |
| 763 | p.Material = Enum.Material.Glacier |
| 764 | p.MaterialVariant = "2022 Small Stud" |
| 765 | p.Anchored = true |
| 766 | p.Parent = model |
| 767 | end |
| 768 | do |
| 769 | local p = Instance.new("Part") |
| 770 | p.Name = "GF_Win1_Board_5" |
| 771 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 772 | p.CFrame = CFrame.new(1, 5.75, -11.86) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(3.53399)) |
| 773 | p.BrickColor = BrickColor.new("Pine Cone") |
| 774 | p.Material = Enum.Material.Glacier |
| 775 | p.MaterialVariant = "2022 Small Stud" |
| 776 | p.Anchored = true |
| 777 | p.Parent = model |
| 778 | end |
| 779 | do |
| 780 | local p = Instance.new("Part") |
| 781 | p.Name = "GF_Win1_Board_6" |
| 782 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 783 | p.CFrame = CFrame.new(1, 6.2, -12.02) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(7.84359)) |
| 784 | p.BrickColor = BrickColor.new("Pine Cone") |
| 785 | p.Material = Enum.Material.Glacier |
| 786 | p.MaterialVariant = "2022 Small Stud" |
| 787 | p.Anchored = true |
| 788 | p.Parent = model |
| 789 | end |
| 790 | do |
| 791 | local p = Instance.new("Part") |
| 792 | p.Name = "GF_Win1_Board_7" |
| 793 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 794 | p.CFrame = CFrame.new(1, 6.65, -11.98) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-8.26122)) |
| 795 | p.BrickColor = BrickColor.new("Pine Cone") |
| 796 | p.Material = Enum.Material.Glacier |
| 797 | p.MaterialVariant = "2022 Small Stud" |
| 798 | p.Anchored = true |
| 799 | p.Parent = model |
| 800 | end |
| 801 | do |
| 802 | local p = Instance.new("Part") |
| 803 | p.Name = "GF_Win1_Board2_0" |
| 804 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 805 | p.CFrame = CFrame.new(5, 3.8, -11.9) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-1.56156)) |
| 806 | p.BrickColor = BrickColor.new("Nougat") |
| 807 | p.Material = Enum.Material.Glacier |
| 808 | p.MaterialVariant = "2022 Small Stud" |
| 809 | p.Anchored = true |
| 810 | p.Parent = model |
| 811 | end |
| 812 | do |
| 813 | local p = Instance.new("Part") |
| 814 | p.Name = "GF_Win1_Board2_1" |
| 815 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 816 | p.CFrame = CFrame.new(5, 4.3, -11.94) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-9.40406)) |
| 817 | p.BrickColor = BrickColor.new("Nougat") |
| 818 | p.Material = Enum.Material.Glacier |
| 819 | p.MaterialVariant = "2022 Small Stud" |
| 820 | p.Anchored = true |
| 821 | p.Parent = model |
| 822 | end |
| 823 | do |
| 824 | local p = Instance.new("Part") |
| 825 | p.Name = "GF_Win1_Board2_2" |
| 826 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 827 | p.CFrame = CFrame.new(5, 4.8, -11.98) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5.62724)) |
| 828 | p.BrickColor = BrickColor.new("Nougat") |
| 829 | p.Material = Enum.Material.Glacier |
| 830 | p.MaterialVariant = "2022 Small Stud" |
| 831 | p.Anchored = true |
| 832 | p.Parent = model |
| 833 | end |
| 834 | do |
| 835 | local p = Instance.new("Part") |
| 836 | p.Name = "GF_Win1_Board2_3" |
| 837 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 838 | p.CFrame = CFrame.new(5, 5.3, -12.02) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0.107106)) |
| 839 | p.BrickColor = BrickColor.new("Nougat") |
| 840 | p.Material = Enum.Material.Glacier |
| 841 | p.MaterialVariant = "2022 Small Stud" |
| 842 | p.Anchored = true |
| 843 | p.Parent = model |
| 844 | end |
| 845 | do |
| 846 | local p = Instance.new("Part") |
| 847 | p.Name = "GF_Win1_Board2_4" |
| 848 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 849 | p.CFrame = CFrame.new(5, 5.8, -12.06) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-9.46928)) |
| 850 | p.BrickColor = BrickColor.new("Nougat") |
| 851 | p.Material = Enum.Material.Glacier |
| 852 | p.MaterialVariant = "2022 Small Stud" |
| 853 | p.Anchored = true |
| 854 | p.Parent = model |
| 855 | end |
| 856 | do |
| 857 | local p = Instance.new("Part") |
| 858 | p.Name = "GF_Win1_Board2_5" |
| 859 | p.Size = Vector3.new(4.5, 0.4, 0.1) |
| 860 | p.CFrame = CFrame.new(5, 6.3, -12.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-6.02325)) |
| 861 | p.BrickColor = BrickColor.new("Nougat") |
| 862 | p.Material = Enum.Material.Glacier |
| 863 | p.MaterialVariant = "2022 Small Stud" |
| 864 | p.Anchored = true |
| 865 | p.Parent = model |
| 866 | end |
| 867 | do |
| 868 | local p = Instance.new("Part") |
| 869 | p.Name = "GF_Win1_ExtraBoard_0" |
| 870 | p.Size = Vector3.new(3.66132, 0.3, 0.1) |
| 871 | p.CFrame = CFrame.new(3.59954, 5.13482, -12.15) * CFrame.Angles(math.rad(3.0943), math.rad(0), math.rad(5.35594)) |
| 872 | p.BrickColor = BrickColor.new("Pine Cone") |
| 873 | p.Material = Enum.Material.Glacier |
| 874 | p.MaterialVariant = "2022 Small Stud" |
| 875 | p.Anchored = true |
| 876 | p.Parent = model |
| 877 | end |
| 878 | do |
| 879 | local p = Instance.new("Part") |
| 880 | p.Name = "GF_Win1_ExtraBoard_1" |
| 881 | p.Size = Vector3.new(5.09442, 0.3, 0.1) |
| 882 | p.CFrame = CFrame.new(1.02599, 5.91746, -12.15) * CFrame.Angles(math.rad(-3.44521), math.rad(0), math.rad(-9.58497)) |
| 883 | p.BrickColor = BrickColor.new("Pine Cone") |
| 884 | p.Material = Enum.Material.Glacier |
| 885 | p.MaterialVariant = "2022 Small Stud" |
| 886 | p.Anchored = true |
| 887 | p.Parent = model |
| 888 | end |
| 889 | do |
| 890 | local p = Instance.new("Part") |
| 891 | p.Name = "GF_Win1_ExtraBoard_2" |
| 892 | p.Size = Vector3.new(3.27824, 0.3, 0.1) |
| 893 | p.CFrame = CFrame.new(4.82885, 4.50978, -12.15) * CFrame.Angles(math.rad(3.47494), math.rad(0), math.rad(-24.197)) |
| 894 | p.BrickColor = BrickColor.new("Pine Cone") |
| 895 | p.Material = Enum.Material.Glacier |
| 896 | p.MaterialVariant = "2022 Small Stud" |
| 897 | p.Anchored = true |
| 898 | p.Parent = model |
| 899 | end |
| 900 | do |
| 901 | local p = Instance.new("Part") |
| 902 | p.Name = "GF_Win1_ExtraBoard_3" |
| 903 | p.Size = Vector3.new(5.18919, 0.3, 0.1) |
| 904 | p.CFrame = CFrame.new(3.4149, 5.92138, -12.15) * CFrame.Angles(math.rad(4.73116), math.rad(0), math.rad(2.17368)) |
| 905 | p.BrickColor = BrickColor.new("Pine Cone") |
| 906 | p.Material = Enum.Material.Glacier |
| 907 | p.MaterialVariant = "2022 Small Stud" |
| 908 | p.Anchored = true |
| 909 | p.Parent = model |
| 910 | end |
| 911 | do |
| 912 | local p = Instance.new("Part") |
| 913 | p.Name = "GF_Win1_ExtraBoard_4" |
| 914 | p.Size = Vector3.new(5.48821, 0.3, 0.1) |
| 915 | p.CFrame = CFrame.new(2.51414, 5.15612, -12.15) * CFrame.Angles(math.rad(3.61707), math.rad(0), math.rad(7.11118)) |
| 916 | p.BrickColor = BrickColor.new("Pine Cone") |
| 917 | p.Material = Enum.Material.Glacier |
| 918 | p.MaterialVariant = "2022 Small Stud" |
| 919 | p.Anchored = true |
| 920 | p.Parent = model |
| 921 | end |
| 922 | do |
| 923 | local p = Instance.new("Part") |
| 924 | p.Name = "GF_Win1_ExtraBoard_5" |
| 925 | p.Size = Vector3.new(3.13747, 0.3, 0.1) |
| 926 | p.CFrame = CFrame.new(3.30941, 5.61372, -12.15) * CFrame.Angles(math.rad(-2.10612), math.rad(0), math.rad(-16.3261)) |
| 927 | p.BrickColor = BrickColor.new("Pine Cone") |
| 928 | p.Material = Enum.Material.Glacier |
| 929 | p.MaterialVariant = "2022 Small Stud" |
| 930 | p.Anchored = true |
| 931 | p.Parent = model |
| 932 | end |
| 933 | do |
| 934 | local p = Instance.new("Part") |
| 935 | p.Name = "GF_Win1_ExtraBoard_6" |
| 936 | p.Size = Vector3.new(3.303, 0.3, 0.1) |
| 937 | p.CFrame = CFrame.new(1.31917, 4.19837, -12.15) * CFrame.Angles(math.rad(1.35684), math.rad(0), math.rad(-13.3216)) |
| 938 | p.BrickColor = BrickColor.new("Pine Cone") |
| 939 | p.Material = Enum.Material.Glacier |
| 940 | p.MaterialVariant = "2022 Small Stud" |
| 941 | p.Anchored = true |
| 942 | p.Parent = model |
| 943 | end |
| 944 | do |
| 945 | local p = Instance.new("Part") |
| 946 | p.Name = "GF_Win1_ExtraBoard_7" |
| 947 | p.Size = Vector3.new(3.62852, 0.3, 0.1) |
| 948 | p.CFrame = CFrame.new(2.45933, 4.61054, -12.15) * CFrame.Angles(math.rad(4.36655), math.rad(0), math.rad(-13.9813)) |
| 949 | p.BrickColor = BrickColor.new("Pine Cone") |
| 950 | p.Material = Enum.Material.Glacier |
| 951 | p.MaterialVariant = "2022 Small Stud" |
| 952 | p.Anchored = true |
| 953 | p.Parent = model |
| 954 | end |
| 955 | do |
| 956 | local p = Instance.new("Part") |
| 957 | p.Name = "GF_Win1_ExtraBoard_8" |
| 958 | p.Size = Vector3.new(3.51342, 0.3, 0.1) |
| 959 | p.CFrame = CFrame.new(3.59214, 5.32739, -12.15) * CFrame.Angles(math.rad(-3.36598), math.rad(0), math.rad(13.7476)) |
| 960 | p.BrickColor = BrickColor.new("Pine Cone") |
| 961 | p.Material = Enum.Material.Glacier |
| 962 | p.MaterialVariant = "2022 Small Stud" |
| 963 | p.Anchored = true |
| 964 | p.Parent = model |
| 965 | end |
| 966 | do |
| 967 | local p = Instance.new("Part") |
| 968 | p.Name = "GF_Win1_ExtraBoard_9" |
| 969 | p.Size = Vector3.new(4.92, 0.3, 0.1) |
| 970 | p.CFrame = CFrame.new(2.51782, 6.46857, -12.15) * CFrame.Angles(math.rad(1.84614), math.rad(0), math.rad(3.41698)) |
| 971 | p.BrickColor = BrickColor.new("Pine Cone") |
| 972 | p.Material = Enum.Material.Glacier |
| 973 | p.MaterialVariant = "2022 Small Stud" |
| 974 | p.Anchored = true |
| 975 | p.Parent = model |
| 976 | end |
| 977 | do |
| 978 | local p = Instance.new("Part") |
| 979 | p.Name = "GF_Win1_ExtraBoard_10" |
| 980 | p.Size = Vector3.new(3.68714, 0.3, 0.1) |
| 981 | p.CFrame = CFrame.new(4.37141, 5.828, -12.15) * CFrame.Angles(math.rad(-1.84547), math.rad(0), math.rad(-28.074)) |
| 982 | p.BrickColor = BrickColor.new("Pine Cone") |
| 983 | p.Material = Enum.Material.Glacier |
| 984 | p.MaterialVariant = "2022 Small Stud" |
| 985 | p.Anchored = true |
| 986 | p.Parent = model |
| 987 | end |
| 988 | do |
| 989 | local p = Instance.new("Part") |
| 990 | p.Name = "GF_Win1_ExtraBoard_11" |
| 991 | p.Size = Vector3.new(5.82873, 0.3, 0.1) |
| 992 | p.CFrame = CFrame.new(2.07096, 4.13295, -12.15) * CFrame.Angles(math.rad(-1.85322), math.rad(0), math.rad(22.5821)) |
| 993 | p.BrickColor = BrickColor.new("Pine Cone") |
| 994 | p.Material = Enum.Material.Glacier |
| 995 | p.MaterialVariant = "2022 Small Stud" |
| 996 | p.Anchored = true |
| 997 | p.Parent = model |
| 998 | end |
| 999 | do |
| 1000 | local p = Instance.new("Part") |
| 1001 | p.Name = "GF_Win1_ExtraBoard_12" |
| 1002 | p.Size = Vector3.new(5.74364, 0.3, 0.1) |
| 1003 | p.CFrame = CFrame.new(3.62175, 4.6869, -12.15) * CFrame.Angles(math.rad(-2.3512), math.rad(0), math.rad(-2.46889)) |
| 1004 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1005 | p.Material = Enum.Material.Glacier |
| 1006 | p.MaterialVariant = "2022 Small Stud" |
| 1007 | p.Anchored = true |
| 1008 | p.Parent = model |
| 1009 | end |
| 1010 | do |
| 1011 | local p = Instance.new("Part") |
| 1012 | p.Name = "GF_Win1_ExtraBoard_13" |
| 1013 | p.Size = Vector3.new(3.78823, 0.3, 0.1) |
| 1014 | p.CFrame = CFrame.new(1.98651, 5.1841, -12.15) * CFrame.Angles(math.rad(3.97823), math.rad(0), math.rad(5.07516)) |
| 1015 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1016 | p.Material = Enum.Material.Glacier |
| 1017 | p.MaterialVariant = "2022 Small Stud" |
| 1018 | p.Anchored = true |
| 1019 | p.Parent = model |
| 1020 | end |
| 1021 | do |
| 1022 | local p = Instance.new("Part") |
| 1023 | p.Name = "GF_Win1_ExtraBoard_14" |
| 1024 | p.Size = Vector3.new(5.99261, 0.3, 0.1) |
| 1025 | p.CFrame = CFrame.new(2.5976, 4.15796, -12.15) * CFrame.Angles(math.rad(-4.09091), math.rad(0), math.rad(0.571578)) |
| 1026 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1027 | p.Material = Enum.Material.Glacier |
| 1028 | p.MaterialVariant = "2022 Small Stud" |
| 1029 | p.Anchored = true |
| 1030 | p.Parent = model |
| 1031 | end |
| 1032 | do |
| 1033 | local p = Instance.new("Part") |
| 1034 | p.Name = "GF_Front_SolidR" |
| 1035 | p.Size = Vector3.new(6, 10, 1) |
| 1036 | p.CFrame = CFrame.new(12, 5, -11.5) |
| 1037 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1038 | p.Material = Enum.Material.Glacier |
| 1039 | p.MaterialVariant = "2022 Inlet" |
| 1040 | p.Anchored = true |
| 1041 | p.Parent = model |
| 1042 | end |
| 1043 | do |
| 1044 | local p = Instance.new("Part") |
| 1045 | p.Name = "GF_Right_Wall" |
| 1046 | p.Size = Vector3.new(1, 10, 23) |
| 1047 | p.CFrame = CFrame.new(14.58, 5, 0.54) |
| 1048 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1049 | p.Material = Enum.Material.Glacier |
| 1050 | p.MaterialVariant = "2022 Inlet" |
| 1051 | p.Anchored = true |
| 1052 | p.Parent = model |
| 1053 | end |
| 1054 | do |
| 1055 | local p = Instance.new("Part") |
| 1056 | p.Name = "GF_Right_Pilaster_0" |
| 1057 | p.Size = Vector3.new(0.4, 10, 2) |
| 1058 | p.CFrame = CFrame.new(14.7, 5.04, -9.96) |
| 1059 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1060 | p.Material = Enum.Material.Glacier |
| 1061 | p.MaterialVariant = "2022 Inlet" |
| 1062 | p.Anchored = true |
| 1063 | p.Parent = model |
| 1064 | end |
| 1065 | do |
| 1066 | local p = Instance.new("Part") |
| 1067 | p.Name = "GF_Right_Pilaster_1" |
| 1068 | p.Size = Vector3.new(0.4, 10, 2) |
| 1069 | p.CFrame = CFrame.new(14.7, 5.04, -3) |
| 1070 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1071 | p.Material = Enum.Material.Glacier |
| 1072 | p.MaterialVariant = "2022 Inlet" |
| 1073 | p.Anchored = true |
| 1074 | p.Parent = model |
| 1075 | end |
| 1076 | do |
| 1077 | local p = Instance.new("Part") |
| 1078 | p.Name = "GF_Right_Pilaster_2" |
| 1079 | p.Size = Vector3.new(0.4, 10, 2) |
| 1080 | p.CFrame = CFrame.new(14.74, 5.04, 4) |
| 1081 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1082 | p.Material = Enum.Material.Glacier |
| 1083 | p.MaterialVariant = "2022 Inlet" |
| 1084 | p.Anchored = true |
| 1085 | p.Parent = model |
| 1086 | end |
| 1087 | do |
| 1088 | local p = Instance.new("Part") |
| 1089 | p.Name = "GF_Right_Pilaster_3" |
| 1090 | p.Size = Vector3.new(0.4, 10, 2) |
| 1091 | p.CFrame = CFrame.new(14.7, 5.04, 11.08) |
| 1092 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1093 | p.Material = Enum.Material.Glacier |
| 1094 | p.MaterialVariant = "2022 Inlet" |
| 1095 | p.Anchored = true |
| 1096 | p.Parent = model |
| 1097 | end |
| 1098 | do |
| 1099 | local p = Instance.new("Part") |
| 1100 | p.Name = "GF_Left_Wall" |
| 1101 | p.Size = Vector3.new(1, 10, 23) |
| 1102 | p.CFrame = CFrame.new(-14.58, 5, 0.5) |
| 1103 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1104 | p.Material = Enum.Material.Glacier |
| 1105 | p.MaterialVariant = "2022 Inlet" |
| 1106 | p.Anchored = true |
| 1107 | p.Parent = model |
| 1108 | end |
| 1109 | do |
| 1110 | local p = Instance.new("Part") |
| 1111 | p.Name = "GF_Back_Wall" |
| 1112 | p.Size = Vector3.new(28, 10, 1) |
| 1113 | p.CFrame = CFrame.new(0, 5, 11.54) |
| 1114 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1115 | p.Material = Enum.Material.Glacier |
| 1116 | p.MaterialVariant = "2022 Inlet" |
| 1117 | p.Anchored = true |
| 1118 | p.Parent = model |
| 1119 | end |
| 1120 | do |
| 1121 | local p = Instance.new("Part") |
| 1122 | p.Name = "Awning_Frame_Front" |
| 1123 | p.Size = Vector3.new(25, 0.4, 0.4) |
| 1124 | p.CFrame = CFrame.new(-2.54, 9.88, -12.04) |
| 1125 | p.BrickColor = BrickColor.new("Really black") |
| 1126 | p.Material = Enum.Material.Glacier |
| 1127 | p.MaterialVariant = "2022 Universal" |
| 1128 | p.Anchored = true |
| 1129 | p.Parent = model |
| 1130 | end |
| 1131 | do |
| 1132 | local p = Instance.new("Part") |
| 1133 | p.Name = "Awning_Bracket_0" |
| 1134 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1135 | p.CFrame = CFrame.new(-14, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1136 | p.BrickColor = BrickColor.new("Really black") |
| 1137 | p.Material = Enum.Material.Glacier |
| 1138 | p.MaterialVariant = "2022 Universal" |
| 1139 | p.Anchored = true |
| 1140 | p.Parent = model |
| 1141 | end |
| 1142 | do |
| 1143 | local p = Instance.new("Part") |
| 1144 | p.Name = "Awning_Bracket_1" |
| 1145 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1146 | p.CFrame = CFrame.new(-9.2, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1147 | p.BrickColor = BrickColor.new("Really black") |
| 1148 | p.Material = Enum.Material.Glacier |
| 1149 | p.MaterialVariant = "2022 Universal" |
| 1150 | p.Anchored = true |
| 1151 | p.Parent = model |
| 1152 | end |
| 1153 | do |
| 1154 | local p = Instance.new("Part") |
| 1155 | p.Name = "Awning_Bracket_2" |
| 1156 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1157 | p.CFrame = CFrame.new(-4.4, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1158 | p.BrickColor = BrickColor.new("Really black") |
| 1159 | p.Material = Enum.Material.Glacier |
| 1160 | p.MaterialVariant = "2022 Universal" |
| 1161 | p.Anchored = true |
| 1162 | p.Parent = model |
| 1163 | end |
| 1164 | do |
| 1165 | local p = Instance.new("Part") |
| 1166 | p.Name = "Awning_Bracket_3" |
| 1167 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1168 | p.CFrame = CFrame.new(0.4, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1169 | p.BrickColor = BrickColor.new("Really black") |
| 1170 | p.Material = Enum.Material.Glacier |
| 1171 | p.MaterialVariant = "2022 Universal" |
| 1172 | p.Anchored = true |
| 1173 | p.Parent = model |
| 1174 | end |
| 1175 | do |
| 1176 | local p = Instance.new("Part") |
| 1177 | p.Name = "Awning_Bracket_4" |
| 1178 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1179 | p.CFrame = CFrame.new(5.2, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1180 | p.BrickColor = BrickColor.new("Really black") |
| 1181 | p.Material = Enum.Material.Glacier |
| 1182 | p.MaterialVariant = "2022 Universal" |
| 1183 | p.Anchored = true |
| 1184 | p.Parent = model |
| 1185 | end |
| 1186 | do |
| 1187 | local p = Instance.new("Part") |
| 1188 | p.Name = "Awning_Bracket_5" |
| 1189 | p.Size = Vector3.new(0.2, 1.5, 2.5) |
| 1190 | p.CFrame = CFrame.new(10, 9.2, -12.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1191 | p.BrickColor = BrickColor.new("Really black") |
| 1192 | p.Material = Enum.Material.Glacier |
| 1193 | p.MaterialVariant = "2022 Universal" |
| 1194 | p.Anchored = true |
| 1195 | p.Parent = model |
| 1196 | end |
| 1197 | do |
| 1198 | local p = Instance.new("Part") |
| 1199 | p.Name = "Awning_Panel_0" |
| 1200 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1201 | p.CFrame = CFrame.new(-14.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(-0.905767), math.rad(-1.5614)) |
| 1202 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1203 | p.Material = Enum.Material.Glacier |
| 1204 | p.MaterialVariant = "2022 Weld" |
| 1205 | p.Anchored = true |
| 1206 | p.Parent = model |
| 1207 | end |
| 1208 | do |
| 1209 | local p = Instance.new("Part") |
| 1210 | p.Name = "Awning_Panel_1" |
| 1211 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1212 | p.CFrame = CFrame.new(-12.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.254892), math.rad(1.16832)) |
| 1213 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1214 | p.Material = Enum.Material.Glacier |
| 1215 | p.MaterialVariant = "2022 Weld" |
| 1216 | p.Anchored = true |
| 1217 | p.Parent = model |
| 1218 | end |
| 1219 | do |
| 1220 | local p = Instance.new("Part") |
| 1221 | p.Name = "Awning_Panel_2" |
| 1222 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1223 | p.CFrame = CFrame.new(-10.500109, 9.486319, -12.962412) * CFrame.Angles(math.rad(20), math.rad(-0.15568), math.rad(-1.74589)) |
| 1224 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1225 | p.Material = Enum.Material.Glacier |
| 1226 | p.MaterialVariant = "2022 Weld" |
| 1227 | p.Anchored = true |
| 1228 | p.Parent = model |
| 1229 | end |
| 1230 | do |
| 1231 | local p = Instance.new("Part") |
| 1232 | p.Name = "Awning_Panel_3" |
| 1233 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1234 | p.CFrame = CFrame.new(-8.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(-0.236761), math.rad(1.98449)) |
| 1235 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1236 | p.Material = Enum.Material.Glacier |
| 1237 | p.MaterialVariant = "2022 Weld" |
| 1238 | p.Anchored = true |
| 1239 | p.Parent = model |
| 1240 | end |
| 1241 | do |
| 1242 | local p = Instance.new("Part") |
| 1243 | p.Name = "Awning_Panel_4" |
| 1244 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1245 | p.CFrame = CFrame.new(-6.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.058229), math.rad(1.88431)) |
| 1246 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1247 | p.Material = Enum.Material.Glacier |
| 1248 | p.MaterialVariant = "2022 Weld" |
| 1249 | p.Anchored = true |
| 1250 | p.Parent = model |
| 1251 | end |
| 1252 | do |
| 1253 | local p = Instance.new("Part") |
| 1254 | p.Name = "Awning_Panel_5" |
| 1255 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1256 | p.CFrame = CFrame.new(-4.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.721559), math.rad(-1.95408)) |
| 1257 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1258 | p.Material = Enum.Material.Glacier |
| 1259 | p.MaterialVariant = "2022 Weld" |
| 1260 | p.Anchored = true |
| 1261 | p.Parent = model |
| 1262 | end |
| 1263 | do |
| 1264 | local p = Instance.new("Part") |
| 1265 | p.Name = "Awning_Panel_6" |
| 1266 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1267 | p.CFrame = CFrame.new(-2.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.441444), math.rad(0.726841)) |
| 1268 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1269 | p.Material = Enum.Material.Glacier |
| 1270 | p.MaterialVariant = "2022 Weld" |
| 1271 | p.Anchored = true |
| 1272 | p.Parent = model |
| 1273 | end |
| 1274 | do |
| 1275 | local p = Instance.new("Part") |
| 1276 | p.Name = "Awning_Panel_7" |
| 1277 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1278 | p.CFrame = CFrame.new(-0.500052, 9.513681, -13.037588) * CFrame.Angles(math.rad(20), math.rad(0.073941), math.rad(-0.932699)) |
| 1279 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1280 | p.Material = Enum.Material.Glacier |
| 1281 | p.MaterialVariant = "2022 Weld" |
| 1282 | p.Anchored = true |
| 1283 | p.Parent = model |
| 1284 | end |
| 1285 | do |
| 1286 | local p = Instance.new("Part") |
| 1287 | p.Name = "Awning_Panel_8" |
| 1288 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1289 | p.CFrame = CFrame.new(1.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.281924), math.rad(-1.55379)) |
| 1290 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1291 | p.Material = Enum.Material.Glacier |
| 1292 | p.MaterialVariant = "2022 Weld" |
| 1293 | p.Anchored = true |
| 1294 | p.Parent = model |
| 1295 | end |
| 1296 | do |
| 1297 | local p = Instance.new("Part") |
| 1298 | p.Name = "Awning_Panel_9" |
| 1299 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1300 | p.CFrame = CFrame.new(3.500197, 9.486319, -12.962413) * CFrame.Angles(math.rad(20), math.rad(-0.130469), math.rad(-0.185105)) |
| 1301 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1302 | p.Material = Enum.Material.Glacier |
| 1303 | p.MaterialVariant = "2022 Weld" |
| 1304 | p.Anchored = true |
| 1305 | p.Parent = model |
| 1306 | end |
| 1307 | do |
| 1308 | local p = Instance.new("Part") |
| 1309 | p.Name = "Awning_Panel_10" |
| 1310 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1311 | p.CFrame = CFrame.new(5.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(0.907632), math.rad(1.50341)) |
| 1312 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1313 | p.Material = Enum.Material.Glacier |
| 1314 | p.MaterialVariant = "2022 Weld" |
| 1315 | p.Anchored = true |
| 1316 | p.Parent = model |
| 1317 | end |
| 1318 | do |
| 1319 | local p = Instance.new("Part") |
| 1320 | p.Name = "Awning_Panel_11" |
| 1321 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1322 | p.CFrame = CFrame.new(7.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(-0.473222), math.rad(0.002344)) |
| 1323 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1324 | p.Material = Enum.Material.Glacier |
| 1325 | p.MaterialVariant = "2022 Weld" |
| 1326 | p.Anchored = true |
| 1327 | p.Parent = model |
| 1328 | end |
| 1329 | do |
| 1330 | local p = Instance.new("Part") |
| 1331 | p.Name = "Awning_Panel_12" |
| 1332 | p.Size = Vector3.new(2.1, 0.2, 3.5) |
| 1333 | p.CFrame = CFrame.new(9.5, 9.5, -13) * CFrame.Angles(math.rad(20), math.rad(-0.642696), math.rad(1.65051)) |
| 1334 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1335 | p.Material = Enum.Material.Glacier |
| 1336 | p.MaterialVariant = "2022 Weld" |
| 1337 | p.Anchored = true |
| 1338 | p.Parent = model |
| 1339 | end |
| 1340 | do |
| 1341 | local p = Instance.new("Part") |
| 1342 | p.Name = "Awning_Tear_0" |
| 1343 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1344 | p.CFrame = CFrame.new(6.89245, 9.2, -13.5) * CFrame.Angles(math.rad(41.9378), math.rad(5.55798), math.rad(0)) |
| 1345 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1346 | p.Material = Enum.Material.Glacier |
| 1347 | p.MaterialVariant = "2022 Weld" |
| 1348 | p.Anchored = true |
| 1349 | p.Parent = model |
| 1350 | end |
| 1351 | do |
| 1352 | local p = Instance.new("Part") |
| 1353 | p.Name = "Awning_Tear_1" |
| 1354 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1355 | p.CFrame = CFrame.new(0.615285, 9.2, -13.5) * CFrame.Angles(math.rad(36.1136), math.rad(10.5004), math.rad(0)) |
| 1356 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1357 | p.Material = Enum.Material.Glacier |
| 1358 | p.MaterialVariant = "2022 Weld" |
| 1359 | p.Anchored = true |
| 1360 | p.Parent = model |
| 1361 | end |
| 1362 | do |
| 1363 | local p = Instance.new("Part") |
| 1364 | p.Name = "Awning_Tear_2" |
| 1365 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1366 | p.CFrame = CFrame.new(-1.0549, 9.2, -13.5) * CFrame.Angles(math.rad(61.1451), math.rad(1.21415), math.rad(0)) |
| 1367 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1368 | p.Material = Enum.Material.Glacier |
| 1369 | p.MaterialVariant = "2022 Weld" |
| 1370 | p.Anchored = true |
| 1371 | p.Parent = model |
| 1372 | end |
| 1373 | do |
| 1374 | local p = Instance.new("Part") |
| 1375 | p.Name = "Awning_Tear_3" |
| 1376 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1377 | p.CFrame = CFrame.new(-13.9863, 9.2, -13.5) * CFrame.Angles(math.rad(42.9662), math.rad(-19.2209), math.rad(0)) |
| 1378 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1379 | p.Material = Enum.Material.Glacier |
| 1380 | p.MaterialVariant = "2022 Weld" |
| 1381 | p.Anchored = true |
| 1382 | p.Parent = model |
| 1383 | end |
| 1384 | do |
| 1385 | local p = Instance.new("Part") |
| 1386 | p.Name = "Awning_Tear_4" |
| 1387 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1388 | p.CFrame = CFrame.new(8.29837, 9.2, -13.5) * CFrame.Angles(math.rad(65.1489), math.rad(13.2666), math.rad(0)) |
| 1389 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1390 | p.Material = Enum.Material.Glacier |
| 1391 | p.MaterialVariant = "2022 Weld" |
| 1392 | p.Anchored = true |
| 1393 | p.Parent = model |
| 1394 | end |
| 1395 | do |
| 1396 | local p = Instance.new("Part") |
| 1397 | p.Name = "Awning_Tear_5" |
| 1398 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1399 | p.CFrame = CFrame.new(-6.61966, 9.2, -13.5) * CFrame.Angles(math.rad(32.317), math.rad(15.1204), math.rad(0)) |
| 1400 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1401 | p.Material = Enum.Material.Glacier |
| 1402 | p.MaterialVariant = "2022 Weld" |
| 1403 | p.Anchored = true |
| 1404 | p.Parent = model |
| 1405 | end |
| 1406 | do |
| 1407 | local p = Instance.new("Part") |
| 1408 | p.Name = "Awning_Tear_6" |
| 1409 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1410 | p.CFrame = CFrame.new(8.72679, 9.2, -13.5) * CFrame.Angles(math.rad(33.4261), math.rad(-0.560381), math.rad(0)) |
| 1411 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1412 | p.Material = Enum.Material.Glacier |
| 1413 | p.MaterialVariant = "2022 Weld" |
| 1414 | p.Anchored = true |
| 1415 | p.Parent = model |
| 1416 | end |
| 1417 | do |
| 1418 | local p = Instance.new("Part") |
| 1419 | p.Name = "Awning_Tear_7" |
| 1420 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1421 | p.CFrame = CFrame.new(-12.3389, 9.2, -13.5) * CFrame.Angles(math.rad(60.4241), math.rad(10.6334), math.rad(0)) |
| 1422 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1423 | p.Material = Enum.Material.Glacier |
| 1424 | p.MaterialVariant = "2022 Weld" |
| 1425 | p.Anchored = true |
| 1426 | p.Parent = model |
| 1427 | end |
| 1428 | do |
| 1429 | local p = Instance.new("Part") |
| 1430 | p.Name = "Awning_Frame_Right" |
| 1431 | p.Size = Vector3.new(0.4, 0.4, 10) |
| 1432 | p.CFrame = CFrame.new(14.84, 9.88, -6) |
| 1433 | p.BrickColor = BrickColor.new("Really black") |
| 1434 | p.Material = Enum.Material.Glacier |
| 1435 | p.MaterialVariant = "2022 Universal" |
| 1436 | p.Anchored = true |
| 1437 | p.Parent = model |
| 1438 | end |
| 1439 | do |
| 1440 | local p = Instance.new("Part") |
| 1441 | p.Name = "Awning_BracketR_0" |
| 1442 | p.Size = Vector3.new(2.5, 1.5, 0.2) |
| 1443 | p.CFrame = CFrame.new(15.5, 9.2, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 1444 | p.BrickColor = BrickColor.new("Really black") |
| 1445 | p.Material = Enum.Material.Glacier |
| 1446 | p.MaterialVariant = "2022 Universal" |
| 1447 | p.Anchored = true |
| 1448 | p.Parent = model |
| 1449 | end |
| 1450 | do |
| 1451 | local p = Instance.new("Part") |
| 1452 | p.Name = "Awning_BracketR_1" |
| 1453 | p.Size = Vector3.new(2.5, 1.5, 0.2) |
| 1454 | p.CFrame = CFrame.new(15.5, 9.2, -6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 1455 | p.BrickColor = BrickColor.new("Really black") |
| 1456 | p.Material = Enum.Material.Glacier |
| 1457 | p.MaterialVariant = "2022 Universal" |
| 1458 | p.Anchored = true |
| 1459 | p.Parent = model |
| 1460 | end |
| 1461 | do |
| 1462 | local p = Instance.new("Part") |
| 1463 | p.Name = "Awning_BracketR_2" |
| 1464 | p.Size = Vector3.new(2.5, 1.5, 0.2) |
| 1465 | p.CFrame = CFrame.new(15.5, 9.2, -2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 1466 | p.BrickColor = BrickColor.new("Really black") |
| 1467 | p.Material = Enum.Material.Glacier |
| 1468 | p.MaterialVariant = "2022 Universal" |
| 1469 | p.Anchored = true |
| 1470 | p.Parent = model |
| 1471 | end |
| 1472 | do |
| 1473 | local p = Instance.new("Part") |
| 1474 | p.Name = "Awning_PanelR_0" |
| 1475 | p.Size = Vector3.new(3.5, 0.2, 2.1) |
| 1476 | p.CFrame = CFrame.new(16.037588, 9.48632, -10.499823) * CFrame.Angles(math.rad(-0.743217), math.rad(0), math.rad(-20)) |
| 1477 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1478 | p.Material = Enum.Material.Glacier |
| 1479 | p.MaterialVariant = "2022 Weld" |
| 1480 | p.Anchored = true |
| 1481 | p.Parent = model |
| 1482 | end |
| 1483 | do |
| 1484 | local p = Instance.new("Part") |
| 1485 | p.Name = "Awning_PanelR_1" |
| 1486 | p.Size = Vector3.new(3.5, 0.2, 2.1) |
| 1487 | p.CFrame = CFrame.new(15.976093, 9.551268, -8.500044) * CFrame.Angles(math.rad(-0.049435), math.rad(0), math.rad(-20)) |
| 1488 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1489 | p.Material = Enum.Material.Glacier |
| 1490 | p.MaterialVariant = "2022 Weld" |
| 1491 | p.Anchored = true |
| 1492 | p.Parent = model |
| 1493 | end |
| 1494 | do |
| 1495 | local p = Instance.new("Part") |
| 1496 | p.Name = "Awning_PanelR_2" |
| 1497 | p.Size = Vector3.new(3.5, 0.2, 2.1) |
| 1498 | p.CFrame = CFrame.new(16.037588, 9.486319, -6.500024) * CFrame.Angles(math.rad(0.099607), math.rad(0), math.rad(-20)) |
| 1499 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1500 | p.Material = Enum.Material.Glacier |
| 1501 | p.MaterialVariant = "2022 Weld" |
| 1502 | p.Anchored = true |
| 1503 | p.Parent = model |
| 1504 | end |
| 1505 | do |
| 1506 | local p = Instance.new("Part") |
| 1507 | p.Name = "Awning_PanelR_3" |
| 1508 | p.Size = Vector3.new(3.5, 0.2, 2.1) |
| 1509 | p.CFrame = CFrame.new(16, 9.5, -4.5) * CFrame.Angles(math.rad(-0.469887), math.rad(0), math.rad(-20)) |
| 1510 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1511 | p.Material = Enum.Material.Glacier |
| 1512 | p.MaterialVariant = "2022 Weld" |
| 1513 | p.Anchored = true |
| 1514 | p.Parent = model |
| 1515 | end |
| 1516 | do |
| 1517 | local p = Instance.new("Part") |
| 1518 | p.Name = "Awning_PanelR_4" |
| 1519 | p.Size = Vector3.new(3.5, 0.2, 2.1) |
| 1520 | p.CFrame = CFrame.new(16, 9.5, -2.5) * CFrame.Angles(math.rad(0.744866), math.rad(0), math.rad(-20)) |
| 1521 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1522 | p.Material = Enum.Material.Glacier |
| 1523 | p.MaterialVariant = "2022 Weld" |
| 1524 | p.Anchored = true |
| 1525 | p.Parent = model |
| 1526 | end |
| 1527 | do |
| 1528 | local p = Instance.new("Part") |
| 1529 | p.Name = "Awning_LightFix_0" |
| 1530 | p.Size = Vector3.new(0.6, 0.2, 0.6) |
| 1531 | p.CFrame = CFrame.new(-10, 8.8, -12.5) |
| 1532 | p.BrickColor = BrickColor.new("Really black") |
| 1533 | p.Material = Enum.Material.Glacier |
| 1534 | p.MaterialVariant = "2022 Universal" |
| 1535 | p.Anchored = true |
| 1536 | p.Parent = model |
| 1537 | end |
| 1538 | do |
| 1539 | local p = Instance.new("Part") |
| 1540 | p.Name = "Awning_LightGlow_0" |
| 1541 | p.Size = Vector3.new(0.4, 0.2, 0.4) |
| 1542 | p.CFrame = CFrame.new(-10, 8.56, -12.5) |
| 1543 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1544 | p.Material = Enum.Material.Glacier |
| 1545 | p.MaterialVariant = "2022 Weld" |
| 1546 | p.Anchored = true |
| 1547 | p.Parent = model |
| 1548 | end |
| 1549 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 1550 | do |
| 1551 | local p = Instance.new("Part") |
| 1552 | p.Name = "Awning_LightFix_1" |
| 1553 | p.Size = Vector3.new(0.6, 0.2, 0.6) |
| 1554 | p.CFrame = CFrame.new(-3.96, 8.8, -12.5) |
| 1555 | p.BrickColor = BrickColor.new("Really black") |
| 1556 | p.Material = Enum.Material.Glacier |
| 1557 | p.MaterialVariant = "2022 Universal" |
| 1558 | p.Anchored = true |
| 1559 | p.Parent = model |
| 1560 | end |
| 1561 | do |
| 1562 | local p = Instance.new("Part") |
| 1563 | p.Name = "Awning_LightGlow_1" |
| 1564 | p.Size = Vector3.new(0.4, 0.2, 0.4) |
| 1565 | p.CFrame = CFrame.new(-4, 8.56, -12.5) |
| 1566 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1567 | p.Material = Enum.Material.Glacier |
| 1568 | p.MaterialVariant = "2022 Weld" |
| 1569 | p.Anchored = true |
| 1570 | p.Parent = model |
| 1571 | end |
| 1572 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 1573 | do |
| 1574 | local p = Instance.new("Part") |
| 1575 | p.Name = "Awning_LightFix_2" |
| 1576 | p.Size = Vector3.new(0.6, 0.2, 0.6) |
| 1577 | p.CFrame = CFrame.new(2, 8.8, -12.5) |
| 1578 | p.BrickColor = BrickColor.new("Really black") |
| 1579 | p.Material = Enum.Material.Glacier |
| 1580 | p.MaterialVariant = "2022 Universal" |
| 1581 | p.Anchored = true |
| 1582 | p.Parent = model |
| 1583 | end |
| 1584 | do |
| 1585 | local p = Instance.new("Part") |
| 1586 | p.Name = "Awning_LightGlow_2" |
| 1587 | p.Size = Vector3.new(0.4, 0.2, 0.4) |
| 1588 | p.CFrame = CFrame.new(2, 8.56, -12.5) |
| 1589 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1590 | p.Material = Enum.Material.Glacier |
| 1591 | p.MaterialVariant = "2022 Weld" |
| 1592 | p.Anchored = true |
| 1593 | p.Parent = model |
| 1594 | end |
| 1595 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 1596 | do |
| 1597 | local p = Instance.new("Part") |
| 1598 | p.Name = "Floor2_Slab" |
| 1599 | p.Size = Vector3.new(30, 1, 24) |
| 1600 | p.CFrame = CFrame.new(0, 10.5, 0) |
| 1601 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1602 | p.Material = Enum.Material.Glacier |
| 1603 | p.MaterialVariant = "2022 Inlet" |
| 1604 | p.Anchored = true |
| 1605 | p.Parent = model |
| 1606 | end |
| 1607 | do |
| 1608 | local p = Instance.new("Part") |
| 1609 | p.Name = "F2_FrontL_WallBot" |
| 1610 | p.Size = Vector3.new(12.5, 3, 1) |
| 1611 | p.CFrame = CFrame.new(-8.29, 12.54, -11.58) |
| 1612 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1613 | p.Material = Enum.Material.Glacier |
| 1614 | p.MaterialVariant = "2022 Inlet" |
| 1615 | p.Anchored = true |
| 1616 | p.Parent = model |
| 1617 | end |
| 1618 | do |
| 1619 | local p = Instance.new("Part") |
| 1620 | p.Name = "F2_FrontL_WallTop" |
| 1621 | p.Size = Vector3.new(12.5, 3, 1) |
| 1622 | p.CFrame = CFrame.new(-8.29, 18.46, -11.58) |
| 1623 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1624 | p.Material = Enum.Material.Glacier |
| 1625 | p.MaterialVariant = "2022 Inlet" |
| 1626 | p.Anchored = true |
| 1627 | p.Parent = model |
| 1628 | end |
| 1629 | do |
| 1630 | local p = Instance.new("Part") |
| 1631 | p.Name = "F2_FrontL_PillarL" |
| 1632 | p.Size = Vector3.new(2.5, 3, 1) |
| 1633 | p.CFrame = CFrame.new(-13.58, 15.5, -11.42) |
| 1634 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1635 | p.Material = Enum.Material.Glacier |
| 1636 | p.MaterialVariant = "2022 Inlet" |
| 1637 | p.Anchored = true |
| 1638 | p.Parent = model |
| 1639 | end |
| 1640 | do |
| 1641 | local p = Instance.new("Part") |
| 1642 | p.Name = "F2_FrontL_PillarR" |
| 1643 | p.Size = Vector3.new(2, 3, 1) |
| 1644 | p.CFrame = CFrame.new(-2.92, 15.5, -11.42) |
| 1645 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1646 | p.Material = Enum.Material.Glacier |
| 1647 | p.MaterialVariant = "2022 Inlet" |
| 1648 | p.Anchored = true |
| 1649 | p.Parent = model |
| 1650 | end |
| 1651 | do |
| 1652 | local p = Instance.new("Part") |
| 1653 | p.Name = "F2_WinL_FrameB" |
| 1654 | p.Size = Vector3.new(8, 0.2, 0.4) |
| 1655 | p.CFrame = CFrame.new(-8.04, 14.18, -11.24) |
| 1656 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1657 | p.Material = Enum.Material.Glacier |
| 1658 | p.MaterialVariant = "2022 Small Stud" |
| 1659 | p.Anchored = true |
| 1660 | p.Parent = model |
| 1661 | end |
| 1662 | do |
| 1663 | local p = Instance.new("Part") |
| 1664 | p.Name = "F2_WinL_FrameT" |
| 1665 | p.Size = Vector3.new(8, 0.2, 0.4) |
| 1666 | p.CFrame = CFrame.new(-8.04, 16.82, -11.24) |
| 1667 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1668 | p.Material = Enum.Material.Glacier |
| 1669 | p.MaterialVariant = "2022 Small Stud" |
| 1670 | p.Anchored = true |
| 1671 | p.Parent = model |
| 1672 | end |
| 1673 | do |
| 1674 | local p = Instance.new("Part") |
| 1675 | p.Name = "F2_WinL_FrameV_0" |
| 1676 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 1677 | p.CFrame = CFrame.new(-12, 15.5, -11.12) |
| 1678 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1679 | p.Material = Enum.Material.Glacier |
| 1680 | p.MaterialVariant = "2022 Small Stud" |
| 1681 | p.Anchored = true |
| 1682 | p.Parent = model |
| 1683 | end |
| 1684 | do |
| 1685 | local p = Instance.new("Part") |
| 1686 | p.Name = "F2_WinL_FrameV_1" |
| 1687 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 1688 | p.CFrame = CFrame.new(-9.34, 15.5, -11.12) |
| 1689 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1690 | p.Material = Enum.Material.Glacier |
| 1691 | p.MaterialVariant = "2022 Small Stud" |
| 1692 | p.Anchored = true |
| 1693 | p.Parent = model |
| 1694 | end |
| 1695 | do |
| 1696 | local p = Instance.new("Part") |
| 1697 | p.Name = "F2_WinL_FrameV_2" |
| 1698 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 1699 | p.CFrame = CFrame.new(-6.68, 15.5, -11.12) |
| 1700 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1701 | p.Material = Enum.Material.Glacier |
| 1702 | p.MaterialVariant = "2022 Small Stud" |
| 1703 | p.Anchored = true |
| 1704 | p.Parent = model |
| 1705 | end |
| 1706 | do |
| 1707 | local p = Instance.new("Part") |
| 1708 | p.Name = "F2_WinL_FrameV_3" |
| 1709 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 1710 | p.CFrame = CFrame.new(-4.06, 15.62, -11.08) |
| 1711 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1712 | p.Material = Enum.Material.Glacier |
| 1713 | p.MaterialVariant = "2022 Small Stud" |
| 1714 | p.Anchored = true |
| 1715 | p.Parent = model |
| 1716 | end |
| 1717 | do |
| 1718 | local p = Instance.new("Part") |
| 1719 | p.Name = "F2_WinL_Sill" |
| 1720 | p.Size = Vector3.new(8.4, 0.2, 0.4) |
| 1721 | p.CFrame = CFrame.new(-8, 13.86, -11.6) |
| 1722 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1723 | p.Material = Enum.Material.Glacier |
| 1724 | p.MaterialVariant = "2022 Inlet" |
| 1725 | p.Anchored = true |
| 1726 | p.Parent = model |
| 1727 | end |
| 1728 | do |
| 1729 | local p = Instance.new("Part") |
| 1730 | p.Name = "F2_WinL_Lintel" |
| 1731 | p.Size = Vector3.new(8.4, 0.2, 0.4) |
| 1732 | p.CFrame = CFrame.new(-8, 17.14, -11.6) |
| 1733 | p.BrickColor = BrickColor.new("Light stone grey") |
| 1734 | p.Material = Enum.Material.Glacier |
| 1735 | p.MaterialVariant = "2022 Inlet" |
| 1736 | p.Anchored = true |
| 1737 | p.Parent = model |
| 1738 | end |
| 1739 | do |
| 1740 | local p = Instance.new("Part") |
| 1741 | p.Name = "F2_WinL_Board_0" |
| 1742 | p.Size = Vector3.new(3.4236, 0.4, 0.1) |
| 1743 | p.CFrame = CFrame.new(-8.46117, 14.5, -12.1) * CFrame.Angles(math.rad(0.919724), math.rad(0), math.rad(1.57184)) |
| 1744 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1745 | p.Material = Enum.Material.Glacier |
| 1746 | p.MaterialVariant = "2022 Small Stud" |
| 1747 | p.Anchored = true |
| 1748 | p.Parent = model |
| 1749 | end |
| 1750 | do |
| 1751 | local p = Instance.new("Part") |
| 1752 | p.Name = "F2_WinL_Board_1" |
| 1753 | p.Size = Vector3.new(3.62343, 0.4, 0.1) |
| 1754 | p.CFrame = CFrame.new(-9.79309, 14.8, -12.1) * CFrame.Angles(math.rad(0.599512), math.rad(0), math.rad(19.806)) |
| 1755 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1756 | p.Material = Enum.Material.Glacier |
| 1757 | p.MaterialVariant = "2022 Small Stud" |
| 1758 | p.Anchored = true |
| 1759 | p.Parent = model |
| 1760 | end |
| 1761 | do |
| 1762 | local p = Instance.new("Part") |
| 1763 | p.Name = "F2_WinL_Board_2" |
| 1764 | p.Size = Vector3.new(4.03515, 0.4, 0.1) |
| 1765 | p.CFrame = CFrame.new(-8.3714, 15.099231, -12.139993) * CFrame.Angles(math.rad(-1.10121), math.rad(0), math.rad(-15.1598)) |
| 1766 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1767 | p.Material = Enum.Material.Glacier |
| 1768 | p.MaterialVariant = "2022 Small Stud" |
| 1769 | p.Anchored = true |
| 1770 | p.Parent = model |
| 1771 | end |
| 1772 | do |
| 1773 | local p = Instance.new("Part") |
| 1774 | p.Name = "F2_WinL_Board_3" |
| 1775 | p.Size = Vector3.new(4.17662, 0.4, 0.1) |
| 1776 | p.CFrame = CFrame.new(-8.97149, 15.4, -12.1) * CFrame.Angles(math.rad(-1.11913), math.rad(0), math.rad(-10.7954)) |
| 1777 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1778 | p.Material = Enum.Material.Glacier |
| 1779 | p.MaterialVariant = "2022 Small Stud" |
| 1780 | p.Anchored = true |
| 1781 | p.Parent = model |
| 1782 | end |
| 1783 | do |
| 1784 | local p = Instance.new("Part") |
| 1785 | p.Name = "F2_WinL_Board_4" |
| 1786 | p.Size = Vector3.new(4.26221, 0.4, 0.1) |
| 1787 | p.CFrame = CFrame.new(-10.574, 15.7, -12.1) * CFrame.Angles(math.rad(1.62168), math.rad(0), math.rad(-10.8423)) |
| 1788 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1789 | p.Material = Enum.Material.Glacier |
| 1790 | p.MaterialVariant = "2022 Small Stud" |
| 1791 | p.Anchored = true |
| 1792 | p.Parent = model |
| 1793 | end |
| 1794 | do |
| 1795 | local p = Instance.new("Part") |
| 1796 | p.Name = "F2_WinL_Board_5" |
| 1797 | p.Size = Vector3.new(3.14172, 0.4, 0.1) |
| 1798 | p.CFrame = CFrame.new(-5.84219, 16, -12.1) * CFrame.Angles(math.rad(0.675911), math.rad(0), math.rad(-10.4798)) |
| 1799 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1800 | p.Material = Enum.Material.Glacier |
| 1801 | p.MaterialVariant = "2022 Small Stud" |
| 1802 | p.Anchored = true |
| 1803 | p.Parent = model |
| 1804 | end |
| 1805 | do |
| 1806 | local p = Instance.new("Part") |
| 1807 | p.Name = "F2_WinL_Board_6" |
| 1808 | p.Size = Vector3.new(3.26462, 0.4, 0.1) |
| 1809 | p.CFrame = CFrame.new(-9.71458, 16.3, -12.14) * CFrame.Angles(math.rad(0.284172), math.rad(0), math.rad(17.4206)) |
| 1810 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1811 | p.Material = Enum.Material.Glacier |
| 1812 | p.MaterialVariant = "2022 Small Stud" |
| 1813 | p.Anchored = true |
| 1814 | p.Parent = model |
| 1815 | end |
| 1816 | do |
| 1817 | local p = Instance.new("Part") |
| 1818 | p.Name = "F2_WinL_Board_7" |
| 1819 | p.Size = Vector3.new(4.56924, 0.4, 0.1) |
| 1820 | p.CFrame = CFrame.new(-8.16397, 16.6, -12.1) * CFrame.Angles(math.rad(-1.23836), math.rad(0), math.rad(12.2999)) |
| 1821 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1822 | p.Material = Enum.Material.Glacier |
| 1823 | p.MaterialVariant = "2022 Small Stud" |
| 1824 | p.Anchored = true |
| 1825 | p.Parent = model |
| 1826 | end |
| 1827 | do |
| 1828 | local p = Instance.new("Part") |
| 1829 | p.Name = "GlassShard_0" |
| 1830 | p.Size = Vector3.new(0.511789, 0.533512, 0.05) |
| 1831 | p.CFrame = CFrame.new(-10.8215, 15.3621, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(262.467)) |
| 1832 | p.BrickColor = BrickColor.new("White") |
| 1833 | p.Material = Enum.Material.Glacier |
| 1834 | p.MaterialVariant = "2022 Glue" |
| 1835 | p.Anchored = true |
| 1836 | p.Parent = model |
| 1837 | end |
| 1838 | do |
| 1839 | local p = Instance.new("Part") |
| 1840 | p.Name = "GlassShard_1" |
| 1841 | p.Size = Vector3.new(0.349209, 0.501311, 0.05) |
| 1842 | p.CFrame = CFrame.new(-6.78645, 16.4683, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(122.149)) |
| 1843 | p.BrickColor = BrickColor.new("White") |
| 1844 | p.Material = Enum.Material.Glacier |
| 1845 | p.MaterialVariant = "2022 Glue" |
| 1846 | p.Anchored = true |
| 1847 | p.Parent = model |
| 1848 | end |
| 1849 | do |
| 1850 | local p = Instance.new("Part") |
| 1851 | p.Name = "GlassShard_2" |
| 1852 | p.Size = Vector3.new(0.395104, 0.524307, 0.05) |
| 1853 | p.CFrame = CFrame.new(-5.46829, 14.9973, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(151.877)) |
| 1854 | p.BrickColor = BrickColor.new("White") |
| 1855 | p.Material = Enum.Material.Glacier |
| 1856 | p.MaterialVariant = "2022 Glue" |
| 1857 | p.Anchored = true |
| 1858 | p.Parent = model |
| 1859 | end |
| 1860 | do |
| 1861 | local p = Instance.new("Part") |
| 1862 | p.Name = "GlassShard_3" |
| 1863 | p.Size = Vector3.new(0.761633, 0.521565, 0.05) |
| 1864 | p.CFrame = CFrame.new(-9.55018, 14.9996, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(310.086)) |
| 1865 | p.BrickColor = BrickColor.new("White") |
| 1866 | p.Material = Enum.Material.Glacier |
| 1867 | p.MaterialVariant = "2022 Glue" |
| 1868 | p.Anchored = true |
| 1869 | p.Parent = model |
| 1870 | end |
| 1871 | do |
| 1872 | local p = Instance.new("Part") |
| 1873 | p.Name = "GlassShard_4" |
| 1874 | p.Size = Vector3.new(0.799641, 0.718014, 0.05) |
| 1875 | p.CFrame = CFrame.new(-7.64772, 14.6012, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(348.839)) |
| 1876 | p.BrickColor = BrickColor.new("White") |
| 1877 | p.Material = Enum.Material.Glacier |
| 1878 | p.MaterialVariant = "2022 Glue" |
| 1879 | p.Anchored = true |
| 1880 | p.Parent = model |
| 1881 | end |
| 1882 | do |
| 1883 | local p = Instance.new("Part") |
| 1884 | p.Name = "GlassShard_5" |
| 1885 | p.Size = Vector3.new(0.383156, 0.542821, 0.05) |
| 1886 | p.CFrame = CFrame.new(-5.01543, 16.1974, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(76.949)) |
| 1887 | p.BrickColor = BrickColor.new("White") |
| 1888 | p.Material = Enum.Material.Glacier |
| 1889 | p.MaterialVariant = "2022 Glue" |
| 1890 | p.Anchored = true |
| 1891 | p.Parent = model |
| 1892 | end |
| 1893 | do |
| 1894 | local p = Instance.new("Part") |
| 1895 | p.Name = "GlassShard_6" |
| 1896 | p.Size = Vector3.new(0.489487, 0.792654, 0.05) |
| 1897 | p.CFrame = CFrame.new(-8.69272, 14.6173, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(95.4731)) |
| 1898 | p.BrickColor = BrickColor.new("White") |
| 1899 | p.Material = Enum.Material.Glacier |
| 1900 | p.MaterialVariant = "2022 Glue" |
| 1901 | p.Anchored = true |
| 1902 | p.Parent = model |
| 1903 | end |
| 1904 | do |
| 1905 | local p = Instance.new("Part") |
| 1906 | p.Name = "GlassShard_7" |
| 1907 | p.Size = Vector3.new(0.511504, 0.778659, 0.05) |
| 1908 | p.CFrame = CFrame.new(-6.01151, 15.41, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(358.352)) |
| 1909 | p.BrickColor = BrickColor.new("White") |
| 1910 | p.Material = Enum.Material.Glacier |
| 1911 | p.MaterialVariant = "2022 Glue" |
| 1912 | p.Anchored = true |
| 1913 | p.Parent = model |
| 1914 | end |
| 1915 | do |
| 1916 | local p = Instance.new("Part") |
| 1917 | p.Name = "GlassShard_8" |
| 1918 | p.Size = Vector3.new(0.377398, 0.448354, 0.05) |
| 1919 | p.CFrame = CFrame.new(-7.60962, 15.9368, -11.02) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(348.735)) |
| 1920 | p.BrickColor = BrickColor.new("White") |
| 1921 | p.Material = Enum.Material.Glacier |
| 1922 | p.MaterialVariant = "2022 Glue" |
| 1923 | p.Anchored = true |
| 1924 | p.Parent = model |
| 1925 | end |
| 1926 | do |
| 1927 | local p = Instance.new("Part") |
| 1928 | p.Name = "GlassShard_9" |
| 1929 | p.Size = Vector3.new(0.673988, 0.328583, 0.05) |
| 1930 | p.CFrame = CFrame.new(-7.44574, 15.5844, -11.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(210.304)) |
| 1931 | p.BrickColor = BrickColor.new("White") |
| 1932 | p.Material = Enum.Material.Glacier |
| 1933 | p.MaterialVariant = "2022 Glue" |
| 1934 | p.Anchored = true |
| 1935 | p.Parent = model |
| 1936 | end |
| 1937 | do |
| 1938 | local p = Instance.new("Part") |
| 1939 | p.Name = "F2_FrontR_WallBot" |
| 1940 | p.Size = Vector3.new(16.5, 3, 1) |
| 1941 | p.CFrame = CFrame.new(6.25, 12.5, -12.54) |
| 1942 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1943 | p.Material = Enum.Material.Glacier |
| 1944 | p.MaterialVariant = "2022 Inlet" |
| 1945 | p.Anchored = true |
| 1946 | p.Parent = model |
| 1947 | end |
| 1948 | do |
| 1949 | local p = Instance.new("Part") |
| 1950 | p.Name = "F2_FrontR_WallTop" |
| 1951 | p.Size = Vector3.new(16.5, 3, 1) |
| 1952 | p.CFrame = CFrame.new(6.25, 18.5, -12.54) |
| 1953 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1954 | p.Material = Enum.Material.Glacier |
| 1955 | p.MaterialVariant = "2022 Inlet" |
| 1956 | p.Anchored = true |
| 1957 | p.Parent = model |
| 1958 | end |
| 1959 | do |
| 1960 | local p = Instance.new("Part") |
| 1961 | p.Name = "F2_FrontR_PillarL" |
| 1962 | p.Size = Vector3.new(2, 3, 1) |
| 1963 | p.CFrame = CFrame.new(-0.96, 15.5, -12.58) |
| 1964 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1965 | p.Material = Enum.Material.Glacier |
| 1966 | p.MaterialVariant = "2022 Inlet" |
| 1967 | p.Anchored = true |
| 1968 | p.Parent = model |
| 1969 | end |
| 1970 | do |
| 1971 | local p = Instance.new("Part") |
| 1972 | p.Name = "F2_FrontR_PillarR" |
| 1973 | p.Size = Vector3.new(5.5, 3, 1) |
| 1974 | p.CFrame = CFrame.new(11.71, 15.5, -12.58) |
| 1975 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1976 | p.Material = Enum.Material.Glacier |
| 1977 | p.MaterialVariant = "2022 Inlet" |
| 1978 | p.Anchored = true |
| 1979 | p.Parent = model |
| 1980 | end |
| 1981 | do |
| 1982 | local p = Instance.new("Part") |
| 1983 | p.Name = "F2_Front_JutSide" |
| 1984 | p.Size = Vector3.new(1, 9, 1) |
| 1985 | p.CFrame = CFrame.new(-2, 15.58, -12) |
| 1986 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1987 | p.Material = Enum.Material.Glacier |
| 1988 | p.MaterialVariant = "2022 Inlet" |
| 1989 | p.Anchored = true |
| 1990 | p.Parent = model |
| 1991 | end |
| 1992 | do |
| 1993 | local p = Instance.new("Part") |
| 1994 | p.Name = "F2_WinR_FrameB" |
| 1995 | p.Size = Vector3.new(8, 0.2, 0.4) |
| 1996 | p.CFrame = CFrame.new(4.08, 14.14, -12.2) |
| 1997 | p.BrickColor = BrickColor.new("Pine Cone") |
| 1998 | p.Material = Enum.Material.Glacier |
| 1999 | p.MaterialVariant = "2022 Small Stud" |
| 2000 | p.Anchored = true |
| 2001 | p.Parent = model |
| 2002 | end |
| 2003 | do |
| 2004 | local p = Instance.new("Part") |
| 2005 | p.Name = "F2_WinR_FrameT" |
| 2006 | p.Size = Vector3.new(8, 0.2, 0.4) |
| 2007 | p.CFrame = CFrame.new(4.08, 16.86, -12.2) |
| 2008 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2009 | p.Material = Enum.Material.Glacier |
| 2010 | p.MaterialVariant = "2022 Small Stud" |
| 2011 | p.Anchored = true |
| 2012 | p.Parent = model |
| 2013 | end |
| 2014 | do |
| 2015 | local p = Instance.new("Part") |
| 2016 | p.Name = "F2_WinR_FrameL" |
| 2017 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 2018 | p.CFrame = CFrame.new(0.1, 15.5, -12.04) |
| 2019 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2020 | p.Material = Enum.Material.Glacier |
| 2021 | p.MaterialVariant = "2022 Small Stud" |
| 2022 | p.Anchored = true |
| 2023 | p.Parent = model |
| 2024 | end |
| 2025 | do |
| 2026 | local p = Instance.new("Part") |
| 2027 | p.Name = "F2_WinR_FrameR" |
| 2028 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 2029 | p.CFrame = CFrame.new(7.9, 15.5, -12.04) |
| 2030 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2031 | p.Material = Enum.Material.Glacier |
| 2032 | p.MaterialVariant = "2022 Small Stud" |
| 2033 | p.Anchored = true |
| 2034 | p.Parent = model |
| 2035 | end |
| 2036 | do |
| 2037 | local p = Instance.new("Part") |
| 2038 | p.Name = "F2_WinR_FrameM" |
| 2039 | p.Size = Vector3.new(0.2, 3, 0.4) |
| 2040 | p.CFrame = CFrame.new(4, 15.5, -12.12) |
| 2041 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2042 | p.Material = Enum.Material.Glacier |
| 2043 | p.MaterialVariant = "2022 Small Stud" |
| 2044 | p.Anchored = true |
| 2045 | p.Parent = model |
| 2046 | end |
| 2047 | do |
| 2048 | local p = Instance.new("Part") |
| 2049 | p.Name = "F2_WinR_Sill" |
| 2050 | p.Size = Vector3.new(8.4, 0.2, 0.4) |
| 2051 | p.CFrame = CFrame.new(4, 13.9, -12.6) |
| 2052 | p.BrickColor = BrickColor.new("Light stone grey") |
| 2053 | p.Material = Enum.Material.Glacier |
| 2054 | p.MaterialVariant = "2022 Inlet" |
| 2055 | p.Anchored = true |
| 2056 | p.Parent = model |
| 2057 | end |
| 2058 | do |
| 2059 | local p = Instance.new("Part") |
| 2060 | p.Name = "F2_WinR_Lintel" |
| 2061 | p.Size = Vector3.new(8.4, 0.2, 0.4) |
| 2062 | p.CFrame = CFrame.new(4, 17.1, -12.6) |
| 2063 | p.BrickColor = BrickColor.new("Light stone grey") |
| 2064 | p.Material = Enum.Material.Glacier |
| 2065 | p.MaterialVariant = "2022 Inlet" |
| 2066 | p.Anchored = true |
| 2067 | p.Parent = model |
| 2068 | end |
| 2069 | do |
| 2070 | local p = Instance.new("Part") |
| 2071 | p.Name = "F2_WinR_Board_0" |
| 2072 | p.Size = Vector3.new(5.55816, 0.4, 0.1) |
| 2073 | p.CFrame = CFrame.new(4.0171, 14.5, -13.1) * CFrame.Angles(math.rad(1.84312), math.rad(0), math.rad(-10.277)) |
| 2074 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2075 | p.Material = Enum.Material.Glacier |
| 2076 | p.MaterialVariant = "2022 Small Stud" |
| 2077 | p.Anchored = true |
| 2078 | p.Parent = model |
| 2079 | end |
| 2080 | do |
| 2081 | local p = Instance.new("Part") |
| 2082 | p.Name = "F2_WinR_Board_1" |
| 2083 | p.Size = Vector3.new(3.55748, 0.4, 0.1) |
| 2084 | p.CFrame = CFrame.new(1.48067, 14.7, -13.1) * CFrame.Angles(math.rad(0.70085), math.rad(0), math.rad(2.85105)) |
| 2085 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2086 | p.Material = Enum.Material.Glacier |
| 2087 | p.MaterialVariant = "2022 Small Stud" |
| 2088 | p.Anchored = true |
| 2089 | p.Parent = model |
| 2090 | end |
| 2091 | do |
| 2092 | local p = Instance.new("Part") |
| 2093 | p.Name = "F2_WinR_Board_2" |
| 2094 | p.Size = Vector3.new(3.35966, 0.4, 0.1) |
| 2095 | p.CFrame = CFrame.new(2.41122, 14.9, -13.1) * CFrame.Angles(math.rad(-1.01514), math.rad(0), math.rad(11.7086)) |
| 2096 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2097 | p.Material = Enum.Material.Glacier |
| 2098 | p.MaterialVariant = "2022 Small Stud" |
| 2099 | p.Anchored = true |
| 2100 | p.Parent = model |
| 2101 | end |
| 2102 | do |
| 2103 | local p = Instance.new("Part") |
| 2104 | p.Name = "F2_WinR_Board_3" |
| 2105 | p.Size = Vector3.new(4.85815, 0.4, 0.1) |
| 2106 | p.CFrame = CFrame.new(4.56712, 15.1, -13.1) * CFrame.Angles(math.rad(0.334689), math.rad(0), math.rad(-2.42325)) |
| 2107 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2108 | p.Material = Enum.Material.Glacier |
| 2109 | p.MaterialVariant = "2022 Small Stud" |
| 2110 | p.Anchored = true |
| 2111 | p.Parent = model |
| 2112 | end |
| 2113 | do |
| 2114 | local p = Instance.new("Part") |
| 2115 | p.Name = "F2_WinR_Board_4" |
| 2116 | p.Size = Vector3.new(5.80412, 0.4, 0.1) |
| 2117 | p.CFrame = CFrame.new(4.1367, 15.3, -13.1) * CFrame.Angles(math.rad(0.864767), math.rad(0), math.rad(-8.87222)) |
| 2118 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2119 | p.Material = Enum.Material.Glacier |
| 2120 | p.MaterialVariant = "2022 Small Stud" |
| 2121 | p.Anchored = true |
| 2122 | p.Parent = model |
| 2123 | end |
| 2124 | do |
| 2125 | local p = Instance.new("Part") |
| 2126 | p.Name = "F2_WinR_Board_5" |
| 2127 | p.Size = Vector3.new(4.18736, 0.4, 0.1) |
| 2128 | p.CFrame = CFrame.new(2.43212, 15.5, -13.1) * CFrame.Angles(math.rad(-0.800012), math.rad(0), math.rad(5.15071)) |
| 2129 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2130 | p.Material = Enum.Material.Glacier |
| 2131 | p.MaterialVariant = "2022 Small Stud" |
| 2132 | p.Anchored = true |
| 2133 | p.Parent = model |
| 2134 | end |
| 2135 | do |
| 2136 | local p = Instance.new("Part") |
| 2137 | p.Name = "F2_WinR_Board_6" |
| 2138 | p.Size = Vector3.new(5.25559, 0.4, 0.1) |
| 2139 | p.CFrame = CFrame.new(2.89706, 15.7, -13.1) * CFrame.Angles(math.rad(-0.166858), math.rad(0), math.rad(-12.8237)) |
| 2140 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2141 | p.Material = Enum.Material.Glacier |
| 2142 | p.MaterialVariant = "2022 Small Stud" |
| 2143 | p.Anchored = true |
| 2144 | p.Parent = model |
| 2145 | end |
| 2146 | do |
| 2147 | local p = Instance.new("Part") |
| 2148 | p.Name = "F2_WinR_Board_7" |
| 2149 | p.Size = Vector3.new(5.98829, 0.4, 0.1) |
| 2150 | p.CFrame = CFrame.new(6.99073, 15.9, -13.1) * CFrame.Angles(math.rad(-1.14738), math.rad(0), math.rad(-12.8022)) |
| 2151 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2152 | p.Material = Enum.Material.Glacier |
| 2153 | p.MaterialVariant = "2022 Small Stud" |
| 2154 | p.Anchored = true |
| 2155 | p.Parent = model |
| 2156 | end |
| 2157 | do |
| 2158 | local p = Instance.new("Part") |
| 2159 | p.Name = "F2_WinR_Board_8" |
| 2160 | p.Size = Vector3.new(5.79978, 0.4, 0.1) |
| 2161 | p.CFrame = CFrame.new(2.5912, 16.1, -13.1) * CFrame.Angles(math.rad(1.51708), math.rad(0), math.rad(11.4259)) |
| 2162 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2163 | p.Material = Enum.Material.Glacier |
| 2164 | p.MaterialVariant = "2022 Small Stud" |
| 2165 | p.Anchored = true |
| 2166 | p.Parent = model |
| 2167 | end |
| 2168 | do |
| 2169 | local p = Instance.new("Part") |
| 2170 | p.Name = "F2_WinR_Board_9" |
| 2171 | p.Size = Vector3.new(3.47324, 0.4, 0.1) |
| 2172 | p.CFrame = CFrame.new(3.21716, 16.3, -13.1) * CFrame.Angles(math.rad(0.81416), math.rad(0), math.rad(10.0123)) |
| 2173 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2174 | p.Material = Enum.Material.Glacier |
| 2175 | p.MaterialVariant = "2022 Small Stud" |
| 2176 | p.Anchored = true |
| 2177 | p.Parent = model |
| 2178 | end |
| 2179 | do |
| 2180 | local p = Instance.new("Part") |
| 2181 | p.Name = "F2_WinR_Board_10" |
| 2182 | p.Size = Vector3.new(5.9617, 0.4, 0.1) |
| 2183 | p.CFrame = CFrame.new(4.67007, 16.5, -13.1) * CFrame.Angles(math.rad(-1.96871), math.rad(0), math.rad(4.61929)) |
| 2184 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2185 | p.Material = Enum.Material.Glacier |
| 2186 | p.MaterialVariant = "2022 Small Stud" |
| 2187 | p.Anchored = true |
| 2188 | p.Parent = model |
| 2189 | end |
| 2190 | do |
| 2191 | local p = Instance.new("Part") |
| 2192 | p.Name = "F2_WinR_Board_11" |
| 2193 | p.Size = Vector3.new(3.89814, 0.4, 0.1) |
| 2194 | p.CFrame = CFrame.new(5.90262, 16.701059, -13.139986) * CFrame.Angles(math.rad(1.75572), math.rad(0), math.rad(4.90166)) |
| 2195 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2196 | p.Material = Enum.Material.Glacier |
| 2197 | p.MaterialVariant = "2022 Small Stud" |
| 2198 | p.Anchored = true |
| 2199 | p.Parent = model |
| 2200 | end |
| 2201 | do |
| 2202 | local p = Instance.new("Part") |
| 2203 | p.Name = "F2_WinR_ExtraBoard_0" |
| 2204 | p.Size = Vector3.new(3.32111, 0.3, 0.1) |
| 2205 | p.CFrame = CFrame.new(1.80575, 14.847889, -13.110032) * CFrame.Angles(math.rad(-2.27652), math.rad(0), math.rad(3.19342)) |
| 2206 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2207 | p.Material = Enum.Material.Glacier |
| 2208 | p.MaterialVariant = "2022 Small Stud" |
| 2209 | p.Anchored = true |
| 2210 | p.Parent = model |
| 2211 | end |
| 2212 | do |
| 2213 | local p = Instance.new("Part") |
| 2214 | p.Name = "F2_WinR_ExtraBoard_1" |
| 2215 | p.Size = Vector3.new(3.61079, 0.3, 0.1) |
| 2216 | p.CFrame = CFrame.new(4.62898, 16.6528, -13.15) * CFrame.Angles(math.rad(-2.36016), math.rad(0), math.rad(8.05428)) |
| 2217 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2218 | p.Material = Enum.Material.Glacier |
| 2219 | p.MaterialVariant = "2022 Small Stud" |
| 2220 | p.Anchored = true |
| 2221 | p.Parent = model |
| 2222 | end |
| 2223 | do |
| 2224 | local p = Instance.new("Part") |
| 2225 | p.Name = "F2_WinR_ExtraBoard_2" |
| 2226 | p.Size = Vector3.new(5.53831, 0.3, 0.1) |
| 2227 | p.CFrame = CFrame.new(3.93119, 17.216, -13.15) * CFrame.Angles(math.rad(-0.764242), math.rad(0), math.rad(-24.4621)) |
| 2228 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2229 | p.Material = Enum.Material.Glacier |
| 2230 | p.MaterialVariant = "2022 Small Stud" |
| 2231 | p.Anchored = true |
| 2232 | p.Parent = model |
| 2233 | end |
| 2234 | do |
| 2235 | local p = Instance.new("Part") |
| 2236 | p.Name = "F2_WinR_ExtraBoard_3" |
| 2237 | p.Size = Vector3.new(5.31336, 0.3, 0.1) |
| 2238 | p.CFrame = CFrame.new(2.66008, 14.5106, -13.15) * CFrame.Angles(math.rad(-2.38045), math.rad(0), math.rad(8.2268)) |
| 2239 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2240 | p.Material = Enum.Material.Glacier |
| 2241 | p.MaterialVariant = "2022 Small Stud" |
| 2242 | p.Anchored = true |
| 2243 | p.Parent = model |
| 2244 | end |
| 2245 | do |
| 2246 | local p = Instance.new("Part") |
| 2247 | p.Name = "F2_WinR_ExtraBoard_4" |
| 2248 | p.Size = Vector3.new(4.28306, 0.3, 0.1) |
| 2249 | p.CFrame = CFrame.new(5.44738, 16.155, -13.15) * CFrame.Angles(math.rad(-4.24756), math.rad(0), math.rad(-29.4198)) |
| 2250 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2251 | p.Material = Enum.Material.Glacier |
| 2252 | p.MaterialVariant = "2022 Small Stud" |
| 2253 | p.Anchored = true |
| 2254 | p.Parent = model |
| 2255 | end |
| 2256 | do |
| 2257 | local p = Instance.new("Part") |
| 2258 | p.Name = "F2_WinR_ExtraBoard_5" |
| 2259 | p.Size = Vector3.new(4.63677, 0.3, 0.1) |
| 2260 | p.CFrame = CFrame.new(6.29864, 17.2118, -13.15) * CFrame.Angles(math.rad(0.825096), math.rad(0), math.rad(20.0757)) |
| 2261 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2262 | p.Material = Enum.Material.Glacier |
| 2263 | p.MaterialVariant = "2022 Small Stud" |
| 2264 | p.Anchored = true |
| 2265 | p.Parent = model |
| 2266 | end |
| 2267 | do |
| 2268 | local p = Instance.new("Part") |
| 2269 | p.Name = "F2_WinR_ExtraBoard_6" |
| 2270 | p.Size = Vector3.new(3.92477, 0.3, 0.1) |
| 2271 | p.CFrame = CFrame.new(1.88856, 14.880234, -13.110053) * CFrame.Angles(math.rad(2.96122), math.rad(0), math.rad(23.9389)) |
| 2272 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2273 | p.Material = Enum.Material.Glacier |
| 2274 | p.MaterialVariant = "2022 Small Stud" |
| 2275 | p.Anchored = true |
| 2276 | p.Parent = model |
| 2277 | end |
| 2278 | do |
| 2279 | local p = Instance.new("Part") |
| 2280 | p.Name = "F2_WinR_ExtraBoard_7" |
| 2281 | p.Size = Vector3.new(3.63023, 0.3, 0.1) |
| 2282 | p.CFrame = CFrame.new(6.16422, 17.199763, -13.11011) * CFrame.Angles(math.rad(-3.97206), math.rad(0), math.rad(-15.0282)) |
| 2283 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2284 | p.Material = Enum.Material.Glacier |
| 2285 | p.MaterialVariant = "2022 Small Stud" |
| 2286 | p.Anchored = true |
| 2287 | p.Parent = model |
| 2288 | end |
| 2289 | do |
| 2290 | local p = Instance.new("Part") |
| 2291 | p.Name = "F2_WinR_ExtraBoard_8" |
| 2292 | p.Size = Vector3.new(4.21913, 0.3, 0.1) |
| 2293 | p.CFrame = CFrame.new(5.6807, 17.1524, -13.15) * CFrame.Angles(math.rad(-3.45447), math.rad(0), math.rad(7.23969)) |
| 2294 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2295 | p.Material = Enum.Material.Glacier |
| 2296 | p.MaterialVariant = "2022 Small Stud" |
| 2297 | p.Anchored = true |
| 2298 | p.Parent = model |
| 2299 | end |
| 2300 | do |
| 2301 | local p = Instance.new("Part") |
| 2302 | p.Name = "F2_WinR_ExtraBoard_9" |
| 2303 | p.Size = Vector3.new(5.92862, 0.3, 0.1) |
| 2304 | p.CFrame = CFrame.new(6.57929, 17.0938, -13.15) * CFrame.Angles(math.rad(3.81416), math.rad(0), math.rad(18.6463)) |
| 2305 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2306 | p.Material = Enum.Material.Glacier |
| 2307 | p.MaterialVariant = "2022 Small Stud" |
| 2308 | p.Anchored = true |
| 2309 | p.Parent = model |
| 2310 | end |
| 2311 | do |
| 2312 | local p = Instance.new("Part") |
| 2313 | p.Name = "F2_WinR_ExtraBoard_10" |
| 2314 | p.Size = Vector3.new(3.99656, 0.3, 0.1) |
| 2315 | p.CFrame = CFrame.new(1.14872, 16.7097, -13.15) * CFrame.Angles(math.rad(3.02235), math.rad(0), math.rad(25.849)) |
| 2316 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2317 | p.Material = Enum.Material.Glacier |
| 2318 | p.MaterialVariant = "2022 Small Stud" |
| 2319 | p.Anchored = true |
| 2320 | p.Parent = model |
| 2321 | end |
| 2322 | do |
| 2323 | local p = Instance.new("Part") |
| 2324 | p.Name = "F2_WinR_ExtraBoard_11" |
| 2325 | p.Size = Vector3.new(3.80042, 0.3, 0.1) |
| 2326 | p.CFrame = CFrame.new(6.18438, 16.9322, -13.15) * CFrame.Angles(math.rad(-3.91904), math.rad(0), math.rad(17.2425)) |
| 2327 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2328 | p.Material = Enum.Material.Glacier |
| 2329 | p.MaterialVariant = "2022 Small Stud" |
| 2330 | p.Anchored = true |
| 2331 | p.Parent = model |
| 2332 | end |
| 2333 | do |
| 2334 | local p = Instance.new("Part") |
| 2335 | p.Name = "F2_WinR_ExtraBoard_12" |
| 2336 | p.Size = Vector3.new(3.6673, 0.3, 0.1) |
| 2337 | p.CFrame = CFrame.new(6.233, 17.075266, -13.189996) * CFrame.Angles(math.rad(-0.396968), math.rad(0), math.rad(18.9952)) |
| 2338 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2339 | p.Material = Enum.Material.Glacier |
| 2340 | p.MaterialVariant = "2022 Small Stud" |
| 2341 | p.Anchored = true |
| 2342 | p.Parent = model |
| 2343 | end |
| 2344 | do |
| 2345 | local p = Instance.new("Part") |
| 2346 | p.Name = "F2_WinR_ExtraBoard_13" |
| 2347 | p.Size = Vector3.new(3.68279, 0.3, 0.1) |
| 2348 | p.CFrame = CFrame.new(2.83114, 16.886, -13.15) * CFrame.Angles(math.rad(-3.0687), math.rad(0), math.rad(-28.5801)) |
| 2349 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2350 | p.Material = Enum.Material.Glacier |
| 2351 | p.MaterialVariant = "2022 Small Stud" |
| 2352 | p.Anchored = true |
| 2353 | p.Parent = model |
| 2354 | end |
| 2355 | do |
| 2356 | local p = Instance.new("Part") |
| 2357 | p.Name = "F2_WinR_ExtraBoard_14" |
| 2358 | p.Size = Vector3.new(5.90067, 0.3, 0.1) |
| 2359 | p.CFrame = CFrame.new(2.96957, 17.0931, -13.15) * CFrame.Angles(math.rad(1.41482), math.rad(0), math.rad(-13.2525)) |
| 2360 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2361 | p.Material = Enum.Material.Glacier |
| 2362 | p.MaterialVariant = "2022 Small Stud" |
| 2363 | p.Anchored = true |
| 2364 | p.Parent = model |
| 2365 | end |
| 2366 | do |
| 2367 | local p = Instance.new("Part") |
| 2368 | p.Name = "F2_Right_WallBot" |
| 2369 | p.Size = Vector3.new(1, 3, 24) |
| 2370 | p.CFrame = CFrame.new(14.54, 12.54, 0) |
| 2371 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2372 | p.Material = Enum.Material.Glacier |
| 2373 | p.MaterialVariant = "2022 Inlet" |
| 2374 | p.Anchored = true |
| 2375 | p.Parent = model |
| 2376 | end |
| 2377 | do |
| 2378 | local p = Instance.new("Part") |
| 2379 | p.Name = "F2_Right_WallTop" |
| 2380 | p.Size = Vector3.new(1, 3, 24) |
| 2381 | p.CFrame = CFrame.new(14.54, 18.46, 0) |
| 2382 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2383 | p.Material = Enum.Material.Glacier |
| 2384 | p.MaterialVariant = "2022 Inlet" |
| 2385 | p.Anchored = true |
| 2386 | p.Parent = model |
| 2387 | end |
| 2388 | do |
| 2389 | local p = Instance.new("Part") |
| 2390 | p.Name = "F2_Right_Pillar1" |
| 2391 | p.Size = Vector3.new(1, 3, 3) |
| 2392 | p.CFrame = CFrame.new(14.5, 15.5, -10.46) |
| 2393 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2394 | p.Material = Enum.Material.Glacier |
| 2395 | p.MaterialVariant = "2022 Inlet" |
| 2396 | p.Anchored = true |
| 2397 | p.Parent = model |
| 2398 | end |
| 2399 | do |
| 2400 | local p = Instance.new("Part") |
| 2401 | p.Name = "F2_Right_Pillar2" |
| 2402 | p.Size = Vector3.new(1, 3, 6) |
| 2403 | p.CFrame = CFrame.new(14.5, 15.5, 0) |
| 2404 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2405 | p.Material = Enum.Material.Glacier |
| 2406 | p.MaterialVariant = "2022 Inlet" |
| 2407 | p.Anchored = true |
| 2408 | p.Parent = model |
| 2409 | end |
| 2410 | do |
| 2411 | local p = Instance.new("Part") |
| 2412 | p.Name = "F2_Right_Pillar3" |
| 2413 | p.Size = Vector3.new(1, 3, 3) |
| 2414 | p.CFrame = CFrame.new(14.62, 15.5, 10.58) |
| 2415 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2416 | p.Material = Enum.Material.Glacier |
| 2417 | p.MaterialVariant = "2022 Inlet" |
| 2418 | p.Anchored = true |
| 2419 | p.Parent = model |
| 2420 | end |
| 2421 | do |
| 2422 | local p = Instance.new("Part") |
| 2423 | p.Name = "F2_RWin1_FrameB" |
| 2424 | p.Size = Vector3.new(0.4, 0.2, 6) |
| 2425 | p.CFrame = CFrame.new(14.16, 14.18, -6.04) |
| 2426 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2427 | p.Material = Enum.Material.Glacier |
| 2428 | p.MaterialVariant = "2022 Small Stud" |
| 2429 | p.Anchored = true |
| 2430 | p.Parent = model |
| 2431 | end |
| 2432 | do |
| 2433 | local p = Instance.new("Part") |
| 2434 | p.Name = "F2_RWin1_FrameT" |
| 2435 | p.Size = Vector3.new(0.4, 0.2, 6) |
| 2436 | p.CFrame = CFrame.new(14.16, 16.82, -6.04) |
| 2437 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2438 | p.Material = Enum.Material.Glacier |
| 2439 | p.MaterialVariant = "2022 Small Stud" |
| 2440 | p.Anchored = true |
| 2441 | p.Parent = model |
| 2442 | end |
| 2443 | do |
| 2444 | local p = Instance.new("Part") |
| 2445 | p.Name = "F2_RWin1_FrameM" |
| 2446 | p.Size = Vector3.new(0.4, 3, 0.2) |
| 2447 | p.CFrame = CFrame.new(14.28, 15.5, -6) |
| 2448 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2449 | p.Material = Enum.Material.Glacier |
| 2450 | p.MaterialVariant = "2022 Small Stud" |
| 2451 | p.Anchored = true |
| 2452 | p.Parent = model |
| 2453 | end |
| 2454 | do |
| 2455 | local p = Instance.new("Part") |
| 2456 | p.Name = "F2_RWin1_Board_0" |
| 2457 | p.Size = Vector3.new(0.1, 0.4, 5) |
| 2458 | p.CFrame = CFrame.new(15.14, 14.5, -6) * CFrame.Angles(math.rad(-3.00965), math.rad(0), math.rad(0)) |
| 2459 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2460 | p.Material = Enum.Material.Glacier |
| 2461 | p.MaterialVariant = "2022 Small Stud" |
| 2462 | p.Anchored = true |
| 2463 | p.Parent = model |
| 2464 | end |
| 2465 | do |
| 2466 | local p = Instance.new("Part") |
| 2467 | p.Name = "F2_RWin1_Board_1" |
| 2468 | p.Size = Vector3.new(0.1, 0.4, 5) |
| 2469 | p.CFrame = CFrame.new(15.18, 15, -6) * CFrame.Angles(math.rad(14.4345), math.rad(0), math.rad(0)) |
| 2470 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2471 | p.Material = Enum.Material.Glacier |
| 2472 | p.MaterialVariant = "2022 Small Stud" |
| 2473 | p.Anchored = true |
| 2474 | p.Parent = model |
| 2475 | end |
| 2476 | do |
| 2477 | local p = Instance.new("Part") |
| 2478 | p.Name = "F2_RWin1_Board_2" |
| 2479 | p.Size = Vector3.new(0.1, 0.4, 5) |
| 2480 | p.CFrame = CFrame.new(15.14, 15.5, -6) * CFrame.Angles(math.rad(1.08647), math.rad(0), math.rad(0)) |
| 2481 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2482 | p.Material = Enum.Material.Glacier |
| 2483 | p.MaterialVariant = "2022 Small Stud" |
| 2484 | p.Anchored = true |
| 2485 | p.Parent = model |
| 2486 | end |
| 2487 | do |
| 2488 | local p = Instance.new("Part") |
| 2489 | p.Name = "F2_RWin1_Board_3" |
| 2490 | p.Size = Vector3.new(0.1, 0.4, 5) |
| 2491 | p.CFrame = CFrame.new(15.1, 16, -6) * CFrame.Angles(math.rad(13.1771), math.rad(0), math.rad(0)) |
| 2492 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2493 | p.Material = Enum.Material.Glacier |
| 2494 | p.MaterialVariant = "2022 Small Stud" |
| 2495 | p.Anchored = true |
| 2496 | p.Parent = model |
| 2497 | end |
| 2498 | do |
| 2499 | local p = Instance.new("Part") |
| 2500 | p.Name = "F2_RWin1_Board_4" |
| 2501 | p.Size = Vector3.new(0.1, 0.4, 5) |
| 2502 | p.CFrame = CFrame.new(15.02, 16.5, -6) * CFrame.Angles(math.rad(-11.5397), math.rad(0), math.rad(0)) |
| 2503 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2504 | p.Material = Enum.Material.Glacier |
| 2505 | p.MaterialVariant = "2022 Small Stud" |
| 2506 | p.Anchored = true |
| 2507 | p.Parent = model |
| 2508 | end |
| 2509 | do |
| 2510 | local p = Instance.new("Part") |
| 2511 | p.Name = "F2_RWin2_FrameB" |
| 2512 | p.Size = Vector3.new(0.4, 0.2, 6) |
| 2513 | p.CFrame = CFrame.new(14.2, 14.18, 6.04) |
| 2514 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2515 | p.Material = Enum.Material.Glacier |
| 2516 | p.MaterialVariant = "2022 Small Stud" |
| 2517 | p.Anchored = true |
| 2518 | p.Parent = model |
| 2519 | end |
| 2520 | do |
| 2521 | local p = Instance.new("Part") |
| 2522 | p.Name = "F2_RWin2_FrameT" |
| 2523 | p.Size = Vector3.new(0.4, 0.2, 6) |
| 2524 | p.CFrame = CFrame.new(14.2, 16.82, 6.04) |
| 2525 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2526 | p.Material = Enum.Material.Glacier |
| 2527 | p.MaterialVariant = "2022 Small Stud" |
| 2528 | p.Anchored = true |
| 2529 | p.Parent = model |
| 2530 | end |
| 2531 | do |
| 2532 | local p = Instance.new("Part") |
| 2533 | p.Name = "F2_RWin2_FrameM" |
| 2534 | p.Size = Vector3.new(0.4, 3, 0.2) |
| 2535 | p.CFrame = CFrame.new(14.28, 15.5, 6) |
| 2536 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2537 | p.Material = Enum.Material.Glacier |
| 2538 | p.MaterialVariant = "2022 Small Stud" |
| 2539 | p.Anchored = true |
| 2540 | p.Parent = model |
| 2541 | end |
| 2542 | do |
| 2543 | local p = Instance.new("Part") |
| 2544 | p.Name = "F2_Left_Wall" |
| 2545 | p.Size = Vector3.new(1, 9, 23) |
| 2546 | p.CFrame = CFrame.new(-14.46, 15.58, 0.46) |
| 2547 | p.BrickColor = BrickColor.new("Light stone grey") |
| 2548 | p.Material = Enum.Material.Glacier |
| 2549 | p.MaterialVariant = "2022 Inlet" |
| 2550 | p.Anchored = true |
| 2551 | p.Parent = model |
| 2552 | end |
| 2553 | do |
| 2554 | local p = Instance.new("Part") |
| 2555 | p.Name = "F2_Back_Wall" |
| 2556 | p.Size = Vector3.new(28, 9, 1) |
| 2557 | p.CFrame = CFrame.new(0, 15.5, 11.54) |
| 2558 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2559 | p.Material = Enum.Material.Glacier |
| 2560 | p.MaterialVariant = "2022 Inlet" |
| 2561 | p.Anchored = true |
| 2562 | p.Parent = model |
| 2563 | end |
| 2564 | do |
| 2565 | local p = Instance.new("Part") |
| 2566 | p.Name = "Roof_Back" |
| 2567 | p.Size = Vector3.new(30, 1, 12) |
| 2568 | p.CFrame = CFrame.new(0, 20.5, 6) |
| 2569 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2570 | p.Material = Enum.Material.Glacier |
| 2571 | p.MaterialVariant = "2022 Inlet" |
| 2572 | p.Anchored = true |
| 2573 | p.Parent = model |
| 2574 | end |
| 2575 | do |
| 2576 | local p = Instance.new("Part") |
| 2577 | p.Name = "Roof_Left" |
| 2578 | p.Size = Vector3.new(14, 1, 12) |
| 2579 | p.CFrame = CFrame.new(-8.04, 20.38, -6.08) |
| 2580 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2581 | p.Material = Enum.Material.Glacier |
| 2582 | p.MaterialVariant = "2022 Inlet" |
| 2583 | p.Anchored = true |
| 2584 | p.Parent = model |
| 2585 | end |
| 2586 | do |
| 2587 | local p = Instance.new("Part") |
| 2588 | p.Name = "Roof_Right" |
| 2589 | p.Size = Vector3.new(4, 1, 12) |
| 2590 | p.CFrame = CFrame.new(13.04, 20.38, -6.08) |
| 2591 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2592 | p.Material = Enum.Material.Glacier |
| 2593 | p.MaterialVariant = "2022 Inlet" |
| 2594 | p.Anchored = true |
| 2595 | p.Parent = model |
| 2596 | end |
| 2597 | do |
| 2598 | local p = Instance.new("Part") |
| 2599 | p.Name = "Roof_Front" |
| 2600 | p.Size = Vector3.new(10, 1, 2) |
| 2601 | p.CFrame = CFrame.new(5.96, 20.5, -11) |
| 2602 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2603 | p.Material = Enum.Material.Glacier |
| 2604 | p.MaterialVariant = "2022 Inlet" |
| 2605 | p.Anchored = true |
| 2606 | p.Parent = model |
| 2607 | end |
| 2608 | do |
| 2609 | local p = Instance.new("Part") |
| 2610 | p.Name = "Roof_BrokenEdge_0" |
| 2611 | p.Size = Vector3.new(2.92507, 1, 1.53093) |
| 2612 | p.CFrame = CFrame.new(10.6448, 20.42, -8.57146) * CFrame.Angles(math.rad(0), math.rad(39.0249), math.rad(0)) |
| 2613 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2614 | p.Material = Enum.Material.Glacier |
| 2615 | p.MaterialVariant = "2022 Inlet" |
| 2616 | p.Anchored = true |
| 2617 | p.Parent = model |
| 2618 | end |
| 2619 | do |
| 2620 | local p = Instance.new("Part") |
| 2621 | p.Name = "Roof_BrokenEdge_5" |
| 2622 | p.Size = Vector3.new(2.85115, 1, 2.0769) |
| 2623 | p.CFrame = CFrame.new(7.50542, 20.54, -9.98647) * CFrame.Angles(math.rad(0), math.rad(258.995), math.rad(0)) |
| 2624 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2625 | p.Material = Enum.Material.Glacier |
| 2626 | p.MaterialVariant = "2022 Inlet" |
| 2627 | p.Anchored = true |
| 2628 | p.Parent = model |
| 2629 | end |
| 2630 | do |
| 2631 | local p = Instance.new("Part") |
| 2632 | p.Name = "Roof_BrokenEdge_7" |
| 2633 | p.Size = Vector3.new(2.32848, 1, 1.6604) |
| 2634 | p.CFrame = CFrame.new(3.37066, 20.54, -9.44021) * CFrame.Angles(math.rad(0), math.rad(113.01), math.rad(0)) |
| 2635 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 2636 | p.Material = Enum.Material.Glacier |
| 2637 | p.MaterialVariant = "2022 Inlet" |
| 2638 | p.Anchored = true |
| 2639 | p.Parent = model |
| 2640 | end |
| 2641 | do |
| 2642 | local p = Instance.new("Part") |
| 2643 | p.Name = "Roof_Beam_0" |
| 2644 | p.Size = Vector3.new(0.5, 1, 7.39206) |
| 2645 | p.CFrame = CFrame.new(1, 20, -5.69603) * CFrame.Angles(math.rad(10.7963), math.rad(0), math.rad(0)) |
| 2646 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2647 | p.Material = Enum.Material.Glacier |
| 2648 | p.MaterialVariant = "2022 Small Stud" |
| 2649 | p.Anchored = true |
| 2650 | p.Parent = model |
| 2651 | end |
| 2652 | do |
| 2653 | local p = Instance.new("Part") |
| 2654 | p.Name = "Roof_CrossBeam_0" |
| 2655 | p.Size = Vector3.new(2, 0.5, 0.5) |
| 2656 | p.CFrame = CFrame.new(2, 19.5, -4.96) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-3.99356)) |
| 2657 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2658 | p.Material = Enum.Material.Glacier |
| 2659 | p.MaterialVariant = "2022 Small Stud" |
| 2660 | p.Anchored = true |
| 2661 | p.Parent = model |
| 2662 | end |
| 2663 | do |
| 2664 | local p = Instance.new("Part") |
| 2665 | p.Name = "Roof_Beam_1" |
| 2666 | p.Size = Vector3.new(0.5, 1, 5.23714) |
| 2667 | p.CFrame = CFrame.new(3, 20, -4.61857) |
| 2668 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2669 | p.Material = Enum.Material.Glacier |
| 2670 | p.MaterialVariant = "2022 Small Stud" |
| 2671 | p.Anchored = true |
| 2672 | p.Parent = model |
| 2673 | end |
| 2674 | do |
| 2675 | local p = Instance.new("Part") |
| 2676 | p.Name = "Roof_CrossBeam_1" |
| 2677 | p.Size = Vector3.new(2, 0.5, 0.5) |
| 2678 | p.CFrame = CFrame.new(4, 19.5, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-1.83214)) |
| 2679 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2680 | p.Material = Enum.Material.Glacier |
| 2681 | p.MaterialVariant = "2022 Small Stud" |
| 2682 | p.Anchored = true |
| 2683 | p.Parent = model |
| 2684 | end |
| 2685 | do |
| 2686 | local p = Instance.new("Part") |
| 2687 | p.Name = "Roof_Beam_2" |
| 2688 | p.Size = Vector3.new(0.5, 1, 5.6096) |
| 2689 | p.CFrame = CFrame.new(5, 20, -4.8048) * CFrame.Angles(math.rad(4.43483), math.rad(0), math.rad(0)) |
| 2690 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2691 | p.Material = Enum.Material.Glacier |
| 2692 | p.MaterialVariant = "2022 Small Stud" |
| 2693 | p.Anchored = true |
| 2694 | p.Parent = model |
| 2695 | end |
| 2696 | do |
| 2697 | local p = Instance.new("Part") |
| 2698 | p.Name = "Roof_CrossBeam_2" |
| 2699 | p.Size = Vector3.new(2, 0.5, 0.5) |
| 2700 | p.CFrame = CFrame.new(6, 19.5, -4.92) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-7.45424)) |
| 2701 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2702 | p.Material = Enum.Material.Glacier |
| 2703 | p.MaterialVariant = "2022 Small Stud" |
| 2704 | p.Anchored = true |
| 2705 | p.Parent = model |
| 2706 | end |
| 2707 | do |
| 2708 | local p = Instance.new("Part") |
| 2709 | p.Name = "Roof_Beam_3" |
| 2710 | p.Size = Vector3.new(0.5, 1, 5.68178) |
| 2711 | p.CFrame = CFrame.new(7, 20, -4.84089) |
| 2712 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2713 | p.Material = Enum.Material.Glacier |
| 2714 | p.MaterialVariant = "2022 Small Stud" |
| 2715 | p.Anchored = true |
| 2716 | p.Parent = model |
| 2717 | end |
| 2718 | do |
| 2719 | local p = Instance.new("Part") |
| 2720 | p.Name = "Roof_CrossBeam_3" |
| 2721 | p.Size = Vector3.new(2, 0.5, 0.5) |
| 2722 | p.CFrame = CFrame.new(8, 19.5, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(8.80727)) |
| 2723 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2724 | p.Material = Enum.Material.Glacier |
| 2725 | p.MaterialVariant = "2022 Small Stud" |
| 2726 | p.Anchored = true |
| 2727 | p.Parent = model |
| 2728 | end |
| 2729 | do |
| 2730 | local p = Instance.new("Part") |
| 2731 | p.Name = "Roof_Beam_4" |
| 2732 | p.Size = Vector3.new(0.5, 1, 6.70927) |
| 2733 | p.CFrame = CFrame.new(9, 20, -5.35464) * CFrame.Angles(math.rad(13.5421), math.rad(0), math.rad(0)) |
| 2734 | p.BrickColor = BrickColor.new("Pine Cone") |
| 2735 | p.Material = Enum.Material.Glacier |
| 2736 | p.MaterialVariant = "2022 Small Stud" |
| 2737 | p.Anchored = true |
| 2738 | p.Parent = model |
| 2739 | end |
| 2740 | do |
| 2741 | local p = Instance.new("Part") |
| 2742 | p.Name = "Rebar_1" |
| 2743 | p.Size = Vector3.new(0.1, 1.57383, 0.1) |
| 2744 | p.CFrame = CFrame.new(5.47937, 21.2869, -9.99675) * CFrame.Angles(math.rad(-6.31007), math.rad(0), math.rad(7.19863)) |
| 2745 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2746 | p.Material = Enum.Material.Glacier |
| 2747 | p.MaterialVariant = "2022 Weld" |
| 2748 | p.Anchored = true |
| 2749 | p.Parent = model |
| 2750 | end |
| 2751 | do |
| 2752 | local p = Instance.new("Part") |
| 2753 | p.Name = "Rebar_3" |
| 2754 | p.Size = Vector3.new(0.1, 1.94637, 0.1) |
| 2755 | p.CFrame = CFrame.new(4.4216, 21.4732, -8.29039) * CFrame.Angles(math.rad(36.1063), math.rad(0), math.rad(26.6422)) |
| 2756 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2757 | p.Material = Enum.Material.Glacier |
| 2758 | p.MaterialVariant = "2022 Weld" |
| 2759 | p.Anchored = true |
| 2760 | p.Parent = model |
| 2761 | end |
| 2762 | do |
| 2763 | local p = Instance.new("Part") |
| 2764 | p.Name = "Rebar_4" |
| 2765 | p.Size = Vector3.new(0.1, 2.0309, 0.1) |
| 2766 | p.CFrame = CFrame.new(1.69691, 21.5155, -9.32164) * CFrame.Angles(math.rad(11.9647), math.rad(0), math.rad(-14.8331)) |
| 2767 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2768 | p.Material = Enum.Material.Glacier |
| 2769 | p.MaterialVariant = "2022 Weld" |
| 2770 | p.Anchored = true |
| 2771 | p.Parent = model |
| 2772 | end |
| 2773 | do |
| 2774 | local p = Instance.new("Part") |
| 2775 | p.Name = "Rebar_5" |
| 2776 | p.Size = Vector3.new(0.1, 2.34559, 0.1) |
| 2777 | p.CFrame = CFrame.new(8.18423, 21.6728, -3.9909) * CFrame.Angles(math.rad(-24.7823), math.rad(0), math.rad(-27.0783)) |
| 2778 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2779 | p.Material = Enum.Material.Glacier |
| 2780 | p.MaterialVariant = "2022 Weld" |
| 2781 | p.Anchored = true |
| 2782 | p.Parent = model |
| 2783 | end |
| 2784 | do |
| 2785 | local p = Instance.new("Part") |
| 2786 | p.Name = "Rebar_6" |
| 2787 | p.Size = Vector3.new(0.1, 1.95027, 0.1) |
| 2788 | p.CFrame = CFrame.new(0.244254, 21.4751, -8.04126) * CFrame.Angles(math.rad(31.4764), math.rad(0), math.rad(-38.4455)) |
| 2789 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2790 | p.Material = Enum.Material.Glacier |
| 2791 | p.MaterialVariant = "2022 Weld" |
| 2792 | p.Anchored = true |
| 2793 | p.Parent = model |
| 2794 | end |
| 2795 | do |
| 2796 | local p = Instance.new("Part") |
| 2797 | p.Name = "Rebar_8" |
| 2798 | p.Size = Vector3.new(0.1, 1.98875, 0.1) |
| 2799 | p.CFrame = CFrame.new(1.94435, 21.4944, -4.42917) * CFrame.Angles(math.rad(-23.0414), math.rad(0), math.rad(14.0452)) |
| 2800 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2801 | p.Material = Enum.Material.Glacier |
| 2802 | p.MaterialVariant = "2022 Weld" |
| 2803 | p.Anchored = true |
| 2804 | p.Parent = model |
| 2805 | end |
| 2806 | do |
| 2807 | local p = Instance.new("Part") |
| 2808 | p.Name = "Rebar_9" |
| 2809 | p.Size = Vector3.new(0.1, 2.54009, 0.1) |
| 2810 | p.CFrame = CFrame.new(0.055448, 21.77, -3.99228) * CFrame.Angles(math.rad(-35.4071), math.rad(0), math.rad(-6.73684)) |
| 2811 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2812 | p.Material = Enum.Material.Glacier |
| 2813 | p.MaterialVariant = "2022 Weld" |
| 2814 | p.Anchored = true |
| 2815 | p.Parent = model |
| 2816 | end |
| 2817 | do |
| 2818 | local p = Instance.new("Part") |
| 2819 | p.Name = "Rebar_10" |
| 2820 | p.Size = Vector3.new(0.1, 2.03592, 0.1) |
| 2821 | p.CFrame = CFrame.new(1.75887, 21.518, -2.33627) * CFrame.Angles(math.rad(-40.4803), math.rad(0), math.rad(-22.5722)) |
| 2822 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2823 | p.Material = Enum.Material.Glacier |
| 2824 | p.MaterialVariant = "2022 Weld" |
| 2825 | p.Anchored = true |
| 2826 | p.Parent = model |
| 2827 | end |
| 2828 | do |
| 2829 | local p = Instance.new("Part") |
| 2830 | p.Name = "Rebar_11" |
| 2831 | p.Size = Vector3.new(0.1, 2.60283, 0.1) |
| 2832 | p.CFrame = CFrame.new(8.48336, 21.8014, -6.3483) * CFrame.Angles(math.rad(15.082), math.rad(0), math.rad(43.9103)) |
| 2833 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2834 | p.Material = Enum.Material.Glacier |
| 2835 | p.MaterialVariant = "2022 Weld" |
| 2836 | p.Anchored = true |
| 2837 | p.Parent = model |
| 2838 | end |
| 2839 | do |
| 2840 | local p = Instance.new("Part") |
| 2841 | p.Name = "Rebar_12" |
| 2842 | p.Size = Vector3.new(0.1, 2.78285, 0.1) |
| 2843 | p.CFrame = CFrame.new(5.95452, 21.8914, -2.39968) * CFrame.Angles(math.rad(10.1387), math.rad(0), math.rad(19.7347)) |
| 2844 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2845 | p.Material = Enum.Material.Glacier |
| 2846 | p.MaterialVariant = "2022 Weld" |
| 2847 | p.Anchored = true |
| 2848 | p.Parent = model |
| 2849 | end |
| 2850 | do |
| 2851 | local p = Instance.new("Part") |
| 2852 | p.Name = "Rebar_13" |
| 2853 | p.Size = Vector3.new(0.1, 2.09574, 0.1) |
| 2854 | p.CFrame = CFrame.new(5.04778, 21.5479, -3.35545) * CFrame.Angles(math.rad(35.7487), math.rad(0), math.rad(21.929)) |
| 2855 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2856 | p.Material = Enum.Material.Glacier |
| 2857 | p.MaterialVariant = "2022 Weld" |
| 2858 | p.Anchored = true |
| 2859 | p.Parent = model |
| 2860 | end |
| 2861 | do |
| 2862 | local p = Instance.new("Part") |
| 2863 | p.Name = "Rebar_18" |
| 2864 | p.Size = Vector3.new(0.1, 1.54343, 0.1) |
| 2865 | p.CFrame = CFrame.new(0.774834, 21.2717, -7.71418) * CFrame.Angles(math.rad(-16.2261), math.rad(0), math.rad(3.6137)) |
| 2866 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2867 | p.Material = Enum.Material.Glacier |
| 2868 | p.MaterialVariant = "2022 Weld" |
| 2869 | p.Anchored = true |
| 2870 | p.Parent = model |
| 2871 | end |
| 2872 | do |
| 2873 | local p = Instance.new("Part") |
| 2874 | p.Name = "Rebar_19" |
| 2875 | p.Size = Vector3.new(0.1, 2.3879, 0.1) |
| 2876 | p.CFrame = CFrame.new(1.38374, 21.694, -8.14991) * CFrame.Angles(math.rad(18.5777), math.rad(0), math.rad(-39.2194)) |
| 2877 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2878 | p.Material = Enum.Material.Glacier |
| 2879 | p.MaterialVariant = "2022 Weld" |
| 2880 | p.Anchored = true |
| 2881 | p.Parent = model |
| 2882 | end |
| 2883 | do |
| 2884 | local p = Instance.new("Part") |
| 2885 | p.Name = "Rebar_21" |
| 2886 | p.Size = Vector3.new(0.1, 1.84029, 0.1) |
| 2887 | p.CFrame = CFrame.new(4.15774, 21.4201, -8.34533) * CFrame.Angles(math.rad(36.4355), math.rad(0), math.rad(7.56715)) |
| 2888 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2889 | p.Material = Enum.Material.Glacier |
| 2890 | p.MaterialVariant = "2022 Weld" |
| 2891 | p.Anchored = true |
| 2892 | p.Parent = model |
| 2893 | end |
| 2894 | do |
| 2895 | local p = Instance.new("Part") |
| 2896 | p.Name = "Rebar_22" |
| 2897 | p.Size = Vector3.new(0.1, 2.53119, 0.1) |
| 2898 | p.CFrame = CFrame.new(6.95523, 21.7656, -3.14614) * CFrame.Angles(math.rad(-10.7657), math.rad(0), math.rad(-44.4694)) |
| 2899 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2900 | p.Material = Enum.Material.Glacier |
| 2901 | p.MaterialVariant = "2022 Weld" |
| 2902 | p.Anchored = true |
| 2903 | p.Parent = model |
| 2904 | end |
| 2905 | do |
| 2906 | local p = Instance.new("Part") |
| 2907 | p.Name = "Rebar_23" |
| 2908 | p.Size = Vector3.new(0.1, 2.7069, 0.1) |
| 2909 | p.CFrame = CFrame.new(3.51759, 21.8534, -3.9722) * CFrame.Angles(math.rad(40.8087), math.rad(0), math.rad(-7.28808)) |
| 2910 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2911 | p.Material = Enum.Material.Glacier |
| 2912 | p.MaterialVariant = "2022 Weld" |
| 2913 | p.Anchored = true |
| 2914 | p.Parent = model |
| 2915 | end |
| 2916 | do |
| 2917 | local p = Instance.new("Part") |
| 2918 | p.Name = "Rebar_25" |
| 2919 | p.Size = Vector3.new(0.1, 1.43884, 0.1) |
| 2920 | p.CFrame = CFrame.new(6.03253, 21.2194, -8.23569) * CFrame.Angles(math.rad(-5.77476), math.rad(0), math.rad(-42.3878)) |
| 2921 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2922 | p.Material = Enum.Material.Glacier |
| 2923 | p.MaterialVariant = "2022 Weld" |
| 2924 | p.Anchored = true |
| 2925 | p.Parent = model |
| 2926 | end |
| 2927 | do |
| 2928 | local p = Instance.new("Part") |
| 2929 | p.Name = "Rebar_27" |
| 2930 | p.Size = Vector3.new(0.1, 1.93478, 0.1) |
| 2931 | p.CFrame = CFrame.new(4.04317, 21.4674, -8.67964) * CFrame.Angles(math.rad(-33.5135), math.rad(0), math.rad(11.0031)) |
| 2932 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2933 | p.Material = Enum.Material.Glacier |
| 2934 | p.MaterialVariant = "2022 Weld" |
| 2935 | p.Anchored = true |
| 2936 | p.Parent = model |
| 2937 | end |
| 2938 | do |
| 2939 | local p = Instance.new("Part") |
| 2940 | p.Name = "Rebar_28" |
| 2941 | p.Size = Vector3.new(0.1, 2.12878, 0.1) |
| 2942 | p.CFrame = CFrame.new(0.269665, 21.5644, -6.84784) * CFrame.Angles(math.rad(-42.5608), math.rad(0), math.rad(12.8475)) |
| 2943 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2944 | p.Material = Enum.Material.Glacier |
| 2945 | p.MaterialVariant = "2022 Weld" |
| 2946 | p.Anchored = true |
| 2947 | p.Parent = model |
| 2948 | end |
| 2949 | do |
| 2950 | local p = Instance.new("Part") |
| 2951 | p.Name = "Rebar_29" |
| 2952 | p.Size = Vector3.new(0.1, 1.10057, 0.1) |
| 2953 | p.CFrame = CFrame.new(1.35699, 21.0503, -6.30641) * CFrame.Angles(math.rad(-10.8807), math.rad(0), math.rad(-25.9506)) |
| 2954 | p.BrickColor = BrickColor.new("Reddish brown") |
| 2955 | p.Material = Enum.Material.Glacier |
| 2956 | p.MaterialVariant = "2022 Weld" |
| 2957 | p.Anchored = true |
| 2958 | p.Parent = model |
| 2959 | end |
| 2960 | do |
| 2961 | local p = Instance.new("Part") |
| 2962 | p.Name = "Parapet_Back" |
| 2963 | p.Size = Vector3.new(30, 2, 1) |
| 2964 | p.CFrame = CFrame.new(0, 22.04, 11.5) |
| 2965 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2966 | p.Material = Enum.Material.Glacier |
| 2967 | p.MaterialVariant = "2022 Inlet" |
| 2968 | p.Anchored = true |
| 2969 | p.Parent = model |
| 2970 | end |
| 2971 | do |
| 2972 | local p = Instance.new("Part") |
| 2973 | p.Name = "Parapet_Left" |
| 2974 | p.Size = Vector3.new(1, 2, 24) |
| 2975 | p.CFrame = CFrame.new(-14.46, 22.08, -0.04) |
| 2976 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2977 | p.Material = Enum.Material.Glacier |
| 2978 | p.MaterialVariant = "2022 Inlet" |
| 2979 | p.Anchored = true |
| 2980 | p.Parent = model |
| 2981 | end |
| 2982 | do |
| 2983 | local p = Instance.new("Part") |
| 2984 | p.Name = "Parapet_Right" |
| 2985 | p.Size = Vector3.new(1, 2, 24) |
| 2986 | p.CFrame = CFrame.new(14.46, 22.08, -0.04) |
| 2987 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2988 | p.Material = Enum.Material.Glacier |
| 2989 | p.MaterialVariant = "2022 Inlet" |
| 2990 | p.Anchored = true |
| 2991 | p.Parent = model |
| 2992 | end |
| 2993 | do |
| 2994 | local p = Instance.new("Part") |
| 2995 | p.Name = "Parapet_FrontL" |
| 2996 | p.Size = Vector3.new(12.5, 2, 1) |
| 2997 | p.CFrame = CFrame.new(-8.49, 21.96, -11.58) |
| 2998 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 2999 | p.Material = Enum.Material.Glacier |
| 3000 | p.MaterialVariant = "2022 Inlet" |
| 3001 | p.Anchored = true |
| 3002 | p.Parent = model |
| 3003 | end |
| 3004 | do |
| 3005 | local p = Instance.new("Part") |
| 3006 | p.Name = "Parapet_FrontR" |
| 3007 | p.Size = Vector3.new(16.5, 2, 1) |
| 3008 | p.CFrame = CFrame.new(6.49, 21.96, -12.58) |
| 3009 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 3010 | p.Material = Enum.Material.Glacier |
| 3011 | p.MaterialVariant = "2022 Inlet" |
| 3012 | p.Anchored = true |
| 3013 | p.Parent = model |
| 3014 | end |
| 3015 | do |
| 3016 | local p = Instance.new("Part") |
| 3017 | p.Name = "Parapet_FrontJut" |
| 3018 | p.Size = Vector3.new(1, 2, 1) |
| 3019 | p.CFrame = CFrame.new(-2, 22.08, -12) |
| 3020 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 3021 | p.Material = Enum.Material.Glacier |
| 3022 | p.MaterialVariant = "2022 Inlet" |
| 3023 | p.Anchored = true |
| 3024 | p.Parent = model |
| 3025 | end |
| 3026 | do |
| 3027 | local p = Instance.new("Part") |
| 3028 | p.Name = "ParapetCap_Back" |
| 3029 | p.Size = Vector3.new(30.4, 0.4, 1.4) |
| 3030 | p.CFrame = CFrame.new(0, 23.32, 11.5) |
| 3031 | p.BrickColor = BrickColor.new("Light stone grey") |
| 3032 | p.Material = Enum.Material.Glacier |
| 3033 | p.MaterialVariant = "2022 Inlet" |
| 3034 | p.Anchored = true |
| 3035 | p.Parent = model |
| 3036 | end |
| 3037 | do |
| 3038 | local p = Instance.new("Part") |
| 3039 | p.Name = "ParapetCap_Left" |
| 3040 | p.Size = Vector3.new(1.4, 0.4, 24.4) |
| 3041 | p.CFrame = CFrame.new(-14.58, 23.44, -0.08) |
| 3042 | p.BrickColor = BrickColor.new("Light stone grey") |
| 3043 | p.Material = Enum.Material.Glacier |
| 3044 | p.MaterialVariant = "2022 Inlet" |
| 3045 | p.Anchored = true |
| 3046 | p.Parent = model |
| 3047 | end |
| 3048 | do |
| 3049 | local p = Instance.new("Part") |
| 3050 | p.Name = "ParapetCap_Right" |
| 3051 | p.Size = Vector3.new(1.4, 0.4, 24.4) |
| 3052 | p.CFrame = CFrame.new(14.58, 23.44, -0.08) |
| 3053 | p.BrickColor = BrickColor.new("Light stone grey") |
| 3054 | p.Material = Enum.Material.Glacier |
| 3055 | p.MaterialVariant = "2022 Inlet" |
| 3056 | p.Anchored = true |
| 3057 | p.Parent = model |
| 3058 | end |
| 3059 | do |
| 3060 | local p = Instance.new("Part") |
| 3061 | p.Name = "ParapetCap_FrontL" |
| 3062 | p.Size = Vector3.new(12.9, 0.4, 1.4) |
| 3063 | p.CFrame = CFrame.new(-8.29, 23.68, -11.54) |
| 3064 | p.BrickColor = BrickColor.new("Light stone grey") |
| 3065 | p.Material = Enum.Material.Glacier |
| 3066 | p.MaterialVariant = "2022 Inlet" |
| 3067 | p.Anchored = true |
| 3068 | p.Parent = model |
| 3069 | end |
| 3070 | do |
| 3071 | local p = Instance.new("Part") |
| 3072 | p.Name = "ParapetCap_FrontR" |
| 3073 | p.Size = Vector3.new(16.9, 0.4, 1.4) |
| 3074 | p.CFrame = CFrame.new(6.29, 23.68, -12.54) |
| 3075 | p.BrickColor = BrickColor.new("Light stone grey") |
| 3076 | p.Material = Enum.Material.Glacier |
| 3077 | p.MaterialVariant = "2022 Inlet" |
| 3078 | p.Anchored = true |
| 3079 | p.Parent = model |
| 3080 | end |
| 3081 | do |
| 3082 | local p = Instance.new("Part") |
| 3083 | p.Name = "BB_SupportL" |
| 3084 | p.Size = Vector3.new(0.8, 10, 0.8) |
| 3085 | p.CFrame = CFrame.new(-12, 26, -8) |
| 3086 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3087 | p.Material = Enum.Material.Glacier |
| 3088 | p.MaterialVariant = "2022 Weld" |
| 3089 | p.Anchored = true |
| 3090 | p.Parent = model |
| 3091 | end |
| 3092 | do |
| 3093 | local p = Instance.new("Part") |
| 3094 | p.Name = "BB_SupportR" |
| 3095 | p.Size = Vector3.new(0.8, 10, 0.8) |
| 3096 | p.CFrame = CFrame.new(-4, 26, -8) |
| 3097 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3098 | p.Material = Enum.Material.Glacier |
| 3099 | p.MaterialVariant = "2022 Weld" |
| 3100 | p.Anchored = true |
| 3101 | p.Parent = model |
| 3102 | end |
| 3103 | do |
| 3104 | local p = Instance.new("Part") |
| 3105 | p.Name = "BB_Brace1" |
| 3106 | p.Size = Vector3.new(8.5, 0.4, 0.4) |
| 3107 | p.CFrame = CFrame.new(-8, 24, -7.96) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 3108 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3109 | p.Material = Enum.Material.Glacier |
| 3110 | p.MaterialVariant = "2022 Weld" |
| 3111 | p.Anchored = true |
| 3112 | p.Parent = model |
| 3113 | end |
| 3114 | do |
| 3115 | local p = Instance.new("Part") |
| 3116 | p.Name = "BB_Brace2" |
| 3117 | p.Size = Vector3.new(8.5, 0.4, 0.4) |
| 3118 | p.CFrame = CFrame.new(-8, 24, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 3119 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3120 | p.Material = Enum.Material.Glacier |
| 3121 | p.MaterialVariant = "2022 Weld" |
| 3122 | p.Anchored = true |
| 3123 | p.Parent = model |
| 3124 | end |
| 3125 | do |
| 3126 | local p = Instance.new("Part") |
| 3127 | p.Name = "BB_Brace3" |
| 3128 | p.Size = Vector3.new(8.5, 0.4, 0.4) |
| 3129 | p.CFrame = CFrame.new(-8, 28, -8) |
| 3130 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3131 | p.Material = Enum.Material.Glacier |
| 3132 | p.MaterialVariant = "2022 Weld" |
| 3133 | p.Anchored = true |
| 3134 | p.Parent = model |
| 3135 | end |
| 3136 | do |
| 3137 | local p = Instance.new("Part") |
| 3138 | p.Name = "BB_FrameB" |
| 3139 | p.Size = Vector3.new(14, 0.6, 1) |
| 3140 | p.CFrame = CFrame.new(-8, 31, -8) |
| 3141 | p.BrickColor = BrickColor.new("Really black") |
| 3142 | p.Material = Enum.Material.Glacier |
| 3143 | p.MaterialVariant = "2022 Universal" |
| 3144 | p.Anchored = true |
| 3145 | p.Parent = model |
| 3146 | end |
| 3147 | do |
| 3148 | local p = Instance.new("Part") |
| 3149 | p.Name = "BB_FrameT" |
| 3150 | p.Size = Vector3.new(14, 0.6, 1) |
| 3151 | p.CFrame = CFrame.new(-8, 37, -8) |
| 3152 | p.BrickColor = BrickColor.new("Really black") |
| 3153 | p.Material = Enum.Material.Glacier |
| 3154 | p.MaterialVariant = "2022 Universal" |
| 3155 | p.Anchored = true |
| 3156 | p.Parent = model |
| 3157 | end |
| 3158 | do |
| 3159 | local p = Instance.new("Part") |
| 3160 | p.Name = "BB_FrameL" |
| 3161 | p.Size = Vector3.new(0.6, 6.6, 1) |
| 3162 | p.CFrame = CFrame.new(-14.78, 34, -7.92) |
| 3163 | p.BrickColor = BrickColor.new("Really black") |
| 3164 | p.Material = Enum.Material.Glacier |
| 3165 | p.MaterialVariant = "2022 Universal" |
| 3166 | p.Anchored = true |
| 3167 | p.Parent = model |
| 3168 | end |
| 3169 | do |
| 3170 | local p = Instance.new("Part") |
| 3171 | p.Name = "BB_FrameR" |
| 3172 | p.Size = Vector3.new(0.6, 6.6, 1) |
| 3173 | p.CFrame = CFrame.new(-1.22, 34, -7.92) |
| 3174 | p.BrickColor = BrickColor.new("Really black") |
| 3175 | p.Material = Enum.Material.Glacier |
| 3176 | p.MaterialVariant = "2022 Universal" |
| 3177 | p.Anchored = true |
| 3178 | p.Parent = model |
| 3179 | end |
| 3180 | do |
| 3181 | local p = Instance.new("Part") |
| 3182 | p.Name = "BB_Panel_0" |
| 3183 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3184 | p.CFrame = CFrame.new(-14.29, 33.9517, -7.8) |
| 3185 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3186 | p.Material = Enum.Material.Glacier |
| 3187 | p.MaterialVariant = "2022 Weld" |
| 3188 | p.Anchored = true |
| 3189 | p.Parent = model |
| 3190 | end |
| 3191 | do |
| 3192 | local p = Instance.new("Part") |
| 3193 | p.Name = "BB_Panel_1" |
| 3194 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3195 | p.CFrame = CFrame.new(-13.75, 33.9009, -7.8) |
| 3196 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3197 | p.Material = Enum.Material.Glacier |
| 3198 | p.MaterialVariant = "2022 Weld" |
| 3199 | p.Anchored = true |
| 3200 | p.Parent = model |
| 3201 | end |
| 3202 | do |
| 3203 | local p = Instance.new("Part") |
| 3204 | p.Name = "BB_Panel_4" |
| 3205 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3206 | p.CFrame = CFrame.new(-12.33, 33.94, -7.8) |
| 3207 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3208 | p.Material = Enum.Material.Glacier |
| 3209 | p.MaterialVariant = "2022 Weld" |
| 3210 | p.Anchored = true |
| 3211 | p.Parent = model |
| 3212 | end |
| 3213 | do |
| 3214 | local p = Instance.new("Part") |
| 3215 | p.Name = "BB_Panel_5" |
| 3216 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3217 | p.CFrame = CFrame.new(-11.79, 34.0607, -7.8) |
| 3218 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3219 | p.Material = Enum.Material.Glacier |
| 3220 | p.MaterialVariant = "2022 Weld" |
| 3221 | p.Anchored = true |
| 3222 | p.Parent = model |
| 3223 | end |
| 3224 | do |
| 3225 | local p = Instance.new("Part") |
| 3226 | p.Name = "BB_Panel_6" |
| 3227 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3228 | p.CFrame = CFrame.new(-11.25, 33.8797, -7.8) |
| 3229 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3230 | p.Material = Enum.Material.Glacier |
| 3231 | p.MaterialVariant = "2022 Weld" |
| 3232 | p.Anchored = true |
| 3233 | p.Parent = model |
| 3234 | end |
| 3235 | do |
| 3236 | local p = Instance.new("Part") |
| 3237 | p.Name = "BB_Panel_8" |
| 3238 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3239 | p.CFrame = CFrame.new(-10.45, 34.0678, -7.8) |
| 3240 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3241 | p.Material = Enum.Material.Glacier |
| 3242 | p.MaterialVariant = "2022 Weld" |
| 3243 | p.Anchored = true |
| 3244 | p.Parent = model |
| 3245 | end |
| 3246 | do |
| 3247 | local p = Instance.new("Part") |
| 3248 | p.Name = "BB_Panel_9" |
| 3249 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3250 | p.CFrame = CFrame.new(-9.95, 34.0798, -7.8) |
| 3251 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3252 | p.Material = Enum.Material.Glacier |
| 3253 | p.MaterialVariant = "2022 Weld" |
| 3254 | p.Anchored = true |
| 3255 | p.Parent = model |
| 3256 | end |
| 3257 | do |
| 3258 | local p = Instance.new("Part") |
| 3259 | p.Name = "BB_Panel_10" |
| 3260 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3261 | p.CFrame = CFrame.new(-9.45, 34.0429, -7.8) |
| 3262 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3263 | p.Material = Enum.Material.Glacier |
| 3264 | p.MaterialVariant = "2022 Weld" |
| 3265 | p.Anchored = true |
| 3266 | p.Parent = model |
| 3267 | end |
| 3268 | do |
| 3269 | local p = Instance.new("Part") |
| 3270 | p.Name = "BB_Panel_11" |
| 3271 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3272 | p.CFrame = CFrame.new(-8.95, 34.1277, -7.8) |
| 3273 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3274 | p.Material = Enum.Material.Glacier |
| 3275 | p.MaterialVariant = "2022 Weld" |
| 3276 | p.Anchored = true |
| 3277 | p.Parent = model |
| 3278 | end |
| 3279 | do |
| 3280 | local p = Instance.new("Part") |
| 3281 | p.Name = "BB_Panel_12" |
| 3282 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3283 | p.CFrame = CFrame.new(-8.45, 33.7703, -7.8) |
| 3284 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3285 | p.Material = Enum.Material.Glacier |
| 3286 | p.MaterialVariant = "2022 Weld" |
| 3287 | p.Anchored = true |
| 3288 | p.Parent = model |
| 3289 | end |
| 3290 | do |
| 3291 | local p = Instance.new("Part") |
| 3292 | p.Name = "BB_Panel_13" |
| 3293 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3294 | p.CFrame = CFrame.new(-7.95, 34.2233, -7.8) |
| 3295 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3296 | p.Material = Enum.Material.Glacier |
| 3297 | p.MaterialVariant = "2022 Weld" |
| 3298 | p.Anchored = true |
| 3299 | p.Parent = model |
| 3300 | end |
| 3301 | do |
| 3302 | local p = Instance.new("Part") |
| 3303 | p.Name = "BB_Panel_14" |
| 3304 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3305 | p.CFrame = CFrame.new(-7.45, 33.8304, -7.8) |
| 3306 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3307 | p.Material = Enum.Material.Glacier |
| 3308 | p.MaterialVariant = "2022 Weld" |
| 3309 | p.Anchored = true |
| 3310 | p.Parent = model |
| 3311 | end |
| 3312 | do |
| 3313 | local p = Instance.new("Part") |
| 3314 | p.Name = "BB_Panel_15" |
| 3315 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3316 | p.CFrame = CFrame.new(-6.95, 33.8408, -7.8) |
| 3317 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3318 | p.Material = Enum.Material.Glacier |
| 3319 | p.MaterialVariant = "2022 Weld" |
| 3320 | p.Anchored = true |
| 3321 | p.Parent = model |
| 3322 | end |
| 3323 | do |
| 3324 | local p = Instance.new("Part") |
| 3325 | p.Name = "BB_Panel_16" |
| 3326 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3327 | p.CFrame = CFrame.new(-6.45, 34.0402, -7.8) |
| 3328 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3329 | p.Material = Enum.Material.Glacier |
| 3330 | p.MaterialVariant = "2022 Weld" |
| 3331 | p.Anchored = true |
| 3332 | p.Parent = model |
| 3333 | end |
| 3334 | do |
| 3335 | local p = Instance.new("Part") |
| 3336 | p.Name = "BB_Panel_17" |
| 3337 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3338 | p.CFrame = CFrame.new(-5.95, 34.1131, -7.8) |
| 3339 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3340 | p.Material = Enum.Material.Glacier |
| 3341 | p.MaterialVariant = "2022 Weld" |
| 3342 | p.Anchored = true |
| 3343 | p.Parent = model |
| 3344 | end |
| 3345 | do |
| 3346 | local p = Instance.new("Part") |
| 3347 | p.Name = "BB_Panel_18" |
| 3348 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3349 | p.CFrame = CFrame.new(-5.45, 33.9482, -7.8) |
| 3350 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3351 | p.Material = Enum.Material.Glacier |
| 3352 | p.MaterialVariant = "2022 Weld" |
| 3353 | p.Anchored = true |
| 3354 | p.Parent = model |
| 3355 | end |
| 3356 | do |
| 3357 | local p = Instance.new("Part") |
| 3358 | p.Name = "BB_Panel_19" |
| 3359 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3360 | p.CFrame = CFrame.new(-4.95, 34.1398, -7.8) |
| 3361 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3362 | p.Material = Enum.Material.Glacier |
| 3363 | p.MaterialVariant = "2022 Weld" |
| 3364 | p.Anchored = true |
| 3365 | p.Parent = model |
| 3366 | end |
| 3367 | do |
| 3368 | local p = Instance.new("Part") |
| 3369 | p.Name = "BB_Panel_20" |
| 3370 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3371 | p.CFrame = CFrame.new(-4.41, 34.2243, -7.8) |
| 3372 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3373 | p.Material = Enum.Material.Glacier |
| 3374 | p.MaterialVariant = "2022 Weld" |
| 3375 | p.Anchored = true |
| 3376 | p.Parent = model |
| 3377 | end |
| 3378 | do |
| 3379 | local p = Instance.new("Part") |
| 3380 | p.Name = "BB_Panel_21" |
| 3381 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3382 | p.CFrame = CFrame.new(-3.87, 34.0829, -7.8) |
| 3383 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3384 | p.Material = Enum.Material.Glacier |
| 3385 | p.MaterialVariant = "2022 Weld" |
| 3386 | p.Anchored = true |
| 3387 | p.Parent = model |
| 3388 | end |
| 3389 | do |
| 3390 | local p = Instance.new("Part") |
| 3391 | p.Name = "BB_Panel_22" |
| 3392 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3393 | p.CFrame = CFrame.new(-3.33, 34.2262, -7.8) |
| 3394 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3395 | p.Material = Enum.Material.Glacier |
| 3396 | p.MaterialVariant = "2022 Weld" |
| 3397 | p.Anchored = true |
| 3398 | p.Parent = model |
| 3399 | end |
| 3400 | do |
| 3401 | local p = Instance.new("Part") |
| 3402 | p.Name = "BB_Panel_23" |
| 3403 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3404 | p.CFrame = CFrame.new(-2.79, 34.0153, -7.8) |
| 3405 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3406 | p.Material = Enum.Material.Glacier |
| 3407 | p.MaterialVariant = "2022 Weld" |
| 3408 | p.Anchored = true |
| 3409 | p.Parent = model |
| 3410 | end |
| 3411 | do |
| 3412 | local p = Instance.new("Part") |
| 3413 | p.Name = "BB_Panel_24" |
| 3414 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3415 | p.CFrame = CFrame.new(-2.25, 34.0924, -7.8) |
| 3416 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3417 | p.Material = Enum.Material.Glacier |
| 3418 | p.MaterialVariant = "2022 Weld" |
| 3419 | p.Anchored = true |
| 3420 | p.Parent = model |
| 3421 | end |
| 3422 | do |
| 3423 | local p = Instance.new("Part") |
| 3424 | p.Name = "BB_Panel_25" |
| 3425 | p.Size = Vector3.new(0.48, 5.8, 0.2) |
| 3426 | p.CFrame = CFrame.new(-1.71, 34.1323, -7.8) |
| 3427 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3428 | p.Material = Enum.Material.Glacier |
| 3429 | p.MaterialVariant = "2022 Weld" |
| 3430 | p.Anchored = true |
| 3431 | p.Parent = model |
| 3432 | end |
| 3433 | do |
| 3434 | local p = Instance.new("Part") |
| 3435 | p.Name = "BB_HangingSign_Bar" |
| 3436 | p.Size = Vector3.new(10, 0.2, 0.2) |
| 3437 | p.CFrame = CFrame.new(-8, 27, -7.42) |
| 3438 | p.BrickColor = BrickColor.new("Really black") |
| 3439 | p.Material = Enum.Material.Glacier |
| 3440 | p.MaterialVariant = "2022 Universal" |
| 3441 | p.Anchored = true |
| 3442 | p.Parent = model |
| 3443 | end |
| 3444 | do |
| 3445 | local p = Instance.new("Part") |
| 3446 | p.Name = "BB_HangingSign_0" |
| 3447 | p.Size = Vector3.new(0.55, 1.17333, 0.1) |
| 3448 | p.CFrame = CFrame.new(-12, 26.4133, -7.4) * CFrame.Angles(math.rad(13.8163), math.rad(0), math.rad(0)) |
| 3449 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3450 | p.Material = Enum.Material.Glacier |
| 3451 | p.MaterialVariant = "2022 Weld" |
| 3452 | p.Anchored = true |
| 3453 | p.Parent = model |
| 3454 | end |
| 3455 | do |
| 3456 | local p = Instance.new("Part") |
| 3457 | p.Name = "BB_HangingSign_1" |
| 3458 | p.Size = Vector3.new(0.55, 1.48773, 0.1) |
| 3459 | p.CFrame = CFrame.new(-11.4, 26.2561, -7.4) * CFrame.Angles(math.rad(9.64709), math.rad(0), math.rad(0)) |
| 3460 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3461 | p.Material = Enum.Material.Glacier |
| 3462 | p.MaterialVariant = "2022 Weld" |
| 3463 | p.Anchored = true |
| 3464 | p.Parent = model |
| 3465 | end |
| 3466 | do |
| 3467 | local p = Instance.new("Part") |
| 3468 | p.Name = "BB_HangingSign_2" |
| 3469 | p.Size = Vector3.new(0.55, 2.22066, 0.1) |
| 3470 | p.CFrame = CFrame.new(-10.8, 25.8897, -7.4) * CFrame.Angles(math.rad(8.78989), math.rad(0), math.rad(0)) |
| 3471 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3472 | p.Material = Enum.Material.Glacier |
| 3473 | p.MaterialVariant = "2022 Weld" |
| 3474 | p.Anchored = true |
| 3475 | p.Parent = model |
| 3476 | end |
| 3477 | do |
| 3478 | local p = Instance.new("Part") |
| 3479 | p.Name = "BB_HangingSign_3" |
| 3480 | p.Size = Vector3.new(0.55, 1.0574, 0.1) |
| 3481 | p.CFrame = CFrame.new(-10.2, 26.4713, -7.4) * CFrame.Angles(math.rad(13.5095), math.rad(0), math.rad(0)) |
| 3482 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3483 | p.Material = Enum.Material.Glacier |
| 3484 | p.MaterialVariant = "2022 Weld" |
| 3485 | p.Anchored = true |
| 3486 | p.Parent = model |
| 3487 | end |
| 3488 | do |
| 3489 | local p = Instance.new("Part") |
| 3490 | p.Name = "BB_HangingSign_4" |
| 3491 | p.Size = Vector3.new(0.55, 1.36368, 0.1) |
| 3492 | p.CFrame = CFrame.new(-9.6, 26.3182, -7.4) * CFrame.Angles(math.rad(7.1212), math.rad(0), math.rad(0)) |
| 3493 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3494 | p.Material = Enum.Material.Glacier |
| 3495 | p.MaterialVariant = "2022 Weld" |
| 3496 | p.Anchored = true |
| 3497 | p.Parent = model |
| 3498 | end |
| 3499 | do |
| 3500 | local p = Instance.new("Part") |
| 3501 | p.Name = "BB_HangingSign_5" |
| 3502 | p.Size = Vector3.new(0.55, 2.59566, 0.1) |
| 3503 | p.CFrame = CFrame.new(-9, 25.7022, -7.4) * CFrame.Angles(math.rad(8.40339), math.rad(0), math.rad(0)) |
| 3504 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3505 | p.Material = Enum.Material.Glacier |
| 3506 | p.MaterialVariant = "2022 Weld" |
| 3507 | p.Anchored = true |
| 3508 | p.Parent = model |
| 3509 | end |
| 3510 | do |
| 3511 | local p = Instance.new("Part") |
| 3512 | p.Name = "BB_HangingSign_6" |
| 3513 | p.Size = Vector3.new(0.55, 2.76064, 0.1) |
| 3514 | p.CFrame = CFrame.new(-8.4, 25.6197, -7.4) * CFrame.Angles(math.rad(12.0118), math.rad(0), math.rad(0)) |
| 3515 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3516 | p.Material = Enum.Material.Glacier |
| 3517 | p.MaterialVariant = "2022 Weld" |
| 3518 | p.Anchored = true |
| 3519 | p.Parent = model |
| 3520 | end |
| 3521 | do |
| 3522 | local p = Instance.new("Part") |
| 3523 | p.Name = "BB_HangingSign_7" |
| 3524 | p.Size = Vector3.new(0.55, 1.55254, 0.1) |
| 3525 | p.CFrame = CFrame.new(-7.8, 26.2237, -7.4) * CFrame.Angles(math.rad(5.10151), math.rad(0), math.rad(0)) |
| 3526 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3527 | p.Material = Enum.Material.Glacier |
| 3528 | p.MaterialVariant = "2022 Weld" |
| 3529 | p.Anchored = true |
| 3530 | p.Parent = model |
| 3531 | end |
| 3532 | do |
| 3533 | local p = Instance.new("Part") |
| 3534 | p.Name = "BB_HangingSign_8" |
| 3535 | p.Size = Vector3.new(0.55, 2.89613, 0.1) |
| 3536 | p.CFrame = CFrame.new(-7.2, 25.5519, -7.4) * CFrame.Angles(math.rad(5.85613), math.rad(0), math.rad(0)) |
| 3537 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3538 | p.Material = Enum.Material.Glacier |
| 3539 | p.MaterialVariant = "2022 Weld" |
| 3540 | p.Anchored = true |
| 3541 | p.Parent = model |
| 3542 | end |
| 3543 | do |
| 3544 | local p = Instance.new("Part") |
| 3545 | p.Name = "BB_HangingSign_9" |
| 3546 | p.Size = Vector3.new(0.55, 2.44015, 0.1) |
| 3547 | p.CFrame = CFrame.new(-6.6, 25.7799, -7.4) * CFrame.Angles(math.rad(9.88578), math.rad(0), math.rad(0)) |
| 3548 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3549 | p.Material = Enum.Material.Glacier |
| 3550 | p.MaterialVariant = "2022 Weld" |
| 3551 | p.Anchored = true |
| 3552 | p.Parent = model |
| 3553 | end |
| 3554 | do |
| 3555 | local p = Instance.new("Part") |
| 3556 | p.Name = "BB_HangingSign_10" |
| 3557 | p.Size = Vector3.new(0.55, 2.51633, 0.1) |
| 3558 | p.CFrame = CFrame.new(-6, 25.7418, -7.4) * CFrame.Angles(math.rad(11.9061), math.rad(0), math.rad(0)) |
| 3559 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3560 | p.Material = Enum.Material.Glacier |
| 3561 | p.MaterialVariant = "2022 Weld" |
| 3562 | p.Anchored = true |
| 3563 | p.Parent = model |
| 3564 | end |
| 3565 | do |
| 3566 | local p = Instance.new("Part") |
| 3567 | p.Name = "BB_HangingSign_11" |
| 3568 | p.Size = Vector3.new(0.55, 2.29181, 0.1) |
| 3569 | p.CFrame = CFrame.new(-5.4, 25.8541, -7.4) * CFrame.Angles(math.rad(9.90821), math.rad(0), math.rad(0)) |
| 3570 | p.BrickColor = BrickColor.new("Sand yellow") |
| 3571 | p.Material = Enum.Material.Glacier |
| 3572 | p.MaterialVariant = "2022 Weld" |
| 3573 | p.Anchored = true |
| 3574 | p.Parent = model |
| 3575 | end |
| 3576 | do |
| 3577 | local p = Instance.new("Part") |
| 3578 | p.Name = "BB_Walkway" |
| 3579 | p.Size = Vector3.new(14, 0.2, 2) |
| 3580 | p.CFrame = CFrame.new(-8, 30.5, -7) |
| 3581 | p.BrickColor = BrickColor.new("Really black") |
| 3582 | p.Material = Enum.Material.Glacier |
| 3583 | p.MaterialVariant = "2022 Universal" |
| 3584 | p.Anchored = true |
| 3585 | p.Parent = model |
| 3586 | end |
| 3587 | do |
| 3588 | local p = Instance.new("Part") |
| 3589 | p.Name = "BB_Walkway_Rail" |
| 3590 | p.Size = Vector3.new(14, 0.2, 0.2) |
| 3591 | p.CFrame = CFrame.new(-8, 32, -6) |
| 3592 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3593 | p.Material = Enum.Material.Glacier |
| 3594 | p.MaterialVariant = "2022 Weld" |
| 3595 | p.Anchored = true |
| 3596 | p.Parent = model |
| 3597 | end |
| 3598 | do |
| 3599 | local p = Instance.new("Part") |
| 3600 | p.Name = "BB_Walkway_Post_0" |
| 3601 | p.Size = Vector3.new(0.2, 1.5, 0.2) |
| 3602 | p.CFrame = CFrame.new(-14, 31.25, -5.96) |
| 3603 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3604 | p.Material = Enum.Material.Glacier |
| 3605 | p.MaterialVariant = "2022 Weld" |
| 3606 | p.Anchored = true |
| 3607 | p.Parent = model |
| 3608 | end |
| 3609 | do |
| 3610 | local p = Instance.new("Part") |
| 3611 | p.Name = "BB_Walkway_Post_1" |
| 3612 | p.Size = Vector3.new(0.2, 1.5, 0.2) |
| 3613 | p.CFrame = CFrame.new(-10.5, 31.25, -5.96) |
| 3614 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3615 | p.Material = Enum.Material.Glacier |
| 3616 | p.MaterialVariant = "2022 Weld" |
| 3617 | p.Anchored = true |
| 3618 | p.Parent = model |
| 3619 | end |
| 3620 | do |
| 3621 | local p = Instance.new("Part") |
| 3622 | p.Name = "BB_Walkway_Post_2" |
| 3623 | p.Size = Vector3.new(0.2, 1.5, 0.2) |
| 3624 | p.CFrame = CFrame.new(-7, 31.25, -5.96) |
| 3625 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3626 | p.Material = Enum.Material.Glacier |
| 3627 | p.MaterialVariant = "2022 Weld" |
| 3628 | p.Anchored = true |
| 3629 | p.Parent = model |
| 3630 | end |
| 3631 | do |
| 3632 | local p = Instance.new("Part") |
| 3633 | p.Name = "BB_Walkway_Post_3" |
| 3634 | p.Size = Vector3.new(0.2, 1.5, 0.2) |
| 3635 | p.CFrame = CFrame.new(-3.5, 31.25, -5.96) |
| 3636 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3637 | p.Material = Enum.Material.Glacier |
| 3638 | p.MaterialVariant = "2022 Weld" |
| 3639 | p.Anchored = true |
| 3640 | p.Parent = model |
| 3641 | end |
| 3642 | do |
| 3643 | local p = Instance.new("Part") |
| 3644 | p.Name = "BB_Walkway_Post_4" |
| 3645 | p.Size = Vector3.new(0.2, 1.5, 0.2) |
| 3646 | p.CFrame = CFrame.new(0, 31.25, -6) |
| 3647 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3648 | p.Material = Enum.Material.Glacier |
| 3649 | p.MaterialVariant = "2022 Weld" |
| 3650 | p.Anchored = true |
| 3651 | p.Parent = model |
| 3652 | end |
| 3653 | do |
| 3654 | local p = Instance.new("Part") |
| 3655 | p.Name = "BB_LightArm_0" |
| 3656 | p.Size = Vector3.new(0.2, 0.2, 1.5) |
| 3657 | p.CFrame = CFrame.new(-12, 30.8, -5.5) |
| 3658 | p.BrickColor = BrickColor.new("Really black") |
| 3659 | p.Material = Enum.Material.Glacier |
| 3660 | p.MaterialVariant = "2022 Universal" |
| 3661 | p.Anchored = true |
| 3662 | p.Parent = model |
| 3663 | end |
| 3664 | do |
| 3665 | local p = Instance.new("Part") |
| 3666 | p.Name = "BB_LightFix_0" |
| 3667 | p.Size = Vector3.new(0.6, 0.4, 0.6) |
| 3668 | p.CFrame = CFrame.new(-12, 31, -4.8) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3669 | p.BrickColor = BrickColor.new("Really black") |
| 3670 | p.Material = Enum.Material.Glacier |
| 3671 | p.MaterialVariant = "2022 Universal" |
| 3672 | p.Anchored = true |
| 3673 | p.Parent = model |
| 3674 | end |
| 3675 | do |
| 3676 | local p = Instance.new("Part") |
| 3677 | p.Name = "BB_LightGlow_0" |
| 3678 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 3679 | p.CFrame = CFrame.new(-12, 31.134641, -4.92) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3680 | p.BrickColor = BrickColor.new("Bright yellow") |
| 3681 | p.Material = Enum.Material.Glacier |
| 3682 | p.MaterialVariant = "2022 Weld" |
| 3683 | p.Anchored = true |
| 3684 | p.Parent = model |
| 3685 | end |
| 3686 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 3687 | do |
| 3688 | local p = Instance.new("Part") |
| 3689 | p.Name = "BB_LightArm_1" |
| 3690 | p.Size = Vector3.new(0.2, 0.2, 1.5) |
| 3691 | p.CFrame = CFrame.new(-8, 30.8, -5.5) |
| 3692 | p.BrickColor = BrickColor.new("Really black") |
| 3693 | p.Material = Enum.Material.Glacier |
| 3694 | p.MaterialVariant = "2022 Universal" |
| 3695 | p.Anchored = true |
| 3696 | p.Parent = model |
| 3697 | end |
| 3698 | do |
| 3699 | local p = Instance.new("Part") |
| 3700 | p.Name = "BB_LightFix_1" |
| 3701 | p.Size = Vector3.new(0.6, 0.4, 0.6) |
| 3702 | p.CFrame = CFrame.new(-8, 31, -4.8) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3703 | p.BrickColor = BrickColor.new("Really black") |
| 3704 | p.Material = Enum.Material.Glacier |
| 3705 | p.MaterialVariant = "2022 Universal" |
| 3706 | p.Anchored = true |
| 3707 | p.Parent = model |
| 3708 | end |
| 3709 | do |
| 3710 | local p = Instance.new("Part") |
| 3711 | p.Name = "BB_LightGlow_1" |
| 3712 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 3713 | p.CFrame = CFrame.new(-8, 31.134641, -4.92) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3714 | p.BrickColor = BrickColor.new("Bright yellow") |
| 3715 | p.Material = Enum.Material.Glacier |
| 3716 | p.MaterialVariant = "2022 Weld" |
| 3717 | p.Anchored = true |
| 3718 | p.Parent = model |
| 3719 | end |
| 3720 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 3721 | do |
| 3722 | local p = Instance.new("Part") |
| 3723 | p.Name = "BB_LightArm_2" |
| 3724 | p.Size = Vector3.new(0.2, 0.2, 1.5) |
| 3725 | p.CFrame = CFrame.new(-4, 30.8, -5.5) |
| 3726 | p.BrickColor = BrickColor.new("Really black") |
| 3727 | p.Material = Enum.Material.Glacier |
| 3728 | p.MaterialVariant = "2022 Universal" |
| 3729 | p.Anchored = true |
| 3730 | p.Parent = model |
| 3731 | end |
| 3732 | do |
| 3733 | local p = Instance.new("Part") |
| 3734 | p.Name = "BB_LightFix_2" |
| 3735 | p.Size = Vector3.new(0.6, 0.4, 0.6) |
| 3736 | p.CFrame = CFrame.new(-4, 31, -4.8) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3737 | p.BrickColor = BrickColor.new("Really black") |
| 3738 | p.Material = Enum.Material.Glacier |
| 3739 | p.MaterialVariant = "2022 Universal" |
| 3740 | p.Anchored = true |
| 3741 | p.Parent = model |
| 3742 | end |
| 3743 | do |
| 3744 | local p = Instance.new("Part") |
| 3745 | p.Name = "BB_LightGlow_2" |
| 3746 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 3747 | p.CFrame = CFrame.new(-4, 31.134641, -4.92) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 3748 | p.BrickColor = BrickColor.new("Bright yellow") |
| 3749 | p.Material = Enum.Material.Glacier |
| 3750 | p.MaterialVariant = "2022 Weld" |
| 3751 | p.Anchored = true |
| 3752 | p.Parent = model |
| 3753 | end |
| 3754 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 3755 | do |
| 3756 | local p = Instance.new("Part") |
| 3757 | p.Shape = Enum.PartType.Cylinder |
| 3758 | p.Name = "Barrel1_Body" |
| 3759 | p.Size = Vector3.new(4, 3, 3) |
| 3760 | p.CFrame = CFrame.new(8, 23.04, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3761 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3762 | p.Material = Enum.Material.Glacier |
| 3763 | p.MaterialVariant = "2022 Weld" |
| 3764 | p.Anchored = true |
| 3765 | p.Parent = model |
| 3766 | end |
| 3767 | do |
| 3768 | local p = Instance.new("Part") |
| 3769 | p.Shape = Enum.PartType.Cylinder |
| 3770 | p.Name = "Barrel1_Rib1" |
| 3771 | p.Size = Vector3.new(0.2, 3.1, 3.1) |
| 3772 | p.CFrame = CFrame.new(8, 22, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3773 | p.BrickColor = BrickColor.new("Really black") |
| 3774 | p.Material = Enum.Material.Glacier |
| 3775 | p.MaterialVariant = "2022 Universal" |
| 3776 | p.Anchored = true |
| 3777 | p.Parent = model |
| 3778 | end |
| 3779 | do |
| 3780 | local p = Instance.new("Part") |
| 3781 | p.Shape = Enum.PartType.Cylinder |
| 3782 | p.Name = "Barrel1_Rib2" |
| 3783 | p.Size = Vector3.new(0.2, 3.1, 3.1) |
| 3784 | p.CFrame = CFrame.new(8, 24, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3785 | p.BrickColor = BrickColor.new("Really black") |
| 3786 | p.Material = Enum.Material.Glacier |
| 3787 | p.MaterialVariant = "2022 Universal" |
| 3788 | p.Anchored = true |
| 3789 | p.Parent = model |
| 3790 | end |
| 3791 | do |
| 3792 | local p = Instance.new("Part") |
| 3793 | p.Shape = Enum.PartType.Cylinder |
| 3794 | p.Name = "Barrel1_RimB" |
| 3795 | p.Size = Vector3.new(0.2, 3.05, 3.05) |
| 3796 | p.CFrame = CFrame.new(8, 21.1, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3797 | p.BrickColor = BrickColor.new("Really black") |
| 3798 | p.Material = Enum.Material.Glacier |
| 3799 | p.MaterialVariant = "2022 Universal" |
| 3800 | p.Anchored = true |
| 3801 | p.Parent = model |
| 3802 | end |
| 3803 | do |
| 3804 | local p = Instance.new("Part") |
| 3805 | p.Shape = Enum.PartType.Cylinder |
| 3806 | p.Name = "Barrel1_RimT" |
| 3807 | p.Size = Vector3.new(0.2, 3.05, 3.05) |
| 3808 | p.CFrame = CFrame.new(8, 24.98, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3809 | p.BrickColor = BrickColor.new("Really black") |
| 3810 | p.Material = Enum.Material.Glacier |
| 3811 | p.MaterialVariant = "2022 Universal" |
| 3812 | p.Anchored = true |
| 3813 | p.Parent = model |
| 3814 | end |
| 3815 | do |
| 3816 | local p = Instance.new("Part") |
| 3817 | p.Shape = Enum.PartType.Cylinder |
| 3818 | p.Name = "Barrel1_Lid" |
| 3819 | p.Size = Vector3.new(0.1, 2.8, 2.8) |
| 3820 | p.CFrame = CFrame.new(8, 25.16, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3821 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3822 | p.Material = Enum.Material.Glacier |
| 3823 | p.MaterialVariant = "2022 Weld" |
| 3824 | p.Anchored = true |
| 3825 | p.Parent = model |
| 3826 | end |
| 3827 | do |
| 3828 | local p = Instance.new("Part") |
| 3829 | p.Shape = Enum.PartType.Cylinder |
| 3830 | p.Name = "Barrel2_Body" |
| 3831 | p.Size = Vector3.new(4, 3, 3) |
| 3832 | p.CFrame = CFrame.new(12, 23.04, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3833 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3834 | p.Material = Enum.Material.Glacier |
| 3835 | p.MaterialVariant = "2022 Weld" |
| 3836 | p.Anchored = true |
| 3837 | p.Parent = model |
| 3838 | end |
| 3839 | do |
| 3840 | local p = Instance.new("Part") |
| 3841 | p.Shape = Enum.PartType.Cylinder |
| 3842 | p.Name = "Barrel2_Rib1" |
| 3843 | p.Size = Vector3.new(0.2, 3.1, 3.1) |
| 3844 | p.CFrame = CFrame.new(12, 22, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3845 | p.BrickColor = BrickColor.new("Really black") |
| 3846 | p.Material = Enum.Material.Glacier |
| 3847 | p.MaterialVariant = "2022 Universal" |
| 3848 | p.Anchored = true |
| 3849 | p.Parent = model |
| 3850 | end |
| 3851 | do |
| 3852 | local p = Instance.new("Part") |
| 3853 | p.Shape = Enum.PartType.Cylinder |
| 3854 | p.Name = "Barrel2_Rib2" |
| 3855 | p.Size = Vector3.new(0.2, 3.1, 3.1) |
| 3856 | p.CFrame = CFrame.new(12, 24, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3857 | p.BrickColor = BrickColor.new("Really black") |
| 3858 | p.Material = Enum.Material.Glacier |
| 3859 | p.MaterialVariant = "2022 Universal" |
| 3860 | p.Anchored = true |
| 3861 | p.Parent = model |
| 3862 | end |
| 3863 | do |
| 3864 | local p = Instance.new("Part") |
| 3865 | p.Shape = Enum.PartType.Cylinder |
| 3866 | p.Name = "Barrel2_RimB" |
| 3867 | p.Size = Vector3.new(0.2, 3.05, 3.05) |
| 3868 | p.CFrame = CFrame.new(12, 21.1, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3869 | p.BrickColor = BrickColor.new("Really black") |
| 3870 | p.Material = Enum.Material.Glacier |
| 3871 | p.MaterialVariant = "2022 Universal" |
| 3872 | p.Anchored = true |
| 3873 | p.Parent = model |
| 3874 | end |
| 3875 | do |
| 3876 | local p = Instance.new("Part") |
| 3877 | p.Shape = Enum.PartType.Cylinder |
| 3878 | p.Name = "Barrel2_RimT" |
| 3879 | p.Size = Vector3.new(0.2, 3.05, 3.05) |
| 3880 | p.CFrame = CFrame.new(12, 24.98, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3881 | p.BrickColor = BrickColor.new("Really black") |
| 3882 | p.Material = Enum.Material.Glacier |
| 3883 | p.MaterialVariant = "2022 Universal" |
| 3884 | p.Anchored = true |
| 3885 | p.Parent = model |
| 3886 | end |
| 3887 | do |
| 3888 | local p = Instance.new("Part") |
| 3889 | p.Shape = Enum.PartType.Cylinder |
| 3890 | p.Name = "Barrel2_Lid" |
| 3891 | p.Size = Vector3.new(0.1, 2.8, 2.8) |
| 3892 | p.CFrame = CFrame.new(12, 25.16, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3893 | p.BrickColor = BrickColor.new("Reddish brown") |
| 3894 | p.Material = Enum.Material.Glacier |
| 3895 | p.MaterialVariant = "2022 Weld" |
| 3896 | p.Anchored = true |
| 3897 | p.Parent = model |
| 3898 | end |
| 3899 | do |
| 3900 | local p = Instance.new("Part") |
| 3901 | p.Name = "Roof_AC_Base" |
| 3902 | p.Size = Vector3.new(4, 1, 4) |
| 3903 | p.CFrame = CFrame.new(-2, 21.5, 8) |
| 3904 | p.BrickColor = BrickColor.new("Really black") |
| 3905 | p.Material = Enum.Material.Glacier |
| 3906 | p.MaterialVariant = "2022 Universal" |
| 3907 | p.Anchored = true |
| 3908 | p.Parent = model |
| 3909 | end |
| 3910 | do |
| 3911 | local p = Instance.new("Part") |
| 3912 | p.Name = "Roof_AC_Body" |
| 3913 | p.Size = Vector3.new(3.6, 2, 3.6) |
| 3914 | p.CFrame = CFrame.new(-2, 23, 8) |
| 3915 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 3916 | p.Material = Enum.Material.Glacier |
| 3917 | p.MaterialVariant = "2022 Inlet" |
| 3918 | p.Anchored = true |
| 3919 | p.Parent = model |
| 3920 | end |
| 3921 | do |
| 3922 | local p = Instance.new("Part") |
| 3923 | p.Shape = Enum.PartType.Cylinder |
| 3924 | p.Name = "Roof_AC_Fan" |
| 3925 | p.Size = Vector3.new(0.2, 2.8, 2.8) |
| 3926 | p.CFrame = CFrame.new(-2, 24.14, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 3927 | p.BrickColor = BrickColor.new("Really black") |
| 3928 | p.Material = Enum.Material.Glacier |
| 3929 | p.MaterialVariant = "2022 Universal" |
| 3930 | p.Anchored = true |
| 3931 | p.Parent = model |
| 3932 | end |
| 3933 | do |
| 3934 | local p = Instance.new("Part") |
| 3935 | p.Name = "Roof_AC_Vent_0" |
| 3936 | p.Size = Vector3.new(3, 0.1, 0.2) |
| 3937 | p.CFrame = CFrame.new(-2, 22.4, 6.1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 3938 | p.BrickColor = BrickColor.new("Really black") |
| 3939 | p.Material = Enum.Material.Glacier |
| 3940 | p.MaterialVariant = "2022 Universal" |
| 3941 | p.Anchored = true |
| 3942 | p.Parent = model |
| 3943 | end |
| 3944 | do |
| 3945 | local p = Instance.new("Part") |
| 3946 | p.Name = "Roof_AC_Vent_1" |
| 3947 | p.Size = Vector3.new(3, 0.1, 0.2) |
| 3948 | p.CFrame = CFrame.new(-2, 22.7, 6.1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 3949 | p.BrickColor = BrickColor.new("Really black") |
| 3950 | p.Material = Enum.Material.Glacier |
| 3951 | p.MaterialVariant = "2022 Universal" |
| 3952 | p.Anchored = true |
| 3953 | p.Parent = model |
| 3954 | end |
| 3955 | do |
| 3956 | local p = Instance.new("Part") |
| 3957 | p.Name = "Roof_AC_Vent_2" |
| 3958 | p.Size = Vector3.new(3, 0.1, 0.2) |
| 3959 | p.CFrame = CFrame.new(-2, 23, 6.1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 3960 | p.BrickColor = BrickColor.new("Really black") |
| 3961 | p.Material = Enum.Material.Glacier |
| 3962 | p.MaterialVariant = "2022 Universal" |
| 3963 | p.Anchored = true |
| 3964 | p.Parent = model |
| 3965 | end |
| 3966 | do |
| 3967 | local p = Instance.new("Part") |
| 3968 | p.Name = "Roof_AC_Vent_3" |
| 3969 | p.Size = Vector3.new(3, 0.1, 0.2) |
| 3970 | p.CFrame = CFrame.new(-2, 23.3, 6.1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 3971 | p.BrickColor = BrickColor.new("Really black") |
| 3972 | p.Material = Enum.Material.Glacier |
| 3973 | p.MaterialVariant = "2022 Universal" |
| 3974 | p.Anchored = true |
| 3975 | p.Parent = model |
| 3976 | end |
| 3977 | do |
| 3978 | local p = Instance.new("Part") |
| 3979 | p.Name = "Roof_AC_Vent_4" |
| 3980 | p.Size = Vector3.new(3, 0.1, 0.2) |
| 3981 | p.CFrame = CFrame.new(-2, 23.6, 6.1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 3982 | p.BrickColor = BrickColor.new("Really black") |
| 3983 | p.Material = Enum.Material.Glacier |
| 3984 | p.MaterialVariant = "2022 Universal" |
| 3985 | p.Anchored = true |
| 3986 | p.Parent = model |
| 3987 | end |
| 3988 | do |
| 3989 | local p = Instance.new("Part") |
| 3990 | p.Shape = Enum.PartType.Cylinder |
| 3991 | p.Name = "Roof_AC_Pipe1" |
| 3992 | p.Size = Vector3.new(1, 0.2, 0.2) |
| 3993 | p.CFrame = CFrame.new(-4, 22, 8) |
| 3994 | p.BrickColor = BrickColor.new("Really black") |
| 3995 | p.Material = Enum.Material.Glacier |
| 3996 | p.MaterialVariant = "2022 Universal" |
| 3997 | p.Anchored = true |
| 3998 | p.Parent = model |
| 3999 | end |
| 4000 | do |
| 4001 | local p = Instance.new("Part") |
| 4002 | p.Shape = Enum.PartType.Cylinder |
| 4003 | p.Name = "Roof_AC_Pipe2" |
| 4004 | p.Size = Vector3.new(0.2, 1, 0.2) |
| 4005 | p.CFrame = CFrame.new(-4.5, 21.5, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4006 | p.BrickColor = BrickColor.new("Really black") |
| 4007 | p.Material = Enum.Material.Glacier |
| 4008 | p.MaterialVariant = "2022 Universal" |
| 4009 | p.Anchored = true |
| 4010 | p.Parent = model |
| 4011 | end |
| 4012 | do |
| 4013 | local p = Instance.new("Part") |
| 4014 | p.Name = "Roof_AC_Panel" |
| 4015 | p.Size = Vector3.new(1.5, 1.5, 0.1) |
| 4016 | p.CFrame = CFrame.new(-2, 23, 6.1) |
| 4017 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 4018 | p.Material = Enum.Material.Glacier |
| 4019 | p.MaterialVariant = "2022 Inlet" |
| 4020 | p.Anchored = true |
| 4021 | p.Parent = model |
| 4022 | end |
| 4023 | do |
| 4024 | local p = Instance.new("Part") |
| 4025 | p.Shape = Enum.PartType.Cylinder |
| 4026 | p.Name = "Roof_Pipe" |
| 4027 | p.Size = Vector3.new(4, 0.6, 0.6) |
| 4028 | p.CFrame = CFrame.new(10, 23.04, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4029 | p.BrickColor = BrickColor.new("Reddish brown") |
| 4030 | p.Material = Enum.Material.Glacier |
| 4031 | p.MaterialVariant = "2022 Weld" |
| 4032 | p.Anchored = true |
| 4033 | p.Parent = model |
| 4034 | end |
| 4035 | do |
| 4036 | local p = Instance.new("Part") |
| 4037 | p.Shape = Enum.PartType.Cylinder |
| 4038 | p.Name = "Roof_PipeCap" |
| 4039 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 4040 | p.CFrame = CFrame.new(10, 25.18, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4041 | p.BrickColor = BrickColor.new("Really black") |
| 4042 | p.Material = Enum.Material.Glacier |
| 4043 | p.MaterialVariant = "2022 Universal" |
| 4044 | p.Anchored = true |
| 4045 | p.Parent = model |
| 4046 | end |
| 4047 | do |
| 4048 | local p = Instance.new("Part") |
| 4049 | p.Name = "Shack_WallL" |
| 4050 | p.Size = Vector3.new(1, 5, 6) |
| 4051 | p.CFrame = CFrame.new(-4.5, 22.5, -2) |
| 4052 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 4053 | p.Material = Enum.Material.Glacier |
| 4054 | p.MaterialVariant = "2022 Inlet" |
| 4055 | p.Anchored = true |
| 4056 | p.Parent = model |
| 4057 | end |
| 4058 | do |
| 4059 | local p = Instance.new("Part") |
| 4060 | p.Name = "Shack_WallR" |
| 4061 | p.Size = Vector3.new(1, 5, 6) |
| 4062 | p.CFrame = CFrame.new(-0.5, 22.5, -2) |
| 4063 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 4064 | p.Material = Enum.Material.Glacier |
| 4065 | p.MaterialVariant = "2022 Inlet" |
| 4066 | p.Anchored = true |
| 4067 | p.Parent = model |
| 4068 | end |
| 4069 | do |
| 4070 | local p = Instance.new("Part") |
| 4071 | p.Name = "Shack_WallB" |
| 4072 | p.Size = Vector3.new(5, 5, 1) |
| 4073 | p.CFrame = CFrame.new(-2.5, 22.5, 1.58) |
| 4074 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 4075 | p.Material = Enum.Material.Glacier |
| 4076 | p.MaterialVariant = "2022 Inlet" |
| 4077 | p.Anchored = true |
| 4078 | p.Parent = model |
| 4079 | end |
| 4080 | do |
| 4081 | local p = Instance.new("Part") |
| 4082 | p.Name = "Shack_WallF" |
| 4083 | p.Size = Vector3.new(5, 2, 1) |
| 4084 | p.CFrame = CFrame.new(-2.5, 23.96, -4.5) |
| 4085 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 4086 | p.Material = Enum.Material.Glacier |
| 4087 | p.MaterialVariant = "2022 Inlet" |
| 4088 | p.Anchored = true |
| 4089 | p.Parent = model |
| 4090 | end |
| 4091 | do |
| 4092 | local p = Instance.new("Part") |
| 4093 | p.Name = "Shack_Roof" |
| 4094 | p.Size = Vector3.new(6, 1, 8) |
| 4095 | p.CFrame = CFrame.new(-2.5, 25.5, -2) |
| 4096 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 4097 | p.Material = Enum.Material.Glacier |
| 4098 | p.MaterialVariant = "2022 Inlet" |
| 4099 | p.Anchored = true |
| 4100 | p.Parent = model |
| 4101 | end |
| 4102 | do |
| 4103 | local p = Instance.new("Part") |
| 4104 | p.Name = "Shack_Door" |
| 4105 | p.Size = Vector3.new(3, 5, 0.2) |
| 4106 | p.CFrame = CFrame.new(-2.46, 21.5, -4.5) |
| 4107 | p.BrickColor = BrickColor.new("Pine Cone") |
| 4108 | p.Material = Enum.Material.Glacier |
| 4109 | p.MaterialVariant = "2022 Small Stud" |
| 4110 | p.Anchored = true |
| 4111 | p.Parent = model |
| 4112 | end |
| 4113 | do |
| 4114 | local p = Instance.new("Part") |
| 4115 | p.Name = "WT_Leg1" |
| 4116 | p.Size = Vector3.new(0.4, 4, 0.4) |
| 4117 | p.CFrame = CFrame.new(-12, 22, 4) |
| 4118 | p.BrickColor = BrickColor.new("Really black") |
| 4119 | p.Material = Enum.Material.Glacier |
| 4120 | p.MaterialVariant = "2022 Universal" |
| 4121 | p.Anchored = true |
| 4122 | p.Parent = model |
| 4123 | end |
| 4124 | do |
| 4125 | local p = Instance.new("Part") |
| 4126 | p.Name = "WT_Leg2" |
| 4127 | p.Size = Vector3.new(0.4, 4, 0.4) |
| 4128 | p.CFrame = CFrame.new(-8, 22, 4) |
| 4129 | p.BrickColor = BrickColor.new("Really black") |
| 4130 | p.Material = Enum.Material.Glacier |
| 4131 | p.MaterialVariant = "2022 Universal" |
| 4132 | p.Anchored = true |
| 4133 | p.Parent = model |
| 4134 | end |
| 4135 | do |
| 4136 | local p = Instance.new("Part") |
| 4137 | p.Name = "WT_Leg3" |
| 4138 | p.Size = Vector3.new(0.4, 4, 0.4) |
| 4139 | p.CFrame = CFrame.new(-12, 22, 8) |
| 4140 | p.BrickColor = BrickColor.new("Really black") |
| 4141 | p.Material = Enum.Material.Glacier |
| 4142 | p.MaterialVariant = "2022 Universal" |
| 4143 | p.Anchored = true |
| 4144 | p.Parent = model |
| 4145 | end |
| 4146 | do |
| 4147 | local p = Instance.new("Part") |
| 4148 | p.Name = "WT_Leg4" |
| 4149 | p.Size = Vector3.new(0.4, 4, 0.4) |
| 4150 | p.CFrame = CFrame.new(-8, 22, 8) |
| 4151 | p.BrickColor = BrickColor.new("Really black") |
| 4152 | p.Material = Enum.Material.Glacier |
| 4153 | p.MaterialVariant = "2022 Universal" |
| 4154 | p.Anchored = true |
| 4155 | p.Parent = model |
| 4156 | end |
| 4157 | do |
| 4158 | local p = Instance.new("Part") |
| 4159 | p.Name = "WT_Platform" |
| 4160 | p.Size = Vector3.new(5, 0.4, 5) |
| 4161 | p.CFrame = CFrame.new(-10, 24, 6) |
| 4162 | p.BrickColor = BrickColor.new("Pine Cone") |
| 4163 | p.Material = Enum.Material.Glacier |
| 4164 | p.MaterialVariant = "2022 Small Stud" |
| 4165 | p.Anchored = true |
| 4166 | p.Parent = model |
| 4167 | end |
| 4168 | do |
| 4169 | local p = Instance.new("Part") |
| 4170 | p.Shape = Enum.PartType.Cylinder |
| 4171 | p.Name = "WT_Tank" |
| 4172 | p.Size = Vector3.new(6, 4, 4) |
| 4173 | p.CFrame = CFrame.new(-10, 27, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4174 | p.BrickColor = BrickColor.new("Pine Cone") |
| 4175 | p.Material = Enum.Material.Glacier |
| 4176 | p.MaterialVariant = "2022 Small Stud" |
| 4177 | p.Anchored = true |
| 4178 | p.Parent = model |
| 4179 | end |
| 4180 | do |
| 4181 | local p = Instance.new("Part") |
| 4182 | p.Shape = Enum.PartType.Cylinder |
| 4183 | p.Name = "WT_Roof" |
| 4184 | p.Size = Vector3.new(4.5, 1, 4.5) |
| 4185 | p.CFrame = CFrame.new(-10, 30, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4186 | p.BrickColor = BrickColor.new("Really black") |
| 4187 | p.Material = Enum.Material.Glacier |
| 4188 | p.MaterialVariant = "2022 Universal" |
| 4189 | p.Anchored = true |
| 4190 | p.Parent = model |
| 4191 | end |
| 4192 | do |
| 4193 | local p = Instance.new("Part") |
| 4194 | p.Shape = Enum.PartType.Cylinder |
| 4195 | p.Name = "WT_Band1" |
| 4196 | p.Size = Vector3.new(0.2, 4.1, 4.1) |
| 4197 | p.CFrame = CFrame.new(-10, 25.5, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4198 | p.BrickColor = BrickColor.new("Really black") |
| 4199 | p.Material = Enum.Material.Glacier |
| 4200 | p.MaterialVariant = "2022 Universal" |
| 4201 | p.Anchored = true |
| 4202 | p.Parent = model |
| 4203 | end |
| 4204 | do |
| 4205 | local p = Instance.new("Part") |
| 4206 | p.Shape = Enum.PartType.Cylinder |
| 4207 | p.Name = "WT_Band2" |
| 4208 | p.Size = Vector3.new(0.2, 4.1, 4.1) |
| 4209 | p.CFrame = CFrame.new(-10, 28.5, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 4210 | p.BrickColor = BrickColor.new("Really black") |
| 4211 | p.Material = Enum.Material.Glacier |
| 4212 | p.MaterialVariant = "2022 Universal" |
| 4213 | p.Anchored = true |
| 4214 | p.Parent = model |
| 4215 | end |
| 4216 | do |
| 4217 | local p = Instance.new("Part") |
| 4218 | p.Name = "VM_Body" |
| 4219 | p.Size = Vector3.new(2, 7, 3) |
| 4220 | p.CFrame = CFrame.new(13.5, 3.58, 5) |
| 4221 | p.BrickColor = BrickColor.new("Sand green") |
| 4222 | p.Material = Enum.Material.Glacier |
| 4223 | p.MaterialVariant = "2022 Weld" |
| 4224 | p.Anchored = true |
| 4225 | p.Parent = model |
| 4226 | end |
| 4227 | do |
| 4228 | local p = Instance.new("Part") |
| 4229 | p.Name = "VM_FrontPanel" |
| 4230 | p.Size = Vector3.new(0.1, 4, 1.8) |
| 4231 | p.CFrame = CFrame.new(12.41, 4.5, 4.5) |
| 4232 | p.BrickColor = BrickColor.new("Really black") |
| 4233 | p.Material = Enum.Material.Glacier |
| 4234 | p.MaterialVariant = "2022 Universal" |
| 4235 | p.Anchored = true |
| 4236 | p.Parent = model |
| 4237 | end |
| 4238 | do |
| 4239 | local p = Instance.new("Part") |
| 4240 | p.Name = "VM_Screen" |
| 4241 | p.Size = Vector3.new(0.1, 1.5, 1.5) |
| 4242 | p.CFrame = CFrame.new(12.36, 5.5, 4.5) |
| 4243 | p.BrickColor = BrickColor.new("Toothpaste") |
| 4244 | p.Material = Enum.Material.Glacier |
| 4245 | p.Anchored = true |
| 4246 | p.Parent = model |
| 4247 | end |
| 4248 | p.Material = Enum.Material.Neon; p.MaterialVariant = "" end |
| 4249 | do |
| 4250 | local p = Instance.new("Part") |
| 4251 | p.Name = "VM_Button1" |
| 4252 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 4253 | p.CFrame = CFrame.new(12.4, 4.5, 5.8) |
| 4254 | p.BrickColor = BrickColor.new("Bright red") |
| 4255 | p.Material = Enum.Material.Neon |
| 4256 | p.Anchored = true |
| 4257 | p.Parent = model |
| 4258 | end |
| 4259 | do |
| 4260 | local p = Instance.new("Part") |
| 4261 | p.Name = "VM_Button2" |
| 4262 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 4263 | p.CFrame = CFrame.new(12.4, 4, 5.8) |
| 4264 | p.BrickColor = BrickColor.new("Bright yellow") |
| 4265 | p.Material = Enum.Material.Neon |
| 4266 | p.Anchored = true |
| 4267 | p.Parent = model |
| 4268 | end |
| 4269 | do |
| 4270 | local p = Instance.new("Part") |
| 4271 | p.Name = "VM_Dispenser" |
| 4272 | p.Size = Vector3.new(0.2, 1, 2) |
| 4273 | p.CFrame = CFrame.new(12.45, 1.58, 5) |
| 4274 | p.BrickColor = BrickColor.new("Really black") |
| 4275 | p.Material = Enum.Material.Glacier |
| 4276 | p.MaterialVariant = "2022 Universal" |
| 4277 | p.Anchored = true |
| 4278 | p.Parent = model |
| 4279 | end |
| 4280 | do |
| 4281 | local p = Instance.new("Part") |
| 4282 | p.Name = "VM_SideTrim" |
| 4283 | p.Size = Vector3.new(1.8, 7, 0.2) |
| 4284 | p.CFrame = CFrame.new(13.5, 3.58, 3.36) |
| 4285 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 4286 | p.Material = Enum.Material.Glacier |
| 4287 | p.MaterialVariant = "2022 Inlet" |
| 4288 | p.Anchored = true |
| 4289 | p.Parent = model |
| 4290 | end |
| 4291 | do |
| 4292 | local p = Instance.new("Part") |
| 4293 | p.Name = "Dumpster_Body" |
| 4294 | p.Size = Vector3.new(4, 4, 6) |
| 4295 | p.CFrame = CFrame.new(17.04, 2.5, 9) |
| 4296 | p.BrickColor = BrickColor.new("Olive") |
| 4297 | p.Material = Enum.Material.Glacier |
| 4298 | p.MaterialVariant = "2022 Weld" |
| 4299 | p.Anchored = true |
| 4300 | p.Parent = model |
| 4301 | end |
| 4302 | do |
| 4303 | local p = Instance.new("Part") |
| 4304 | p.Name = "Dumpster_Rib_0" |
| 4305 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4306 | p.CFrame = CFrame.new(14.9, 2.5, 6.6) |
| 4307 | p.BrickColor = BrickColor.new("Really black") |
| 4308 | p.Material = Enum.Material.Glacier |
| 4309 | p.MaterialVariant = "2022 Universal" |
| 4310 | p.Anchored = true |
| 4311 | p.Parent = model |
| 4312 | end |
| 4313 | do |
| 4314 | local p = Instance.new("Part") |
| 4315 | p.Name = "Dumpster_Rib_1" |
| 4316 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4317 | p.CFrame = CFrame.new(14.9, 2.5, 7.8) |
| 4318 | p.BrickColor = BrickColor.new("Really black") |
| 4319 | p.Material = Enum.Material.Glacier |
| 4320 | p.MaterialVariant = "2022 Universal" |
| 4321 | p.Anchored = true |
| 4322 | p.Parent = model |
| 4323 | end |
| 4324 | do |
| 4325 | local p = Instance.new("Part") |
| 4326 | p.Name = "Dumpster_Rib_2" |
| 4327 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4328 | p.CFrame = CFrame.new(14.9, 2.5, 9) |
| 4329 | p.BrickColor = BrickColor.new("Really black") |
| 4330 | p.Material = Enum.Material.Glacier |
| 4331 | p.MaterialVariant = "2022 Universal" |
| 4332 | p.Anchored = true |
| 4333 | p.Parent = model |
| 4334 | end |
| 4335 | do |
| 4336 | local p = Instance.new("Part") |
| 4337 | p.Name = "Dumpster_Rib_3" |
| 4338 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4339 | p.CFrame = CFrame.new(14.9, 2.5, 10.16) |
| 4340 | p.BrickColor = BrickColor.new("Really black") |
| 4341 | p.Material = Enum.Material.Glacier |
| 4342 | p.MaterialVariant = "2022 Universal" |
| 4343 | p.Anchored = true |
| 4344 | p.Parent = model |
| 4345 | end |
| 4346 | do |
| 4347 | local p = Instance.new("Part") |
| 4348 | p.Name = "Dumpster_Rib_4" |
| 4349 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4350 | p.CFrame = CFrame.new(14.9, 2.5, 11.4) |
| 4351 | p.BrickColor = BrickColor.new("Really black") |
| 4352 | p.Material = Enum.Material.Glacier |
| 4353 | p.MaterialVariant = "2022 Universal" |
| 4354 | p.Anchored = true |
| 4355 | p.Parent = model |
| 4356 | end |
| 4357 | do |
| 4358 | local p = Instance.new("Part") |
| 4359 | p.Name = "Dumpster_Lid1" |
| 4360 | p.Size = Vector3.new(4.2, 0.2, 3.1) |
| 4361 | p.CFrame = CFrame.new(16.96, 4.8, 7.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 4362 | p.BrickColor = BrickColor.new("Really black") |
| 4363 | p.Material = Enum.Material.Glacier |
| 4364 | p.MaterialVariant = "2022 Universal" |
| 4365 | p.Anchored = true |
| 4366 | p.Parent = model |
| 4367 | end |
| 4368 | do |
| 4369 | local p = Instance.new("Part") |
| 4370 | p.Name = "Dumpster_Lid2" |
| 4371 | p.Size = Vector3.new(4.2, 0.2, 3.1) |
| 4372 | p.CFrame = CFrame.new(17.04, 4.6, 10.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 4373 | p.BrickColor = BrickColor.new("Really black") |
| 4374 | p.Material = Enum.Material.Glacier |
| 4375 | p.MaterialVariant = "2022 Universal" |
| 4376 | p.Anchored = true |
| 4377 | p.Parent = model |
| 4378 | end |
| 4379 | do |
| 4380 | local p = Instance.new("Part") |
| 4381 | p.Shape = Enum.PartType.Cylinder |
| 4382 | p.Name = "Dumpster_Wheel1" |
| 4383 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 4384 | p.CFrame = CFrame.new(15.5, 0.4, 6.5) |
| 4385 | p.BrickColor = BrickColor.new("Really black") |
| 4386 | p.Material = Enum.Material.Glacier |
| 4387 | p.MaterialVariant = "2022 Universal" |
| 4388 | p.Anchored = true |
| 4389 | p.Parent = model |
| 4390 | end |
| 4391 | do |
| 4392 | local p = Instance.new("Part") |
| 4393 | p.Shape = Enum.PartType.Cylinder |
| 4394 | p.Name = "Dumpster_Wheel2" |
| 4395 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 4396 | p.CFrame = CFrame.new(18.5, 0.4, 6.5) |
| 4397 | p.BrickColor = BrickColor.new("Really black") |
| 4398 | p.Material = Enum.Material.Glacier |
| 4399 | p.MaterialVariant = "2022 Universal" |
| 4400 | p.Anchored = true |
| 4401 | p.Parent = model |
| 4402 | end |
| 4403 | do |
| 4404 | local p = Instance.new("Part") |
| 4405 | p.Shape = Enum.PartType.Cylinder |
| 4406 | p.Name = "Dumpster_Wheel3" |
| 4407 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 4408 | p.CFrame = CFrame.new(15.5, 0.4, 11.5) |
| 4409 | p.BrickColor = BrickColor.new("Really black") |
| 4410 | p.Material = Enum.Material.Glacier |
| 4411 | p.MaterialVariant = "2022 Universal" |
| 4412 | p.Anchored = true |
| 4413 | p.Parent = model |
| 4414 | end |
| 4415 | do |
| 4416 | local p = Instance.new("Part") |
| 4417 | p.Shape = Enum.PartType.Cylinder |
| 4418 | p.Name = "Dumpster_Wheel4" |
| 4419 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 4420 | p.CFrame = CFrame.new(18.5, 0.4, 11.5) |
| 4421 | p.BrickColor = BrickColor.new("Really black") |
| 4422 | p.Material = Enum.Material.Glacier |
| 4423 | p.MaterialVariant = "2022 Universal" |
| 4424 | p.Anchored = true |
| 4425 | p.Parent = model |
| 4426 | end |
| 4427 | do |
| 4428 | local p = Instance.new("Part") |
| 4429 | p.Name = "Dumpster2_Body" |
| 4430 | p.Size = Vector3.new(4, 4, 6) |
| 4431 | p.CFrame = CFrame.new(-17.04, 2.5, 5) |
| 4432 | p.BrickColor = BrickColor.new("Bright blue") |
| 4433 | p.Material = Enum.Material.Glacier |
| 4434 | p.MaterialVariant = "2022 Weld" |
| 4435 | p.Anchored = true |
| 4436 | p.Parent = model |
| 4437 | end |
| 4438 | do |
| 4439 | local p = Instance.new("Part") |
| 4440 | p.Name = "Dumpster2_Rib_0" |
| 4441 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4442 | p.CFrame = CFrame.new(-14.9, 2.5, 2.6) |
| 4443 | p.BrickColor = BrickColor.new("Really black") |
| 4444 | p.Material = Enum.Material.Glacier |
| 4445 | p.MaterialVariant = "2022 Universal" |
| 4446 | p.Anchored = true |
| 4447 | p.Parent = model |
| 4448 | end |
| 4449 | do |
| 4450 | local p = Instance.new("Part") |
| 4451 | p.Name = "Dumpster2_Rib_1" |
| 4452 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4453 | p.CFrame = CFrame.new(-14.9, 2.5, 3.8) |
| 4454 | p.BrickColor = BrickColor.new("Really black") |
| 4455 | p.Material = Enum.Material.Glacier |
| 4456 | p.MaterialVariant = "2022 Universal" |
| 4457 | p.Anchored = true |
| 4458 | p.Parent = model |
| 4459 | end |
| 4460 | do |
| 4461 | local p = Instance.new("Part") |
| 4462 | p.Name = "Dumpster2_Rib_2" |
| 4463 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4464 | p.CFrame = CFrame.new(-14.9, 2.5, 5) |
| 4465 | p.BrickColor = BrickColor.new("Really black") |
| 4466 | p.Material = Enum.Material.Glacier |
| 4467 | p.MaterialVariant = "2022 Universal" |
| 4468 | p.Anchored = true |
| 4469 | p.Parent = model |
| 4470 | end |
| 4471 | do |
| 4472 | local p = Instance.new("Part") |
| 4473 | p.Name = "Dumpster2_Rib_3" |
| 4474 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4475 | p.CFrame = CFrame.new(-14.9, 2.5, 6.2) |
| 4476 | p.BrickColor = BrickColor.new("Really black") |
| 4477 | p.Material = Enum.Material.Glacier |
| 4478 | p.MaterialVariant = "2022 Universal" |
| 4479 | p.Anchored = true |
| 4480 | p.Parent = model |
| 4481 | end |
| 4482 | do |
| 4483 | local p = Instance.new("Part") |
| 4484 | p.Name = "Dumpster2_Rib_4" |
| 4485 | p.Size = Vector3.new(0.2, 3.8, 0.4) |
| 4486 | p.CFrame = CFrame.new(-14.9, 2.5, 7.4) |
| 4487 | p.BrickColor = BrickColor.new("Really black") |
| 4488 | p.Material = Enum.Material.Glacier |
| 4489 | p.MaterialVariant = "2022 Universal" |
| 4490 | p.Anchored = true |
| 4491 | p.Parent = model |
| 4492 | end |
| 4493 | do |
| 4494 | local p = Instance.new("Part") |
| 4495 | p.Name = "Dumpster2_Lid1" |
| 4496 | p.Size = Vector3.new(4.2, 0.2, 3.1) |
| 4497 | p.CFrame = CFrame.new(-17, 4.8, 3.5) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 4498 | p.BrickColor = BrickColor.new("Really black") |
| 4499 | p.Material = Enum.Material.Glacier |
| 4500 | p.MaterialVariant = "2022 Universal" |
| 4501 | p.Anchored = true |
| 4502 | p.Parent = model |
| 4503 | end |
| 4504 | do |
| 4505 | local p = Instance.new("Part") |
| 4506 | p.Name = "Dumpster2_Lid2" |
| 4507 | p.Size = Vector3.new(4.2, 0.2, 3.1) |
| 4508 | p.CFrame = CFrame.new(-17, 4.6, 6.5) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 4509 | p.BrickColor = BrickColor.new("Really black") |
| 4510 | p.Material = Enum.Material.Glacier |
| 4511 | p.MaterialVariant = "2022 Universal" |
| 4512 | p.Anchored = true |
| 4513 | p.Parent = model |
| 4514 | end |
| 4515 | do |
| 4516 | local p = Instance.new("Part") |
| 4517 | p.Name = "TrashBag_Block_0" |
| 4518 | p.Size = Vector3.new(2.29293, 1.83435, 2.52223) |
| 4519 | p.CFrame = CFrame.new(10.8864, 1.19179, -14.0814) * CFrame.Angles(math.rad(209.36), math.rad(170.374), math.rad(191.132)) |
| 4520 | p.BrickColor = BrickColor.new("Really black") |
| 4521 | p.Material = Enum.Material.Glacier |
| 4522 | p.MaterialVariant = "2022 Universal" |
| 4523 | p.Anchored = true |
| 4524 | p.Parent = model |
| 4525 | end |
| 4526 | do |
| 4527 | local p = Instance.new("Part") |
| 4528 | p.Shape = Enum.PartType.Ball |
| 4529 | p.Name = "TrashBag_Ball_1" |
| 4530 | p.Size = Vector3.new(1.9255, 1.9255, 1.9255) |
| 4531 | p.CFrame = CFrame.new(11.3232, 1.20286, -14.1873) |
| 4532 | p.BrickColor = BrickColor.new("Really black") |
| 4533 | p.Material = Enum.Material.Glacier |
| 4534 | p.MaterialVariant = "2022 Universal" |
| 4535 | p.Anchored = true |
| 4536 | p.Parent = model |
| 4537 | end |
| 4538 | do |
| 4539 | local p = Instance.new("Part") |
| 4540 | p.Name = "TrashBag_Block_2" |
| 4541 | p.Size = Vector3.new(1.7514, 1.40112, 1.92654) |
| 4542 | p.CFrame = CFrame.new(10.7703, 0.619555, -13.3924) * CFrame.Angles(math.rad(274.388), math.rad(66.6539), math.rad(77.8985)) |
| 4543 | p.BrickColor = BrickColor.new("Really black") |
| 4544 | p.Material = Enum.Material.Glacier |
| 4545 | p.MaterialVariant = "2022 Universal" |
| 4546 | p.Anchored = true |
| 4547 | p.Parent = model |
| 4548 | end |
| 4549 | do |
| 4550 | local p = Instance.new("Part") |
| 4551 | p.Shape = Enum.PartType.Ball |
| 4552 | p.Name = "TrashBag_Ball_3" |
| 4553 | p.Size = Vector3.new(1.9842, 1.9842, 1.9842) |
| 4554 | p.CFrame = CFrame.new(13.9064, 1.02464, -14.151) |
| 4555 | p.BrickColor = BrickColor.new("Really black") |
| 4556 | p.Material = Enum.Material.Glacier |
| 4557 | p.MaterialVariant = "2022 Universal" |
| 4558 | p.Anchored = true |
| 4559 | p.Parent = model |
| 4560 | end |
| 4561 | do |
| 4562 | local p = Instance.new("Part") |
| 4563 | p.Name = "TrashBag_Block_4" |
| 4564 | p.Size = Vector3.new(1.60053, 1.28042, 1.76058) |
| 4565 | p.CFrame = CFrame.new(10.9099, 0.679442, -14.9576) * CFrame.Angles(math.rad(192.289), math.rad(98.7521), math.rad(350.746)) |
| 4566 | p.BrickColor = BrickColor.new("Really black") |
| 4567 | p.Material = Enum.Material.Glacier |
| 4568 | p.MaterialVariant = "2022 Universal" |
| 4569 | p.Anchored = true |
| 4570 | p.Parent = model |
| 4571 | end |
| 4572 | do |
| 4573 | local p = Instance.new("Part") |
| 4574 | p.Shape = Enum.PartType.Ball |
| 4575 | p.Name = "TrashBag_Ball_5" |
| 4576 | p.Size = Vector3.new(2.05336, 2.05336, 2.05336) |
| 4577 | p.CFrame = CFrame.new(10.5051, 1.36846, -13.5274) |
| 4578 | p.BrickColor = BrickColor.new("Really black") |
| 4579 | p.Material = Enum.Material.Glacier |
| 4580 | p.MaterialVariant = "2022 Universal" |
| 4581 | p.Anchored = true |
| 4582 | p.Parent = model |
| 4583 | end |
| 4584 | do |
| 4585 | local p = Instance.new("Part") |
| 4586 | p.Shape = Enum.PartType.Ball |
| 4587 | p.Name = "TrashBag_Ball_6" |
| 4588 | p.Size = Vector3.new(2.37272, 2.37272, 2.37272) |
| 4589 | p.CFrame = CFrame.new(11.8776, 0.940469, -14.4469) |
| 4590 | p.BrickColor = BrickColor.new("Really black") |
| 4591 | p.Material = Enum.Material.Glacier |
| 4592 | p.MaterialVariant = "2022 Universal" |
| 4593 | p.Anchored = true |
| 4594 | p.Parent = model |
| 4595 | end |
| 4596 | do |
| 4597 | local p = Instance.new("Part") |
| 4598 | p.Shape = Enum.PartType.Ball |
| 4599 | p.Name = "TrashBag_Ball_7" |
| 4600 | p.Size = Vector3.new(1.55138, 1.55138, 1.55138) |
| 4601 | p.CFrame = CFrame.new(11.9109, 1.32212, -13.7979) |
| 4602 | p.BrickColor = BrickColor.new("Really black") |
| 4603 | p.Material = Enum.Material.Glacier |
| 4604 | p.MaterialVariant = "2022 Universal" |
| 4605 | p.Anchored = true |
| 4606 | p.Parent = model |
| 4607 | end |
| 4608 | do |
| 4609 | local p = Instance.new("Part") |
| 4610 | p.Shape = Enum.PartType.Ball |
| 4611 | p.Name = "TrashBag_Ball_8" |
| 4612 | p.Size = Vector3.new(1.57408, 1.57408, 1.57408) |
| 4613 | p.CFrame = CFrame.new(10.2144, 0.649198, -13.3115) |
| 4614 | p.BrickColor = BrickColor.new("Really black") |
| 4615 | p.Material = Enum.Material.Glacier |
| 4616 | p.MaterialVariant = "2022 Universal" |
| 4617 | p.Anchored = true |
| 4618 | p.Parent = model |
| 4619 | end |
| 4620 | do |
| 4621 | local p = Instance.new("Part") |
| 4622 | p.Shape = Enum.PartType.Ball |
| 4623 | p.Name = "TrashBag_Ball_9" |
| 4624 | p.Size = Vector3.new(1.80384, 1.80384, 1.80384) |
| 4625 | p.CFrame = CFrame.new(10.4738, 1.26444, -13.181) |
| 4626 | p.BrickColor = BrickColor.new("Really black") |
| 4627 | p.Material = Enum.Material.Glacier |
| 4628 | p.MaterialVariant = "2022 Universal" |
| 4629 | p.Anchored = true |
| 4630 | p.Parent = model |
| 4631 | end |
| 4632 | do |
| 4633 | local p = Instance.new("Part") |
| 4634 | p.Name = "TrashBag_Block_10" |
| 4635 | p.Size = Vector3.new(2.29074, 1.83259, 2.51981) |
| 4636 | p.CFrame = CFrame.new(12.0903, 0.950514, -13.6718) * CFrame.Angles(math.rad(309.66), math.rad(356.411), math.rad(109.937)) |
| 4637 | p.BrickColor = BrickColor.new("Really black") |
| 4638 | p.Material = Enum.Material.Glacier |
| 4639 | p.MaterialVariant = "2022 Universal" |
| 4640 | p.Anchored = true |
| 4641 | p.Parent = model |
| 4642 | end |
| 4643 | do |
| 4644 | local p = Instance.new("Part") |
| 4645 | p.Shape = Enum.PartType.Ball |
| 4646 | p.Name = "TrashBag_Ball_11" |
| 4647 | p.Size = Vector3.new(2.12103, 2.12103, 2.12103) |
| 4648 | p.CFrame = CFrame.new(12.9604, 1.44759, -14.3766) |
| 4649 | p.BrickColor = BrickColor.new("Really black") |
| 4650 | p.Material = Enum.Material.Glacier |
| 4651 | p.MaterialVariant = "2022 Universal" |
| 4652 | p.Anchored = true |
| 4653 | p.Parent = model |
| 4654 | end |
| 4655 | do |
| 4656 | local p = Instance.new("Part") |
| 4657 | p.Shape = Enum.PartType.Ball |
| 4658 | p.Name = "TrashBag_Ball_12" |
| 4659 | p.Size = Vector3.new(1.71103, 1.71103, 1.71103) |
| 4660 | p.CFrame = CFrame.new(10.6282, 0.673814, -14.7748) |
| 4661 | p.BrickColor = BrickColor.new("Really black") |
| 4662 | p.Material = Enum.Material.Glacier |
| 4663 | p.MaterialVariant = "2022 Universal" |
| 4664 | p.Anchored = true |
| 4665 | p.Parent = model |
| 4666 | end |
| 4667 | do |
| 4668 | local p = Instance.new("Part") |
| 4669 | p.Name = "TrashBag_Block_13" |
| 4670 | p.Size = Vector3.new(1.50268, 1.20214, 1.65294) |
| 4671 | p.CFrame = CFrame.new(12.3752, 0.791259, -14.3056) * CFrame.Angles(math.rad(254.504), math.rad(253.076), math.rad(163.451)) |
| 4672 | p.BrickColor = BrickColor.new("Really black") |
| 4673 | p.Material = Enum.Material.Glacier |
| 4674 | p.MaterialVariant = "2022 Universal" |
| 4675 | p.Anchored = true |
| 4676 | p.Parent = model |
| 4677 | end |
| 4678 | do |
| 4679 | local p = Instance.new("Part") |
| 4680 | p.Shape = Enum.PartType.Ball |
| 4681 | p.Name = "TrashBag_Ball_14" |
| 4682 | p.Size = Vector3.new(2.18738, 2.18738, 2.18738) |
| 4683 | p.CFrame = CFrame.new(13.1513, 1.12506, -13.0165) |
| 4684 | p.BrickColor = BrickColor.new("Really black") |
| 4685 | p.Material = Enum.Material.Glacier |
| 4686 | p.MaterialVariant = "2022 Universal" |
| 4687 | p.Anchored = true |
| 4688 | p.Parent = model |
| 4689 | end |
| 4690 | do |
| 4691 | local p = Instance.new("Part") |
| 4692 | p.Name = "TrashBag2_Block_0" |
| 4693 | p.Size = Vector3.new(2.43367, 1.94694, 2.67704) |
| 4694 | p.CFrame = CFrame.new(-16.8218, 1.14763, 7.45047) * CFrame.Angles(math.rad(297.587), math.rad(25.7075), math.rad(59.7322)) |
| 4695 | p.BrickColor = BrickColor.new("Really black") |
| 4696 | p.Material = Enum.Material.Glacier |
| 4697 | p.MaterialVariant = "2022 Universal" |
| 4698 | p.Anchored = true |
| 4699 | p.Parent = model |
| 4700 | end |
| 4701 | do |
| 4702 | local p = Instance.new("Part") |
| 4703 | p.Shape = Enum.PartType.Ball |
| 4704 | p.Name = "TrashBag2_Ball_1" |
| 4705 | p.Size = Vector3.new(1.68761, 1.68761, 1.68761) |
| 4706 | p.CFrame = CFrame.new(-16.7232, 0.788611, 2.74612) |
| 4707 | p.BrickColor = BrickColor.new("Really black") |
| 4708 | p.Material = Enum.Material.Glacier |
| 4709 | p.MaterialVariant = "2022 Universal" |
| 4710 | p.Anchored = true |
| 4711 | p.Parent = model |
| 4712 | end |
| 4713 | do |
| 4714 | local p = Instance.new("Part") |
| 4715 | p.Shape = Enum.PartType.Ball |
| 4716 | p.Name = "TrashBag2_Ball_2" |
| 4717 | p.Size = Vector3.new(2.18868, 2.18868, 2.18868) |
| 4718 | p.CFrame = CFrame.new(-15.2293, 1.00047, 4.96277) |
| 4719 | p.BrickColor = BrickColor.new("Really black") |
| 4720 | p.Material = Enum.Material.Glacier |
| 4721 | p.MaterialVariant = "2022 Universal" |
| 4722 | p.Anchored = true |
| 4723 | p.Parent = model |
| 4724 | end |
| 4725 | do |
| 4726 | local p = Instance.new("Part") |
| 4727 | p.Name = "TrashBag2_Block_3" |
| 4728 | p.Size = Vector3.new(1.58044, 1.26435, 1.73849) |
| 4729 | p.CFrame = CFrame.new(-17.2719, 0.822322, 3.50221) * CFrame.Angles(math.rad(32.8777), math.rad(346.288), math.rad(300.945)) |
| 4730 | p.BrickColor = BrickColor.new("Really black") |
| 4731 | p.Material = Enum.Material.Glacier |
| 4732 | p.MaterialVariant = "2022 Universal" |
| 4733 | p.Anchored = true |
| 4734 | p.Parent = model |
| 4735 | end |
| 4736 | do |
| 4737 | local p = Instance.new("Part") |
| 4738 | p.Shape = Enum.PartType.Ball |
| 4739 | p.Name = "TrashBag2_Ball_4" |
| 4740 | p.Size = Vector3.new(1.9552, 1.9552, 1.9552) |
| 4741 | p.CFrame = CFrame.new(-15.0017, 1.17228, 3.61707) |
| 4742 | p.BrickColor = BrickColor.new("Really black") |
| 4743 | p.Material = Enum.Material.Glacier |
| 4744 | p.MaterialVariant = "2022 Universal" |
| 4745 | p.Anchored = true |
| 4746 | p.Parent = model |
| 4747 | end |
| 4748 | do |
| 4749 | local p = Instance.new("Part") |
| 4750 | p.Shape = Enum.PartType.Ball |
| 4751 | p.Name = "TrashBag2_Ball_5" |
| 4752 | p.Size = Vector3.new(1.54023, 1.54023, 1.54023) |
| 4753 | p.CFrame = CFrame.new(-17.118, 1.15151, 7.49644) |
| 4754 | p.BrickColor = BrickColor.new("Really black") |
| 4755 | p.Material = Enum.Material.Glacier |
| 4756 | p.MaterialVariant = "2022 Universal" |
| 4757 | p.Anchored = true |
| 4758 | p.Parent = model |
| 4759 | end |
| 4760 | do |
| 4761 | local p = Instance.new("Part") |
| 4762 | p.Shape = Enum.PartType.Ball |
| 4763 | p.Name = "TrashBag2_Ball_6" |
| 4764 | p.Size = Vector3.new(1.68149, 1.68149, 1.68149) |
| 4765 | p.CFrame = CFrame.new(-16.4609, 0.991726, 2.54745) |
| 4766 | p.BrickColor = BrickColor.new("Really black") |
| 4767 | p.Material = Enum.Material.Glacier |
| 4768 | p.MaterialVariant = "2022 Universal" |
| 4769 | p.Anchored = true |
| 4770 | p.Parent = model |
| 4771 | end |
| 4772 | do |
| 4773 | local p = Instance.new("Part") |
| 4774 | p.Name = "TrashBag2_Block_7" |
| 4775 | p.Size = Vector3.new(1.84796, 1.47837, 2.03276) |
| 4776 | p.CFrame = CFrame.new(-16.3195, 1.35773, 3.97882) * CFrame.Angles(math.rad(249.723), math.rad(103.758), math.rad(340.27)) |
| 4777 | p.BrickColor = BrickColor.new("Really black") |
| 4778 | p.Material = Enum.Material.Glacier |
| 4779 | p.MaterialVariant = "2022 Universal" |
| 4780 | p.Anchored = true |
| 4781 | p.Parent = model |
| 4782 | end |
| 4783 | do |
| 4784 | local p = Instance.new("Part") |
| 4785 | p.Shape = Enum.PartType.Ball |
| 4786 | p.Name = "TrashBag2_Ball_8" |
| 4787 | p.Size = Vector3.new(2.31357, 2.31357, 2.31357) |
| 4788 | p.CFrame = CFrame.new(-17.1807, 0.814517, 3.93964) |
| 4789 | p.BrickColor = BrickColor.new("Really black") |
| 4790 | p.Material = Enum.Material.Glacier |
| 4791 | p.MaterialVariant = "2022 Universal" |
| 4792 | p.Anchored = true |
| 4793 | p.Parent = model |
| 4794 | end |
| 4795 | do |
| 4796 | local p = Instance.new("Part") |
| 4797 | p.Name = "TrashBag2_Block_9" |
| 4798 | p.Size = Vector3.new(2.47018, 1.97615, 2.7172) |
| 4799 | p.CFrame = CFrame.new(-16.9416, 1.48812, 5.94596) * CFrame.Angles(math.rad(195.334), math.rad(148.769), math.rad(67.5297)) |
| 4800 | p.BrickColor = BrickColor.new("Really black") |
| 4801 | p.Material = Enum.Material.Glacier |
| 4802 | p.MaterialVariant = "2022 Universal" |
| 4803 | p.Anchored = true |
| 4804 | p.Parent = model |
| 4805 | end |
| 4806 | do |
| 4807 | local p = Instance.new("Part") |
| 4808 | p.Shape = Enum.PartType.Ball |
| 4809 | p.Name = "TrashBag2_Ball_10" |
| 4810 | p.Size = Vector3.new(1.70178, 1.70178, 1.70178) |
| 4811 | p.CFrame = CFrame.new(-16.4984, 1.25999, 3.22135) |
| 4812 | p.BrickColor = BrickColor.new("Really black") |
| 4813 | p.Material = Enum.Material.Glacier |
| 4814 | p.MaterialVariant = "2022 Universal" |
| 4815 | p.Anchored = true |
| 4816 | p.Parent = model |
| 4817 | end |
| 4818 | do |
| 4819 | local p = Instance.new("Part") |
| 4820 | p.Shape = Enum.PartType.Ball |
| 4821 | p.Name = "TrashBag2_Ball_11" |
| 4822 | p.Size = Vector3.new(2.04922, 2.04922, 2.04922) |
| 4823 | p.CFrame = CFrame.new(-17.2475, 1.19825, 2.72856) |
| 4824 | p.BrickColor = BrickColor.new("Really black") |
| 4825 | p.Material = Enum.Material.Glacier |
| 4826 | p.MaterialVariant = "2022 Universal" |
| 4827 | p.Anchored = true |
| 4828 | p.Parent = model |
| 4829 | end |
| 4830 | do |
| 4831 | local p = Instance.new("Part") |
| 4832 | p.Shape = Enum.PartType.Ball |
| 4833 | p.Name = "TrashBag2_Ball_12" |
| 4834 | p.Size = Vector3.new(2.31315, 2.31315, 2.31315) |
| 4835 | p.CFrame = CFrame.new(-18.0428, 0.658378, 5.30503) |
| 4836 | p.BrickColor = BrickColor.new("Really black") |
| 4837 | p.Material = Enum.Material.Glacier |
| 4838 | p.MaterialVariant = "2022 Universal" |
| 4839 | p.Anchored = true |
| 4840 | p.Parent = model |
| 4841 | end |
| 4842 | do |
| 4843 | local p = Instance.new("Part") |
| 4844 | p.Name = "TrashBag2_Block_13" |
| 4845 | p.Size = Vector3.new(2.05225, 1.6418, 2.25748) |
| 4846 | p.CFrame = CFrame.new(-15.031, 1.41293, 4.76869) * CFrame.Angles(math.rad(42.2878), math.rad(299.572), math.rad(179.415)) |
| 4847 | p.BrickColor = BrickColor.new("Really black") |
| 4848 | p.Material = Enum.Material.Glacier |
| 4849 | p.MaterialVariant = "2022 Universal" |
| 4850 | p.Anchored = true |
| 4851 | p.Parent = model |
| 4852 | end |
| 4853 | do |
| 4854 | local p = Instance.new("Part") |
| 4855 | p.Shape = Enum.PartType.Ball |
| 4856 | p.Name = "TrashBag2_Ball_14" |
| 4857 | p.Size = Vector3.new(2.2166, 2.2166, 2.2166) |
| 4858 | p.CFrame = CFrame.new(-17.9063, 1.33472, 7.88147) |
| 4859 | p.BrickColor = BrickColor.new("Really black") |
| 4860 | p.Material = Enum.Material.Glacier |
| 4861 | p.MaterialVariant = "2022 Universal" |
| 4862 | p.Anchored = true |
| 4863 | p.Parent = model |
| 4864 | end |
| 4865 | do |
| 4866 | local p = Instance.new("Part") |
| 4867 | p.Shape = Enum.PartType.Ball |
| 4868 | p.Name = "TrashBag2_Ball_15" |
| 4869 | p.Size = Vector3.new(1.70373, 1.70373, 1.70373) |
| 4870 | p.CFrame = CFrame.new(-17.4657, 1.42187, 5.04945) |
| 4871 | p.BrickColor = BrickColor.new("Really black") |
| 4872 | p.Material = Enum.Material.Glacier |
| 4873 | p.MaterialVariant = "2022 Universal" |
| 4874 | p.Anchored = true |
| 4875 | p.Parent = model |
| 4876 | end |
| 4877 | do |
| 4878 | local p = Instance.new("Part") |
| 4879 | p.Shape = Enum.PartType.Ball |
| 4880 | p.Name = "TrashBag2_Ball_16" |
| 4881 | p.Size = Vector3.new(2.29933, 2.29933, 2.29933) |
| 4882 | p.CFrame = CFrame.new(-17.895, 1.29001, 4.48965) |
| 4883 | p.BrickColor = BrickColor.new("Really black") |
| 4884 | p.Material = Enum.Material.Glacier |
| 4885 | p.MaterialVariant = "2022 Universal" |
| 4886 | p.Anchored = true |
| 4887 | p.Parent = model |
| 4888 | end |
| 4889 | do |
| 4890 | local p = Instance.new("Part") |
| 4891 | p.Shape = Enum.PartType.Ball |
| 4892 | p.Name = "TrashBag2_Ball_17" |
| 4893 | p.Size = Vector3.new(2.31425, 2.31425, 2.31425) |
| 4894 | p.CFrame = CFrame.new(-15.7178, 0.782839, 3.79134) |
| 4895 | p.BrickColor = BrickColor.new("Really black") |
| 4896 | p.Material = Enum.Material.Glacier |
| 4897 | p.MaterialVariant = "2022 Universal" |
| 4898 | p.Anchored = true |
| 4899 | p.Parent = model |
| 4900 | end |
| 4901 | do |
| 4902 | local p = Instance.new("Part") |
| 4903 | p.Shape = Enum.PartType.Ball |
| 4904 | p.Name = "TrashBag2_Ball_18" |
| 4905 | p.Size = Vector3.new(1.92694, 1.92694, 1.92694) |
| 4906 | p.CFrame = CFrame.new(-17.0414, 0.648595, 5.23148) |
| 4907 | p.BrickColor = BrickColor.new("Really black") |
| 4908 | p.Material = Enum.Material.Glacier |
| 4909 | p.MaterialVariant = "2022 Universal" |
| 4910 | p.Anchored = true |
| 4911 | p.Parent = model |
| 4912 | end |
| 4913 | do |
| 4914 | local p = Instance.new("Part") |
| 4915 | p.Shape = Enum.PartType.Ball |
| 4916 | p.Name = "TrashBag2_Ball_19" |
| 4917 | p.Size = Vector3.new(1.72512, 1.72512, 1.72512) |
| 4918 | p.CFrame = CFrame.new(-16.8263, 0.955345, 3.93066) |
| 4919 | p.BrickColor = BrickColor.new("Really black") |
| 4920 | p.Material = Enum.Material.Glacier |
| 4921 | p.MaterialVariant = "2022 Universal" |
| 4922 | p.Anchored = true |
| 4923 | p.Parent = model |
| 4924 | end |
| 4925 | do |
| 4926 | local p = Instance.new("Part") |
| 4927 | p.Shape = Enum.PartType.Ball |
| 4928 | p.Name = "TrashBag2_Ball_20" |
| 4929 | p.Size = Vector3.new(1.68865, 1.68865, 1.68865) |
| 4930 | p.CFrame = CFrame.new(-16.7128, 0.733562, 6.65327) |
| 4931 | p.BrickColor = BrickColor.new("Really black") |
| 4932 | p.Material = Enum.Material.Glacier |
| 4933 | p.MaterialVariant = "2022 Universal" |
| 4934 | p.Anchored = true |
| 4935 | p.Parent = model |
| 4936 | end |
| 4937 | do |
| 4938 | local p = Instance.new("Part") |
| 4939 | p.Shape = Enum.PartType.Ball |
| 4940 | p.Name = "TrashBag2_Ball_21" |
| 4941 | p.Size = Vector3.new(1.54365, 1.54365, 1.54365) |
| 4942 | p.CFrame = CFrame.new(-16.1791, 1.31141, 4.31647) |
| 4943 | p.BrickColor = BrickColor.new("Really black") |
| 4944 | p.Material = Enum.Material.Glacier |
| 4945 | p.MaterialVariant = "2022 Universal" |
| 4946 | p.Anchored = true |
| 4947 | p.Parent = model |
| 4948 | end |
| 4949 | do |
| 4950 | local p = Instance.new("Part") |
| 4951 | p.Shape = Enum.PartType.Ball |
| 4952 | p.Name = "TrashBag2_Ball_22" |
| 4953 | p.Size = Vector3.new(2.16369, 2.16369, 2.16369) |
| 4954 | p.CFrame = CFrame.new(-15.0767, 0.995329, 2.22212) |
| 4955 | p.BrickColor = BrickColor.new("Really black") |
| 4956 | p.Material = Enum.Material.Glacier |
| 4957 | p.MaterialVariant = "2022 Universal" |
| 4958 | p.Anchored = true |
| 4959 | p.Parent = model |
| 4960 | end |
| 4961 | do |
| 4962 | local p = Instance.new("Part") |
| 4963 | p.Shape = Enum.PartType.Ball |
| 4964 | p.Name = "TrashBag2_Ball_23" |
| 4965 | p.Size = Vector3.new(1.96229, 1.96229, 1.96229) |
| 4966 | p.CFrame = CFrame.new(-15.5212, 1.37419, 4.64184) |
| 4967 | p.BrickColor = BrickColor.new("Really black") |
| 4968 | p.Material = Enum.Material.Glacier |
| 4969 | p.MaterialVariant = "2022 Universal" |
| 4970 | p.Anchored = true |
| 4971 | p.Parent = model |
| 4972 | end |
| 4973 | do |
| 4974 | local p = Instance.new("Part") |
| 4975 | p.Name = "TrashBag2_Block_24" |
| 4976 | p.Size = Vector3.new(2.02595, 1.62076, 2.22855) |
| 4977 | p.CFrame = CFrame.new(-16.1102, 0.909979, 5.92869) * CFrame.Angles(math.rad(55.57), math.rad(169.017), math.rad(348.913)) |
| 4978 | p.BrickColor = BrickColor.new("Really black") |
| 4979 | p.Material = Enum.Material.Glacier |
| 4980 | p.MaterialVariant = "2022 Universal" |
| 4981 | p.Anchored = true |
| 4982 | p.Parent = model |
| 4983 | end |
| 4984 | do |
| 4985 | local p = Instance.new("Part") |
| 4986 | p.Name = "Pallet_Base1" |
| 4987 | p.Size = Vector3.new(4, 0.4, 0.4) |
| 4988 | p.CFrame = CFrame.new(-12, 0.2, -15) |
| 4989 | p.BrickColor = BrickColor.new("Pine Cone") |
| 4990 | p.Material = Enum.Material.Glacier |
| 4991 | p.MaterialVariant = "2022 Small Stud" |
| 4992 | p.Anchored = true |
| 4993 | p.Parent = model |
| 4994 | end |
| 4995 | do |
| 4996 | local p = Instance.new("Part") |
| 4997 | p.Name = "Pallet_Base2" |
| 4998 | p.Size = Vector3.new(4, 0.4, 0.4) |
| 4999 | p.CFrame = CFrame.new(-12, 0.2, -13) |
| 5000 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5001 | p.Material = Enum.Material.Glacier |
| 5002 | p.MaterialVariant = "2022 Small Stud" |
| 5003 | p.Anchored = true |
| 5004 | p.Parent = model |
| 5005 | end |
| 5006 | do |
| 5007 | local p = Instance.new("Part") |
| 5008 | p.Name = "Pallet_Base3" |
| 5009 | p.Size = Vector3.new(4, 0.4, 0.4) |
| 5010 | p.CFrame = CFrame.new(-12, 0.2, -14) |
| 5011 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5012 | p.Material = Enum.Material.Glacier |
| 5013 | p.MaterialVariant = "2022 Small Stud" |
| 5014 | p.Anchored = true |
| 5015 | p.Parent = model |
| 5016 | end |
| 5017 | do |
| 5018 | local p = Instance.new("Part") |
| 5019 | p.Name = "Pallet_Slat_0" |
| 5020 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5021 | p.CFrame = CFrame.new(-13.5, 0.58, -14) |
| 5022 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5023 | p.Material = Enum.Material.Glacier |
| 5024 | p.MaterialVariant = "2022 Small Stud" |
| 5025 | p.Anchored = true |
| 5026 | p.Parent = model |
| 5027 | end |
| 5028 | do |
| 5029 | local p = Instance.new("Part") |
| 5030 | p.Name = "Pallet_Slat_1" |
| 5031 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5032 | p.CFrame = CFrame.new(-12.9, 0.58, -13.96) |
| 5033 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5034 | p.Material = Enum.Material.Glacier |
| 5035 | p.MaterialVariant = "2022 Small Stud" |
| 5036 | p.Anchored = true |
| 5037 | p.Parent = model |
| 5038 | end |
| 5039 | do |
| 5040 | local p = Instance.new("Part") |
| 5041 | p.Name = "Pallet_Slat_2" |
| 5042 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5043 | p.CFrame = CFrame.new(-12.3, 0.66, -13.96) |
| 5044 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5045 | p.Material = Enum.Material.Glacier |
| 5046 | p.MaterialVariant = "2022 Small Stud" |
| 5047 | p.Anchored = true |
| 5048 | p.Parent = model |
| 5049 | end |
| 5050 | do |
| 5051 | local p = Instance.new("Part") |
| 5052 | p.Name = "Pallet_Slat_3" |
| 5053 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5054 | p.CFrame = CFrame.new(-11.7, 0.66, -13.96) |
| 5055 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5056 | p.Material = Enum.Material.Glacier |
| 5057 | p.MaterialVariant = "2022 Small Stud" |
| 5058 | p.Anchored = true |
| 5059 | p.Parent = model |
| 5060 | end |
| 5061 | do |
| 5062 | local p = Instance.new("Part") |
| 5063 | p.Name = "Pallet_Slat_4" |
| 5064 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5065 | p.CFrame = CFrame.new(-11.1, 0.58, -14) |
| 5066 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5067 | p.Material = Enum.Material.Glacier |
| 5068 | p.MaterialVariant = "2022 Small Stud" |
| 5069 | p.Anchored = true |
| 5070 | p.Parent = model |
| 5071 | end |
| 5072 | do |
| 5073 | local p = Instance.new("Part") |
| 5074 | p.Name = "Pallet_Slat_5" |
| 5075 | p.Size = Vector3.new(0.4, 0.2, 2.8) |
| 5076 | p.CFrame = CFrame.new(-10.5, 0.62, -14) |
| 5077 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5078 | p.Material = Enum.Material.Glacier |
| 5079 | p.MaterialVariant = "2022 Small Stud" |
| 5080 | p.Anchored = true |
| 5081 | p.Parent = model |
| 5082 | end |
| 5083 | do |
| 5084 | local p = Instance.new("Part") |
| 5085 | p.Name = "Crate1" |
| 5086 | p.Size = Vector3.new(1.8, 2, 1.8) |
| 5087 | p.CFrame = CFrame.new(-12.5, 1.6, -14.5) |
| 5088 | p.BrickColor = BrickColor.new("Nougat") |
| 5089 | p.Material = Enum.Material.Glacier |
| 5090 | p.MaterialVariant = "2022 Small Stud" |
| 5091 | p.Anchored = true |
| 5092 | p.Parent = model |
| 5093 | end |
| 5094 | do |
| 5095 | local p = Instance.new("Part") |
| 5096 | p.Name = "Crate2" |
| 5097 | p.Size = Vector3.new(1.5, 1.2, 1.5) |
| 5098 | p.CFrame = CFrame.new(-11.5, 1.16, -13.5) |
| 5099 | p.BrickColor = BrickColor.new("Pine Cone") |
| 5100 | p.Material = Enum.Material.Glacier |
| 5101 | p.MaterialVariant = "2022 Small Stud" |
| 5102 | p.Anchored = true |
| 5103 | p.Parent = model |
| 5104 | end |
| 5105 | do |
| 5106 | local p = Instance.new("Part") |
| 5107 | p.Name = "Crate3" |
| 5108 | p.Size = Vector3.new(1.6, 1.2, 1.6) |
| 5109 | p.CFrame = CFrame.new(-12.5, 3.24, -14.2) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 5110 | p.BrickColor = BrickColor.new("Nougat") |
| 5111 | p.Material = Enum.Material.Glacier |
| 5112 | p.MaterialVariant = "2022 Small Stud" |
| 5113 | p.Anchored = true |
| 5114 | p.Parent = model |
| 5115 | end |
| 5116 | do |
| 5117 | local p = Instance.new("Part") |
| 5118 | p.Name = "WallAC_Body" |
| 5119 | p.Size = Vector3.new(1.5, 2.5, 3) |
| 5120 | p.CFrame = CFrame.new(14.84, 14, 0) |
| 5121 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 5122 | p.Material = Enum.Material.Glacier |
| 5123 | p.MaterialVariant = "2022 Inlet" |
| 5124 | p.Anchored = true |
| 5125 | p.Parent = model |
| 5126 | end |
| 5127 | do |
| 5128 | local p = Instance.new("Part") |
| 5129 | p.Shape = Enum.PartType.Cylinder |
| 5130 | p.Name = "WallAC_Fan" |
| 5131 | p.Size = Vector3.new(0.2, 2, 2) |
| 5132 | p.CFrame = CFrame.new(15.6, 14, 0.5) |
| 5133 | p.BrickColor = BrickColor.new("Really black") |
| 5134 | p.Material = Enum.Material.Glacier |
| 5135 | p.MaterialVariant = "2022 Universal" |
| 5136 | p.Anchored = true |
| 5137 | p.Parent = model |
| 5138 | end |
| 5139 | do |
| 5140 | local p = Instance.new("Part") |
| 5141 | p.Name = "WallAC_Grille" |
| 5142 | p.Size = Vector3.new(0.2, 2, 0.8) |
| 5143 | p.CFrame = CFrame.new(15.6, 14, -1) |
| 5144 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 5145 | p.Material = Enum.Material.Glacier |
| 5146 | p.MaterialVariant = "2022 Inlet" |
| 5147 | p.Anchored = true |
| 5148 | p.Parent = model |
| 5149 | end |
| 5150 | do |
| 5151 | local p = Instance.new("Part") |
| 5152 | p.Name = "WallAC_Bracket1" |
| 5153 | p.Size = Vector3.new(1.6, 0.2, 0.2) |
| 5154 | p.CFrame = CFrame.new(14.88, 12.6, 1.04) |
| 5155 | p.BrickColor = BrickColor.new("Really black") |
| 5156 | p.Material = Enum.Material.Glacier |
| 5157 | p.MaterialVariant = "2022 Universal" |
| 5158 | p.Anchored = true |
| 5159 | p.Parent = model |
| 5160 | end |
| 5161 | do |
| 5162 | local p = Instance.new("Part") |
| 5163 | p.Name = "WallAC_Bracket2" |
| 5164 | p.Size = Vector3.new(1.6, 0.2, 0.2) |
| 5165 | p.CFrame = CFrame.new(14.88, 12.6, -0.96) |
| 5166 | p.BrickColor = BrickColor.new("Really black") |
| 5167 | p.Material = Enum.Material.Glacier |
| 5168 | p.MaterialVariant = "2022 Universal" |
| 5169 | p.Anchored = true |
| 5170 | p.Parent = model |
| 5171 | end |
| 5172 | do |
| 5173 | local p = Instance.new("Part") |
| 5174 | p.Name = "WallAC_Diag1" |
| 5175 | p.Size = Vector3.new(1.8, 0.2, 0.2) |
| 5176 | p.CFrame = CFrame.new(14.3, 12, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 5177 | p.BrickColor = BrickColor.new("Really black") |
| 5178 | p.Material = Enum.Material.Glacier |
| 5179 | p.MaterialVariant = "2022 Universal" |
| 5180 | p.Anchored = true |
| 5181 | p.Parent = model |
| 5182 | end |
| 5183 | do |
| 5184 | local p = Instance.new("Part") |
| 5185 | p.Name = "WallAC_Diag2" |
| 5186 | p.Size = Vector3.new(1.8, 0.2, 0.2) |
| 5187 | p.CFrame = CFrame.new(14.3, 12, -1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 5188 | p.BrickColor = BrickColor.new("Really black") |
| 5189 | p.Material = Enum.Material.Glacier |
| 5190 | p.MaterialVariant = "2022 Universal" |
| 5191 | p.Anchored = true |
| 5192 | p.Parent = model |
| 5193 | end |
| 5194 | do |
| 5195 | local p = Instance.new("Part") |
| 5196 | p.Name = "Ladder_RailL" |
| 5197 | p.Size = Vector3.new(0.2, 14, 0.2) |
| 5198 | p.CFrame = CFrame.new(-2.18, 16, -12.2) |
| 5199 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5200 | p.Material = Enum.Material.Glacier |
| 5201 | p.MaterialVariant = "2022 Weld" |
| 5202 | p.Anchored = true |
| 5203 | p.Parent = model |
| 5204 | end |
| 5205 | do |
| 5206 | local p = Instance.new("Part") |
| 5207 | p.Name = "Ladder_RailR" |
| 5208 | p.Size = Vector3.new(0.2, 14, 0.2) |
| 5209 | p.CFrame = CFrame.new(-0.82, 16, -12.2) |
| 5210 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5211 | p.Material = Enum.Material.Glacier |
| 5212 | p.MaterialVariant = "2022 Weld" |
| 5213 | p.Anchored = true |
| 5214 | p.Parent = model |
| 5215 | end |
| 5216 | do |
| 5217 | local p = Instance.new("Part") |
| 5218 | p.Name = "Ladder_Rung_0" |
| 5219 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5220 | p.CFrame = CFrame.new(-1.5, 9.5, -12.16) |
| 5221 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5222 | p.Material = Enum.Material.Glacier |
| 5223 | p.MaterialVariant = "2022 Weld" |
| 5224 | p.Anchored = true |
| 5225 | p.Parent = model |
| 5226 | end |
| 5227 | do |
| 5228 | local p = Instance.new("Part") |
| 5229 | p.Name = "Ladder_Rung_1" |
| 5230 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5231 | p.CFrame = CFrame.new(-1.5, 10.5, -12.12) |
| 5232 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5233 | p.Material = Enum.Material.Glacier |
| 5234 | p.MaterialVariant = "2022 Weld" |
| 5235 | p.Anchored = true |
| 5236 | p.Parent = model |
| 5237 | end |
| 5238 | do |
| 5239 | local p = Instance.new("Part") |
| 5240 | p.Name = "Ladder_Rung_2" |
| 5241 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5242 | p.CFrame = CFrame.new(-1.5, 11.5, -12.08) |
| 5243 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5244 | p.Material = Enum.Material.Glacier |
| 5245 | p.MaterialVariant = "2022 Weld" |
| 5246 | p.Anchored = true |
| 5247 | p.Parent = model |
| 5248 | end |
| 5249 | do |
| 5250 | local p = Instance.new("Part") |
| 5251 | p.Name = "Ladder_Rung_3" |
| 5252 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5253 | p.CFrame = CFrame.new(-1.5, 12.5, -12.08) |
| 5254 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5255 | p.Material = Enum.Material.Glacier |
| 5256 | p.MaterialVariant = "2022 Weld" |
| 5257 | p.Anchored = true |
| 5258 | p.Parent = model |
| 5259 | end |
| 5260 | do |
| 5261 | local p = Instance.new("Part") |
| 5262 | p.Name = "Ladder_Rung_4" |
| 5263 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5264 | p.CFrame = CFrame.new(-1.5, 13.5, -12.08) |
| 5265 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5266 | p.Material = Enum.Material.Glacier |
| 5267 | p.MaterialVariant = "2022 Weld" |
| 5268 | p.Anchored = true |
| 5269 | p.Parent = model |
| 5270 | end |
| 5271 | do |
| 5272 | local p = Instance.new("Part") |
| 5273 | p.Name = "Ladder_Rung_5" |
| 5274 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5275 | p.CFrame = CFrame.new(-1.5, 14.5, -12.12) |
| 5276 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5277 | p.Material = Enum.Material.Glacier |
| 5278 | p.MaterialVariant = "2022 Weld" |
| 5279 | p.Anchored = true |
| 5280 | p.Parent = model |
| 5281 | end |
| 5282 | do |
| 5283 | local p = Instance.new("Part") |
| 5284 | p.Name = "Ladder_Rung_6" |
| 5285 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5286 | p.CFrame = CFrame.new(-1.5, 15.5, -12.12) |
| 5287 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5288 | p.Material = Enum.Material.Glacier |
| 5289 | p.MaterialVariant = "2022 Weld" |
| 5290 | p.Anchored = true |
| 5291 | p.Parent = model |
| 5292 | end |
| 5293 | do |
| 5294 | local p = Instance.new("Part") |
| 5295 | p.Name = "Ladder_Rung_7" |
| 5296 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5297 | p.CFrame = CFrame.new(-1.5, 16.5, -12.12) |
| 5298 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5299 | p.Material = Enum.Material.Glacier |
| 5300 | p.MaterialVariant = "2022 Weld" |
| 5301 | p.Anchored = true |
| 5302 | p.Parent = model |
| 5303 | end |
| 5304 | do |
| 5305 | local p = Instance.new("Part") |
| 5306 | p.Name = "Ladder_Rung_8" |
| 5307 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5308 | p.CFrame = CFrame.new(-1.5, 17.5, -12.08) |
| 5309 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5310 | p.Material = Enum.Material.Glacier |
| 5311 | p.MaterialVariant = "2022 Weld" |
| 5312 | p.Anchored = true |
| 5313 | p.Parent = model |
| 5314 | end |
| 5315 | do |
| 5316 | local p = Instance.new("Part") |
| 5317 | p.Name = "Ladder_Rung_9" |
| 5318 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5319 | p.CFrame = CFrame.new(-1.5, 18.5, -12.08) |
| 5320 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5321 | p.Material = Enum.Material.Glacier |
| 5322 | p.MaterialVariant = "2022 Weld" |
| 5323 | p.Anchored = true |
| 5324 | p.Parent = model |
| 5325 | end |
| 5326 | do |
| 5327 | local p = Instance.new("Part") |
| 5328 | p.Name = "Ladder_Rung_10" |
| 5329 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5330 | p.CFrame = CFrame.new(-1.5, 19.5, -12.08) |
| 5331 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5332 | p.Material = Enum.Material.Glacier |
| 5333 | p.MaterialVariant = "2022 Weld" |
| 5334 | p.Anchored = true |
| 5335 | p.Parent = model |
| 5336 | end |
| 5337 | do |
| 5338 | local p = Instance.new("Part") |
| 5339 | p.Name = "Ladder_Rung_11" |
| 5340 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5341 | p.CFrame = CFrame.new(-1.5, 20.5, -12.12) |
| 5342 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5343 | p.Material = Enum.Material.Glacier |
| 5344 | p.MaterialVariant = "2022 Weld" |
| 5345 | p.Anchored = true |
| 5346 | p.Parent = model |
| 5347 | end |
| 5348 | do |
| 5349 | local p = Instance.new("Part") |
| 5350 | p.Name = "Ladder_Rung_12" |
| 5351 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5352 | p.CFrame = CFrame.new(-1.5, 21.5, -12.12) |
| 5353 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5354 | p.Material = Enum.Material.Glacier |
| 5355 | p.MaterialVariant = "2022 Weld" |
| 5356 | p.Anchored = true |
| 5357 | p.Parent = model |
| 5358 | end |
| 5359 | do |
| 5360 | local p = Instance.new("Part") |
| 5361 | p.Name = "Ladder_Rung_13" |
| 5362 | p.Size = Vector3.new(1.2, 0.2, 0.2) |
| 5363 | p.CFrame = CFrame.new(-1.5, 22.5, -12.12) |
| 5364 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5365 | p.Material = Enum.Material.Glacier |
| 5366 | p.MaterialVariant = "2022 Weld" |
| 5367 | p.Anchored = true |
| 5368 | p.Parent = model |
| 5369 | end |
| 5370 | do |
| 5371 | local p = Instance.new("Part") |
| 5372 | p.Name = "Ladder_CurveL" |
| 5373 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 5374 | p.CFrame = CFrame.new(-2.02, 23.5, -11.7) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 5375 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5376 | p.Material = Enum.Material.Glacier |
| 5377 | p.MaterialVariant = "2022 Weld" |
| 5378 | p.Anchored = true |
| 5379 | p.Parent = model |
| 5380 | end |
| 5381 | do |
| 5382 | local p = Instance.new("Part") |
| 5383 | p.Name = "Ladder_CurveR" |
| 5384 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 5385 | p.CFrame = CFrame.new(-0.98, 23.5, -11.7) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 5386 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5387 | p.Material = Enum.Material.Glacier |
| 5388 | p.MaterialVariant = "2022 Weld" |
| 5389 | p.Anchored = true |
| 5390 | p.Parent = model |
| 5391 | end |
| 5392 | do |
| 5393 | local p = Instance.new("Part") |
| 5394 | p.Name = "Trim_FrontL" |
| 5395 | p.Size = Vector3.new(12.5, 0.4, 0.4) |
| 5396 | p.CFrame = CFrame.new(-8.25, 10.5, -11.7) |
| 5397 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 5398 | p.Material = Enum.Material.Glacier |
| 5399 | p.MaterialVariant = "2022 Inlet" |
| 5400 | p.Anchored = true |
| 5401 | p.Parent = model |
| 5402 | end |
| 5403 | do |
| 5404 | local p = Instance.new("Part") |
| 5405 | p.Name = "Trim_FrontR" |
| 5406 | p.Size = Vector3.new(16.5, 0.4, 0.4) |
| 5407 | p.CFrame = CFrame.new(6.25, 10.5, -12.7) |
| 5408 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 5409 | p.Material = Enum.Material.Glacier |
| 5410 | p.MaterialVariant = "2022 Inlet" |
| 5411 | p.Anchored = true |
| 5412 | p.Parent = model |
| 5413 | end |
| 5414 | do |
| 5415 | local p = Instance.new("Part") |
| 5416 | p.Name = "Trim_Right" |
| 5417 | p.Size = Vector3.new(0.4, 0.4, 24) |
| 5418 | p.CFrame = CFrame.new(14.7, 10.5, 0.04) |
| 5419 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 5420 | p.Material = Enum.Material.Glacier |
| 5421 | p.MaterialVariant = "2022 Inlet" |
| 5422 | p.Anchored = true |
| 5423 | p.Parent = model |
| 5424 | end |
| 5425 | do |
| 5426 | local p = Instance.new("Part") |
| 5427 | p.Shape = Enum.PartType.Cylinder |
| 5428 | p.Name = "Pipe_L1_Vert" |
| 5429 | p.Size = Vector3.new(0.4, 20, 0.4) |
| 5430 | p.CFrame = CFrame.new(-14.7, 10, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 5431 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5432 | p.Material = Enum.Material.Glacier |
| 5433 | p.MaterialVariant = "2022 Weld" |
| 5434 | p.Anchored = true |
| 5435 | p.Parent = model |
| 5436 | end |
| 5437 | do |
| 5438 | local p = Instance.new("Part") |
| 5439 | p.Shape = Enum.PartType.Cylinder |
| 5440 | p.Name = "Pipe_L1_Horiz" |
| 5441 | p.Size = Vector3.new(0.4, 8, 0.4) |
| 5442 | p.CFrame = CFrame.new(-14.7, 2, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 5443 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5444 | p.Material = Enum.Material.Glacier |
| 5445 | p.MaterialVariant = "2022 Weld" |
| 5446 | p.Anchored = true |
| 5447 | p.Parent = model |
| 5448 | end |
| 5449 | do |
| 5450 | local p = Instance.new("Part") |
| 5451 | p.Shape = Enum.PartType.Ball |
| 5452 | p.Name = "Pipe_L1_Elbow" |
| 5453 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 5454 | p.CFrame = CFrame.new(-14.7, 2, -8) |
| 5455 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5456 | p.Material = Enum.Material.Glacier |
| 5457 | p.MaterialVariant = "2022 Weld" |
| 5458 | p.Anchored = true |
| 5459 | p.Parent = model |
| 5460 | end |
| 5461 | do |
| 5462 | local p = Instance.new("Part") |
| 5463 | p.Shape = Enum.PartType.Cylinder |
| 5464 | p.Name = "Pipe_F1_Vert" |
| 5465 | p.Size = Vector3.new(0.3, 20, 0.3) |
| 5466 | p.CFrame = CFrame.new(12, 10, -12.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 5467 | p.BrickColor = BrickColor.new("Really black") |
| 5468 | p.Material = Enum.Material.Glacier |
| 5469 | p.MaterialVariant = "2022 Universal" |
| 5470 | p.Anchored = true |
| 5471 | p.Parent = model |
| 5472 | end |
| 5473 | do |
| 5474 | local p = Instance.new("Part") |
| 5475 | p.Name = "ElecBox_Main" |
| 5476 | p.Size = Vector3.new(0.6, 2, 1.5) |
| 5477 | p.CFrame = CFrame.new(14.56, 6, -2) |
| 5478 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 5479 | p.Material = Enum.Material.Glacier |
| 5480 | p.MaterialVariant = "2022 Inlet" |
| 5481 | p.Anchored = true |
| 5482 | p.Parent = model |
| 5483 | end |
| 5484 | do |
| 5485 | local p = Instance.new("Part") |
| 5486 | p.Name = "ElecBox_Door" |
| 5487 | p.Size = Vector3.new(0.1, 1.8, 1.3) |
| 5488 | p.CFrame = CFrame.new(14.98, 6, -2) |
| 5489 | p.BrickColor = BrickColor.new("Light stone grey") |
| 5490 | p.Material = Enum.Material.Glacier |
| 5491 | p.MaterialVariant = "2022 Inlet" |
| 5492 | p.Anchored = true |
| 5493 | p.Parent = model |
| 5494 | end |
| 5495 | do |
| 5496 | local p = Instance.new("Part") |
| 5497 | p.Shape = Enum.PartType.Cylinder |
| 5498 | p.Name = "ElecBox_Conduit" |
| 5499 | p.Size = Vector3.new(0.2, 8, 0.2) |
| 5500 | p.CFrame = CFrame.new(14.7, 2, -2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 5501 | p.BrickColor = BrickColor.new("Really black") |
| 5502 | p.Material = Enum.Material.Glacier |
| 5503 | p.MaterialVariant = "2022 Universal" |
| 5504 | p.Anchored = true |
| 5505 | p.Parent = model |
| 5506 | end |
| 5507 | do |
| 5508 | local p = Instance.new("Part") |
| 5509 | p.Name = "WallPatch_0" |
| 5510 | p.Size = Vector3.new(2, 2, 0.1) |
| 5511 | p.CFrame = CFrame.new(-4.52029, 13.0833, -11.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(2.99673)) |
| 5512 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5513 | p.Material = Enum.Material.Glacier |
| 5514 | p.MaterialVariant = "2022 Weld" |
| 5515 | p.Anchored = true |
| 5516 | p.Parent = model |
| 5517 | end |
| 5518 | do |
| 5519 | local p = Instance.new("Part") |
| 5520 | p.Name = "WallPatch_1" |
| 5521 | p.Size = Vector3.new(2, 2, 0.1) |
| 5522 | p.CFrame = CFrame.new(9.84943, 15.6375, -12.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(7.18684)) |
| 5523 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5524 | p.Material = Enum.Material.Glacier |
| 5525 | p.MaterialVariant = "2022 Weld" |
| 5526 | p.Anchored = true |
| 5527 | p.Parent = model |
| 5528 | end |
| 5529 | do |
| 5530 | local p = Instance.new("Part") |
| 5531 | p.Name = "WallPatch_2" |
| 5532 | p.Size = Vector3.new(2, 2, 0.1) |
| 5533 | p.CFrame = CFrame.new(-3.35974, 7.06658, -11.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(4.37435)) |
| 5534 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5535 | p.Material = Enum.Material.Glacier |
| 5536 | p.MaterialVariant = "2022 Weld" |
| 5537 | p.Anchored = true |
| 5538 | p.Parent = model |
| 5539 | end |
| 5540 | do |
| 5541 | local p = Instance.new("Part") |
| 5542 | p.Name = "WallPatch_3" |
| 5543 | p.Size = Vector3.new(2, 2, 0.1) |
| 5544 | p.CFrame = CFrame.new(7.26325, 15.9581, -12.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-9.28202)) |
| 5545 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5546 | p.Material = Enum.Material.Glacier |
| 5547 | p.MaterialVariant = "2022 Weld" |
| 5548 | p.Anchored = true |
| 5549 | p.Parent = model |
| 5550 | end |
| 5551 | do |
| 5552 | local p = Instance.new("Part") |
| 5553 | p.Name = "WallPatch_4" |
| 5554 | p.Size = Vector3.new(2, 2, 0.1) |
| 5555 | p.CFrame = CFrame.new(-12.0842, 12.0986, -11.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(8.41858)) |
| 5556 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5557 | p.Material = Enum.Material.Glacier |
| 5558 | p.MaterialVariant = "2022 Weld" |
| 5559 | p.Anchored = true |
| 5560 | p.Parent = model |
| 5561 | end |
| 5562 | do |
| 5563 | local p = Instance.new("Part") |
| 5564 | p.Name = "Graffiti_R_0" |
| 5565 | p.Size = Vector3.new(0.05, 0.647665, 1.45062) |
| 5566 | p.CFrame = CFrame.new(14.7199, 4.98707, -1.05646) |
| 5567 | p.BrickColor = BrickColor.new("Bright red") |
| 5568 | p.Material = Enum.Material.Glacier |
| 5569 | p.Anchored = true |
| 5570 | p.Parent = model |
| 5571 | end |
| 5572 | do |
| 5573 | local p = Instance.new("Part") |
| 5574 | p.Name = "Graffiti_R_1" |
| 5575 | p.Size = Vector3.new(0.05, 0.568986, 1.69422) |
| 5576 | p.CFrame = CFrame.new(14.5722, 4.776, 6.45479) |
| 5577 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5578 | p.Material = Enum.Material.Glacier |
| 5579 | p.Anchored = true |
| 5580 | p.Parent = model |
| 5581 | end |
| 5582 | do |
| 5583 | local p = Instance.new("Part") |
| 5584 | p.Name = "Graffiti_R_2" |
| 5585 | p.Size = Vector3.new(0.05, 1.11808, 1.5227) |
| 5586 | p.CFrame = CFrame.new(14.5679, 3.72275, -4.09284) |
| 5587 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5588 | p.Material = Enum.Material.Glacier |
| 5589 | p.MaterialVariant = "2022 Weld" |
| 5590 | p.Anchored = true |
| 5591 | p.Parent = model |
| 5592 | end |
| 5593 | do |
| 5594 | local p = Instance.new("Part") |
| 5595 | p.Name = "Graffiti_R_3" |
| 5596 | p.Size = Vector3.new(0.05, 1.42957, 0.861245) |
| 5597 | p.CFrame = CFrame.new(14.5585, 2.31587, 5.93343) |
| 5598 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5599 | p.Material = Enum.Material.Glacier |
| 5600 | p.MaterialVariant = "2022 Weld" |
| 5601 | p.Anchored = true |
| 5602 | p.Parent = model |
| 5603 | end |
| 5604 | do |
| 5605 | local p = Instance.new("Part") |
| 5606 | p.Name = "Graffiti_R_4" |
| 5607 | p.Size = Vector3.new(0.05, 1.50026, 1.84836) |
| 5608 | p.CFrame = CFrame.new(14.5616, 4.55162, -0.646872) |
| 5609 | p.BrickColor = BrickColor.new("Hot pink") |
| 5610 | p.Material = Enum.Material.Glacier |
| 5611 | p.Anchored = true |
| 5612 | p.Parent = model |
| 5613 | end |
| 5614 | do |
| 5615 | local p = Instance.new("Part") |
| 5616 | p.Name = "Graffiti_R_5" |
| 5617 | p.Size = Vector3.new(0.05, 1.1626, 1.01835) |
| 5618 | p.CFrame = CFrame.new(14.5951, 4.71044, -5.47239) |
| 5619 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5620 | p.Material = Enum.Material.Glacier |
| 5621 | p.Anchored = true |
| 5622 | p.Parent = model |
| 5623 | end |
| 5624 | do |
| 5625 | local p = Instance.new("Part") |
| 5626 | p.Name = "Graffiti_R_6" |
| 5627 | p.Size = Vector3.new(0.05, 1.76796, 0.798825) |
| 5628 | p.CFrame = CFrame.new(14.6619, 3.69724, -3.99843) |
| 5629 | p.BrickColor = BrickColor.new("Hot pink") |
| 5630 | p.Material = Enum.Material.Glacier |
| 5631 | p.Anchored = true |
| 5632 | p.Parent = model |
| 5633 | end |
| 5634 | do |
| 5635 | local p = Instance.new("Part") |
| 5636 | p.Name = "Graffiti_R_7" |
| 5637 | p.Size = Vector3.new(0.05, 1.03844, 0.943809) |
| 5638 | p.CFrame = CFrame.new(14.5927, 2.42661, -1.89817) |
| 5639 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5640 | p.Material = Enum.Material.Glacier |
| 5641 | p.Anchored = true |
| 5642 | p.Parent = model |
| 5643 | end |
| 5644 | do |
| 5645 | local p = Instance.new("Part") |
| 5646 | p.Name = "Graffiti_R_8" |
| 5647 | p.Size = Vector3.new(0.05, 0.512147, 1.7976) |
| 5648 | p.CFrame = CFrame.new(14.3911, 5.32015, -1.66711) |
| 5649 | p.BrickColor = BrickColor.new("Bright red") |
| 5650 | p.Material = Enum.Material.Glacier |
| 5651 | p.Anchored = true |
| 5652 | p.Parent = model |
| 5653 | end |
| 5654 | do |
| 5655 | local p = Instance.new("Part") |
| 5656 | p.Name = "Graffiti_R_9" |
| 5657 | p.Size = Vector3.new(0.05, 1.8544, 1.66361) |
| 5658 | p.CFrame = CFrame.new(14.5955, 4.98069, 5.32542) |
| 5659 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5660 | p.Material = Enum.Material.Glacier |
| 5661 | p.MaterialVariant = "2022 Weld" |
| 5662 | p.Anchored = true |
| 5663 | p.Parent = model |
| 5664 | end |
| 5665 | do |
| 5666 | local p = Instance.new("Part") |
| 5667 | p.Name = "Graffiti_R_10" |
| 5668 | p.Size = Vector3.new(0.05, 1.43134, 1.51665) |
| 5669 | p.CFrame = CFrame.new(14.5804, 3.40928, 2.18589) |
| 5670 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5671 | p.Material = Enum.Material.Glacier |
| 5672 | p.MaterialVariant = "2022 Weld" |
| 5673 | p.Anchored = true |
| 5674 | p.Parent = model |
| 5675 | end |
| 5676 | do |
| 5677 | local p = Instance.new("Part") |
| 5678 | p.Name = "Graffiti_R_11" |
| 5679 | p.Size = Vector3.new(0.05, 0.963399, 1.16124) |
| 5680 | p.CFrame = CFrame.new(14.5814, 5.61362, 2.34145) |
| 5681 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5682 | p.Material = Enum.Material.Glacier |
| 5683 | p.Anchored = true |
| 5684 | p.Parent = model |
| 5685 | end |
| 5686 | do |
| 5687 | local p = Instance.new("Part") |
| 5688 | p.Name = "Graffiti_R_12" |
| 5689 | p.Size = Vector3.new(0.05, 1.62122, 0.76346) |
| 5690 | p.CFrame = CFrame.new(14.5466, 2.32053, -3.27823) |
| 5691 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5692 | p.Material = Enum.Material.Glacier |
| 5693 | p.MaterialVariant = "2022 Weld" |
| 5694 | p.Anchored = true |
| 5695 | p.Parent = model |
| 5696 | end |
| 5697 | do |
| 5698 | local p = Instance.new("Part") |
| 5699 | p.Name = "Graffiti_R_13" |
| 5700 | p.Size = Vector3.new(0.05, 1.25269, 0.908791) |
| 5701 | p.CFrame = CFrame.new(14.5893, 5.50584, -2.14628) |
| 5702 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5703 | p.Material = Enum.Material.Glacier |
| 5704 | p.MaterialVariant = "2022 Weld" |
| 5705 | p.Anchored = true |
| 5706 | p.Parent = model |
| 5707 | end |
| 5708 | do |
| 5709 | local p = Instance.new("Part") |
| 5710 | p.Name = "Graffiti_R_14" |
| 5711 | p.Size = Vector3.new(0.05, 1.70973, 1.61984) |
| 5712 | p.CFrame = CFrame.new(14.6428, 5.29876, -0.290435) |
| 5713 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5714 | p.Material = Enum.Material.Glacier |
| 5715 | p.Anchored = true |
| 5716 | p.Parent = model |
| 5717 | end |
| 5718 | do |
| 5719 | local p = Instance.new("Part") |
| 5720 | p.Name = "Graffiti_L_0" |
| 5721 | p.Size = Vector3.new(0.05, 1.63123, 0.838422) |
| 5722 | p.CFrame = CFrame.new(-14.5198, 3.87333, -6.79521) |
| 5723 | p.BrickColor = BrickColor.new("Hot pink") |
| 5724 | p.Material = Enum.Material.Glacier |
| 5725 | p.Anchored = true |
| 5726 | p.Parent = model |
| 5727 | end |
| 5728 | do |
| 5729 | local p = Instance.new("Part") |
| 5730 | p.Name = "Graffiti_L_1" |
| 5731 | p.Size = Vector3.new(0.05, 1.68602, 0.520878) |
| 5732 | p.CFrame = CFrame.new(-14.5516, 5.21835, -2.1476) |
| 5733 | p.BrickColor = BrickColor.new("Bright red") |
| 5734 | p.Material = Enum.Material.Glacier |
| 5735 | p.Anchored = true |
| 5736 | p.Parent = model |
| 5737 | end |
| 5738 | do |
| 5739 | local p = Instance.new("Part") |
| 5740 | p.Name = "Graffiti_L_2" |
| 5741 | p.Size = Vector3.new(0.05, 1.37684, 1.73363) |
| 5742 | p.CFrame = CFrame.new(-14.5773, 4.69131, 2.75745) |
| 5743 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5744 | p.Material = Enum.Material.Glacier |
| 5745 | p.Anchored = true |
| 5746 | p.Parent = model |
| 5747 | end |
| 5748 | do |
| 5749 | local p = Instance.new("Part") |
| 5750 | p.Name = "Graffiti_L_3" |
| 5751 | p.Size = Vector3.new(0.05, 1.82635, 1.34211) |
| 5752 | p.CFrame = CFrame.new(-14.5946, 2.93529, -7.59961) |
| 5753 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5754 | p.Material = Enum.Material.Glacier |
| 5755 | p.MaterialVariant = "2022 Weld" |
| 5756 | p.Anchored = true |
| 5757 | p.Parent = model |
| 5758 | end |
| 5759 | do |
| 5760 | local p = Instance.new("Part") |
| 5761 | p.Name = "Graffiti_L_4" |
| 5762 | p.Size = Vector3.new(0.05, 1.55162, 1.47386) |
| 5763 | p.CFrame = CFrame.new(-14.5276, 4.54162, -0.571719) |
| 5764 | p.BrickColor = BrickColor.new("Bright red") |
| 5765 | p.Material = Enum.Material.Glacier |
| 5766 | p.Anchored = true |
| 5767 | p.Parent = model |
| 5768 | end |
| 5769 | do |
| 5770 | local p = Instance.new("Part") |
| 5771 | p.Name = "Graffiti_L_5" |
| 5772 | p.Size = Vector3.new(0.05, 1.23894, 0.645788) |
| 5773 | p.CFrame = CFrame.new(-14.593, 5.78505, -3.13017) |
| 5774 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5775 | p.Material = Enum.Material.Glacier |
| 5776 | p.MaterialVariant = "2022 Weld" |
| 5777 | p.Anchored = true |
| 5778 | p.Parent = model |
| 5779 | end |
| 5780 | do |
| 5781 | local p = Instance.new("Part") |
| 5782 | p.Name = "Graffiti_L_6" |
| 5783 | p.Size = Vector3.new(0.05, 1.54473, 1.31029) |
| 5784 | p.CFrame = CFrame.new(-14.5806, 3.48405, 7.19009) |
| 5785 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5786 | p.Material = Enum.Material.Glacier |
| 5787 | p.MaterialVariant = "2022 Weld" |
| 5788 | p.Anchored = true |
| 5789 | p.Parent = model |
| 5790 | end |
| 5791 | do |
| 5792 | local p = Instance.new("Part") |
| 5793 | p.Name = "Graffiti_L_7" |
| 5794 | p.Size = Vector3.new(0.05, 1.42348, 1.90858) |
| 5795 | p.CFrame = CFrame.new(-14.5557, 4.61969, 5.33909) |
| 5796 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5797 | p.Material = Enum.Material.Glacier |
| 5798 | p.Anchored = true |
| 5799 | p.Parent = model |
| 5800 | end |
| 5801 | do |
| 5802 | local p = Instance.new("Part") |
| 5803 | p.Name = "Graffiti_L_8" |
| 5804 | p.Size = Vector3.new(0.05, 1.92583, 1.78317) |
| 5805 | p.CFrame = CFrame.new(-14.5984, 3.48212, -0.905871) |
| 5806 | p.BrickColor = BrickColor.new("Bright red") |
| 5807 | p.Material = Enum.Material.Glacier |
| 5808 | p.Anchored = true |
| 5809 | p.Parent = model |
| 5810 | end |
| 5811 | do |
| 5812 | local p = Instance.new("Part") |
| 5813 | p.Name = "Graffiti_L_9" |
| 5814 | p.Size = Vector3.new(0.05, 1.46724, 0.590825) |
| 5815 | p.CFrame = CFrame.new(-14.471, 3.46934, 6.42714) |
| 5816 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5817 | p.Material = Enum.Material.Glacier |
| 5818 | p.Anchored = true |
| 5819 | p.Parent = model |
| 5820 | end |
| 5821 | do |
| 5822 | local p = Instance.new("Part") |
| 5823 | p.Name = "Graffiti_L_10" |
| 5824 | p.Size = Vector3.new(0.05, 1.18208, 1.49415) |
| 5825 | p.CFrame = CFrame.new(-14.5905, 2.48864, 5.56853) |
| 5826 | p.BrickColor = BrickColor.new("Bright red") |
| 5827 | p.Material = Enum.Material.Glacier |
| 5828 | p.Anchored = true |
| 5829 | p.Parent = model |
| 5830 | end |
| 5831 | do |
| 5832 | local p = Instance.new("Part") |
| 5833 | p.Name = "Graffiti_L_11" |
| 5834 | p.Size = Vector3.new(0.05, 1.68047, 0.807808) |
| 5835 | p.CFrame = CFrame.new(-14.6775, 3.33404, 7.82113) |
| 5836 | p.BrickColor = BrickColor.new("Bright yellow") |
| 5837 | p.Material = Enum.Material.Glacier |
| 5838 | p.MaterialVariant = "2022 Weld" |
| 5839 | p.Anchored = true |
| 5840 | p.Parent = model |
| 5841 | end |
| 5842 | do |
| 5843 | local p = Instance.new("Part") |
| 5844 | p.Name = "Graffiti_L_12" |
| 5845 | p.Size = Vector3.new(0.05, 1.66155, 1.68297) |
| 5846 | p.CFrame = CFrame.new(-14.5707, 5.25221, -4.27202) |
| 5847 | p.BrickColor = BrickColor.new("Bright red") |
| 5848 | p.Material = Enum.Material.Glacier |
| 5849 | p.Anchored = true |
| 5850 | p.Parent = model |
| 5851 | end |
| 5852 | do |
| 5853 | local p = Instance.new("Part") |
| 5854 | p.Name = "Graffiti_L_13" |
| 5855 | p.Size = Vector3.new(0.05, 1.31032, 1.69777) |
| 5856 | p.CFrame = CFrame.new(-14.5861, 5.93611, 7.80044) |
| 5857 | p.BrickColor = BrickColor.new("Bright red") |
| 5858 | p.Material = Enum.Material.Glacier |
| 5859 | p.Anchored = true |
| 5860 | p.Parent = model |
| 5861 | end |
| 5862 | do |
| 5863 | local p = Instance.new("Part") |
| 5864 | p.Name = "Graffiti_L_14" |
| 5865 | p.Size = Vector3.new(0.05, 1.68498, 0.856897) |
| 5866 | p.CFrame = CFrame.new(-14.5669, 2.10312, -7.76224) |
| 5867 | p.BrickColor = BrickColor.new("Toothpaste") |
| 5868 | p.Material = Enum.Material.Glacier |
| 5869 | p.Anchored = true |
| 5870 | p.Parent = model |
| 5871 | end |
| 5872 | do |
| 5873 | local p = Instance.new("Part") |
| 5874 | p.Name = "FE_Plat1" |
| 5875 | p.Size = Vector3.new(3, 0.4, 6) |
| 5876 | p.CFrame = CFrame.new(-16.62, 10, -5) |
| 5877 | p.BrickColor = BrickColor.new("Really black") |
| 5878 | p.Material = Enum.Material.Glacier |
| 5879 | p.MaterialVariant = "2022 Universal" |
| 5880 | p.Anchored = true |
| 5881 | p.Parent = model |
| 5882 | end |
| 5883 | do |
| 5884 | local p = Instance.new("Part") |
| 5885 | p.Name = "FE_Plat2" |
| 5886 | p.Size = Vector3.new(3, 0.4, 6) |
| 5887 | p.CFrame = CFrame.new(-16.58, 20, -5) |
| 5888 | p.BrickColor = BrickColor.new("Really black") |
| 5889 | p.Material = Enum.Material.Glacier |
| 5890 | p.MaterialVariant = "2022 Universal" |
| 5891 | p.Anchored = true |
| 5892 | p.Parent = model |
| 5893 | end |
| 5894 | do |
| 5895 | local p = Instance.new("Part") |
| 5896 | p.Name = "FE_Rail1_F" |
| 5897 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 5898 | p.CFrame = CFrame.new(-16.5, 11.5, -8) |
| 5899 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5900 | p.Material = Enum.Material.Glacier |
| 5901 | p.MaterialVariant = "2022 Weld" |
| 5902 | p.Anchored = true |
| 5903 | p.Parent = model |
| 5904 | end |
| 5905 | do |
| 5906 | local p = Instance.new("Part") |
| 5907 | p.Name = "FE_Rail1_B" |
| 5908 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 5909 | p.CFrame = CFrame.new(-16.5, 11.5, -2) |
| 5910 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5911 | p.Material = Enum.Material.Glacier |
| 5912 | p.MaterialVariant = "2022 Weld" |
| 5913 | p.Anchored = true |
| 5914 | p.Parent = model |
| 5915 | end |
| 5916 | do |
| 5917 | local p = Instance.new("Part") |
| 5918 | p.Name = "FE_Rail1_S" |
| 5919 | p.Size = Vector3.new(0.2, 0.2, 6) |
| 5920 | p.CFrame = CFrame.new(-18, 11.5, -5) |
| 5921 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5922 | p.Material = Enum.Material.Glacier |
| 5923 | p.MaterialVariant = "2022 Weld" |
| 5924 | p.Anchored = true |
| 5925 | p.Parent = model |
| 5926 | end |
| 5927 | do |
| 5928 | local p = Instance.new("Part") |
| 5929 | p.Name = "FE_Rail2_F" |
| 5930 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 5931 | p.CFrame = CFrame.new(-16.5, 21.5, -8) |
| 5932 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5933 | p.Material = Enum.Material.Glacier |
| 5934 | p.MaterialVariant = "2022 Weld" |
| 5935 | p.Anchored = true |
| 5936 | p.Parent = model |
| 5937 | end |
| 5938 | do |
| 5939 | local p = Instance.new("Part") |
| 5940 | p.Name = "FE_Rail2_B" |
| 5941 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 5942 | p.CFrame = CFrame.new(-16.5, 21.5, -2) |
| 5943 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5944 | p.Material = Enum.Material.Glacier |
| 5945 | p.MaterialVariant = "2022 Weld" |
| 5946 | p.Anchored = true |
| 5947 | p.Parent = model |
| 5948 | end |
| 5949 | do |
| 5950 | local p = Instance.new("Part") |
| 5951 | p.Name = "FE_Rail2_S" |
| 5952 | p.Size = Vector3.new(0.2, 0.2, 6) |
| 5953 | p.CFrame = CFrame.new(-18, 21.5, -5) |
| 5954 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5955 | p.Material = Enum.Material.Glacier |
| 5956 | p.MaterialVariant = "2022 Weld" |
| 5957 | p.Anchored = true |
| 5958 | p.Parent = model |
| 5959 | end |
| 5960 | do |
| 5961 | local p = Instance.new("Part") |
| 5962 | p.Name = "FE_Supp1" |
| 5963 | p.Size = Vector3.new(0.4, 10, 0.4) |
| 5964 | p.CFrame = CFrame.new(-16.5, 5, -5) |
| 5965 | p.BrickColor = BrickColor.new("Really black") |
| 5966 | p.Material = Enum.Material.Glacier |
| 5967 | p.MaterialVariant = "2022 Universal" |
| 5968 | p.Anchored = true |
| 5969 | p.Parent = model |
| 5970 | end |
| 5971 | do |
| 5972 | local p = Instance.new("Part") |
| 5973 | p.Name = "FE_Supp2" |
| 5974 | p.Size = Vector3.new(0.4, 10, 0.4) |
| 5975 | p.CFrame = CFrame.new(-16.5, 15, -5) |
| 5976 | p.BrickColor = BrickColor.new("Really black") |
| 5977 | p.Material = Enum.Material.Glacier |
| 5978 | p.MaterialVariant = "2022 Universal" |
| 5979 | p.Anchored = true |
| 5980 | p.Parent = model |
| 5981 | end |
| 5982 | do |
| 5983 | local p = Instance.new("Part") |
| 5984 | p.Name = "FE_Ladder_L" |
| 5985 | p.Size = Vector3.new(0.2, 10, 0.2) |
| 5986 | p.CFrame = CFrame.new(-15.5, 15, -7.5) |
| 5987 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5988 | p.Material = Enum.Material.Glacier |
| 5989 | p.MaterialVariant = "2022 Weld" |
| 5990 | p.Anchored = true |
| 5991 | p.Parent = model |
| 5992 | end |
| 5993 | do |
| 5994 | local p = Instance.new("Part") |
| 5995 | p.Name = "FE_Ladder_R" |
| 5996 | p.Size = Vector3.new(0.2, 10, 0.2) |
| 5997 | p.CFrame = CFrame.new(-15.5, 15, -6.5) |
| 5998 | p.BrickColor = BrickColor.new("Reddish brown") |
| 5999 | p.Material = Enum.Material.Glacier |
| 6000 | p.MaterialVariant = "2022 Weld" |
| 6001 | p.Anchored = true |
| 6002 | p.Parent = model |
| 6003 | end |
| 6004 | do |
| 6005 | local p = Instance.new("Part") |
| 6006 | p.Name = "FE_Ladder_Rung_0" |
| 6007 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6008 | p.CFrame = CFrame.new(-15.46, 10.5, -6.96) |
| 6009 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6010 | p.Material = Enum.Material.Glacier |
| 6011 | p.MaterialVariant = "2022 Weld" |
| 6012 | p.Anchored = true |
| 6013 | p.Parent = model |
| 6014 | end |
| 6015 | do |
| 6016 | local p = Instance.new("Part") |
| 6017 | p.Name = "FE_Ladder_Rung_1" |
| 6018 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6019 | p.CFrame = CFrame.new(-15.46, 11.5, -6.96) |
| 6020 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6021 | p.Material = Enum.Material.Glacier |
| 6022 | p.MaterialVariant = "2022 Weld" |
| 6023 | p.Anchored = true |
| 6024 | p.Parent = model |
| 6025 | end |
| 6026 | do |
| 6027 | local p = Instance.new("Part") |
| 6028 | p.Name = "FE_Ladder_Rung_2" |
| 6029 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6030 | p.CFrame = CFrame.new(-15.46, 12.5, -6.96) |
| 6031 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6032 | p.Material = Enum.Material.Glacier |
| 6033 | p.MaterialVariant = "2022 Weld" |
| 6034 | p.Anchored = true |
| 6035 | p.Parent = model |
| 6036 | end |
| 6037 | do |
| 6038 | local p = Instance.new("Part") |
| 6039 | p.Name = "FE_Ladder_Rung_3" |
| 6040 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6041 | p.CFrame = CFrame.new(-15.46, 13.5, -6.96) |
| 6042 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6043 | p.Material = Enum.Material.Glacier |
| 6044 | p.MaterialVariant = "2022 Weld" |
| 6045 | p.Anchored = true |
| 6046 | p.Parent = model |
| 6047 | end |
| 6048 | do |
| 6049 | local p = Instance.new("Part") |
| 6050 | p.Name = "FE_Ladder_Rung_4" |
| 6051 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6052 | p.CFrame = CFrame.new(-15.46, 14.5, -6.96) |
| 6053 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6054 | p.Material = Enum.Material.Glacier |
| 6055 | p.MaterialVariant = "2022 Weld" |
| 6056 | p.Anchored = true |
| 6057 | p.Parent = model |
| 6058 | end |
| 6059 | do |
| 6060 | local p = Instance.new("Part") |
| 6061 | p.Name = "FE_Ladder_Rung_5" |
| 6062 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6063 | p.CFrame = CFrame.new(-15.46, 15.5, -6.96) |
| 6064 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6065 | p.Material = Enum.Material.Glacier |
| 6066 | p.MaterialVariant = "2022 Weld" |
| 6067 | p.Anchored = true |
| 6068 | p.Parent = model |
| 6069 | end |
| 6070 | do |
| 6071 | local p = Instance.new("Part") |
| 6072 | p.Name = "FE_Ladder_Rung_6" |
| 6073 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6074 | p.CFrame = CFrame.new(-15.46, 16.5, -6.96) |
| 6075 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6076 | p.Material = Enum.Material.Glacier |
| 6077 | p.MaterialVariant = "2022 Weld" |
| 6078 | p.Anchored = true |
| 6079 | p.Parent = model |
| 6080 | end |
| 6081 | do |
| 6082 | local p = Instance.new("Part") |
| 6083 | p.Name = "FE_Ladder_Rung_7" |
| 6084 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6085 | p.CFrame = CFrame.new(-15.46, 17.5, -6.96) |
| 6086 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6087 | p.Material = Enum.Material.Glacier |
| 6088 | p.MaterialVariant = "2022 Weld" |
| 6089 | p.Anchored = true |
| 6090 | p.Parent = model |
| 6091 | end |
| 6092 | do |
| 6093 | local p = Instance.new("Part") |
| 6094 | p.Name = "FE_Ladder_Rung_8" |
| 6095 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6096 | p.CFrame = CFrame.new(-15.46, 18.5, -6.96) |
| 6097 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6098 | p.Material = Enum.Material.Glacier |
| 6099 | p.MaterialVariant = "2022 Weld" |
| 6100 | p.Anchored = true |
| 6101 | p.Parent = model |
| 6102 | end |
| 6103 | do |
| 6104 | local p = Instance.new("Part") |
| 6105 | p.Name = "FE_Ladder_Rung_9" |
| 6106 | p.Size = Vector3.new(0.2, 0.2, 1.2) |
| 6107 | p.CFrame = CFrame.new(-15.46, 19.5, -6.96) |
| 6108 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6109 | p.Material = Enum.Material.Glacier |
| 6110 | p.MaterialVariant = "2022 Weld" |
| 6111 | p.Anchored = true |
| 6112 | p.Parent = model |
| 6113 | end |
| 6114 | do |
| 6115 | local p = Instance.new("Part") |
| 6116 | p.Name = "Int_Floor1" |
| 6117 | p.Size = Vector3.new(28, 1, 22) |
| 6118 | p.CFrame = CFrame.new(0, 0.54, 0) |
| 6119 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6120 | p.Material = Enum.Material.Glacier |
| 6121 | p.MaterialVariant = "2022 Inlet" |
| 6122 | p.Anchored = true |
| 6123 | p.Parent = model |
| 6124 | end |
| 6125 | do |
| 6126 | local p = Instance.new("Part") |
| 6127 | p.Name = "Int_Wall1" |
| 6128 | p.Size = Vector3.new(1, 10, 22) |
| 6129 | p.CFrame = CFrame.new(-5, 5, -0.04) |
| 6130 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6131 | p.Material = Enum.Material.Glacier |
| 6132 | p.MaterialVariant = "2022 Inlet" |
| 6133 | p.Anchored = true |
| 6134 | p.Parent = model |
| 6135 | end |
| 6136 | do |
| 6137 | local p = Instance.new("Part") |
| 6138 | p.Name = "Int_Wall2" |
| 6139 | p.Size = Vector3.new(1, 10, 22) |
| 6140 | p.CFrame = CFrame.new(5, 5.04, 0.08) |
| 6141 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6142 | p.Material = Enum.Material.Glacier |
| 6143 | p.MaterialVariant = "2022 Inlet" |
| 6144 | p.Anchored = true |
| 6145 | p.Parent = model |
| 6146 | end |
| 6147 | do |
| 6148 | local p = Instance.new("Part") |
| 6149 | p.Name = "Int_Wall3" |
| 6150 | p.Size = Vector3.new(10, 10, 1) |
| 6151 | p.CFrame = CFrame.new(0, 5.08, 0) |
| 6152 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6153 | p.Material = Enum.Material.Glacier |
| 6154 | p.MaterialVariant = "2022 Inlet" |
| 6155 | p.Anchored = true |
| 6156 | p.Parent = model |
| 6157 | end |
| 6158 | do |
| 6159 | local p = Instance.new("Part") |
| 6160 | p.Name = "Int_Floor2" |
| 6161 | p.Size = Vector3.new(28, 1, 22) |
| 6162 | p.CFrame = CFrame.new(0, 10.54, 0) |
| 6163 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6164 | p.Material = Enum.Material.Glacier |
| 6165 | p.MaterialVariant = "2022 Inlet" |
| 6166 | p.Anchored = true |
| 6167 | p.Parent = model |
| 6168 | end |
| 6169 | do |
| 6170 | local p = Instance.new("Part") |
| 6171 | p.Name = "Int_F2_Wall1" |
| 6172 | p.Size = Vector3.new(1, 10, 22) |
| 6173 | p.CFrame = CFrame.new(-5, 15.5, 0.04) |
| 6174 | p.BrickColor = BrickColor.new("Light stone grey") |
| 6175 | p.Material = Enum.Material.Glacier |
| 6176 | p.MaterialVariant = "2022 Inlet" |
| 6177 | p.Anchored = true |
| 6178 | p.Parent = model |
| 6179 | end |
| 6180 | do |
| 6181 | local p = Instance.new("Part") |
| 6182 | p.Name = "Int_F2_Wall2" |
| 6183 | p.Size = Vector3.new(1, 10, 22) |
| 6184 | p.CFrame = CFrame.new(5, 15.5, 0.04) |
| 6185 | p.BrickColor = BrickColor.new("Light stone grey") |
| 6186 | p.Material = Enum.Material.Glacier |
| 6187 | p.MaterialVariant = "2022 Inlet" |
| 6188 | p.Anchored = true |
| 6189 | p.Parent = model |
| 6190 | end |
| 6191 | do |
| 6192 | local p = Instance.new("Part") |
| 6193 | p.Name = "Stair_0" |
| 6194 | p.Size = Vector3.new(4, 0.66, 1) |
| 6195 | p.CFrame = CFrame.new(-2.46, 0.8, 5) |
| 6196 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6197 | p.Material = Enum.Material.Glacier |
| 6198 | p.MaterialVariant = "2022 Inlet" |
| 6199 | p.Anchored = true |
| 6200 | p.Parent = model |
| 6201 | end |
| 6202 | do |
| 6203 | local p = Instance.new("Part") |
| 6204 | p.Name = "Stair_1" |
| 6205 | p.Size = Vector3.new(4, 0.66, 1) |
| 6206 | p.CFrame = CFrame.new(-2.46, 1.5, 4.34) |
| 6207 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6208 | p.Material = Enum.Material.Glacier |
| 6209 | p.MaterialVariant = "2022 Inlet" |
| 6210 | p.Anchored = true |
| 6211 | p.Parent = model |
| 6212 | end |
| 6213 | do |
| 6214 | local p = Instance.new("Part") |
| 6215 | p.Name = "Stair_2" |
| 6216 | p.Size = Vector3.new(4, 0.66, 1) |
| 6217 | p.CFrame = CFrame.new(-2.46, 2.2, 3.68) |
| 6218 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6219 | p.Material = Enum.Material.Glacier |
| 6220 | p.MaterialVariant = "2022 Inlet" |
| 6221 | p.Anchored = true |
| 6222 | p.Parent = model |
| 6223 | end |
| 6224 | do |
| 6225 | local p = Instance.new("Part") |
| 6226 | p.Name = "Stair_3" |
| 6227 | p.Size = Vector3.new(4, 0.66, 1) |
| 6228 | p.CFrame = CFrame.new(-2.46, 2.9, 3.02) |
| 6229 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6230 | p.Material = Enum.Material.Glacier |
| 6231 | p.MaterialVariant = "2022 Inlet" |
| 6232 | p.Anchored = true |
| 6233 | p.Parent = model |
| 6234 | end |
| 6235 | do |
| 6236 | local p = Instance.new("Part") |
| 6237 | p.Name = "Stair_4" |
| 6238 | p.Size = Vector3.new(4, 0.66, 1) |
| 6239 | p.CFrame = CFrame.new(-2.46, 3.6, 2.36) |
| 6240 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6241 | p.Material = Enum.Material.Glacier |
| 6242 | p.MaterialVariant = "2022 Inlet" |
| 6243 | p.Anchored = true |
| 6244 | p.Parent = model |
| 6245 | end |
| 6246 | do |
| 6247 | local p = Instance.new("Part") |
| 6248 | p.Name = "Stair_5" |
| 6249 | p.Size = Vector3.new(4, 0.66, 1) |
| 6250 | p.CFrame = CFrame.new(-2.46, 4.3, 1.7) |
| 6251 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6252 | p.Material = Enum.Material.Glacier |
| 6253 | p.MaterialVariant = "2022 Inlet" |
| 6254 | p.Anchored = true |
| 6255 | p.Parent = model |
| 6256 | end |
| 6257 | do |
| 6258 | local p = Instance.new("Part") |
| 6259 | p.Name = "Stair_6" |
| 6260 | p.Size = Vector3.new(4, 0.66, 1) |
| 6261 | p.CFrame = CFrame.new(-2.42, 5, 1.04) |
| 6262 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6263 | p.Material = Enum.Material.Glacier |
| 6264 | p.MaterialVariant = "2022 Inlet" |
| 6265 | p.Anchored = true |
| 6266 | p.Parent = model |
| 6267 | end |
| 6268 | do |
| 6269 | local p = Instance.new("Part") |
| 6270 | p.Name = "Stair_7" |
| 6271 | p.Size = Vector3.new(4, 0.66, 1) |
| 6272 | p.CFrame = CFrame.new(-2.46, 5.42, 0.38) |
| 6273 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6274 | p.Material = Enum.Material.Glacier |
| 6275 | p.MaterialVariant = "2022 Inlet" |
| 6276 | p.Anchored = true |
| 6277 | p.Parent = model |
| 6278 | end |
| 6279 | do |
| 6280 | local p = Instance.new("Part") |
| 6281 | p.Name = "Stair_8" |
| 6282 | p.Size = Vector3.new(4, 0.66, 1) |
| 6283 | p.CFrame = CFrame.new(-2.46, 6.08, -0.28) |
| 6284 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6285 | p.Material = Enum.Material.Glacier |
| 6286 | p.MaterialVariant = "2022 Inlet" |
| 6287 | p.Anchored = true |
| 6288 | p.Parent = model |
| 6289 | end |
| 6290 | do |
| 6291 | local p = Instance.new("Part") |
| 6292 | p.Name = "Stair_9" |
| 6293 | p.Size = Vector3.new(4, 0.66, 1) |
| 6294 | p.CFrame = CFrame.new(-2.46, 6.74, -0.94) |
| 6295 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6296 | p.Material = Enum.Material.Glacier |
| 6297 | p.MaterialVariant = "2022 Inlet" |
| 6298 | p.Anchored = true |
| 6299 | p.Parent = model |
| 6300 | end |
| 6301 | do |
| 6302 | local p = Instance.new("Part") |
| 6303 | p.Name = "Stair_10" |
| 6304 | p.Size = Vector3.new(4, 0.66, 1) |
| 6305 | p.CFrame = CFrame.new(-2.46, 7.44, -1.6) |
| 6306 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6307 | p.Material = Enum.Material.Glacier |
| 6308 | p.MaterialVariant = "2022 Inlet" |
| 6309 | p.Anchored = true |
| 6310 | p.Parent = model |
| 6311 | end |
| 6312 | do |
| 6313 | local p = Instance.new("Part") |
| 6314 | p.Name = "Stair_11" |
| 6315 | p.Size = Vector3.new(4, 0.66, 1) |
| 6316 | p.CFrame = CFrame.new(-2.46, 8.14, -2.26) |
| 6317 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6318 | p.Material = Enum.Material.Glacier |
| 6319 | p.MaterialVariant = "2022 Inlet" |
| 6320 | p.Anchored = true |
| 6321 | p.Parent = model |
| 6322 | end |
| 6323 | do |
| 6324 | local p = Instance.new("Part") |
| 6325 | p.Name = "Stair_12" |
| 6326 | p.Size = Vector3.new(4, 0.66, 1) |
| 6327 | p.CFrame = CFrame.new(-2.46, 8.84, -2.92) |
| 6328 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6329 | p.Material = Enum.Material.Glacier |
| 6330 | p.MaterialVariant = "2022 Inlet" |
| 6331 | p.Anchored = true |
| 6332 | p.Parent = model |
| 6333 | end |
| 6334 | do |
| 6335 | local p = Instance.new("Part") |
| 6336 | p.Name = "Stair_13" |
| 6337 | p.Size = Vector3.new(4, 0.66, 1) |
| 6338 | p.CFrame = CFrame.new(-2.46, 9.54, -3.58) |
| 6339 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6340 | p.Material = Enum.Material.Glacier |
| 6341 | p.MaterialVariant = "2022 Inlet" |
| 6342 | p.Anchored = true |
| 6343 | p.Parent = model |
| 6344 | end |
| 6345 | do |
| 6346 | local p = Instance.new("Part") |
| 6347 | p.Name = "Stair_14" |
| 6348 | p.Size = Vector3.new(4, 0.66, 1) |
| 6349 | p.CFrame = CFrame.new(-2.42, 10.24, -4.24) |
| 6350 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6351 | p.Material = Enum.Material.Glacier |
| 6352 | p.MaterialVariant = "2022 Inlet" |
| 6353 | p.Anchored = true |
| 6354 | p.Parent = model |
| 6355 | end |
| 6356 | do |
| 6357 | local p = Instance.new("Part") |
| 6358 | p.Name = "Int_Column_0" |
| 6359 | p.Size = Vector3.new(1.5, 10, 1.5) |
| 6360 | p.CFrame = CFrame.new(-8, 5, 0) |
| 6361 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6362 | p.Material = Enum.Material.Glacier |
| 6363 | p.MaterialVariant = "2022 Inlet" |
| 6364 | p.Anchored = true |
| 6365 | p.Parent = model |
| 6366 | end |
| 6367 | do |
| 6368 | local p = Instance.new("Part") |
| 6369 | p.Name = "Int_ColBase_0" |
| 6370 | p.Size = Vector3.new(2, 1, 2) |
| 6371 | p.CFrame = CFrame.new(-8, 0.58, 0) |
| 6372 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6373 | p.Material = Enum.Material.Glacier |
| 6374 | p.MaterialVariant = "2022 Inlet" |
| 6375 | p.Anchored = true |
| 6376 | p.Parent = model |
| 6377 | end |
| 6378 | do |
| 6379 | local p = Instance.new("Part") |
| 6380 | p.Name = "Int_ColCap_0" |
| 6381 | p.Size = Vector3.new(2, 1, 2) |
| 6382 | p.CFrame = CFrame.new(-8, 9.46, 0) |
| 6383 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6384 | p.Material = Enum.Material.Glacier |
| 6385 | p.MaterialVariant = "2022 Inlet" |
| 6386 | p.Anchored = true |
| 6387 | p.Parent = model |
| 6388 | end |
| 6389 | do |
| 6390 | local p = Instance.new("Part") |
| 6391 | p.Name = "Int_Column_1" |
| 6392 | p.Size = Vector3.new(1.5, 10, 1.5) |
| 6393 | p.CFrame = CFrame.new(0, 4.96, 0) |
| 6394 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6395 | p.Material = Enum.Material.Glacier |
| 6396 | p.MaterialVariant = "2022 Inlet" |
| 6397 | p.Anchored = true |
| 6398 | p.Parent = model |
| 6399 | end |
| 6400 | do |
| 6401 | local p = Instance.new("Part") |
| 6402 | p.Name = "Int_ColBase_1" |
| 6403 | p.Size = Vector3.new(2, 1, 2) |
| 6404 | p.CFrame = CFrame.new(0, 0.58, 0) |
| 6405 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6406 | p.Material = Enum.Material.Glacier |
| 6407 | p.MaterialVariant = "2022 Inlet" |
| 6408 | p.Anchored = true |
| 6409 | p.Parent = model |
| 6410 | end |
| 6411 | do |
| 6412 | local p = Instance.new("Part") |
| 6413 | p.Name = "Int_ColCap_1" |
| 6414 | p.Size = Vector3.new(2, 1, 2) |
| 6415 | p.CFrame = CFrame.new(0, 9.5, 0) |
| 6416 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6417 | p.Material = Enum.Material.Glacier |
| 6418 | p.MaterialVariant = "2022 Inlet" |
| 6419 | p.Anchored = true |
| 6420 | p.Parent = model |
| 6421 | end |
| 6422 | do |
| 6423 | local p = Instance.new("Part") |
| 6424 | p.Name = "Int_Column_2" |
| 6425 | p.Size = Vector3.new(1.5, 10, 1.5) |
| 6426 | p.CFrame = CFrame.new(8, 5, 0) |
| 6427 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6428 | p.Material = Enum.Material.Glacier |
| 6429 | p.MaterialVariant = "2022 Inlet" |
| 6430 | p.Anchored = true |
| 6431 | p.Parent = model |
| 6432 | end |
| 6433 | do |
| 6434 | local p = Instance.new("Part") |
| 6435 | p.Name = "Int_ColBase_2" |
| 6436 | p.Size = Vector3.new(2, 1, 2) |
| 6437 | p.CFrame = CFrame.new(8, 0.58, 0) |
| 6438 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6439 | p.Material = Enum.Material.Glacier |
| 6440 | p.MaterialVariant = "2022 Inlet" |
| 6441 | p.Anchored = true |
| 6442 | p.Parent = model |
| 6443 | end |
| 6444 | do |
| 6445 | local p = Instance.new("Part") |
| 6446 | p.Name = "Int_ColCap_2" |
| 6447 | p.Size = Vector3.new(2, 1, 2) |
| 6448 | p.CFrame = CFrame.new(8, 9.46, 0) |
| 6449 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6450 | p.Material = Enum.Material.Glacier |
| 6451 | p.MaterialVariant = "2022 Inlet" |
| 6452 | p.Anchored = true |
| 6453 | p.Parent = model |
| 6454 | end |
| 6455 | do |
| 6456 | local p = Instance.new("Part") |
| 6457 | p.Name = "Ground_Rubble_0" |
| 6458 | p.Size = Vector3.new(0.363379, 0.363379, 0.363379) |
| 6459 | p.CFrame = CFrame.new(-15.4634, 0.2, -9.50824) * CFrame.Angles(math.rad(189.391), math.rad(268.439), math.rad(171.449)) |
| 6460 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6461 | p.Material = Enum.Material.Glacier |
| 6462 | p.MaterialVariant = "2022 Small Stud" |
| 6463 | p.Anchored = true |
| 6464 | p.Parent = model |
| 6465 | end |
| 6466 | do |
| 6467 | local p = Instance.new("Part") |
| 6468 | p.Name = "Ground_Rubble_3" |
| 6469 | p.Size = Vector3.new(0.691613, 0.691613, 0.691613) |
| 6470 | p.CFrame = CFrame.new(16.1441, 0.2, -16.6123) * CFrame.Angles(math.rad(164.895), math.rad(347.049), math.rad(21.8971)) |
| 6471 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6472 | p.Material = Enum.Material.Glacier |
| 6473 | p.MaterialVariant = "2022 Weld" |
| 6474 | p.Anchored = true |
| 6475 | p.Parent = model |
| 6476 | end |
| 6477 | do |
| 6478 | local p = Instance.new("Part") |
| 6479 | p.Name = "Ground_Rubble_6" |
| 6480 | p.Size = Vector3.new(0.340395, 0.340395, 0.340395) |
| 6481 | p.CFrame = CFrame.new(14.9298, 0.2, -15.6483) * CFrame.Angles(math.rad(23.6456), math.rad(99.0058), math.rad(227.908)) |
| 6482 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6483 | p.Material = Enum.Material.Glacier |
| 6484 | p.MaterialVariant = "2022 Inlet" |
| 6485 | p.Anchored = true |
| 6486 | p.Parent = model |
| 6487 | end |
| 6488 | do |
| 6489 | local p = Instance.new("Part") |
| 6490 | p.Name = "Ground_Rubble_8" |
| 6491 | p.Size = Vector3.new(0.526858, 0.526858, 0.526858) |
| 6492 | p.CFrame = CFrame.new(17.8173, 0.2, -1.02218) * CFrame.Angles(math.rad(35.7042), math.rad(252.641), math.rad(307.005)) |
| 6493 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6494 | p.Material = Enum.Material.Glacier |
| 6495 | p.MaterialVariant = "2022 Small Stud" |
| 6496 | p.Anchored = true |
| 6497 | p.Parent = model |
| 6498 | end |
| 6499 | do |
| 6500 | local p = Instance.new("Part") |
| 6501 | p.Name = "Ground_Rubble_10" |
| 6502 | p.Size = Vector3.new(0.525777, 0.525777, 0.525777) |
| 6503 | p.CFrame = CFrame.new(8.50856, 0.2, -11.1193) * CFrame.Angles(math.rad(148.973), math.rad(297.871), math.rad(143.543)) |
| 6504 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6505 | p.Material = Enum.Material.Glacier |
| 6506 | p.MaterialVariant = "2022 Inlet" |
| 6507 | p.Anchored = true |
| 6508 | p.Parent = model |
| 6509 | end |
| 6510 | do |
| 6511 | local p = Instance.new("Part") |
| 6512 | p.Name = "Ground_Rubble_13" |
| 6513 | p.Size = Vector3.new(0.537134, 0.537134, 0.537134) |
| 6514 | p.CFrame = CFrame.new(16.4221, 0.2, 3.97827) * CFrame.Angles(math.rad(299.438), math.rad(33.5628), math.rad(34.7632)) |
| 6515 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6516 | p.Material = Enum.Material.Glacier |
| 6517 | p.MaterialVariant = "2022 Inlet" |
| 6518 | p.Anchored = true |
| 6519 | p.Parent = model |
| 6520 | end |
| 6521 | do |
| 6522 | local p = Instance.new("Part") |
| 6523 | p.Name = "Ground_Rubble_20" |
| 6524 | p.Size = Vector3.new(0.475823, 0.475823, 0.475823) |
| 6525 | p.CFrame = CFrame.new(16.9256, 0.2, 1.21312) * CFrame.Angles(math.rad(55.7029), math.rad(173.588), math.rad(305.019)) |
| 6526 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6527 | p.Material = Enum.Material.Glacier |
| 6528 | p.MaterialVariant = "2022 Inlet" |
| 6529 | p.Anchored = true |
| 6530 | p.Parent = model |
| 6531 | end |
| 6532 | do |
| 6533 | local p = Instance.new("Part") |
| 6534 | p.Name = "Ground_Rubble_28" |
| 6535 | p.Size = Vector3.new(0.681205, 0.681205, 0.681205) |
| 6536 | p.CFrame = CFrame.new(-15.0156, 0.2, -9.25535) * CFrame.Angles(math.rad(126.368), math.rad(65.306), math.rad(51.5705)) |
| 6537 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6538 | p.Material = Enum.Material.Glacier |
| 6539 | p.MaterialVariant = "2022 Weld" |
| 6540 | p.Anchored = true |
| 6541 | p.Parent = model |
| 6542 | end |
| 6543 | do |
| 6544 | local p = Instance.new("Part") |
| 6545 | p.Name = "Ground_Rubble_29" |
| 6546 | p.Size = Vector3.new(0.670485, 0.670485, 0.670485) |
| 6547 | p.CFrame = CFrame.new(6.34972, 0.2, -15.7733) * CFrame.Angles(math.rad(33.0328), math.rad(190.974), math.rad(135.43)) |
| 6548 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6549 | p.Material = Enum.Material.Glacier |
| 6550 | p.MaterialVariant = "2022 Inlet" |
| 6551 | p.Anchored = true |
| 6552 | p.Parent = model |
| 6553 | end |
| 6554 | do |
| 6555 | local p = Instance.new("Part") |
| 6556 | p.Name = "Ground_Rubble_30" |
| 6557 | p.Size = Vector3.new(0.455819, 0.455819, 0.455819) |
| 6558 | p.CFrame = CFrame.new(-0.576043, 0.2, -12.9629) * CFrame.Angles(math.rad(279.661), math.rad(204.334), math.rad(30.5845)) |
| 6559 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6560 | p.Material = Enum.Material.Glacier |
| 6561 | p.MaterialVariant = "2022 Weld" |
| 6562 | p.Anchored = true |
| 6563 | p.Parent = model |
| 6564 | end |
| 6565 | do |
| 6566 | local p = Instance.new("Part") |
| 6567 | p.Name = "Ground_Rubble_31" |
| 6568 | p.Size = Vector3.new(0.608919, 0.608919, 0.608919) |
| 6569 | p.CFrame = CFrame.new(-14.2113, 0.2, -12.9629) * CFrame.Angles(math.rad(97.957), math.rad(238.298), math.rad(174.838)) |
| 6570 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6571 | p.Material = Enum.Material.Glacier |
| 6572 | p.MaterialVariant = "2022 Inlet" |
| 6573 | p.Anchored = true |
| 6574 | p.Parent = model |
| 6575 | end |
| 6576 | do |
| 6577 | local p = Instance.new("Part") |
| 6578 | p.Name = "Ground_Rubble_33" |
| 6579 | p.Size = Vector3.new(0.514957, 0.514957, 0.514957) |
| 6580 | p.CFrame = CFrame.new(9.66807, 0.2, -14.3578) * CFrame.Angles(math.rad(244.158), math.rad(213.528), math.rad(189.696)) |
| 6581 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6582 | p.Material = Enum.Material.Glacier |
| 6583 | p.MaterialVariant = "2022 Weld" |
| 6584 | p.Anchored = true |
| 6585 | p.Parent = model |
| 6586 | end |
| 6587 | do |
| 6588 | local p = Instance.new("Part") |
| 6589 | p.Name = "Ground_Rubble_35" |
| 6590 | p.Size = Vector3.new(0.402212, 0.402212, 0.402212) |
| 6591 | p.CFrame = CFrame.new(17.4712, 0.2, -16.247) * CFrame.Angles(math.rad(276.246), math.rad(275.098), math.rad(104.201)) |
| 6592 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6593 | p.Material = Enum.Material.Glacier |
| 6594 | p.MaterialVariant = "2022 Inlet" |
| 6595 | p.Anchored = true |
| 6596 | p.Parent = model |
| 6597 | end |
| 6598 | do |
| 6599 | local p = Instance.new("Part") |
| 6600 | p.Name = "Ground_Rubble_37" |
| 6601 | p.Size = Vector3.new(0.566291, 0.566291, 0.566291) |
| 6602 | p.CFrame = CFrame.new(-1.35773, 0.2, -13.8661) * CFrame.Angles(math.rad(180.094), math.rad(300.008), math.rad(290.232)) |
| 6603 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6604 | p.Material = Enum.Material.Glacier |
| 6605 | p.MaterialVariant = "2022 Inlet" |
| 6606 | p.Anchored = true |
| 6607 | p.Parent = model |
| 6608 | end |
| 6609 | do |
| 6610 | local p = Instance.new("Part") |
| 6611 | p.Name = "Ground_Rubble_39" |
| 6612 | p.Size = Vector3.new(0.760581, 0.760581, 0.760581) |
| 6613 | p.CFrame = CFrame.new(-14.5617, 0.2, -17.4003) * CFrame.Angles(math.rad(207.273), math.rad(206.424), math.rad(255.42)) |
| 6614 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6615 | p.Material = Enum.Material.Glacier |
| 6616 | p.MaterialVariant = "2022 Weld" |
| 6617 | p.Anchored = true |
| 6618 | p.Parent = model |
| 6619 | end |
| 6620 | do |
| 6621 | local p = Instance.new("Part") |
| 6622 | p.Name = "Ground_Rubble_40" |
| 6623 | p.Size = Vector3.new(0.310428, 0.310428, 0.310428) |
| 6624 | p.CFrame = CFrame.new(-1.79841, 0.2, -14.3145) * CFrame.Angles(math.rad(61.8743), math.rad(341.141), math.rad(165.635)) |
| 6625 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6626 | p.Material = Enum.Material.Glacier |
| 6627 | p.MaterialVariant = "2022 Weld" |
| 6628 | p.Anchored = true |
| 6629 | p.Parent = model |
| 6630 | end |
| 6631 | do |
| 6632 | local p = Instance.new("Part") |
| 6633 | p.Name = "Ground_Rubble_42" |
| 6634 | p.Size = Vector3.new(0.517838, 0.517838, 0.517838) |
| 6635 | p.CFrame = CFrame.new(-1.1518, 0.2, -14.6124) * CFrame.Angles(math.rad(188.627), math.rad(142.476), math.rad(111.699)) |
| 6636 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6637 | p.Material = Enum.Material.Glacier |
| 6638 | p.MaterialVariant = "2022 Small Stud" |
| 6639 | p.Anchored = true |
| 6640 | p.Parent = model |
| 6641 | end |
| 6642 | do |
| 6643 | local p = Instance.new("Part") |
| 6644 | p.Name = "Ground_Rubble_46" |
| 6645 | p.Size = Vector3.new(0.66369, 0.66369, 0.66369) |
| 6646 | p.CFrame = CFrame.new(14.8014, 0.2, -6.81999) * CFrame.Angles(math.rad(85.0568), math.rad(52.7199), math.rad(71.0178)) |
| 6647 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6648 | p.Material = Enum.Material.Glacier |
| 6649 | p.MaterialVariant = "2022 Inlet" |
| 6650 | p.Anchored = true |
| 6651 | p.Parent = model |
| 6652 | end |
| 6653 | do |
| 6654 | local p = Instance.new("Part") |
| 6655 | p.Name = "Ground_Rubble_48" |
| 6656 | p.Size = Vector3.new(0.686424, 0.686424, 0.686424) |
| 6657 | p.CFrame = CFrame.new(6.28731, 0.2, -12.3313) * CFrame.Angles(math.rad(167.023), math.rad(202.945), math.rad(208.609)) |
| 6658 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6659 | p.Material = Enum.Material.Glacier |
| 6660 | p.MaterialVariant = "2022 Small Stud" |
| 6661 | p.Anchored = true |
| 6662 | p.Parent = model |
| 6663 | end |
| 6664 | do |
| 6665 | local p = Instance.new("Part") |
| 6666 | p.Name = "Ground_Rubble_50" |
| 6667 | p.Size = Vector3.new(0.461604, 0.461604, 0.461604) |
| 6668 | p.CFrame = CFrame.new(5.86172, 0.2, 13.569) * CFrame.Angles(math.rad(54.3447), math.rad(24.5831), math.rad(159.195)) |
| 6669 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6670 | p.Material = Enum.Material.Glacier |
| 6671 | p.MaterialVariant = "2022 Weld" |
| 6672 | p.Anchored = true |
| 6673 | p.Parent = model |
| 6674 | end |
| 6675 | do |
| 6676 | local p = Instance.new("Part") |
| 6677 | p.Name = "Ground_Rubble_52" |
| 6678 | p.Size = Vector3.new(0.455204, 0.455204, 0.455204) |
| 6679 | p.CFrame = CFrame.new(-14.0901, 0.2, -1.76522) * CFrame.Angles(math.rad(13.5386), math.rad(132.746), math.rad(103.348)) |
| 6680 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6681 | p.Material = Enum.Material.Glacier |
| 6682 | p.MaterialVariant = "2022 Small Stud" |
| 6683 | p.Anchored = true |
| 6684 | p.Parent = model |
| 6685 | end |
| 6686 | do |
| 6687 | local p = Instance.new("Part") |
| 6688 | p.Name = "Ground_Rubble_53" |
| 6689 | p.Size = Vector3.new(0.345148, 0.345148, 0.345148) |
| 6690 | p.CFrame = CFrame.new(5.91866, 0.2, 13.2758) * CFrame.Angles(math.rad(166.576), math.rad(199.554), math.rad(285.054)) |
| 6691 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6692 | p.Material = Enum.Material.Glacier |
| 6693 | p.MaterialVariant = "2022 Small Stud" |
| 6694 | p.Anchored = true |
| 6695 | p.Parent = model |
| 6696 | end |
| 6697 | do |
| 6698 | local p = Instance.new("Part") |
| 6699 | p.Name = "Ground_Rubble_54" |
| 6700 | p.Size = Vector3.new(0.704908, 0.704908, 0.704908) |
| 6701 | p.CFrame = CFrame.new(14.4598, 0.2, -3.60852) * CFrame.Angles(math.rad(115.75), math.rad(171.226), math.rad(54.31)) |
| 6702 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6703 | p.Material = Enum.Material.Glacier |
| 6704 | p.MaterialVariant = "2022 Inlet" |
| 6705 | p.Anchored = true |
| 6706 | p.Parent = model |
| 6707 | end |
| 6708 | do |
| 6709 | local p = Instance.new("Part") |
| 6710 | p.Name = "Ground_Rubble_55" |
| 6711 | p.Size = Vector3.new(0.749563, 0.749563, 0.749563) |
| 6712 | p.CFrame = CFrame.new(-13.8963, 0.2, -14.6879) * CFrame.Angles(math.rad(353.659), math.rad(30.3585), math.rad(232.606)) |
| 6713 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6714 | p.Material = Enum.Material.Glacier |
| 6715 | p.MaterialVariant = "2022 Weld" |
| 6716 | p.Anchored = true |
| 6717 | p.Parent = model |
| 6718 | end |
| 6719 | do |
| 6720 | local p = Instance.new("Part") |
| 6721 | p.Name = "Ground_Rubble_56" |
| 6722 | p.Size = Vector3.new(0.795493, 0.795493, 0.795493) |
| 6723 | p.CFrame = CFrame.new(-14.6692, 0.2, 4.64389) * CFrame.Angles(math.rad(131.003), math.rad(330.457), math.rad(139.47)) |
| 6724 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6725 | p.Material = Enum.Material.Glacier |
| 6726 | p.MaterialVariant = "2022 Inlet" |
| 6727 | p.Anchored = true |
| 6728 | p.Parent = model |
| 6729 | end |
| 6730 | do |
| 6731 | local p = Instance.new("Part") |
| 6732 | p.Name = "Ground_Rubble_58" |
| 6733 | p.Size = Vector3.new(0.467325, 0.467325, 0.467325) |
| 6734 | p.CFrame = CFrame.new(-14.2196, 0.2, 2.18837) * CFrame.Angles(math.rad(34.0221), math.rad(244.217), math.rad(102.293)) |
| 6735 | p.BrickColor = BrickColor.new("Reddish brown") |
| 6736 | p.Material = Enum.Material.Glacier |
| 6737 | p.MaterialVariant = "2022 Weld" |
| 6738 | p.Anchored = true |
| 6739 | p.Parent = model |
| 6740 | end |
| 6741 | do |
| 6742 | local p = Instance.new("Part") |
| 6743 | p.Name = "Roof_Rubble_0" |
| 6744 | p.Size = Vector3.new(0.943806, 0.943806, 0.943806) |
| 6745 | p.CFrame = CFrame.new(10.2259, 20.8, -7.99966) * CFrame.Angles(math.rad(238.9), math.rad(330.029), math.rad(111.683)) |
| 6746 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6747 | p.Material = Enum.Material.Glacier |
| 6748 | p.MaterialVariant = "2022 Small Stud" |
| 6749 | p.Anchored = true |
| 6750 | p.Parent = model |
| 6751 | end |
| 6752 | do |
| 6753 | local p = Instance.new("Part") |
| 6754 | p.Name = "Roof_Rubble_1" |
| 6755 | p.Size = Vector3.new(0.793633, 0.793633, 0.793633) |
| 6756 | p.CFrame = CFrame.new(7.26989, 20.8, -10.4526) * CFrame.Angles(math.rad(337.681), math.rad(111.449), math.rad(135.605)) |
| 6757 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6758 | p.Material = Enum.Material.Glacier |
| 6759 | p.MaterialVariant = "2022 Small Stud" |
| 6760 | p.Anchored = true |
| 6761 | p.Parent = model |
| 6762 | end |
| 6763 | do |
| 6764 | local p = Instance.new("Part") |
| 6765 | p.Name = "Roof_Rubble_2" |
| 6766 | p.Size = Vector3.new(0.874997, 0.874997, 0.874997) |
| 6767 | p.CFrame = CFrame.new(9.38459, 20.8, -3.9586) * CFrame.Angles(math.rad(358.979), math.rad(328.481), math.rad(33.6431)) |
| 6768 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6769 | p.Material = Enum.Material.Glacier |
| 6770 | p.MaterialVariant = "2022 Small Stud" |
| 6771 | p.Anchored = true |
| 6772 | p.Parent = model |
| 6773 | end |
| 6774 | do |
| 6775 | local p = Instance.new("Part") |
| 6776 | p.Name = "Roof_Rubble_3" |
| 6777 | p.Size = Vector3.new(0.802274, 0.802274, 0.802274) |
| 6778 | p.CFrame = CFrame.new(5.11884, 20.8, -11.7812) * CFrame.Angles(math.rad(64.8947), math.rad(77.1094), math.rad(341.161)) |
| 6779 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6780 | p.Material = Enum.Material.Glacier |
| 6781 | p.MaterialVariant = "2022 Inlet" |
| 6782 | p.Anchored = true |
| 6783 | p.Parent = model |
| 6784 | end |
| 6785 | do |
| 6786 | local p = Instance.new("Part") |
| 6787 | p.Name = "Roof_Rubble_4" |
| 6788 | p.Size = Vector3.new(0.691763, 0.691763, 0.691763) |
| 6789 | p.CFrame = CFrame.new(1.1716, 20.8, -10.3492) * CFrame.Angles(math.rad(106.485), math.rad(283.723), math.rad(182.768)) |
| 6790 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6791 | p.Material = Enum.Material.Glacier |
| 6792 | p.MaterialVariant = "2022 Inlet" |
| 6793 | p.Anchored = true |
| 6794 | p.Parent = model |
| 6795 | end |
| 6796 | do |
| 6797 | local p = Instance.new("Part") |
| 6798 | p.Name = "Roof_Rubble_5" |
| 6799 | p.Size = Vector3.new(0.723862, 0.723862, 0.723862) |
| 6800 | p.CFrame = CFrame.new(8.34102, 20.8, -5.68162) * CFrame.Angles(math.rad(121.235), math.rad(275.871), math.rad(47.1777)) |
| 6801 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6802 | p.Material = Enum.Material.Glacier |
| 6803 | p.MaterialVariant = "2022 Small Stud" |
| 6804 | p.Anchored = true |
| 6805 | p.Parent = model |
| 6806 | end |
| 6807 | do |
| 6808 | local p = Instance.new("Part") |
| 6809 | p.Name = "Roof_Rubble_6" |
| 6810 | p.Size = Vector3.new(0.626032, 0.626032, 0.626032) |
| 6811 | p.CFrame = CFrame.new(0.271461, 20.8, -2.02386) * CFrame.Angles(math.rad(291.256), math.rad(59.5941), math.rad(157.562)) |
| 6812 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6813 | p.Material = Enum.Material.Glacier |
| 6814 | p.MaterialVariant = "2022 Small Stud" |
| 6815 | p.Anchored = true |
| 6816 | p.Parent = model |
| 6817 | end |
| 6818 | do |
| 6819 | local p = Instance.new("Part") |
| 6820 | p.Name = "Roof_Rubble_7" |
| 6821 | p.Size = Vector3.new(0.646515, 0.646515, 0.646515) |
| 6822 | p.CFrame = CFrame.new(7.46908, 20.8, -9.14964) * CFrame.Angles(math.rad(219.814), math.rad(270.861), math.rad(282.168)) |
| 6823 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6824 | p.Material = Enum.Material.Glacier |
| 6825 | p.MaterialVariant = "2022 Inlet" |
| 6826 | p.Anchored = true |
| 6827 | p.Parent = model |
| 6828 | end |
| 6829 | do |
| 6830 | local p = Instance.new("Part") |
| 6831 | p.Name = "Roof_Rubble_8" |
| 6832 | p.Size = Vector3.new(0.540402, 0.540402, 0.540402) |
| 6833 | p.CFrame = CFrame.new(1.34836, 20.8, -0.41284) * CFrame.Angles(math.rad(325.431), math.rad(69.8458), math.rad(244.19)) |
| 6834 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6835 | p.Material = Enum.Material.Glacier |
| 6836 | p.MaterialVariant = "2022 Inlet" |
| 6837 | p.Anchored = true |
| 6838 | p.Parent = model |
| 6839 | end |
| 6840 | do |
| 6841 | local p = Instance.new("Part") |
| 6842 | p.Name = "Roof_Rubble_9" |
| 6843 | p.Size = Vector3.new(0.742252, 0.742252, 0.742252) |
| 6844 | p.CFrame = CFrame.new(4.16836, 20.8, -2.76674) * CFrame.Angles(math.rad(181.046), math.rad(150.718), math.rad(58.3409)) |
| 6845 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6846 | p.Material = Enum.Material.Glacier |
| 6847 | p.MaterialVariant = "2022 Inlet" |
| 6848 | p.Anchored = true |
| 6849 | p.Parent = model |
| 6850 | end |
| 6851 | do |
| 6852 | local p = Instance.new("Part") |
| 6853 | p.Name = "Roof_Rubble_10" |
| 6854 | p.Size = Vector3.new(0.519819, 0.519819, 0.519819) |
| 6855 | p.CFrame = CFrame.new(6.46529, 20.8, -1.52398) * CFrame.Angles(math.rad(230.824), math.rad(314.682), math.rad(199.635)) |
| 6856 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6857 | p.Material = Enum.Material.Glacier |
| 6858 | p.MaterialVariant = "2022 Inlet" |
| 6859 | p.Anchored = true |
| 6860 | p.Parent = model |
| 6861 | end |
| 6862 | do |
| 6863 | local p = Instance.new("Part") |
| 6864 | p.Name = "Roof_Rubble_11" |
| 6865 | p.Size = Vector3.new(0.461554, 0.461554, 0.461554) |
| 6866 | p.CFrame = CFrame.new(9.84249, 20.8, -1.78601) * CFrame.Angles(math.rad(30.195), math.rad(57.7124), math.rad(161.755)) |
| 6867 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6868 | p.Material = Enum.Material.Glacier |
| 6869 | p.MaterialVariant = "2022 Inlet" |
| 6870 | p.Anchored = true |
| 6871 | p.Parent = model |
| 6872 | end |
| 6873 | do |
| 6874 | local p = Instance.new("Part") |
| 6875 | p.Name = "Roof_Rubble_12" |
| 6876 | p.Size = Vector3.new(0.708012, 0.708012, 0.708012) |
| 6877 | p.CFrame = CFrame.new(9.63465, 20.8, -10.8994) * CFrame.Angles(math.rad(294.013), math.rad(318.467), math.rad(334.97)) |
| 6878 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6879 | p.Material = Enum.Material.Glacier |
| 6880 | p.MaterialVariant = "2022 Inlet" |
| 6881 | p.Anchored = true |
| 6882 | p.Parent = model |
| 6883 | end |
| 6884 | do |
| 6885 | local p = Instance.new("Part") |
| 6886 | p.Name = "Roof_Rubble_13" |
| 6887 | p.Size = Vector3.new(0.648938, 0.648938, 0.648938) |
| 6888 | p.CFrame = CFrame.new(3.55036, 20.8, -7.51246) * CFrame.Angles(math.rad(358.029), math.rad(134.969), math.rad(10.1475)) |
| 6889 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6890 | p.Material = Enum.Material.Glacier |
| 6891 | p.MaterialVariant = "2022 Inlet" |
| 6892 | p.Anchored = true |
| 6893 | p.Parent = model |
| 6894 | end |
| 6895 | do |
| 6896 | local p = Instance.new("Part") |
| 6897 | p.Name = "Roof_Rubble_14" |
| 6898 | p.Size = Vector3.new(0.958496, 0.958496, 0.958496) |
| 6899 | p.CFrame = CFrame.new(9.74847, 20.8, -4.20047) * CFrame.Angles(math.rad(49.5359), math.rad(103.277), math.rad(298.714)) |
| 6900 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6901 | p.Material = Enum.Material.Glacier |
| 6902 | p.MaterialVariant = "2022 Inlet" |
| 6903 | p.Anchored = true |
| 6904 | p.Parent = model |
| 6905 | end |
| 6906 | do |
| 6907 | local p = Instance.new("Part") |
| 6908 | p.Name = "Roof_Rubble_15" |
| 6909 | p.Size = Vector3.new(0.817643, 0.817643, 0.817643) |
| 6910 | p.CFrame = CFrame.new(-0.056902, 20.8, -3.53357) * CFrame.Angles(math.rad(221.525), math.rad(326.109), math.rad(6.8414)) |
| 6911 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6912 | p.Material = Enum.Material.Glacier |
| 6913 | p.MaterialVariant = "2022 Inlet" |
| 6914 | p.Anchored = true |
| 6915 | p.Parent = model |
| 6916 | end |
| 6917 | do |
| 6918 | local p = Instance.new("Part") |
| 6919 | p.Name = "Roof_Rubble_16" |
| 6920 | p.Size = Vector3.new(0.529393, 0.529393, 0.529393) |
| 6921 | p.CFrame = CFrame.new(0.093275, 20.8, -0.717289) * CFrame.Angles(math.rad(189.998), math.rad(40.0273), math.rad(103.717)) |
| 6922 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6923 | p.Material = Enum.Material.Glacier |
| 6924 | p.MaterialVariant = "2022 Small Stud" |
| 6925 | p.Anchored = true |
| 6926 | p.Parent = model |
| 6927 | end |
| 6928 | do |
| 6929 | local p = Instance.new("Part") |
| 6930 | p.Name = "Roof_Rubble_17" |
| 6931 | p.Size = Vector3.new(0.580691, 0.580691, 0.580691) |
| 6932 | p.CFrame = CFrame.new(-1.33151, 20.8, -6.96209) * CFrame.Angles(math.rad(164.561), math.rad(39.9088), math.rad(325.853)) |
| 6933 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6934 | p.Material = Enum.Material.Glacier |
| 6935 | p.MaterialVariant = "2022 Small Stud" |
| 6936 | p.Anchored = true |
| 6937 | p.Parent = model |
| 6938 | end |
| 6939 | do |
| 6940 | local p = Instance.new("Part") |
| 6941 | p.Name = "Roof_Rubble_18" |
| 6942 | p.Size = Vector3.new(0.758043, 0.758043, 0.758043) |
| 6943 | p.CFrame = CFrame.new(-1.76991, 20.8, -5.81549) * CFrame.Angles(math.rad(258.676), math.rad(104.858), math.rad(0.563161)) |
| 6944 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 6945 | p.Material = Enum.Material.Glacier |
| 6946 | p.MaterialVariant = "2022 Inlet" |
| 6947 | p.Anchored = true |
| 6948 | p.Parent = model |
| 6949 | end |
| 6950 | do |
| 6951 | local p = Instance.new("Part") |
| 6952 | p.Name = "Roof_Rubble_19" |
| 6953 | p.Size = Vector3.new(0.61169, 0.61169, 0.61169) |
| 6954 | p.CFrame = CFrame.new(5.98929, 20.8, -9.75223) * CFrame.Angles(math.rad(30.821), math.rad(350.876), math.rad(24.3646)) |
| 6955 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6956 | p.Material = Enum.Material.Glacier |
| 6957 | p.MaterialVariant = "2022 Small Stud" |
| 6958 | p.Anchored = true |
| 6959 | p.Parent = model |
| 6960 | end |
| 6961 | do |
| 6962 | local p = Instance.new("Part") |
| 6963 | p.Name = "Roof_Rubble_20" |
| 6964 | p.Size = Vector3.new(0.715636, 0.715636, 0.715636) |
| 6965 | p.CFrame = CFrame.new(5.10259, 20.8, -0.140022) * CFrame.Angles(math.rad(7.32035), math.rad(314.399), math.rad(15.6724)) |
| 6966 | p.BrickColor = BrickColor.new("Pine Cone") |
| 6967 | p.Material = Enum.Material.Glacier |
| 6968 | p.MaterialVariant = "2022 Small Stud" |
| 6969 | p.Anchored = true |
| 6970 | p.Parent = model |
| 6971 | end |
| 6972 | do |
| 6973 | local p = Instance.new("Part") |
| 6974 | p.Name = "Roof_Rubble_21" |
| 6975 | p.Size = Vector3.new(0.632129, 0.632129, 0.632129) |
| 6976 | p.CFrame = CFrame.new(3.22623, 20.8, -3.0322) * CFrame.Angles(math.rad(283.867), math.rad(124.129), math.rad(263.859)) |
| 6977 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6978 | p.Material = Enum.Material.Glacier |
| 6979 | p.MaterialVariant = "2022 Inlet" |
| 6980 | p.Anchored = true |
| 6981 | p.Parent = model |
| 6982 | end |
| 6983 | do |
| 6984 | local p = Instance.new("Part") |
| 6985 | p.Name = "Roof_Rubble_22" |
| 6986 | p.Size = Vector3.new(0.776954, 0.776954, 0.776954) |
| 6987 | p.CFrame = CFrame.new(8.80102, 20.8, -3.17776) * CFrame.Angles(math.rad(48.0275), math.rad(126.828), math.rad(121.877)) |
| 6988 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 6989 | p.Material = Enum.Material.Glacier |
| 6990 | p.MaterialVariant = "2022 Inlet" |
| 6991 | p.Anchored = true |
| 6992 | p.Parent = model |
| 6993 | end |
| 6994 | do |
| 6995 | local p = Instance.new("Part") |
| 6996 | p.Name = "Roof_Rubble_23" |
| 6997 | p.Size = Vector3.new(0.785677, 0.785677, 0.785677) |
| 6998 | p.CFrame = CFrame.new(9.62537, 20.8, -3.78381) * CFrame.Angles(math.rad(172.271), math.rad(65.6201), math.rad(48.5469)) |
| 6999 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7000 | p.Material = Enum.Material.Glacier |
| 7001 | p.MaterialVariant = "2022 Small Stud" |
| 7002 | p.Anchored = true |
| 7003 | p.Parent = model |
| 7004 | end |
| 7005 | do |
| 7006 | local p = Instance.new("Part") |
| 7007 | p.Name = "Roof_Rubble_24" |
| 7008 | p.Size = Vector3.new(0.829627, 0.829627, 0.829627) |
| 7009 | p.CFrame = CFrame.new(11.2105, 20.8, -11.5562) * CFrame.Angles(math.rad(15.7703), math.rad(71.8091), math.rad(15.0861)) |
| 7010 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7011 | p.Material = Enum.Material.Glacier |
| 7012 | p.MaterialVariant = "2022 Inlet" |
| 7013 | p.Anchored = true |
| 7014 | p.Parent = model |
| 7015 | end |
| 7016 | do |
| 7017 | local p = Instance.new("Part") |
| 7018 | p.Name = "Roof_Rubble_25" |
| 7019 | p.Size = Vector3.new(0.960023, 0.960023, 0.960023) |
| 7020 | p.CFrame = CFrame.new(5.21537, 20.8, -0.130528) * CFrame.Angles(math.rad(170.424), math.rad(13.1835), math.rad(232.884)) |
| 7021 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7022 | p.Material = Enum.Material.Glacier |
| 7023 | p.MaterialVariant = "2022 Small Stud" |
| 7024 | p.Anchored = true |
| 7025 | p.Parent = model |
| 7026 | end |
| 7027 | do |
| 7028 | local p = Instance.new("Part") |
| 7029 | p.Name = "Roof_Rubble_26" |
| 7030 | p.Size = Vector3.new(0.571667, 0.571667, 0.571667) |
| 7031 | p.CFrame = CFrame.new(10.0699, 20.8, -11.4264) * CFrame.Angles(math.rad(119.493), math.rad(44.811), math.rad(132.487)) |
| 7032 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7033 | p.Material = Enum.Material.Glacier |
| 7034 | p.MaterialVariant = "2022 Small Stud" |
| 7035 | p.Anchored = true |
| 7036 | p.Parent = model |
| 7037 | end |
| 7038 | do |
| 7039 | local p = Instance.new("Part") |
| 7040 | p.Name = "Roof_Rubble_27" |
| 7041 | p.Size = Vector3.new(0.933692, 0.933692, 0.933692) |
| 7042 | p.CFrame = CFrame.new(8.40631, 20.8, -1.26435) * CFrame.Angles(math.rad(122.053), math.rad(67.2542), math.rad(249.145)) |
| 7043 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7044 | p.Material = Enum.Material.Glacier |
| 7045 | p.MaterialVariant = "2022 Inlet" |
| 7046 | p.Anchored = true |
| 7047 | p.Parent = model |
| 7048 | end |
| 7049 | do |
| 7050 | local p = Instance.new("Part") |
| 7051 | p.Name = "Roof_Rubble_28" |
| 7052 | p.Size = Vector3.new(0.620408, 0.620408, 0.620408) |
| 7053 | p.CFrame = CFrame.new(9.16207, 20.8, -8.79935) * CFrame.Angles(math.rad(261.749), math.rad(28.4137), math.rad(216.883)) |
| 7054 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7055 | p.Material = Enum.Material.Glacier |
| 7056 | p.MaterialVariant = "2022 Inlet" |
| 7057 | p.Anchored = true |
| 7058 | p.Parent = model |
| 7059 | end |
| 7060 | do |
| 7061 | local p = Instance.new("Part") |
| 7062 | p.Name = "Roof_Rubble_29" |
| 7063 | p.Size = Vector3.new(0.893405, 0.893405, 0.893405) |
| 7064 | p.CFrame = CFrame.new(5.63664, 20.8, -8.14546) * CFrame.Angles(math.rad(118.051), math.rad(106.43), math.rad(160.53)) |
| 7065 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7066 | p.Material = Enum.Material.Glacier |
| 7067 | p.MaterialVariant = "2022 Inlet" |
| 7068 | p.Anchored = true |
| 7069 | p.Parent = model |
| 7070 | end |
| 7071 | do |
| 7072 | local p = Instance.new("Part") |
| 7073 | p.Name = "Roof_Rubble_30" |
| 7074 | p.Size = Vector3.new(0.830598, 0.830598, 0.830598) |
| 7075 | p.CFrame = CFrame.new(0.333027, 20.8, -6.6731) * CFrame.Angles(math.rad(15.2479), math.rad(313.213), math.rad(126.921)) |
| 7076 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7077 | p.Material = Enum.Material.Glacier |
| 7078 | p.MaterialVariant = "2022 Inlet" |
| 7079 | p.Anchored = true |
| 7080 | p.Parent = model |
| 7081 | end |
| 7082 | do |
| 7083 | local p = Instance.new("Part") |
| 7084 | p.Name = "Roof_Rubble_31" |
| 7085 | p.Size = Vector3.new(0.99889, 0.99889, 0.99889) |
| 7086 | p.CFrame = CFrame.new(1.84377, 20.8, -0.239673) * CFrame.Angles(math.rad(27.0148), math.rad(229.505), math.rad(130.792)) |
| 7087 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7088 | p.Material = Enum.Material.Glacier |
| 7089 | p.MaterialVariant = "2022 Inlet" |
| 7090 | p.Anchored = true |
| 7091 | p.Parent = model |
| 7092 | end |
| 7093 | do |
| 7094 | local p = Instance.new("Part") |
| 7095 | p.Name = "Roof_Rubble_32" |
| 7096 | p.Size = Vector3.new(0.880658, 0.880658, 0.880658) |
| 7097 | p.CFrame = CFrame.new(7.51175, 20.8, -0.566527) * CFrame.Angles(math.rad(305.521), math.rad(244.112), math.rad(157.742)) |
| 7098 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7099 | p.Material = Enum.Material.Glacier |
| 7100 | p.MaterialVariant = "2022 Inlet" |
| 7101 | p.Anchored = true |
| 7102 | p.Parent = model |
| 7103 | end |
| 7104 | do |
| 7105 | local p = Instance.new("Part") |
| 7106 | p.Name = "Roof_Rubble_33" |
| 7107 | p.Size = Vector3.new(0.475738, 0.475738, 0.475738) |
| 7108 | p.CFrame = CFrame.new(1.30394, 20.8, -4.25805) * CFrame.Angles(math.rad(137.828), math.rad(204.208), math.rad(217.834)) |
| 7109 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7110 | p.Material = Enum.Material.Glacier |
| 7111 | p.MaterialVariant = "2022 Inlet" |
| 7112 | p.Anchored = true |
| 7113 | p.Parent = model |
| 7114 | end |
| 7115 | do |
| 7116 | local p = Instance.new("Part") |
| 7117 | p.Name = "Roof_Rubble_34" |
| 7118 | p.Size = Vector3.new(0.807437, 0.807437, 0.807437) |
| 7119 | p.CFrame = CFrame.new(11.2835, 20.8, -7.53584) * CFrame.Angles(math.rad(206.612), math.rad(190.606), math.rad(143.292)) |
| 7120 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7121 | p.Material = Enum.Material.Glacier |
| 7122 | p.MaterialVariant = "2022 Inlet" |
| 7123 | p.Anchored = true |
| 7124 | p.Parent = model |
| 7125 | end |
| 7126 | do |
| 7127 | local p = Instance.new("Part") |
| 7128 | p.Name = "Roof_Rubble_35" |
| 7129 | p.Size = Vector3.new(0.789736, 0.789736, 0.789736) |
| 7130 | p.CFrame = CFrame.new(1.49456, 20.8, -10.6386) * CFrame.Angles(math.rad(66.9773), math.rad(186.388), math.rad(328.875)) |
| 7131 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7132 | p.Material = Enum.Material.Glacier |
| 7133 | p.MaterialVariant = "2022 Small Stud" |
| 7134 | p.Anchored = true |
| 7135 | p.Parent = model |
| 7136 | end |
| 7137 | do |
| 7138 | local p = Instance.new("Part") |
| 7139 | p.Name = "Roof_Rubble_36" |
| 7140 | p.Size = Vector3.new(0.470657, 0.470657, 0.470657) |
| 7141 | p.CFrame = CFrame.new(8.8495, 20.8, -3.55155) * CFrame.Angles(math.rad(358.691), math.rad(102.808), math.rad(329.932)) |
| 7142 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7143 | p.Material = Enum.Material.Glacier |
| 7144 | p.MaterialVariant = "2022 Inlet" |
| 7145 | p.Anchored = true |
| 7146 | p.Parent = model |
| 7147 | end |
| 7148 | do |
| 7149 | local p = Instance.new("Part") |
| 7150 | p.Name = "Roof_Rubble_37" |
| 7151 | p.Size = Vector3.new(0.69472, 0.69472, 0.69472) |
| 7152 | p.CFrame = CFrame.new(-0.283076, 20.8, -1.76608) * CFrame.Angles(math.rad(62.1563), math.rad(256.813), math.rad(359.014)) |
| 7153 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7154 | p.Material = Enum.Material.Glacier |
| 7155 | p.MaterialVariant = "2022 Inlet" |
| 7156 | p.Anchored = true |
| 7157 | p.Parent = model |
| 7158 | end |
| 7159 | do |
| 7160 | local p = Instance.new("Part") |
| 7161 | p.Name = "Roof_Rubble_38" |
| 7162 | p.Size = Vector3.new(0.886308, 0.886308, 0.886308) |
| 7163 | p.CFrame = CFrame.new(11.5459, 20.8, -0.161104) * CFrame.Angles(math.rad(125.073), math.rad(23.3781), math.rad(195.182)) |
| 7164 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7165 | p.Material = Enum.Material.Glacier |
| 7166 | p.MaterialVariant = "2022 Small Stud" |
| 7167 | p.Anchored = true |
| 7168 | p.Parent = model |
| 7169 | end |
| 7170 | do |
| 7171 | local p = Instance.new("Part") |
| 7172 | p.Name = "Roof_Rubble_39" |
| 7173 | p.Size = Vector3.new(0.934799, 0.934799, 0.934799) |
| 7174 | p.CFrame = CFrame.new(9.91907, 20.8, -3.45829) * CFrame.Angles(math.rad(229.572), math.rad(285.731), math.rad(183.152)) |
| 7175 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7176 | p.Material = Enum.Material.Glacier |
| 7177 | p.MaterialVariant = "2022 Small Stud" |
| 7178 | p.Anchored = true |
| 7179 | p.Parent = model |
| 7180 | end |
| 7181 | do |
| 7182 | local p = Instance.new("Part") |
| 7183 | p.Name = "Int_F2_Rubble_0" |
| 7184 | p.Size = Vector3.new(0.49709, 0.49709, 0.49709) |
| 7185 | p.CFrame = CFrame.new(-7.77451, 11.2, -7.22246) * CFrame.Angles(math.rad(9.46225), math.rad(199.448), math.rad(132.808)) |
| 7186 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7187 | p.Material = Enum.Material.Glacier |
| 7188 | p.MaterialVariant = "2022 Weld" |
| 7189 | p.Anchored = true |
| 7190 | p.Parent = model |
| 7191 | end |
| 7192 | do |
| 7193 | local p = Instance.new("Part") |
| 7194 | p.Name = "Int_F1_Rubble_0" |
| 7195 | p.Size = Vector3.new(0.49709, 0.49709, 0.49709) |
| 7196 | p.CFrame = CFrame.new(7.8952, 1.2, 1.03294) * CFrame.Angles(math.rad(23.6693), math.rad(143.338), math.rad(258.096)) |
| 7197 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7198 | p.Material = Enum.Material.Glacier |
| 7199 | p.MaterialVariant = "2022 Inlet" |
| 7200 | p.Anchored = true |
| 7201 | p.Parent = model |
| 7202 | end |
| 7203 | do |
| 7204 | local p = Instance.new("Part") |
| 7205 | p.Name = "Int_F2_Rubble_1" |
| 7206 | p.Size = Vector3.new(0.782932, 0.782932, 0.782932) |
| 7207 | p.CFrame = CFrame.new(-2.31933, 11.2, -1.81133) * CFrame.Angles(math.rad(45.1176), math.rad(114.13), math.rad(26.6994)) |
| 7208 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7209 | p.Material = Enum.Material.Glacier |
| 7210 | p.MaterialVariant = "2022 Inlet" |
| 7211 | p.Anchored = true |
| 7212 | p.Parent = model |
| 7213 | end |
| 7214 | do |
| 7215 | local p = Instance.new("Part") |
| 7216 | p.Name = "Int_F1_Rubble_1" |
| 7217 | p.Size = Vector3.new(0.782932, 0.782932, 0.782932) |
| 7218 | p.CFrame = CFrame.new(-0.888337, 1.2, 0.3472) * CFrame.Angles(math.rad(316.066), math.rad(280.895), math.rad(230.326)) |
| 7219 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7220 | p.Material = Enum.Material.Glacier |
| 7221 | p.MaterialVariant = "2022 Inlet" |
| 7222 | p.Anchored = true |
| 7223 | p.Parent = model |
| 7224 | end |
| 7225 | do |
| 7226 | local p = Instance.new("Part") |
| 7227 | p.Name = "Int_F2_Rubble_2" |
| 7228 | p.Size = Vector3.new(0.545571, 0.545571, 0.545571) |
| 7229 | p.CFrame = CFrame.new(12.1229, 11.2, -1.34763) * CFrame.Angles(math.rad(299.301), math.rad(186.517), math.rad(109.485)) |
| 7230 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7231 | p.Material = Enum.Material.Glacier |
| 7232 | p.MaterialVariant = "2022 Inlet" |
| 7233 | p.Anchored = true |
| 7234 | p.Parent = model |
| 7235 | end |
| 7236 | do |
| 7237 | local p = Instance.new("Part") |
| 7238 | p.Name = "Int_F1_Rubble_2" |
| 7239 | p.Size = Vector3.new(0.545571, 0.545571, 0.545571) |
| 7240 | p.CFrame = CFrame.new(-8.78886, 1.2, 8.69476) * CFrame.Angles(math.rad(124.568), math.rad(338.725), math.rad(322.173)) |
| 7241 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7242 | p.Material = Enum.Material.Glacier |
| 7243 | p.MaterialVariant = "2022 Inlet" |
| 7244 | p.Anchored = true |
| 7245 | p.Parent = model |
| 7246 | end |
| 7247 | do |
| 7248 | local p = Instance.new("Part") |
| 7249 | p.Name = "Int_F2_Rubble_3" |
| 7250 | p.Size = Vector3.new(1.07675, 1.07675, 1.07675) |
| 7251 | p.CFrame = CFrame.new(-6.48426, 11.2, 2.70114) * CFrame.Angles(math.rad(45.0613), math.rad(109.017), math.rad(192.052)) |
| 7252 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7253 | p.Material = Enum.Material.Glacier |
| 7254 | p.MaterialVariant = "2022 Small Stud" |
| 7255 | p.Anchored = true |
| 7256 | p.Parent = model |
| 7257 | end |
| 7258 | do |
| 7259 | local p = Instance.new("Part") |
| 7260 | p.Name = "Int_F1_Rubble_3" |
| 7261 | p.Size = Vector3.new(1.07675, 1.07675, 1.07675) |
| 7262 | p.CFrame = CFrame.new(0.066902, 1.2, -6.62728) * CFrame.Angles(math.rad(61.6322), math.rad(224.813), math.rad(324.72)) |
| 7263 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7264 | p.Material = Enum.Material.Glacier |
| 7265 | p.MaterialVariant = "2022 Inlet" |
| 7266 | p.Anchored = true |
| 7267 | p.Parent = model |
| 7268 | end |
| 7269 | do |
| 7270 | local p = Instance.new("Part") |
| 7271 | p.Name = "Int_F2_Rubble_4" |
| 7272 | p.Size = Vector3.new(0.670096, 0.670096, 0.670096) |
| 7273 | p.CFrame = CFrame.new(11.0222, 11.2, -9.17611) * CFrame.Angles(math.rad(29.2402), math.rad(341.477), math.rad(277.568)) |
| 7274 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7275 | p.Material = Enum.Material.Glacier |
| 7276 | p.MaterialVariant = "2022 Inlet" |
| 7277 | p.Anchored = true |
| 7278 | p.Parent = model |
| 7279 | end |
| 7280 | do |
| 7281 | local p = Instance.new("Part") |
| 7282 | p.Name = "Int_F1_Rubble_4" |
| 7283 | p.Size = Vector3.new(0.670096, 0.670096, 0.670096) |
| 7284 | p.CFrame = CFrame.new(-6.11895, 1.2, -5.78383) * CFrame.Angles(math.rad(222.519), math.rad(10.9029), math.rad(320.039)) |
| 7285 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7286 | p.Material = Enum.Material.Glacier |
| 7287 | p.MaterialVariant = "2022 Weld" |
| 7288 | p.Anchored = true |
| 7289 | p.Parent = model |
| 7290 | end |
| 7291 | do |
| 7292 | local p = Instance.new("Part") |
| 7293 | p.Name = "Int_F2_Rubble_5" |
| 7294 | p.Size = Vector3.new(0.836462, 0.836462, 0.836462) |
| 7295 | p.CFrame = CFrame.new(3.68959, 11.2, -3.95812) * CFrame.Angles(math.rad(289.688), math.rad(246.597), math.rad(107.076)) |
| 7296 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7297 | p.Material = Enum.Material.Glacier |
| 7298 | p.MaterialVariant = "2022 Inlet" |
| 7299 | p.Anchored = true |
| 7300 | p.Parent = model |
| 7301 | end |
| 7302 | do |
| 7303 | local p = Instance.new("Part") |
| 7304 | p.Name = "Int_F1_Rubble_5" |
| 7305 | p.Size = Vector3.new(0.836462, 0.836462, 0.836462) |
| 7306 | p.CFrame = CFrame.new(-11.1027, 1.2, -8.80174) * CFrame.Angles(math.rad(149.624), math.rad(167.199), math.rad(122.469)) |
| 7307 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7308 | p.Material = Enum.Material.Glacier |
| 7309 | p.MaterialVariant = "2022 Weld" |
| 7310 | p.Anchored = true |
| 7311 | p.Parent = model |
| 7312 | end |
| 7313 | do |
| 7314 | local p = Instance.new("Part") |
| 7315 | p.Name = "Int_F2_Rubble_6" |
| 7316 | p.Size = Vector3.new(0.514935, 0.514935, 0.514935) |
| 7317 | p.CFrame = CFrame.new(9.39861, 11.2, -3.61367) * CFrame.Angles(math.rad(351.135), math.rad(47.0758), math.rad(133.394)) |
| 7318 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7319 | p.Material = Enum.Material.Glacier |
| 7320 | p.MaterialVariant = "2022 Small Stud" |
| 7321 | p.Anchored = true |
| 7322 | p.Parent = model |
| 7323 | end |
| 7324 | do |
| 7325 | local p = Instance.new("Part") |
| 7326 | p.Name = "Int_F1_Rubble_6" |
| 7327 | p.Size = Vector3.new(0.514935, 0.514935, 0.514935) |
| 7328 | p.CFrame = CFrame.new(1.60293, 1.2, -3.61768) * CFrame.Angles(math.rad(44.1079), math.rad(161.855), math.rad(50.7159)) |
| 7329 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7330 | p.Material = Enum.Material.Glacier |
| 7331 | p.MaterialVariant = "2022 Weld" |
| 7332 | p.Anchored = true |
| 7333 | p.Parent = model |
| 7334 | end |
| 7335 | do |
| 7336 | local p = Instance.new("Part") |
| 7337 | p.Name = "Int_F2_Rubble_7" |
| 7338 | p.Size = Vector3.new(0.440484, 0.440484, 0.440484) |
| 7339 | p.CFrame = CFrame.new(11.58, 11.2, 7.28328) * CFrame.Angles(math.rad(89.3773), math.rad(311.511), math.rad(57.4919)) |
| 7340 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7341 | p.Material = Enum.Material.Glacier |
| 7342 | p.MaterialVariant = "2022 Weld" |
| 7343 | p.Anchored = true |
| 7344 | p.Parent = model |
| 7345 | end |
| 7346 | do |
| 7347 | local p = Instance.new("Part") |
| 7348 | p.Name = "Int_F1_Rubble_7" |
| 7349 | p.Size = Vector3.new(0.440484, 0.440484, 0.440484) |
| 7350 | p.CFrame = CFrame.new(-4.48667, 1.2, 1.55374) * CFrame.Angles(math.rad(68.3403), math.rad(57.3633), math.rad(358.549)) |
| 7351 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7352 | p.Material = Enum.Material.Glacier |
| 7353 | p.MaterialVariant = "2022 Small Stud" |
| 7354 | p.Anchored = true |
| 7355 | p.Parent = model |
| 7356 | end |
| 7357 | do |
| 7358 | local p = Instance.new("Part") |
| 7359 | p.Name = "Int_F2_Rubble_8" |
| 7360 | p.Size = Vector3.new(0.773452, 0.773452, 0.773452) |
| 7361 | p.CFrame = CFrame.new(9.85597, 11.2, -0.052595) * CFrame.Angles(math.rad(340.284), math.rad(181.96), math.rad(348.007)) |
| 7362 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7363 | p.Material = Enum.Material.Glacier |
| 7364 | p.MaterialVariant = "2022 Inlet" |
| 7365 | p.Anchored = true |
| 7366 | p.Parent = model |
| 7367 | end |
| 7368 | do |
| 7369 | local p = Instance.new("Part") |
| 7370 | p.Name = "Int_F1_Rubble_8" |
| 7371 | p.Size = Vector3.new(0.773452, 0.773452, 0.773452) |
| 7372 | p.CFrame = CFrame.new(-7.40625, 1.2, -2.9421) * CFrame.Angles(math.rad(101.288), math.rad(215.107), math.rad(303.426)) |
| 7373 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7374 | p.Material = Enum.Material.Glacier |
| 7375 | p.MaterialVariant = "2022 Inlet" |
| 7376 | p.Anchored = true |
| 7377 | p.Parent = model |
| 7378 | end |
| 7379 | do |
| 7380 | local p = Instance.new("Part") |
| 7381 | p.Name = "Int_F2_Rubble_9" |
| 7382 | p.Size = Vector3.new(0.938016, 0.938016, 0.938016) |
| 7383 | p.CFrame = CFrame.new(-5.57054, 11.2, -9.83645) * CFrame.Angles(math.rad(155.134), math.rad(317.684), math.rad(261.903)) |
| 7384 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7385 | p.Material = Enum.Material.Glacier |
| 7386 | p.MaterialVariant = "2022 Inlet" |
| 7387 | p.Anchored = true |
| 7388 | p.Parent = model |
| 7389 | end |
| 7390 | do |
| 7391 | local p = Instance.new("Part") |
| 7392 | p.Name = "Int_F1_Rubble_9" |
| 7393 | p.Size = Vector3.new(0.938016, 0.938016, 0.938016) |
| 7394 | p.CFrame = CFrame.new(6.86028, 1.2, -2.68125) * CFrame.Angles(math.rad(18.4168), math.rad(202.254), math.rad(130.509)) |
| 7395 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7396 | p.Material = Enum.Material.Glacier |
| 7397 | p.MaterialVariant = "2022 Weld" |
| 7398 | p.Anchored = true |
| 7399 | p.Parent = model |
| 7400 | end |
| 7401 | do |
| 7402 | local p = Instance.new("Part") |
| 7403 | p.Name = "Int_F2_Rubble_10" |
| 7404 | p.Size = Vector3.new(0.630881, 0.630881, 0.630881) |
| 7405 | p.CFrame = CFrame.new(-2.95493, 11.2, -0.992912) * CFrame.Angles(math.rad(297.112), math.rad(224.367), math.rad(219.976)) |
| 7406 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7407 | p.Material = Enum.Material.Glacier |
| 7408 | p.MaterialVariant = "2022 Small Stud" |
| 7409 | p.Anchored = true |
| 7410 | p.Parent = model |
| 7411 | end |
| 7412 | do |
| 7413 | local p = Instance.new("Part") |
| 7414 | p.Name = "Int_F1_Rubble_10" |
| 7415 | p.Size = Vector3.new(0.630881, 0.630881, 0.630881) |
| 7416 | p.CFrame = CFrame.new(-9.65475, 1.2, -8.06637) * CFrame.Angles(math.rad(286.163), math.rad(122.071), math.rad(338.021)) |
| 7417 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7418 | p.Material = Enum.Material.Glacier |
| 7419 | p.MaterialVariant = "2022 Small Stud" |
| 7420 | p.Anchored = true |
| 7421 | p.Parent = model |
| 7422 | end |
| 7423 | do |
| 7424 | local p = Instance.new("Part") |
| 7425 | p.Name = "Int_F2_Rubble_11" |
| 7426 | p.Size = Vector3.new(1.00397, 1.00397, 1.00397) |
| 7427 | p.CFrame = CFrame.new(-7.82449, 11.2, 0.18245) * CFrame.Angles(math.rad(16.3092), math.rad(49.3331), math.rad(119.895)) |
| 7428 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7429 | p.Material = Enum.Material.Glacier |
| 7430 | p.MaterialVariant = "2022 Inlet" |
| 7431 | p.Anchored = true |
| 7432 | p.Parent = model |
| 7433 | end |
| 7434 | do |
| 7435 | local p = Instance.new("Part") |
| 7436 | p.Name = "Int_F1_Rubble_11" |
| 7437 | p.Size = Vector3.new(1.00397, 1.00397, 1.00397) |
| 7438 | p.CFrame = CFrame.new(-0.682652, 1.2, -0.860229) * CFrame.Angles(math.rad(118.068), math.rad(220.705), math.rad(58.5007)) |
| 7439 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7440 | p.Material = Enum.Material.Glacier |
| 7441 | p.MaterialVariant = "2022 Inlet" |
| 7442 | p.Anchored = true |
| 7443 | p.Parent = model |
| 7444 | end |
| 7445 | do |
| 7446 | local p = Instance.new("Part") |
| 7447 | p.Name = "Int_F2_Rubble_12" |
| 7448 | p.Size = Vector3.new(1.19249, 1.19249, 1.19249) |
| 7449 | p.CFrame = CFrame.new(6.2223, 11.2, -4.01531) * CFrame.Angles(math.rad(182.633), math.rad(183.497), math.rad(176.345)) |
| 7450 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7451 | p.Material = Enum.Material.Glacier |
| 7452 | p.MaterialVariant = "2022 Small Stud" |
| 7453 | p.Anchored = true |
| 7454 | p.Parent = model |
| 7455 | end |
| 7456 | do |
| 7457 | local p = Instance.new("Part") |
| 7458 | p.Name = "Int_F1_Rubble_12" |
| 7459 | p.Size = Vector3.new(1.19249, 1.19249, 1.19249) |
| 7460 | p.CFrame = CFrame.new(1.63603, 1.2, -0.502148) * CFrame.Angles(math.rad(132.609), math.rad(242.57), math.rad(352.763)) |
| 7461 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7462 | p.Material = Enum.Material.Glacier |
| 7463 | p.MaterialVariant = "2022 Inlet" |
| 7464 | p.Anchored = true |
| 7465 | p.Parent = model |
| 7466 | end |
| 7467 | do |
| 7468 | local p = Instance.new("Part") |
| 7469 | p.Name = "Int_F2_Rubble_13" |
| 7470 | p.Size = Vector3.new(0.866962, 0.866962, 0.866962) |
| 7471 | p.CFrame = CFrame.new(7.71563, 11.2, 4.50648) * CFrame.Angles(math.rad(214.887), math.rad(95.591), math.rad(236.013)) |
| 7472 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7473 | p.Material = Enum.Material.Glacier |
| 7474 | p.MaterialVariant = "2022 Inlet" |
| 7475 | p.Anchored = true |
| 7476 | p.Parent = model |
| 7477 | end |
| 7478 | do |
| 7479 | local p = Instance.new("Part") |
| 7480 | p.Name = "Int_F1_Rubble_13" |
| 7481 | p.Size = Vector3.new(0.866962, 0.866962, 0.866962) |
| 7482 | p.CFrame = CFrame.new(12.2735, 1.2, 1.56949) * CFrame.Angles(math.rad(259.704), math.rad(210.068), math.rad(61.3843)) |
| 7483 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7484 | p.Material = Enum.Material.Glacier |
| 7485 | p.MaterialVariant = "2022 Inlet" |
| 7486 | p.Anchored = true |
| 7487 | p.Parent = model |
| 7488 | end |
| 7489 | do |
| 7490 | local p = Instance.new("Part") |
| 7491 | p.Name = "Int_F2_Rubble_14" |
| 7492 | p.Size = Vector3.new(0.90322, 0.90322, 0.90322) |
| 7493 | p.CFrame = CFrame.new(3.11313, 11.2, 6.82334) * CFrame.Angles(math.rad(295.798), math.rad(87.1908), math.rad(206.125)) |
| 7494 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7495 | p.Material = Enum.Material.Glacier |
| 7496 | p.MaterialVariant = "2022 Inlet" |
| 7497 | p.Anchored = true |
| 7498 | p.Parent = model |
| 7499 | end |
| 7500 | do |
| 7501 | local p = Instance.new("Part") |
| 7502 | p.Name = "Int_F1_Rubble_14" |
| 7503 | p.Size = Vector3.new(0.90322, 0.90322, 0.90322) |
| 7504 | p.CFrame = CFrame.new(5.21354, 1.2, -6.18431) * CFrame.Angles(math.rad(112.929), math.rad(54.5153), math.rad(248.58)) |
| 7505 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7506 | p.Material = Enum.Material.Glacier |
| 7507 | p.MaterialVariant = "2022 Weld" |
| 7508 | p.Anchored = true |
| 7509 | p.Parent = model |
| 7510 | end |
| 7511 | do |
| 7512 | local p = Instance.new("Part") |
| 7513 | p.Name = "Int_F2_Rubble_15" |
| 7514 | p.Size = Vector3.new(0.728302, 0.728302, 0.728302) |
| 7515 | p.CFrame = CFrame.new(7.14928, 11.2, 8.41042) * CFrame.Angles(math.rad(254.079), math.rad(186.726), math.rad(201.919)) |
| 7516 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7517 | p.Material = Enum.Material.Glacier |
| 7518 | p.MaterialVariant = "2022 Inlet" |
| 7519 | p.Anchored = true |
| 7520 | p.Parent = model |
| 7521 | end |
| 7522 | do |
| 7523 | local p = Instance.new("Part") |
| 7524 | p.Name = "Int_F1_Rubble_15" |
| 7525 | p.Size = Vector3.new(0.728302, 0.728302, 0.728302) |
| 7526 | p.CFrame = CFrame.new(12.9512, 1.2, -0.43258) * CFrame.Angles(math.rad(112.951), math.rad(62.3457), math.rad(328.365)) |
| 7527 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7528 | p.Material = Enum.Material.Glacier |
| 7529 | p.MaterialVariant = "2022 Weld" |
| 7530 | p.Anchored = true |
| 7531 | p.Parent = model |
| 7532 | end |
| 7533 | do |
| 7534 | local p = Instance.new("Part") |
| 7535 | p.Name = "Int_F2_Rubble_16" |
| 7536 | p.Size = Vector3.new(0.673862, 0.673862, 0.673862) |
| 7537 | p.CFrame = CFrame.new(-3.78854, 11.2, 5.4398) * CFrame.Angles(math.rad(219.628), math.rad(69.2151), math.rad(88.7469)) |
| 7538 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7539 | p.Material = Enum.Material.Glacier |
| 7540 | p.MaterialVariant = "2022 Small Stud" |
| 7541 | p.Anchored = true |
| 7542 | p.Parent = model |
| 7543 | end |
| 7544 | do |
| 7545 | local p = Instance.new("Part") |
| 7546 | p.Name = "Int_F1_Rubble_16" |
| 7547 | p.Size = Vector3.new(0.673862, 0.673862, 0.673862) |
| 7548 | p.CFrame = CFrame.new(1.51025, 1.2, -5.50266) * CFrame.Angles(math.rad(277.623), math.rad(253.764), math.rad(248.486)) |
| 7549 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7550 | p.Material = Enum.Material.Glacier |
| 7551 | p.MaterialVariant = "2022 Small Stud" |
| 7552 | p.Anchored = true |
| 7553 | p.Parent = model |
| 7554 | end |
| 7555 | do |
| 7556 | local p = Instance.new("Part") |
| 7557 | p.Name = "Int_F2_Rubble_17" |
| 7558 | p.Size = Vector3.new(0.791202, 0.791202, 0.791202) |
| 7559 | p.CFrame = CFrame.new(-0.525111, 11.2, 1.20975) * CFrame.Angles(math.rad(103.604), math.rad(206.452), math.rad(195.549)) |
| 7560 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7561 | p.Material = Enum.Material.Glacier |
| 7562 | p.MaterialVariant = "2022 Small Stud" |
| 7563 | p.Anchored = true |
| 7564 | p.Parent = model |
| 7565 | end |
| 7566 | do |
| 7567 | local p = Instance.new("Part") |
| 7568 | p.Name = "Int_F1_Rubble_17" |
| 7569 | p.Size = Vector3.new(0.791202, 0.791202, 0.791202) |
| 7570 | p.CFrame = CFrame.new(10.2898, 1.2, -2.10935) * CFrame.Angles(math.rad(343.659), math.rad(289.662), math.rad(104.563)) |
| 7571 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7572 | p.Material = Enum.Material.Glacier |
| 7573 | p.MaterialVariant = "2022 Small Stud" |
| 7574 | p.Anchored = true |
| 7575 | p.Parent = model |
| 7576 | end |
| 7577 | do |
| 7578 | local p = Instance.new("Part") |
| 7579 | p.Name = "Int_F2_Rubble_18" |
| 7580 | p.Size = Vector3.new(0.630104, 0.630104, 0.630104) |
| 7581 | p.CFrame = CFrame.new(5.56767, 11.2, -3.07273) * CFrame.Angles(math.rad(236.15), math.rad(269.042), math.rad(77.0353)) |
| 7582 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7583 | p.Material = Enum.Material.Glacier |
| 7584 | p.MaterialVariant = "2022 Weld" |
| 7585 | p.Anchored = true |
| 7586 | p.Parent = model |
| 7587 | end |
| 7588 | do |
| 7589 | local p = Instance.new("Part") |
| 7590 | p.Name = "Int_F1_Rubble_18" |
| 7591 | p.Size = Vector3.new(0.630104, 0.630104, 0.630104) |
| 7592 | p.CFrame = CFrame.new(8.52674, 1.2, -4.57735) * CFrame.Angles(math.rad(49.4183), math.rad(221.644), math.rad(211.259)) |
| 7593 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7594 | p.Material = Enum.Material.Glacier |
| 7595 | p.MaterialVariant = "2022 Small Stud" |
| 7596 | p.Anchored = true |
| 7597 | p.Parent = model |
| 7598 | end |
| 7599 | do |
| 7600 | local p = Instance.new("Part") |
| 7601 | p.Name = "Int_F2_Rubble_19" |
| 7602 | p.Size = Vector3.new(0.593966, 0.593966, 0.593966) |
| 7603 | p.CFrame = CFrame.new(4.41568, 11.2, 0.62083) * CFrame.Angles(math.rad(18.8968), math.rad(148.788), math.rad(258.249)) |
| 7604 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7605 | p.Material = Enum.Material.Glacier |
| 7606 | p.MaterialVariant = "2022 Inlet" |
| 7607 | p.Anchored = true |
| 7608 | p.Parent = model |
| 7609 | end |
| 7610 | do |
| 7611 | local p = Instance.new("Part") |
| 7612 | p.Name = "Int_F1_Rubble_19" |
| 7613 | p.Size = Vector3.new(0.593966, 0.593966, 0.593966) |
| 7614 | p.CFrame = CFrame.new(-10.3858, 1.2, 5.41532) * CFrame.Angles(math.rad(347.227), math.rad(352.048), math.rad(56.8588)) |
| 7615 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7616 | p.Material = Enum.Material.Glacier |
| 7617 | p.MaterialVariant = "2022 Inlet" |
| 7618 | p.Anchored = true |
| 7619 | p.Parent = model |
| 7620 | end |
| 7621 | do |
| 7622 | local p = Instance.new("Part") |
| 7623 | p.Name = "Int_F2_Rubble_20" |
| 7624 | p.Size = Vector3.new(0.922314, 0.922314, 0.922314) |
| 7625 | p.CFrame = CFrame.new(9.89683, 11.2, -0.486007) * CFrame.Angles(math.rad(272.128), math.rad(103.408), math.rad(102.75)) |
| 7626 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7627 | p.Material = Enum.Material.Glacier |
| 7628 | p.MaterialVariant = "2022 Inlet" |
| 7629 | p.Anchored = true |
| 7630 | p.Parent = model |
| 7631 | end |
| 7632 | do |
| 7633 | local p = Instance.new("Part") |
| 7634 | p.Name = "Int_F1_Rubble_20" |
| 7635 | p.Size = Vector3.new(0.922314, 0.922314, 0.922314) |
| 7636 | p.CFrame = CFrame.new(-11.4618, 1.2, 5.3745) * CFrame.Angles(math.rad(192.655), math.rad(260.322), math.rad(337.201)) |
| 7637 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7638 | p.Material = Enum.Material.Glacier |
| 7639 | p.MaterialVariant = "2022 Inlet" |
| 7640 | p.Anchored = true |
| 7641 | p.Parent = model |
| 7642 | end |
| 7643 | do |
| 7644 | local p = Instance.new("Part") |
| 7645 | p.Name = "Int_F2_Rubble_21" |
| 7646 | p.Size = Vector3.new(1.13058, 1.13058, 1.13058) |
| 7647 | p.CFrame = CFrame.new(-8.44832, 11.2, 7.6449) * CFrame.Angles(math.rad(336.212), math.rad(13.0823), math.rad(301.033)) |
| 7648 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7649 | p.Material = Enum.Material.Glacier |
| 7650 | p.MaterialVariant = "2022 Inlet" |
| 7651 | p.Anchored = true |
| 7652 | p.Parent = model |
| 7653 | end |
| 7654 | do |
| 7655 | local p = Instance.new("Part") |
| 7656 | p.Name = "Int_F1_Rubble_21" |
| 7657 | p.Size = Vector3.new(1.13058, 1.13058, 1.13058) |
| 7658 | p.CFrame = CFrame.new(7.48698, 1.2, -6.27377) * CFrame.Angles(math.rad(315.628), math.rad(3.33618), math.rad(204.466)) |
| 7659 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7660 | p.Material = Enum.Material.Glacier |
| 7661 | p.MaterialVariant = "2022 Small Stud" |
| 7662 | p.Anchored = true |
| 7663 | p.Parent = model |
| 7664 | end |
| 7665 | do |
| 7666 | local p = Instance.new("Part") |
| 7667 | p.Name = "Int_F2_Rubble_22" |
| 7668 | p.Size = Vector3.new(0.485841, 0.485841, 0.485841) |
| 7669 | p.CFrame = CFrame.new(12.5578, 11.2, -4.30877) * CFrame.Angles(math.rad(320.134), math.rad(48.312), math.rad(181.517)) |
| 7670 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7671 | p.Material = Enum.Material.Glacier |
| 7672 | p.MaterialVariant = "2022 Weld" |
| 7673 | p.Anchored = true |
| 7674 | p.Parent = model |
| 7675 | end |
| 7676 | do |
| 7677 | local p = Instance.new("Part") |
| 7678 | p.Name = "Int_F1_Rubble_22" |
| 7679 | p.Size = Vector3.new(0.485841, 0.485841, 0.485841) |
| 7680 | p.CFrame = CFrame.new(-5.90624, 1.2, 6.17628) * CFrame.Angles(math.rad(58.4979), math.rad(165.209), math.rad(92.6154)) |
| 7681 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7682 | p.Material = Enum.Material.Glacier |
| 7683 | p.MaterialVariant = "2022 Small Stud" |
| 7684 | p.Anchored = true |
| 7685 | p.Parent = model |
| 7686 | end |
| 7687 | do |
| 7688 | local p = Instance.new("Part") |
| 7689 | p.Name = "Int_F2_Rubble_23" |
| 7690 | p.Size = Vector3.new(0.548959, 0.548959, 0.548959) |
| 7691 | p.CFrame = CFrame.new(6.15207, 11.2, 5.81535) * CFrame.Angles(math.rad(63.1782), math.rad(308.213), math.rad(322.935)) |
| 7692 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7693 | p.Material = Enum.Material.Glacier |
| 7694 | p.MaterialVariant = "2022 Inlet" |
| 7695 | p.Anchored = true |
| 7696 | p.Parent = model |
| 7697 | end |
| 7698 | do |
| 7699 | local p = Instance.new("Part") |
| 7700 | p.Name = "Int_F1_Rubble_23" |
| 7701 | p.Size = Vector3.new(0.548959, 0.548959, 0.548959) |
| 7702 | p.CFrame = CFrame.new(8.50174, 1.2, 0.305613) * CFrame.Angles(math.rad(144.3), math.rad(34.3386), math.rad(353.407)) |
| 7703 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7704 | p.Material = Enum.Material.Glacier |
| 7705 | p.MaterialVariant = "2022 Inlet" |
| 7706 | p.Anchored = true |
| 7707 | p.Parent = model |
| 7708 | end |
| 7709 | do |
| 7710 | local p = Instance.new("Part") |
| 7711 | p.Name = "Int_F2_Rubble_24" |
| 7712 | p.Size = Vector3.new(0.781963, 0.781963, 0.781963) |
| 7713 | p.CFrame = CFrame.new(11.3315, 11.2, -9.8634) * CFrame.Angles(math.rad(84.7877), math.rad(271.352), math.rad(343.453)) |
| 7714 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7715 | p.Material = Enum.Material.Glacier |
| 7716 | p.MaterialVariant = "2022 Weld" |
| 7717 | p.Anchored = true |
| 7718 | p.Parent = model |
| 7719 | end |
| 7720 | do |
| 7721 | local p = Instance.new("Part") |
| 7722 | p.Name = "Int_F1_Rubble_24" |
| 7723 | p.Size = Vector3.new(0.781963, 0.781963, 0.781963) |
| 7724 | p.CFrame = CFrame.new(-5.14941, 1.2, 4.45765) * CFrame.Angles(math.rad(94.1591), math.rad(129.439), math.rad(85.0689)) |
| 7725 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7726 | p.Material = Enum.Material.Glacier |
| 7727 | p.MaterialVariant = "2022 Inlet" |
| 7728 | p.Anchored = true |
| 7729 | p.Parent = model |
| 7730 | end |
| 7731 | do |
| 7732 | local p = Instance.new("Part") |
| 7733 | p.Name = "Int_F2_Rubble_25" |
| 7734 | p.Size = Vector3.new(0.934229, 0.934229, 0.934229) |
| 7735 | p.CFrame = CFrame.new(-0.89973, 11.2, -6.80566) * CFrame.Angles(math.rad(248.505), math.rad(229.936), math.rad(338.629)) |
| 7736 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7737 | p.Material = Enum.Material.Glacier |
| 7738 | p.MaterialVariant = "2022 Small Stud" |
| 7739 | p.Anchored = true |
| 7740 | p.Parent = model |
| 7741 | end |
| 7742 | do |
| 7743 | local p = Instance.new("Part") |
| 7744 | p.Name = "Int_F1_Rubble_25" |
| 7745 | p.Size = Vector3.new(0.934229, 0.934229, 0.934229) |
| 7746 | p.CFrame = CFrame.new(-3.44386, 1.2, -5.58301) * CFrame.Angles(math.rad(172.145), math.rad(163.792), math.rad(355.982)) |
| 7747 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7748 | p.Material = Enum.Material.Glacier |
| 7749 | p.MaterialVariant = "2022 Inlet" |
| 7750 | p.Anchored = true |
| 7751 | p.Parent = model |
| 7752 | end |
| 7753 | do |
| 7754 | local p = Instance.new("Part") |
| 7755 | p.Name = "Int_F2_Rubble_26" |
| 7756 | p.Size = Vector3.new(0.6989, 0.6989, 0.6989) |
| 7757 | p.CFrame = CFrame.new(5.25046, 11.2, 8.25594) * CFrame.Angles(math.rad(274.269), math.rad(244.923), math.rad(214.493)) |
| 7758 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7759 | p.Material = Enum.Material.Glacier |
| 7760 | p.MaterialVariant = "2022 Inlet" |
| 7761 | p.Anchored = true |
| 7762 | p.Parent = model |
| 7763 | end |
| 7764 | do |
| 7765 | local p = Instance.new("Part") |
| 7766 | p.Name = "Int_F1_Rubble_26" |
| 7767 | p.Size = Vector3.new(0.6989, 0.6989, 0.6989) |
| 7768 | p.CFrame = CFrame.new(7.47164, 1.2, 0.510133) * CFrame.Angles(math.rad(28.117), math.rad(203.101), math.rad(22.2329)) |
| 7769 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7770 | p.Material = Enum.Material.Glacier |
| 7771 | p.MaterialVariant = "2022 Small Stud" |
| 7772 | p.Anchored = true |
| 7773 | p.Parent = model |
| 7774 | end |
| 7775 | do |
| 7776 | local p = Instance.new("Part") |
| 7777 | p.Name = "Int_F2_Rubble_27" |
| 7778 | p.Size = Vector3.new(0.838119, 0.838119, 0.838119) |
| 7779 | p.CFrame = CFrame.new(0.142663, 11.2, 1.45403) * CFrame.Angles(math.rad(59.2334), math.rad(307.615), math.rad(159.063)) |
| 7780 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7781 | p.Material = Enum.Material.Glacier |
| 7782 | p.MaterialVariant = "2022 Inlet" |
| 7783 | p.Anchored = true |
| 7784 | p.Parent = model |
| 7785 | end |
| 7786 | do |
| 7787 | local p = Instance.new("Part") |
| 7788 | p.Name = "Int_F1_Rubble_27" |
| 7789 | p.Size = Vector3.new(0.838119, 0.838119, 0.838119) |
| 7790 | p.CFrame = CFrame.new(4.68768, 1.2, 4.33836) * CFrame.Angles(math.rad(32.739), math.rad(183.735), math.rad(291.129)) |
| 7791 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7792 | p.Material = Enum.Material.Glacier |
| 7793 | p.MaterialVariant = "2022 Weld" |
| 7794 | p.Anchored = true |
| 7795 | p.Parent = model |
| 7796 | end |
| 7797 | do |
| 7798 | local p = Instance.new("Part") |
| 7799 | p.Name = "Int_F2_Rubble_28" |
| 7800 | p.Size = Vector3.new(0.762746, 0.762746, 0.762746) |
| 7801 | p.CFrame = CFrame.new(0.344444, 11.2, -0.86403) * CFrame.Angles(math.rad(201.167), math.rad(242.196), math.rad(110.941)) |
| 7802 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7803 | p.Material = Enum.Material.Glacier |
| 7804 | p.MaterialVariant = "2022 Inlet" |
| 7805 | p.Anchored = true |
| 7806 | p.Parent = model |
| 7807 | end |
| 7808 | do |
| 7809 | local p = Instance.new("Part") |
| 7810 | p.Name = "Int_F1_Rubble_28" |
| 7811 | p.Size = Vector3.new(0.762746, 0.762746, 0.762746) |
| 7812 | p.CFrame = CFrame.new(-12.434, 1.2, -4.91086) * CFrame.Angles(math.rad(268.49), math.rad(208.192), math.rad(16.3043)) |
| 7813 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7814 | p.Material = Enum.Material.Glacier |
| 7815 | p.MaterialVariant = "2022 Inlet" |
| 7816 | p.Anchored = true |
| 7817 | p.Parent = model |
| 7818 | end |
| 7819 | do |
| 7820 | local p = Instance.new("Part") |
| 7821 | p.Name = "Int_F2_Rubble_29" |
| 7822 | p.Size = Vector3.new(0.675623, 0.675623, 0.675623) |
| 7823 | p.CFrame = CFrame.new(-11.3422, 11.2, 9.88247) * CFrame.Angles(math.rad(355.009), math.rad(169.946), math.rad(103.353)) |
| 7824 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7825 | p.Material = Enum.Material.Glacier |
| 7826 | p.MaterialVariant = "2022 Inlet" |
| 7827 | p.Anchored = true |
| 7828 | p.Parent = model |
| 7829 | end |
| 7830 | do |
| 7831 | local p = Instance.new("Part") |
| 7832 | p.Name = "Int_F1_Rubble_29" |
| 7833 | p.Size = Vector3.new(0.675623, 0.675623, 0.675623) |
| 7834 | p.CFrame = CFrame.new(-8.32049, 1.2, -7.29142) * CFrame.Angles(math.rad(134.806), math.rad(320.88), math.rad(161.473)) |
| 7835 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7836 | p.Material = Enum.Material.Glacier |
| 7837 | p.MaterialVariant = "2022 Weld" |
| 7838 | p.Anchored = true |
| 7839 | p.Parent = model |
| 7840 | end |
| 7841 | do |
| 7842 | local p = Instance.new("Part") |
| 7843 | p.Name = "Int_F2_Rubble_30" |
| 7844 | p.Size = Vector3.new(1.13369, 1.13369, 1.13369) |
| 7845 | p.CFrame = CFrame.new(-3.1851, 11.2, -8.395) * CFrame.Angles(math.rad(235.272), math.rad(125.197), math.rad(64.2505)) |
| 7846 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7847 | p.Material = Enum.Material.Glacier |
| 7848 | p.MaterialVariant = "2022 Inlet" |
| 7849 | p.Anchored = true |
| 7850 | p.Parent = model |
| 7851 | end |
| 7852 | do |
| 7853 | local p = Instance.new("Part") |
| 7854 | p.Name = "Int_F1_Rubble_30" |
| 7855 | p.Size = Vector3.new(1.13369, 1.13369, 1.13369) |
| 7856 | p.CFrame = CFrame.new(0.968721, 1.2, 0.576851) * CFrame.Angles(math.rad(300.536), math.rad(272.225), math.rad(352.257)) |
| 7857 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7858 | p.Material = Enum.Material.Glacier |
| 7859 | p.MaterialVariant = "2022 Inlet" |
| 7860 | p.Anchored = true |
| 7861 | p.Parent = model |
| 7862 | end |
| 7863 | do |
| 7864 | local p = Instance.new("Part") |
| 7865 | p.Name = "Int_F2_Rubble_31" |
| 7866 | p.Size = Vector3.new(0.770403, 0.770403, 0.770403) |
| 7867 | p.CFrame = CFrame.new(5.69644, 11.2, -1.51744) * CFrame.Angles(math.rad(296.41), math.rad(89.1043), math.rad(124.618)) |
| 7868 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7869 | p.Material = Enum.Material.Glacier |
| 7870 | p.MaterialVariant = "2022 Weld" |
| 7871 | p.Anchored = true |
| 7872 | p.Parent = model |
| 7873 | end |
| 7874 | do |
| 7875 | local p = Instance.new("Part") |
| 7876 | p.Name = "Int_F1_Rubble_31" |
| 7877 | p.Size = Vector3.new(0.770403, 0.770403, 0.770403) |
| 7878 | p.CFrame = CFrame.new(-5.83311, 1.2, 8.74821) * CFrame.Angles(math.rad(11.5982), math.rad(237.671), math.rad(221.372)) |
| 7879 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7880 | p.Material = Enum.Material.Glacier |
| 7881 | p.MaterialVariant = "2022 Inlet" |
| 7882 | p.Anchored = true |
| 7883 | p.Parent = model |
| 7884 | end |
| 7885 | do |
| 7886 | local p = Instance.new("Part") |
| 7887 | p.Name = "Int_F2_Rubble_32" |
| 7888 | p.Size = Vector3.new(1.14899, 1.14899, 1.14899) |
| 7889 | p.CFrame = CFrame.new(10.1151, 11.2, -5.18667) * CFrame.Angles(math.rad(36.3228), math.rad(12.0875), math.rad(215.203)) |
| 7890 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7891 | p.Material = Enum.Material.Glacier |
| 7892 | p.MaterialVariant = "2022 Inlet" |
| 7893 | p.Anchored = true |
| 7894 | p.Parent = model |
| 7895 | end |
| 7896 | do |
| 7897 | local p = Instance.new("Part") |
| 7898 | p.Name = "Int_F1_Rubble_32" |
| 7899 | p.Size = Vector3.new(1.14899, 1.14899, 1.14899) |
| 7900 | p.CFrame = CFrame.new(5.28544, 1.2, -9.02647) * CFrame.Angles(math.rad(144.816), math.rad(84.3621), math.rad(78.2169)) |
| 7901 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7902 | p.Material = Enum.Material.Glacier |
| 7903 | p.MaterialVariant = "2022 Inlet" |
| 7904 | p.Anchored = true |
| 7905 | p.Parent = model |
| 7906 | end |
| 7907 | do |
| 7908 | local p = Instance.new("Part") |
| 7909 | p.Name = "Int_F2_Rubble_33" |
| 7910 | p.Size = Vector3.new(1.09098, 1.09098, 1.09098) |
| 7911 | p.CFrame = CFrame.new(-11.5325, 11.2, 0.077917) * CFrame.Angles(math.rad(84.2981), math.rad(329.903), math.rad(207.4)) |
| 7912 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7913 | p.Material = Enum.Material.Glacier |
| 7914 | p.MaterialVariant = "2022 Small Stud" |
| 7915 | p.Anchored = true |
| 7916 | p.Parent = model |
| 7917 | end |
| 7918 | do |
| 7919 | local p = Instance.new("Part") |
| 7920 | p.Name = "Int_F1_Rubble_33" |
| 7921 | p.Size = Vector3.new(1.09098, 1.09098, 1.09098) |
| 7922 | p.CFrame = CFrame.new(2.01435, 1.2, 5.45076) * CFrame.Angles(math.rad(85.2855), math.rad(315.453), math.rad(354.85)) |
| 7923 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7924 | p.Material = Enum.Material.Glacier |
| 7925 | p.MaterialVariant = "2022 Small Stud" |
| 7926 | p.Anchored = true |
| 7927 | p.Parent = model |
| 7928 | end |
| 7929 | do |
| 7930 | local p = Instance.new("Part") |
| 7931 | p.Name = "Int_F2_Rubble_34" |
| 7932 | p.Size = Vector3.new(0.817001, 0.817001, 0.817001) |
| 7933 | p.CFrame = CFrame.new(-2.24743, 11.2, -4.49692) * CFrame.Angles(math.rad(225.358), math.rad(153.792), math.rad(178.423)) |
| 7934 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 7935 | p.Material = Enum.Material.Glacier |
| 7936 | p.MaterialVariant = "2022 Inlet" |
| 7937 | p.Anchored = true |
| 7938 | p.Parent = model |
| 7939 | end |
| 7940 | do |
| 7941 | local p = Instance.new("Part") |
| 7942 | p.Name = "Int_F1_Rubble_34" |
| 7943 | p.Size = Vector3.new(0.817001, 0.817001, 0.817001) |
| 7944 | p.CFrame = CFrame.new(12.2795, 1.2, 8.83173) * CFrame.Angles(math.rad(282.89), math.rad(114.744), math.rad(149.877)) |
| 7945 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7946 | p.Material = Enum.Material.Glacier |
| 7947 | p.MaterialVariant = "2022 Weld" |
| 7948 | p.Anchored = true |
| 7949 | p.Parent = model |
| 7950 | end |
| 7951 | do |
| 7952 | local p = Instance.new("Part") |
| 7953 | p.Name = "Int_F2_Rubble_35" |
| 7954 | p.Size = Vector3.new(0.519374, 0.519374, 0.519374) |
| 7955 | p.CFrame = CFrame.new(-3.21204, 11.2, 5.08832) * CFrame.Angles(math.rad(86.7485), math.rad(81.124), math.rad(308.715)) |
| 7956 | p.BrickColor = BrickColor.new("Reddish brown") |
| 7957 | p.Material = Enum.Material.Glacier |
| 7958 | p.MaterialVariant = "2022 Weld" |
| 7959 | p.Anchored = true |
| 7960 | p.Parent = model |
| 7961 | end |
| 7962 | do |
| 7963 | local p = Instance.new("Part") |
| 7964 | p.Name = "Int_F1_Rubble_35" |
| 7965 | p.Size = Vector3.new(0.519374, 0.519374, 0.519374) |
| 7966 | p.CFrame = CFrame.new(-9.24686, 1.2, -0.739497) * CFrame.Angles(math.rad(202.459), math.rad(348.403), math.rad(200.623)) |
| 7967 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7968 | p.Material = Enum.Material.Glacier |
| 7969 | p.MaterialVariant = "2022 Inlet" |
| 7970 | p.Anchored = true |
| 7971 | p.Parent = model |
| 7972 | end |
| 7973 | do |
| 7974 | local p = Instance.new("Part") |
| 7975 | p.Name = "Int_F2_Rubble_36" |
| 7976 | p.Size = Vector3.new(0.507274, 0.507274, 0.507274) |
| 7977 | p.CFrame = CFrame.new(-6.68568, 11.2, -5.93326) * CFrame.Angles(math.rad(332.001), math.rad(304.968), math.rad(33.287)) |
| 7978 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 7979 | p.Material = Enum.Material.Glacier |
| 7980 | p.MaterialVariant = "2022 Inlet" |
| 7981 | p.Anchored = true |
| 7982 | p.Parent = model |
| 7983 | end |
| 7984 | do |
| 7985 | local p = Instance.new("Part") |
| 7986 | p.Name = "Int_F1_Rubble_36" |
| 7987 | p.Size = Vector3.new(0.507274, 0.507274, 0.507274) |
| 7988 | p.CFrame = CFrame.new(5.8392, 1.2, -6.19037) * CFrame.Angles(math.rad(135.78), math.rad(217.789), math.rad(14.2371)) |
| 7989 | p.BrickColor = BrickColor.new("Pine Cone") |
| 7990 | p.Material = Enum.Material.Glacier |
| 7991 | p.MaterialVariant = "2022 Small Stud" |
| 7992 | p.Anchored = true |
| 7993 | p.Parent = model |
| 7994 | end |
| 7995 | do |
| 7996 | local p = Instance.new("Part") |
| 7997 | p.Name = "Int_F2_Rubble_37" |
| 7998 | p.Size = Vector3.new(0.458227, 0.458227, 0.458227) |
| 7999 | p.CFrame = CFrame.new(7.92092, 11.2, 1.75167) * CFrame.Angles(math.rad(172.582), math.rad(313.011), math.rad(119.867)) |
| 8000 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8001 | p.Material = Enum.Material.Glacier |
| 8002 | p.MaterialVariant = "2022 Inlet" |
| 8003 | p.Anchored = true |
| 8004 | p.Parent = model |
| 8005 | end |
| 8006 | do |
| 8007 | local p = Instance.new("Part") |
| 8008 | p.Name = "Int_F1_Rubble_37" |
| 8009 | p.Size = Vector3.new(0.458227, 0.458227, 0.458227) |
| 8010 | p.CFrame = CFrame.new(11.8825, 1.2, -9.69333) * CFrame.Angles(math.rad(346.348), math.rad(42.2338), math.rad(359.846)) |
| 8011 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8012 | p.Material = Enum.Material.Glacier |
| 8013 | p.MaterialVariant = "2022 Inlet" |
| 8014 | p.Anchored = true |
| 8015 | p.Parent = model |
| 8016 | end |
| 8017 | do |
| 8018 | local p = Instance.new("Part") |
| 8019 | p.Name = "Int_F2_Rubble_38" |
| 8020 | p.Size = Vector3.new(0.783137, 0.783137, 0.783137) |
| 8021 | p.CFrame = CFrame.new(-6.69258, 11.2, 2.08803) * CFrame.Angles(math.rad(142.788), math.rad(86.1591), math.rad(115.781)) |
| 8022 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8023 | p.Material = Enum.Material.Glacier |
| 8024 | p.MaterialVariant = "2022 Inlet" |
| 8025 | p.Anchored = true |
| 8026 | p.Parent = model |
| 8027 | end |
| 8028 | do |
| 8029 | local p = Instance.new("Part") |
| 8030 | p.Name = "Int_F1_Rubble_38" |
| 8031 | p.Size = Vector3.new(0.783137, 0.783137, 0.783137) |
| 8032 | p.CFrame = CFrame.new(-5.64046, 1.2, -0.674991) * CFrame.Angles(math.rad(111.032), math.rad(129.472), math.rad(317.812)) |
| 8033 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8034 | p.Material = Enum.Material.Glacier |
| 8035 | p.MaterialVariant = "2022 Small Stud" |
| 8036 | p.Anchored = true |
| 8037 | p.Parent = model |
| 8038 | end |
| 8039 | do |
| 8040 | local p = Instance.new("Part") |
| 8041 | p.Name = "Int_F2_Rubble_39" |
| 8042 | p.Size = Vector3.new(0.772803, 0.772803, 0.772803) |
| 8043 | p.CFrame = CFrame.new(7.87323, 11.2, 4.44827) * CFrame.Angles(math.rad(329.159), math.rad(133.454), math.rad(149.015)) |
| 8044 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8045 | p.Material = Enum.Material.Glacier |
| 8046 | p.MaterialVariant = "2022 Small Stud" |
| 8047 | p.Anchored = true |
| 8048 | p.Parent = model |
| 8049 | end |
| 8050 | do |
| 8051 | local p = Instance.new("Part") |
| 8052 | p.Name = "Int_F1_Rubble_39" |
| 8053 | p.Size = Vector3.new(0.772803, 0.772803, 0.772803) |
| 8054 | p.CFrame = CFrame.new(1.62564, 1.2, -5.57452) * CFrame.Angles(math.rad(5.83916), math.rad(199.192), math.rad(210.251)) |
| 8055 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8056 | p.Material = Enum.Material.Glacier |
| 8057 | p.MaterialVariant = "2022 Inlet" |
| 8058 | p.Anchored = true |
| 8059 | p.Parent = model |
| 8060 | end |
| 8061 | do |
| 8062 | local p = Instance.new("Part") |
| 8063 | p.Name = "Int_F2_Rubble_40" |
| 8064 | p.Size = Vector3.new(0.97601, 0.97601, 0.97601) |
| 8065 | p.CFrame = CFrame.new(-5.325, 11.2, -6.07616) * CFrame.Angles(math.rad(136.742), math.rad(300.011), math.rad(179.749)) |
| 8066 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8067 | p.Material = Enum.Material.Glacier |
| 8068 | p.MaterialVariant = "2022 Inlet" |
| 8069 | p.Anchored = true |
| 8070 | p.Parent = model |
| 8071 | end |
| 8072 | do |
| 8073 | local p = Instance.new("Part") |
| 8074 | p.Name = "Int_F1_Rubble_40" |
| 8075 | p.Size = Vector3.new(0.97601, 0.97601, 0.97601) |
| 8076 | p.CFrame = CFrame.new(4.01981, 1.2, 3.69693) * CFrame.Angles(math.rad(274.81), math.rad(175.904), math.rad(260.481)) |
| 8077 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8078 | p.Material = Enum.Material.Glacier |
| 8079 | p.MaterialVariant = "2022 Small Stud" |
| 8080 | p.Anchored = true |
| 8081 | p.Parent = model |
| 8082 | end |
| 8083 | do |
| 8084 | local p = Instance.new("Part") |
| 8085 | p.Name = "Int_F2_Rubble_41" |
| 8086 | p.Size = Vector3.new(0.991675, 0.991675, 0.991675) |
| 8087 | p.CFrame = CFrame.new(-1.01845, 11.2, 4.65545) * CFrame.Angles(math.rad(60.9357), math.rad(259.313), math.rad(175.794)) |
| 8088 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8089 | p.Material = Enum.Material.Glacier |
| 8090 | p.MaterialVariant = "2022 Small Stud" |
| 8091 | p.Anchored = true |
| 8092 | p.Parent = model |
| 8093 | end |
| 8094 | do |
| 8095 | local p = Instance.new("Part") |
| 8096 | p.Name = "Int_F1_Rubble_41" |
| 8097 | p.Size = Vector3.new(0.991675, 0.991675, 0.991675) |
| 8098 | p.CFrame = CFrame.new(10.8394, 1.2, 0.842737) * CFrame.Angles(math.rad(188.62), math.rad(302.065), math.rad(26.7589)) |
| 8099 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8100 | p.Material = Enum.Material.Glacier |
| 8101 | p.MaterialVariant = "2022 Inlet" |
| 8102 | p.Anchored = true |
| 8103 | p.Parent = model |
| 8104 | end |
| 8105 | do |
| 8106 | local p = Instance.new("Part") |
| 8107 | p.Name = "Int_F2_Rubble_42" |
| 8108 | p.Size = Vector3.new(1.0544, 1.0544, 1.0544) |
| 8109 | p.CFrame = CFrame.new(-11.7386, 11.2, -9.87232) * CFrame.Angles(math.rad(303.316), math.rad(83.316), math.rad(254.581)) |
| 8110 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8111 | p.Material = Enum.Material.Glacier |
| 8112 | p.MaterialVariant = "2022 Inlet" |
| 8113 | p.Anchored = true |
| 8114 | p.Parent = model |
| 8115 | end |
| 8116 | do |
| 8117 | local p = Instance.new("Part") |
| 8118 | p.Name = "Int_F1_Rubble_42" |
| 8119 | p.Size = Vector3.new(1.0544, 1.0544, 1.0544) |
| 8120 | p.CFrame = CFrame.new(-12.7623, 1.2, 0.114658) * CFrame.Angles(math.rad(21.762), math.rad(229.582), math.rad(336.205)) |
| 8121 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8122 | p.Material = Enum.Material.Glacier |
| 8123 | p.MaterialVariant = "2022 Small Stud" |
| 8124 | p.Anchored = true |
| 8125 | p.Parent = model |
| 8126 | end |
| 8127 | do |
| 8128 | local p = Instance.new("Part") |
| 8129 | p.Name = "Int_F2_Rubble_43" |
| 8130 | p.Size = Vector3.new(1.1302, 1.1302, 1.1302) |
| 8131 | p.CFrame = CFrame.new(4.14139, 11.2, -9.68536) * CFrame.Angles(math.rad(4.26635), math.rad(190.59), math.rad(98.9067)) |
| 8132 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8133 | p.Material = Enum.Material.Glacier |
| 8134 | p.MaterialVariant = "2022 Weld" |
| 8135 | p.Anchored = true |
| 8136 | p.Parent = model |
| 8137 | end |
| 8138 | do |
| 8139 | local p = Instance.new("Part") |
| 8140 | p.Name = "Int_F1_Rubble_43" |
| 8141 | p.Size = Vector3.new(1.1302, 1.1302, 1.1302) |
| 8142 | p.CFrame = CFrame.new(12.4145, 1.2, -9.65715) * CFrame.Angles(math.rad(290.22), math.rad(327.518), math.rad(38.5259)) |
| 8143 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8144 | p.Material = Enum.Material.Glacier |
| 8145 | p.MaterialVariant = "2022 Weld" |
| 8146 | p.Anchored = true |
| 8147 | p.Parent = model |
| 8148 | end |
| 8149 | do |
| 8150 | local p = Instance.new("Part") |
| 8151 | p.Name = "Int_F2_Rubble_44" |
| 8152 | p.Size = Vector3.new(0.477051, 0.477051, 0.477051) |
| 8153 | p.CFrame = CFrame.new(-9.12866, 11.2, -6.16136) * CFrame.Angles(math.rad(293.477), math.rad(96.2369), math.rad(142.883)) |
| 8154 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8155 | p.Material = Enum.Material.Glacier |
| 8156 | p.MaterialVariant = "2022 Small Stud" |
| 8157 | p.Anchored = true |
| 8158 | p.Parent = model |
| 8159 | end |
| 8160 | do |
| 8161 | local p = Instance.new("Part") |
| 8162 | p.Name = "Int_F1_Rubble_44" |
| 8163 | p.Size = Vector3.new(0.477051, 0.477051, 0.477051) |
| 8164 | p.CFrame = CFrame.new(-3.30066, 1.2, -1.87945) * CFrame.Angles(math.rad(356.484), math.rad(81.3086), math.rad(246.255)) |
| 8165 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8166 | p.Material = Enum.Material.Glacier |
| 8167 | p.MaterialVariant = "2022 Inlet" |
| 8168 | p.Anchored = true |
| 8169 | p.Parent = model |
| 8170 | end |
| 8171 | do |
| 8172 | local p = Instance.new("Part") |
| 8173 | p.Name = "Int_F2_Rubble_45" |
| 8174 | p.Size = Vector3.new(1.07829, 1.07829, 1.07829) |
| 8175 | p.CFrame = CFrame.new(3.99713, 11.2, 7.16438) * CFrame.Angles(math.rad(33.6602), math.rad(136.535), math.rad(198.973)) |
| 8176 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8177 | p.Material = Enum.Material.Glacier |
| 8178 | p.MaterialVariant = "2022 Inlet" |
| 8179 | p.Anchored = true |
| 8180 | p.Parent = model |
| 8181 | end |
| 8182 | do |
| 8183 | local p = Instance.new("Part") |
| 8184 | p.Name = "Int_F1_Rubble_45" |
| 8185 | p.Size = Vector3.new(1.07829, 1.07829, 1.07829) |
| 8186 | p.CFrame = CFrame.new(-11.541, 1.2, -9.811) * CFrame.Angles(math.rad(29.767), math.rad(304.319), math.rad(232.167)) |
| 8187 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8188 | p.Material = Enum.Material.Glacier |
| 8189 | p.MaterialVariant = "2022 Inlet" |
| 8190 | p.Anchored = true |
| 8191 | p.Parent = model |
| 8192 | end |
| 8193 | do |
| 8194 | local p = Instance.new("Part") |
| 8195 | p.Name = "Int_F2_Rubble_46" |
| 8196 | p.Size = Vector3.new(0.665016, 0.665016, 0.665016) |
| 8197 | p.CFrame = CFrame.new(12.4106, 11.2, 9.47679) * CFrame.Angles(math.rad(82.7159), math.rad(324.458), math.rad(249.224)) |
| 8198 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8199 | p.Material = Enum.Material.Glacier |
| 8200 | p.MaterialVariant = "2022 Inlet" |
| 8201 | p.Anchored = true |
| 8202 | p.Parent = model |
| 8203 | end |
| 8204 | do |
| 8205 | local p = Instance.new("Part") |
| 8206 | p.Name = "Int_F1_Rubble_46" |
| 8207 | p.Size = Vector3.new(0.665016, 0.665016, 0.665016) |
| 8208 | p.CFrame = CFrame.new(1.73639, 1.2, -4.5781) * CFrame.Angles(math.rad(246.394), math.rad(100.934), math.rad(195.491)) |
| 8209 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8210 | p.Material = Enum.Material.Glacier |
| 8211 | p.MaterialVariant = "2022 Inlet" |
| 8212 | p.Anchored = true |
| 8213 | p.Parent = model |
| 8214 | end |
| 8215 | do |
| 8216 | local p = Instance.new("Part") |
| 8217 | p.Name = "Int_F2_Rubble_47" |
| 8218 | p.Size = Vector3.new(0.926487, 0.926487, 0.926487) |
| 8219 | p.CFrame = CFrame.new(-8.33678, 11.2, 7.00855) * CFrame.Angles(math.rad(346.129), math.rad(211.333), math.rad(270.812)) |
| 8220 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8221 | p.Material = Enum.Material.Glacier |
| 8222 | p.MaterialVariant = "2022 Inlet" |
| 8223 | p.Anchored = true |
| 8224 | p.Parent = model |
| 8225 | end |
| 8226 | do |
| 8227 | local p = Instance.new("Part") |
| 8228 | p.Name = "Int_F1_Rubble_47" |
| 8229 | p.Size = Vector3.new(0.926487, 0.926487, 0.926487) |
| 8230 | p.CFrame = CFrame.new(5.5305, 1.2, -2.03408) * CFrame.Angles(math.rad(107.74), math.rad(203.025), math.rad(204.011)) |
| 8231 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8232 | p.Material = Enum.Material.Glacier |
| 8233 | p.MaterialVariant = "2022 Inlet" |
| 8234 | p.Anchored = true |
| 8235 | p.Parent = model |
| 8236 | end |
| 8237 | do |
| 8238 | local p = Instance.new("Part") |
| 8239 | p.Name = "Int_F2_Rubble_48" |
| 8240 | p.Size = Vector3.new(1.07955, 1.07955, 1.07955) |
| 8241 | p.CFrame = CFrame.new(4.60291, 11.2, 0.811249) * CFrame.Angles(math.rad(272.019), math.rad(50.3822), math.rad(355.852)) |
| 8242 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8243 | p.Material = Enum.Material.Glacier |
| 8244 | p.MaterialVariant = "2022 Weld" |
| 8245 | p.Anchored = true |
| 8246 | p.Parent = model |
| 8247 | end |
| 8248 | do |
| 8249 | local p = Instance.new("Part") |
| 8250 | p.Name = "Int_F1_Rubble_48" |
| 8251 | p.Size = Vector3.new(1.07955, 1.07955, 1.07955) |
| 8252 | p.CFrame = CFrame.new(5.82825, 1.2, 0.015857) * CFrame.Angles(math.rad(19.3307), math.rad(157.352), math.rad(301.923)) |
| 8253 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8254 | p.Material = Enum.Material.Glacier |
| 8255 | p.MaterialVariant = "2022 Small Stud" |
| 8256 | p.Anchored = true |
| 8257 | p.Parent = model |
| 8258 | end |
| 8259 | do |
| 8260 | local p = Instance.new("Part") |
| 8261 | p.Name = "Int_F2_Rubble_49" |
| 8262 | p.Size = Vector3.new(0.672474, 0.672474, 0.672474) |
| 8263 | p.CFrame = CFrame.new(6.99415, 11.2, 9.09717) * CFrame.Angles(math.rad(348.811), math.rad(117.496), math.rad(228.284)) |
| 8264 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8265 | p.Material = Enum.Material.Glacier |
| 8266 | p.MaterialVariant = "2022 Weld" |
| 8267 | p.Anchored = true |
| 8268 | p.Parent = model |
| 8269 | end |
| 8270 | do |
| 8271 | local p = Instance.new("Part") |
| 8272 | p.Name = "Int_F1_Rubble_49" |
| 8273 | p.Size = Vector3.new(0.672474, 0.672474, 0.672474) |
| 8274 | p.CFrame = CFrame.new(7.37225, 1.2, -0.988996) * CFrame.Angles(math.rad(128.092), math.rad(338.811), math.rad(155.465)) |
| 8275 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8276 | p.Material = Enum.Material.Glacier |
| 8277 | p.MaterialVariant = "2022 Inlet" |
| 8278 | p.Anchored = true |
| 8279 | p.Parent = model |
| 8280 | end |
| 8281 | do |
| 8282 | local p = Instance.new("Part") |
| 8283 | p.Name = "Int_F2_Rubble_50" |
| 8284 | p.Size = Vector3.new(0.943756, 0.943756, 0.943756) |
| 8285 | p.CFrame = CFrame.new(4.17747, 11.2, -8.28612) * CFrame.Angles(math.rad(287.3), math.rad(256.719), math.rad(29.5337)) |
| 8286 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8287 | p.Material = Enum.Material.Glacier |
| 8288 | p.MaterialVariant = "2022 Small Stud" |
| 8289 | p.Anchored = true |
| 8290 | p.Parent = model |
| 8291 | end |
| 8292 | do |
| 8293 | local p = Instance.new("Part") |
| 8294 | p.Name = "Int_F1_Rubble_50" |
| 8295 | p.Size = Vector3.new(0.943756, 0.943756, 0.943756) |
| 8296 | p.CFrame = CFrame.new(-8.99025, 1.2, 4.23354) * CFrame.Angles(math.rad(266.276), math.rad(114.004), math.rad(38.3583)) |
| 8297 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8298 | p.Material = Enum.Material.Glacier |
| 8299 | p.MaterialVariant = "2022 Inlet" |
| 8300 | p.Anchored = true |
| 8301 | p.Parent = model |
| 8302 | end |
| 8303 | do |
| 8304 | local p = Instance.new("Part") |
| 8305 | p.Name = "Int_F2_Rubble_51" |
| 8306 | p.Size = Vector3.new(0.404156, 0.404156, 0.404156) |
| 8307 | p.CFrame = CFrame.new(-4.98505, 11.2, -2.80165) * CFrame.Angles(math.rad(36.8033), math.rad(31.427), math.rad(155.153)) |
| 8308 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8309 | p.Material = Enum.Material.Glacier |
| 8310 | p.MaterialVariant = "2022 Small Stud" |
| 8311 | p.Anchored = true |
| 8312 | p.Parent = model |
| 8313 | end |
| 8314 | do |
| 8315 | local p = Instance.new("Part") |
| 8316 | p.Name = "Int_F1_Rubble_51" |
| 8317 | p.Size = Vector3.new(0.404156, 0.404156, 0.404156) |
| 8318 | p.CFrame = CFrame.new(1.48161, 1.2, 0.248817) * CFrame.Angles(math.rad(9.45429), math.rad(127.409), math.rad(33.5031)) |
| 8319 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8320 | p.Material = Enum.Material.Glacier |
| 8321 | p.MaterialVariant = "2022 Inlet" |
| 8322 | p.Anchored = true |
| 8323 | p.Parent = model |
| 8324 | end |
| 8325 | do |
| 8326 | local p = Instance.new("Part") |
| 8327 | p.Name = "Int_F2_Rubble_52" |
| 8328 | p.Size = Vector3.new(0.878435, 0.878435, 0.878435) |
| 8329 | p.CFrame = CFrame.new(-4.56481, 11.2, -2.29524) * CFrame.Angles(math.rad(148.972), math.rad(280.501), math.rad(260.944)) |
| 8330 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8331 | p.Material = Enum.Material.Glacier |
| 8332 | p.MaterialVariant = "2022 Small Stud" |
| 8333 | p.Anchored = true |
| 8334 | p.Parent = model |
| 8335 | end |
| 8336 | do |
| 8337 | local p = Instance.new("Part") |
| 8338 | p.Name = "Int_F1_Rubble_52" |
| 8339 | p.Size = Vector3.new(0.878435, 0.878435, 0.878435) |
| 8340 | p.CFrame = CFrame.new(1.54795, 1.2, 9.8546) * CFrame.Angles(math.rad(205.906), math.rad(61.0499), math.rad(137.064)) |
| 8341 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8342 | p.Material = Enum.Material.Glacier |
| 8343 | p.MaterialVariant = "2022 Inlet" |
| 8344 | p.Anchored = true |
| 8345 | p.Parent = model |
| 8346 | end |
| 8347 | do |
| 8348 | local p = Instance.new("Part") |
| 8349 | p.Name = "Int_F2_Rubble_53" |
| 8350 | p.Size = Vector3.new(0.511072, 0.511072, 0.511072) |
| 8351 | p.CFrame = CFrame.new(-5.17059, 11.2, -0.137521) * CFrame.Angles(math.rad(60.1947), math.rad(99.3463), math.rad(107.911)) |
| 8352 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8353 | p.Material = Enum.Material.Glacier |
| 8354 | p.MaterialVariant = "2022 Inlet" |
| 8355 | p.Anchored = true |
| 8356 | p.Parent = model |
| 8357 | end |
| 8358 | do |
| 8359 | local p = Instance.new("Part") |
| 8360 | p.Name = "Int_F1_Rubble_53" |
| 8361 | p.Size = Vector3.new(0.511072, 0.511072, 0.511072) |
| 8362 | p.CFrame = CFrame.new(7.34933, 1.2, -2.7775) * CFrame.Angles(math.rad(259.524), math.rad(178.489), math.rad(222.001)) |
| 8363 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8364 | p.Material = Enum.Material.Glacier |
| 8365 | p.MaterialVariant = "2022 Inlet" |
| 8366 | p.Anchored = true |
| 8367 | p.Parent = model |
| 8368 | end |
| 8369 | do |
| 8370 | local p = Instance.new("Part") |
| 8371 | p.Name = "Int_F2_Rubble_54" |
| 8372 | p.Size = Vector3.new(0.766289, 0.766289, 0.766289) |
| 8373 | p.CFrame = CFrame.new(-9.47727, 11.2, -9.86465) * CFrame.Angles(math.rad(119.598), math.rad(223.269), math.rad(289.468)) |
| 8374 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8375 | p.Material = Enum.Material.Glacier |
| 8376 | p.MaterialVariant = "2022 Weld" |
| 8377 | p.Anchored = true |
| 8378 | p.Parent = model |
| 8379 | end |
| 8380 | do |
| 8381 | local p = Instance.new("Part") |
| 8382 | p.Name = "Int_F1_Rubble_54" |
| 8383 | p.Size = Vector3.new(0.766289, 0.766289, 0.766289) |
| 8384 | p.CFrame = CFrame.new(-4.43192, 1.2, -3.30528) * CFrame.Angles(math.rad(108.157), math.rad(217.156), math.rad(250.305)) |
| 8385 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8386 | p.Material = Enum.Material.Glacier |
| 8387 | p.MaterialVariant = "2022 Inlet" |
| 8388 | p.Anchored = true |
| 8389 | p.Parent = model |
| 8390 | end |
| 8391 | do |
| 8392 | local p = Instance.new("Part") |
| 8393 | p.Name = "Int_F2_Rubble_55" |
| 8394 | p.Size = Vector3.new(0.783208, 0.783208, 0.783208) |
| 8395 | p.CFrame = CFrame.new(-8.38143, 11.2, -2.03521) * CFrame.Angles(math.rad(104.921), math.rad(250.185), math.rad(176.763)) |
| 8396 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8397 | p.Material = Enum.Material.Glacier |
| 8398 | p.MaterialVariant = "2022 Small Stud" |
| 8399 | p.Anchored = true |
| 8400 | p.Parent = model |
| 8401 | end |
| 8402 | do |
| 8403 | local p = Instance.new("Part") |
| 8404 | p.Name = "Int_F1_Rubble_55" |
| 8405 | p.Size = Vector3.new(0.783208, 0.783208, 0.783208) |
| 8406 | p.CFrame = CFrame.new(1.97286, 1.2, -5.15151) * CFrame.Angles(math.rad(100.908), math.rad(282.912), math.rad(131.406)) |
| 8407 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8408 | p.Material = Enum.Material.Glacier |
| 8409 | p.MaterialVariant = "2022 Weld" |
| 8410 | p.Anchored = true |
| 8411 | p.Parent = model |
| 8412 | end |
| 8413 | do |
| 8414 | local p = Instance.new("Part") |
| 8415 | p.Name = "Int_F2_Rubble_56" |
| 8416 | p.Size = Vector3.new(1.14565, 1.14565, 1.14565) |
| 8417 | p.CFrame = CFrame.new(-7.8052, 11.2, 9.9453) * CFrame.Angles(math.rad(245.417), math.rad(198.036), math.rad(343.082)) |
| 8418 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8419 | p.Material = Enum.Material.Glacier |
| 8420 | p.MaterialVariant = "2022 Inlet" |
| 8421 | p.Anchored = true |
| 8422 | p.Parent = model |
| 8423 | end |
| 8424 | do |
| 8425 | local p = Instance.new("Part") |
| 8426 | p.Name = "Int_F1_Rubble_56" |
| 8427 | p.Size = Vector3.new(1.14565, 1.14565, 1.14565) |
| 8428 | p.CFrame = CFrame.new(-0.997822, 1.2, 4.16734) * CFrame.Angles(math.rad(287.167), math.rad(299.261), math.rad(24.8971)) |
| 8429 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8430 | p.Material = Enum.Material.Glacier |
| 8431 | p.MaterialVariant = "2022 Weld" |
| 8432 | p.Anchored = true |
| 8433 | p.Parent = model |
| 8434 | end |
| 8435 | do |
| 8436 | local p = Instance.new("Part") |
| 8437 | p.Name = "Int_F2_Rubble_57" |
| 8438 | p.Size = Vector3.new(1.07823, 1.07823, 1.07823) |
| 8439 | p.CFrame = CFrame.new(7.67119, 11.2, 3.45955) * CFrame.Angles(math.rad(228.001), math.rad(87.1276), math.rad(237.119)) |
| 8440 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8441 | p.Material = Enum.Material.Glacier |
| 8442 | p.MaterialVariant = "2022 Inlet" |
| 8443 | p.Anchored = true |
| 8444 | p.Parent = model |
| 8445 | end |
| 8446 | do |
| 8447 | local p = Instance.new("Part") |
| 8448 | p.Name = "Int_F1_Rubble_57" |
| 8449 | p.Size = Vector3.new(1.07823, 1.07823, 1.07823) |
| 8450 | p.CFrame = CFrame.new(5.59615, 1.2, 5.78153) * CFrame.Angles(math.rad(161.664), math.rad(215.256), math.rad(209.608)) |
| 8451 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8452 | p.Material = Enum.Material.Glacier |
| 8453 | p.MaterialVariant = "2022 Inlet" |
| 8454 | p.Anchored = true |
| 8455 | p.Parent = model |
| 8456 | end |
| 8457 | do |
| 8458 | local p = Instance.new("Part") |
| 8459 | p.Name = "Int_F2_Rubble_58" |
| 8460 | p.Size = Vector3.new(0.827494, 0.827494, 0.827494) |
| 8461 | p.CFrame = CFrame.new(11.0109, 11.2, 7.39267) * CFrame.Angles(math.rad(195.712), math.rad(284.66), math.rad(129.431)) |
| 8462 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8463 | p.Material = Enum.Material.Glacier |
| 8464 | p.MaterialVariant = "2022 Weld" |
| 8465 | p.Anchored = true |
| 8466 | p.Parent = model |
| 8467 | end |
| 8468 | do |
| 8469 | local p = Instance.new("Part") |
| 8470 | p.Name = "Int_F1_Rubble_58" |
| 8471 | p.Size = Vector3.new(0.827494, 0.827494, 0.827494) |
| 8472 | p.CFrame = CFrame.new(10.283, 1.2, 0.73812) * CFrame.Angles(math.rad(39.373), math.rad(89.3631), math.rad(239.29)) |
| 8473 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8474 | p.Material = Enum.Material.Glacier |
| 8475 | p.MaterialVariant = "2022 Inlet" |
| 8476 | p.Anchored = true |
| 8477 | p.Parent = model |
| 8478 | end |
| 8479 | do |
| 8480 | local p = Instance.new("Part") |
| 8481 | p.Name = "Int_F2_Rubble_59" |
| 8482 | p.Size = Vector3.new(0.533071, 0.533071, 0.533071) |
| 8483 | p.CFrame = CFrame.new(2.92963, 11.2, 1.26441) * CFrame.Angles(math.rad(348.052), math.rad(119.375), math.rad(286.643)) |
| 8484 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8485 | p.Material = Enum.Material.Glacier |
| 8486 | p.MaterialVariant = "2022 Weld" |
| 8487 | p.Anchored = true |
| 8488 | p.Parent = model |
| 8489 | end |
| 8490 | do |
| 8491 | local p = Instance.new("Part") |
| 8492 | p.Name = "Int_F1_Rubble_59" |
| 8493 | p.Size = Vector3.new(0.533071, 0.533071, 0.533071) |
| 8494 | p.CFrame = CFrame.new(-10.2454, 1.2, -8.02787) * CFrame.Angles(math.rad(183.843), math.rad(186.767), math.rad(208.987)) |
| 8495 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8496 | p.Material = Enum.Material.Glacier |
| 8497 | p.MaterialVariant = "2022 Inlet" |
| 8498 | p.Anchored = true |
| 8499 | p.Parent = model |
| 8500 | end |
| 8501 | do |
| 8502 | local p = Instance.new("Part") |
| 8503 | p.Name = "Int_F2_Rubble_60" |
| 8504 | p.Size = Vector3.new(0.860188, 0.860188, 0.860188) |
| 8505 | p.CFrame = CFrame.new(-1.40976, 11.2, -2.17732) * CFrame.Angles(math.rad(124.188), math.rad(8.84256), math.rad(37.6378)) |
| 8506 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8507 | p.Material = Enum.Material.Glacier |
| 8508 | p.MaterialVariant = "2022 Inlet" |
| 8509 | p.Anchored = true |
| 8510 | p.Parent = model |
| 8511 | end |
| 8512 | do |
| 8513 | local p = Instance.new("Part") |
| 8514 | p.Name = "Int_F1_Rubble_60" |
| 8515 | p.Size = Vector3.new(0.860188, 0.860188, 0.860188) |
| 8516 | p.CFrame = CFrame.new(-2.18464, 1.2, 9.23456) * CFrame.Angles(math.rad(299.274), math.rad(262.854), math.rad(125.398)) |
| 8517 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8518 | p.Material = Enum.Material.Glacier |
| 8519 | p.MaterialVariant = "2022 Inlet" |
| 8520 | p.Anchored = true |
| 8521 | p.Parent = model |
| 8522 | end |
| 8523 | do |
| 8524 | local p = Instance.new("Part") |
| 8525 | p.Name = "Int_F2_Rubble_61" |
| 8526 | p.Size = Vector3.new(0.674453, 0.674453, 0.674453) |
| 8527 | p.CFrame = CFrame.new(7.39102, 11.2, 0.422297) * CFrame.Angles(math.rad(171.419), math.rad(157.74), math.rad(250.835)) |
| 8528 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8529 | p.Material = Enum.Material.Glacier |
| 8530 | p.MaterialVariant = "2022 Small Stud" |
| 8531 | p.Anchored = true |
| 8532 | p.Parent = model |
| 8533 | end |
| 8534 | do |
| 8535 | local p = Instance.new("Part") |
| 8536 | p.Name = "Int_F1_Rubble_61" |
| 8537 | p.Size = Vector3.new(0.674453, 0.674453, 0.674453) |
| 8538 | p.CFrame = CFrame.new(-4.70835, 1.2, -3.99472) * CFrame.Angles(math.rad(8.13064), math.rad(123.508), math.rad(39.3706)) |
| 8539 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8540 | p.Material = Enum.Material.Glacier |
| 8541 | p.MaterialVariant = "2022 Inlet" |
| 8542 | p.Anchored = true |
| 8543 | p.Parent = model |
| 8544 | end |
| 8545 | do |
| 8546 | local p = Instance.new("Part") |
| 8547 | p.Name = "Int_F2_Rubble_62" |
| 8548 | p.Size = Vector3.new(1.04004, 1.04004, 1.04004) |
| 8549 | p.CFrame = CFrame.new(11.178, 11.2, 4.80979) * CFrame.Angles(math.rad(198.688), math.rad(119.156), math.rad(153.493)) |
| 8550 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8551 | p.Material = Enum.Material.Glacier |
| 8552 | p.MaterialVariant = "2022 Inlet" |
| 8553 | p.Anchored = true |
| 8554 | p.Parent = model |
| 8555 | end |
| 8556 | do |
| 8557 | local p = Instance.new("Part") |
| 8558 | p.Name = "Int_F1_Rubble_62" |
| 8559 | p.Size = Vector3.new(1.04004, 1.04004, 1.04004) |
| 8560 | p.CFrame = CFrame.new(-0.986592, 1.2, 5.95512) * CFrame.Angles(math.rad(67.0993), math.rad(236.631), math.rad(142.41)) |
| 8561 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8562 | p.Material = Enum.Material.Glacier |
| 8563 | p.MaterialVariant = "2022 Inlet" |
| 8564 | p.Anchored = true |
| 8565 | p.Parent = model |
| 8566 | end |
| 8567 | do |
| 8568 | local p = Instance.new("Part") |
| 8569 | p.Name = "Int_F2_Rubble_63" |
| 8570 | p.Size = Vector3.new(0.989911, 0.989911, 0.989911) |
| 8571 | p.CFrame = CFrame.new(9.96053, 11.2, -1.0085) * CFrame.Angles(math.rad(139.981), math.rad(253.705), math.rad(74.0824)) |
| 8572 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8573 | p.Material = Enum.Material.Glacier |
| 8574 | p.MaterialVariant = "2022 Weld" |
| 8575 | p.Anchored = true |
| 8576 | p.Parent = model |
| 8577 | end |
| 8578 | do |
| 8579 | local p = Instance.new("Part") |
| 8580 | p.Name = "Int_F1_Rubble_63" |
| 8581 | p.Size = Vector3.new(0.989911, 0.989911, 0.989911) |
| 8582 | p.CFrame = CFrame.new(6.56046, 1.2, 6.1746) * CFrame.Angles(math.rad(207.845), math.rad(287.821), math.rad(193.28)) |
| 8583 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8584 | p.Material = Enum.Material.Glacier |
| 8585 | p.MaterialVariant = "2022 Inlet" |
| 8586 | p.Anchored = true |
| 8587 | p.Parent = model |
| 8588 | end |
| 8589 | do |
| 8590 | local p = Instance.new("Part") |
| 8591 | p.Name = "Int_F2_Rubble_64" |
| 8592 | p.Size = Vector3.new(0.692634, 0.692634, 0.692634) |
| 8593 | p.CFrame = CFrame.new(-7.87607, 11.2, -7.7209) * CFrame.Angles(math.rad(189.977), math.rad(230.079), math.rad(214.909)) |
| 8594 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8595 | p.Material = Enum.Material.Glacier |
| 8596 | p.MaterialVariant = "2022 Weld" |
| 8597 | p.Anchored = true |
| 8598 | p.Parent = model |
| 8599 | end |
| 8600 | do |
| 8601 | local p = Instance.new("Part") |
| 8602 | p.Name = "Int_F1_Rubble_64" |
| 8603 | p.Size = Vector3.new(0.692634, 0.692634, 0.692634) |
| 8604 | p.CFrame = CFrame.new(2.89402, 1.2, 1.74009) * CFrame.Angles(math.rad(126.715), math.rad(164.83), math.rad(62.1099)) |
| 8605 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8606 | p.Material = Enum.Material.Glacier |
| 8607 | p.MaterialVariant = "2022 Small Stud" |
| 8608 | p.Anchored = true |
| 8609 | p.Parent = model |
| 8610 | end |
| 8611 | do |
| 8612 | local p = Instance.new("Part") |
| 8613 | p.Name = "Int_F2_Rubble_65" |
| 8614 | p.Size = Vector3.new(0.938871, 0.938871, 0.938871) |
| 8615 | p.CFrame = CFrame.new(7.81595, 11.2, 8.37365) * CFrame.Angles(math.rad(241.96), math.rad(112.747), math.rad(85.8862)) |
| 8616 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8617 | p.Material = Enum.Material.Glacier |
| 8618 | p.MaterialVariant = "2022 Inlet" |
| 8619 | p.Anchored = true |
| 8620 | p.Parent = model |
| 8621 | end |
| 8622 | do |
| 8623 | local p = Instance.new("Part") |
| 8624 | p.Name = "Int_F1_Rubble_65" |
| 8625 | p.Size = Vector3.new(0.938871, 0.938871, 0.938871) |
| 8626 | p.CFrame = CFrame.new(-9.95933, 1.2, -2.53388) * CFrame.Angles(math.rad(183.897), math.rad(150.566), math.rad(49.6322)) |
| 8627 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8628 | p.Material = Enum.Material.Glacier |
| 8629 | p.MaterialVariant = "2022 Inlet" |
| 8630 | p.Anchored = true |
| 8631 | p.Parent = model |
| 8632 | end |
| 8633 | do |
| 8634 | local p = Instance.new("Part") |
| 8635 | p.Name = "Int_F2_Rubble_66" |
| 8636 | p.Size = Vector3.new(0.706968, 0.706968, 0.706968) |
| 8637 | p.CFrame = CFrame.new(-8.1704, 11.2, 2.71003) * CFrame.Angles(math.rad(199.769), math.rad(176.271), math.rad(50.5068)) |
| 8638 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8639 | p.Material = Enum.Material.Glacier |
| 8640 | p.MaterialVariant = "2022 Inlet" |
| 8641 | p.Anchored = true |
| 8642 | p.Parent = model |
| 8643 | end |
| 8644 | do |
| 8645 | local p = Instance.new("Part") |
| 8646 | p.Name = "Int_F1_Rubble_66" |
| 8647 | p.Size = Vector3.new(0.706968, 0.706968, 0.706968) |
| 8648 | p.CFrame = CFrame.new(-4.82092, 1.2, -0.979981) * CFrame.Angles(math.rad(311.588), math.rad(342.663), math.rad(174.459)) |
| 8649 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8650 | p.Material = Enum.Material.Glacier |
| 8651 | p.MaterialVariant = "2022 Inlet" |
| 8652 | p.Anchored = true |
| 8653 | p.Parent = model |
| 8654 | end |
| 8655 | do |
| 8656 | local p = Instance.new("Part") |
| 8657 | p.Name = "Int_F2_Rubble_67" |
| 8658 | p.Size = Vector3.new(0.556103, 0.556103, 0.556103) |
| 8659 | p.CFrame = CFrame.new(-3.01745, 11.2, 1.23164) * CFrame.Angles(math.rad(147.288), math.rad(177.021), math.rad(255.651)) |
| 8660 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8661 | p.Material = Enum.Material.Glacier |
| 8662 | p.MaterialVariant = "2022 Weld" |
| 8663 | p.Anchored = true |
| 8664 | p.Parent = model |
| 8665 | end |
| 8666 | do |
| 8667 | local p = Instance.new("Part") |
| 8668 | p.Name = "Int_F1_Rubble_67" |
| 8669 | p.Size = Vector3.new(0.556103, 0.556103, 0.556103) |
| 8670 | p.CFrame = CFrame.new(-1.45985, 1.2, -6.65493) * CFrame.Angles(math.rad(286.517), math.rad(79.3906), math.rad(11.7702)) |
| 8671 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8672 | p.Material = Enum.Material.Glacier |
| 8673 | p.MaterialVariant = "2022 Inlet" |
| 8674 | p.Anchored = true |
| 8675 | p.Parent = model |
| 8676 | end |
| 8677 | do |
| 8678 | local p = Instance.new("Part") |
| 8679 | p.Name = "Int_F2_Rubble_68" |
| 8680 | p.Size = Vector3.new(0.579875, 0.579875, 0.579875) |
| 8681 | p.CFrame = CFrame.new(-5.49457, 11.2, 5.6148) * CFrame.Angles(math.rad(197.901), math.rad(40.756), math.rad(41.1144)) |
| 8682 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8683 | p.Material = Enum.Material.Glacier |
| 8684 | p.MaterialVariant = "2022 Weld" |
| 8685 | p.Anchored = true |
| 8686 | p.Parent = model |
| 8687 | end |
| 8688 | do |
| 8689 | local p = Instance.new("Part") |
| 8690 | p.Name = "Int_F1_Rubble_68" |
| 8691 | p.Size = Vector3.new(0.579875, 0.579875, 0.579875) |
| 8692 | p.CFrame = CFrame.new(7.15294, 1.2, 6.46566) * CFrame.Angles(math.rad(195.136), math.rad(272.443), math.rad(273.601)) |
| 8693 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8694 | p.Material = Enum.Material.Glacier |
| 8695 | p.MaterialVariant = "2022 Small Stud" |
| 8696 | p.Anchored = true |
| 8697 | p.Parent = model |
| 8698 | end |
| 8699 | do |
| 8700 | local p = Instance.new("Part") |
| 8701 | p.Name = "Int_F2_Rubble_69" |
| 8702 | p.Size = Vector3.new(0.753093, 0.753093, 0.753093) |
| 8703 | p.CFrame = CFrame.new(-7.31791, 11.2, -1.49691) * CFrame.Angles(math.rad(107.175), math.rad(359.753), math.rad(161.904)) |
| 8704 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8705 | p.Material = Enum.Material.Glacier |
| 8706 | p.MaterialVariant = "2022 Inlet" |
| 8707 | p.Anchored = true |
| 8708 | p.Parent = model |
| 8709 | end |
| 8710 | do |
| 8711 | local p = Instance.new("Part") |
| 8712 | p.Name = "Int_F1_Rubble_69" |
| 8713 | p.Size = Vector3.new(0.753093, 0.753093, 0.753093) |
| 8714 | p.CFrame = CFrame.new(-3.937, 1.2, 6.33457) * CFrame.Angles(math.rad(311.505), math.rad(42.259), math.rad(292.28)) |
| 8715 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8716 | p.Material = Enum.Material.Glacier |
| 8717 | p.MaterialVariant = "2022 Weld" |
| 8718 | p.Anchored = true |
| 8719 | p.Parent = model |
| 8720 | end |
| 8721 | do |
| 8722 | local p = Instance.new("Part") |
| 8723 | p.Name = "Int_F2_Rubble_70" |
| 8724 | p.Size = Vector3.new(0.567903, 0.567903, 0.567903) |
| 8725 | p.CFrame = CFrame.new(6.17794, 11.2, 3.78267) * CFrame.Angles(math.rad(59.7534), math.rad(50.1246), math.rad(74.3831)) |
| 8726 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8727 | p.Material = Enum.Material.Glacier |
| 8728 | p.MaterialVariant = "2022 Weld" |
| 8729 | p.Anchored = true |
| 8730 | p.Parent = model |
| 8731 | end |
| 8732 | do |
| 8733 | local p = Instance.new("Part") |
| 8734 | p.Name = "Int_F1_Rubble_70" |
| 8735 | p.Size = Vector3.new(0.567903, 0.567903, 0.567903) |
| 8736 | p.CFrame = CFrame.new(-7.61949, 1.2, -8.81284) * CFrame.Angles(math.rad(191.621), math.rad(214.869), math.rad(60.6159)) |
| 8737 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8738 | p.Material = Enum.Material.Glacier |
| 8739 | p.MaterialVariant = "2022 Small Stud" |
| 8740 | p.Anchored = true |
| 8741 | p.Parent = model |
| 8742 | end |
| 8743 | do |
| 8744 | local p = Instance.new("Part") |
| 8745 | p.Name = "Int_F2_Rubble_71" |
| 8746 | p.Size = Vector3.new(1.1832, 1.1832, 1.1832) |
| 8747 | p.CFrame = CFrame.new(-5.3915, 11.2, 1.45471) * CFrame.Angles(math.rad(48.812), math.rad(270.034), math.rad(148.175)) |
| 8748 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8749 | p.Material = Enum.Material.Glacier |
| 8750 | p.MaterialVariant = "2022 Inlet" |
| 8751 | p.Anchored = true |
| 8752 | p.Parent = model |
| 8753 | end |
| 8754 | do |
| 8755 | local p = Instance.new("Part") |
| 8756 | p.Name = "Int_F1_Rubble_71" |
| 8757 | p.Size = Vector3.new(1.1832, 1.1832, 1.1832) |
| 8758 | p.CFrame = CFrame.new(-11.4586, 1.2, -4.45353) * CFrame.Angles(math.rad(252.514), math.rad(47.7687), math.rad(52.6476)) |
| 8759 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8760 | p.Material = Enum.Material.Glacier |
| 8761 | p.MaterialVariant = "2022 Inlet" |
| 8762 | p.Anchored = true |
| 8763 | p.Parent = model |
| 8764 | end |
| 8765 | do |
| 8766 | local p = Instance.new("Part") |
| 8767 | p.Name = "Int_F2_Rubble_72" |
| 8768 | p.Size = Vector3.new(0.657677, 0.657677, 0.657677) |
| 8769 | p.CFrame = CFrame.new(-6.56358, 11.2, 6.87111) * CFrame.Angles(math.rad(176.205), math.rad(207.873), math.rad(96.7382)) |
| 8770 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8771 | p.Material = Enum.Material.Glacier |
| 8772 | p.MaterialVariant = "2022 Weld" |
| 8773 | p.Anchored = true |
| 8774 | p.Parent = model |
| 8775 | end |
| 8776 | do |
| 8777 | local p = Instance.new("Part") |
| 8778 | p.Name = "Int_F1_Rubble_72" |
| 8779 | p.Size = Vector3.new(0.657677, 0.657677, 0.657677) |
| 8780 | p.CFrame = CFrame.new(-2.23015, 1.2, -0.960166) * CFrame.Angles(math.rad(145.026), math.rad(269.929), math.rad(250.093)) |
| 8781 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8782 | p.Material = Enum.Material.Glacier |
| 8783 | p.MaterialVariant = "2022 Inlet" |
| 8784 | p.Anchored = true |
| 8785 | p.Parent = model |
| 8786 | end |
| 8787 | do |
| 8788 | local p = Instance.new("Part") |
| 8789 | p.Name = "Int_F2_Rubble_73" |
| 8790 | p.Size = Vector3.new(1.10185, 1.10185, 1.10185) |
| 8791 | p.CFrame = CFrame.new(-1.17791, 11.2, -0.23911) * CFrame.Angles(math.rad(312.807), math.rad(304.98), math.rad(33.531)) |
| 8792 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8793 | p.Material = Enum.Material.Glacier |
| 8794 | p.MaterialVariant = "2022 Inlet" |
| 8795 | p.Anchored = true |
| 8796 | p.Parent = model |
| 8797 | end |
| 8798 | do |
| 8799 | local p = Instance.new("Part") |
| 8800 | p.Name = "Int_F1_Rubble_73" |
| 8801 | p.Size = Vector3.new(1.10185, 1.10185, 1.10185) |
| 8802 | p.CFrame = CFrame.new(12.2759, 1.2, 2.69681) * CFrame.Angles(math.rad(306.038), math.rad(286.444), math.rad(143.178)) |
| 8803 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8804 | p.Material = Enum.Material.Glacier |
| 8805 | p.MaterialVariant = "2022 Small Stud" |
| 8806 | p.Anchored = true |
| 8807 | p.Parent = model |
| 8808 | end |
| 8809 | do |
| 8810 | local p = Instance.new("Part") |
| 8811 | p.Name = "Int_F2_Rubble_74" |
| 8812 | p.Size = Vector3.new(1.1745, 1.1745, 1.1745) |
| 8813 | p.CFrame = CFrame.new(8.44604, 11.2, -0.105701) * CFrame.Angles(math.rad(298.204), math.rad(121.592), math.rad(208.056)) |
| 8814 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8815 | p.Material = Enum.Material.Glacier |
| 8816 | p.MaterialVariant = "2022 Small Stud" |
| 8817 | p.Anchored = true |
| 8818 | p.Parent = model |
| 8819 | end |
| 8820 | do |
| 8821 | local p = Instance.new("Part") |
| 8822 | p.Name = "Int_F1_Rubble_74" |
| 8823 | p.Size = Vector3.new(1.1745, 1.1745, 1.1745) |
| 8824 | p.CFrame = CFrame.new(1.71969, 1.2, -0.293242) * CFrame.Angles(math.rad(321.896), math.rad(274.411), math.rad(16.5395)) |
| 8825 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8826 | p.Material = Enum.Material.Glacier |
| 8827 | p.MaterialVariant = "2022 Small Stud" |
| 8828 | p.Anchored = true |
| 8829 | p.Parent = model |
| 8830 | end |
| 8831 | do |
| 8832 | local p = Instance.new("Part") |
| 8833 | p.Name = "Int_F2_Rubble_75" |
| 8834 | p.Size = Vector3.new(0.900944, 0.900944, 0.900944) |
| 8835 | p.CFrame = CFrame.new(8.75426, 11.2, -9.67437) * CFrame.Angles(math.rad(158.863), math.rad(0.243335), math.rad(344.891)) |
| 8836 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8837 | p.Material = Enum.Material.Glacier |
| 8838 | p.MaterialVariant = "2022 Inlet" |
| 8839 | p.Anchored = true |
| 8840 | p.Parent = model |
| 8841 | end |
| 8842 | do |
| 8843 | local p = Instance.new("Part") |
| 8844 | p.Name = "Int_F1_Rubble_75" |
| 8845 | p.Size = Vector3.new(0.900944, 0.900944, 0.900944) |
| 8846 | p.CFrame = CFrame.new(-7.73973, 1.2, 3.77184) * CFrame.Angles(math.rad(317.573), math.rad(108.672), math.rad(314.792)) |
| 8847 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8848 | p.Material = Enum.Material.Glacier |
| 8849 | p.MaterialVariant = "2022 Inlet" |
| 8850 | p.Anchored = true |
| 8851 | p.Parent = model |
| 8852 | end |
| 8853 | do |
| 8854 | local p = Instance.new("Part") |
| 8855 | p.Name = "Int_F2_Rubble_76" |
| 8856 | p.Size = Vector3.new(1.10128, 1.10128, 1.10128) |
| 8857 | p.CFrame = CFrame.new(-10.5732, 11.2, -2.79129) * CFrame.Angles(math.rad(133.864), math.rad(325.368), math.rad(59.589)) |
| 8858 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 8859 | p.Material = Enum.Material.Glacier |
| 8860 | p.MaterialVariant = "2022 Inlet" |
| 8861 | p.Anchored = true |
| 8862 | p.Parent = model |
| 8863 | end |
| 8864 | do |
| 8865 | local p = Instance.new("Part") |
| 8866 | p.Name = "Int_F1_Rubble_76" |
| 8867 | p.Size = Vector3.new(1.10128, 1.10128, 1.10128) |
| 8868 | p.CFrame = CFrame.new(-2.69512, 1.2, -3.88982) * CFrame.Angles(math.rad(154.523), math.rad(32.8317), math.rad(34.2661)) |
| 8869 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8870 | p.Material = Enum.Material.Glacier |
| 8871 | p.MaterialVariant = "2022 Inlet" |
| 8872 | p.Anchored = true |
| 8873 | p.Parent = model |
| 8874 | end |
| 8875 | do |
| 8876 | local p = Instance.new("Part") |
| 8877 | p.Name = "Int_F2_Rubble_77" |
| 8878 | p.Size = Vector3.new(0.570737, 0.570737, 0.570737) |
| 8879 | p.CFrame = CFrame.new(-10.9736, 11.2, 1.87359) * CFrame.Angles(math.rad(3.3433), math.rad(250.415), math.rad(294.159)) |
| 8880 | p.BrickColor = BrickColor.new("Reddish brown") |
| 8881 | p.Material = Enum.Material.Glacier |
| 8882 | p.MaterialVariant = "2022 Weld" |
| 8883 | p.Anchored = true |
| 8884 | p.Parent = model |
| 8885 | end |
| 8886 | do |
| 8887 | local p = Instance.new("Part") |
| 8888 | p.Name = "Int_F1_Rubble_77" |
| 8889 | p.Size = Vector3.new(0.570737, 0.570737, 0.570737) |
| 8890 | p.CFrame = CFrame.new(12.692, 1.2, -1.55372) * CFrame.Angles(math.rad(171.972), math.rad(82.4209), math.rad(32.1592)) |
| 8891 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8892 | p.Material = Enum.Material.Glacier |
| 8893 | p.MaterialVariant = "2022 Inlet" |
| 8894 | p.Anchored = true |
| 8895 | p.Parent = model |
| 8896 | end |
| 8897 | do |
| 8898 | local p = Instance.new("Part") |
| 8899 | p.Name = "Int_F2_Rubble_78" |
| 8900 | p.Size = Vector3.new(1.04476, 1.04476, 1.04476) |
| 8901 | p.CFrame = CFrame.new(-10.3168, 11.2, -2.64877) * CFrame.Angles(math.rad(49.3665), math.rad(278.446), math.rad(271.137)) |
| 8902 | p.BrickColor = BrickColor.new("Pine Cone") |
| 8903 | p.Material = Enum.Material.Glacier |
| 8904 | p.MaterialVariant = "2022 Small Stud" |
| 8905 | p.Anchored = true |
| 8906 | p.Parent = model |
| 8907 | end |
| 8908 | do |
| 8909 | local p = Instance.new("Part") |
| 8910 | p.Name = "Int_F1_Rubble_78" |
| 8911 | p.Size = Vector3.new(1.04476, 1.04476, 1.04476) |
| 8912 | p.CFrame = CFrame.new(-9.5382, 1.2, 9.8588) * CFrame.Angles(math.rad(24.6282), math.rad(202.785), math.rad(219.715)) |
| 8913 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8914 | p.Material = Enum.Material.Glacier |
| 8915 | p.MaterialVariant = "2022 Inlet" |
| 8916 | p.Anchored = true |
| 8917 | p.Parent = model |
| 8918 | end |
| 8919 | do |
| 8920 | local p = Instance.new("Part") |
| 8921 | p.Name = "Int_F2_Rubble_79" |
| 8922 | p.Size = Vector3.new(0.531293, 0.531293, 0.531293) |
| 8923 | p.CFrame = CFrame.new(-3.86912, 11.2, -5.73889) * CFrame.Angles(math.rad(331.162), math.rad(221.787), math.rad(159.258)) |
| 8924 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8925 | p.Material = Enum.Material.Glacier |
| 8926 | p.MaterialVariant = "2022 Inlet" |
| 8927 | p.Anchored = true |
| 8928 | p.Parent = model |
| 8929 | end |
| 8930 | do |
| 8931 | local p = Instance.new("Part") |
| 8932 | p.Name = "Int_F1_Rubble_79" |
| 8933 | p.Size = Vector3.new(0.531293, 0.531293, 0.531293) |
| 8934 | p.CFrame = CFrame.new(-7.35164, 1.2, 7.93186) * CFrame.Angles(math.rad(270.88), math.rad(212.247), math.rad(138.251)) |
| 8935 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 8936 | p.Material = Enum.Material.Glacier |
| 8937 | p.MaterialVariant = "2022 Inlet" |
| 8938 | p.Anchored = true |
| 8939 | p.Parent = model |
| 8940 | end |
| 8941 | do |
| 8942 | local p = Instance.new("Part") |
| 8943 | p.Name = "Trash_Paper_0" |
| 8944 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 8945 | p.CFrame = CFrame.new(12.971, 0.68, -14.742) * CFrame.Angles(math.rad(0), math.rad(50.3389), math.rad(0)) |
| 8946 | p.BrickColor = BrickColor.new("Institutional white") |
| 8947 | p.Material = Enum.Material.Glacier |
| 8948 | p.MaterialVariant = "2022 Glue" |
| 8949 | p.Anchored = true |
| 8950 | p.Parent = model |
| 8951 | end |
| 8952 | do |
| 8953 | local p = Instance.new("Part") |
| 8954 | p.Name = "Trash_Paper_1" |
| 8955 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 8956 | p.CFrame = CFrame.new(-6.24491, 0.64, -15.663) * CFrame.Angles(math.rad(0), math.rad(199.223), math.rad(0)) |
| 8957 | p.BrickColor = BrickColor.new("Institutional white") |
| 8958 | p.Material = Enum.Material.Glacier |
| 8959 | p.MaterialVariant = "2022 Glue" |
| 8960 | p.Anchored = true |
| 8961 | p.Parent = model |
| 8962 | end |
| 8963 | do |
| 8964 | local p = Instance.new("Part") |
| 8965 | p.Name = "Trash_Paper_2" |
| 8966 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 8967 | p.CFrame = CFrame.new(2.80022, 0.6, -13.5696) * CFrame.Angles(math.rad(0), math.rad(280.429), math.rad(0)) |
| 8968 | p.BrickColor = BrickColor.new("Institutional white") |
| 8969 | p.Material = Enum.Material.Glacier |
| 8970 | p.MaterialVariant = "2022 Glue" |
| 8971 | p.Anchored = true |
| 8972 | p.Parent = model |
| 8973 | end |
| 8974 | do |
| 8975 | local p = Instance.new("Part") |
| 8976 | p.Name = "Trash_Paper_3" |
| 8977 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 8978 | p.CFrame = CFrame.new(5.33333, 0.6, -12.6084) * CFrame.Angles(math.rad(0), math.rad(237.026), math.rad(0)) |
| 8979 | p.BrickColor = BrickColor.new("Institutional white") |
| 8980 | p.Material = Enum.Material.Glacier |
| 8981 | p.MaterialVariant = "2022 Glue" |
| 8982 | p.Anchored = true |
| 8983 | p.Parent = model |
| 8984 | end |
| 8985 | do |
| 8986 | local p = Instance.new("Part") |
| 8987 | p.Name = "Trash_Paper_4" |
| 8988 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 8989 | p.CFrame = CFrame.new(-5.55382, 0.68, -13.929) * CFrame.Angles(math.rad(0), math.rad(183.428), math.rad(0)) |
| 8990 | p.BrickColor = BrickColor.new("Institutional white") |
| 8991 | p.Material = Enum.Material.Glacier |
| 8992 | p.MaterialVariant = "2022 Glue" |
| 8993 | p.Anchored = true |
| 8994 | p.Parent = model |
| 8995 | end |
| 8996 | do |
| 8997 | local p = Instance.new("Part") |
| 8998 | p.Name = "Trash_Paper_5" |
| 8999 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9000 | p.CFrame = CFrame.new(6.93962, 0.6, -14.8178) * CFrame.Angles(math.rad(0), math.rad(19.6449), math.rad(0)) |
| 9001 | p.BrickColor = BrickColor.new("Institutional white") |
| 9002 | p.Material = Enum.Material.Glacier |
| 9003 | p.MaterialVariant = "2022 Glue" |
| 9004 | p.Anchored = true |
| 9005 | p.Parent = model |
| 9006 | end |
| 9007 | do |
| 9008 | local p = Instance.new("Part") |
| 9009 | p.Name = "Trash_Paper_6" |
| 9010 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9011 | p.CFrame = CFrame.new(11.1416, 0.6, -12.1813) * CFrame.Angles(math.rad(0), math.rad(178.16), math.rad(0)) |
| 9012 | p.BrickColor = BrickColor.new("Institutional white") |
| 9013 | p.Material = Enum.Material.Glacier |
| 9014 | p.MaterialVariant = "2022 Glue" |
| 9015 | p.Anchored = true |
| 9016 | p.Parent = model |
| 9017 | end |
| 9018 | do |
| 9019 | local p = Instance.new("Part") |
| 9020 | p.Name = "Trash_Paper_7" |
| 9021 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9022 | p.CFrame = CFrame.new(-10.8432, 0.56, -14.0017) * CFrame.Angles(math.rad(0), math.rad(213.815), math.rad(0)) |
| 9023 | p.BrickColor = BrickColor.new("Institutional white") |
| 9024 | p.Material = Enum.Material.Glacier |
| 9025 | p.MaterialVariant = "2022 Glue" |
| 9026 | p.Anchored = true |
| 9027 | p.Parent = model |
| 9028 | end |
| 9029 | do |
| 9030 | local p = Instance.new("Part") |
| 9031 | p.Name = "Trash_Paper_8" |
| 9032 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9033 | p.CFrame = CFrame.new(0.792022, 0.6, -12.0892) * CFrame.Angles(math.rad(0), math.rad(355.278), math.rad(0)) |
| 9034 | p.BrickColor = BrickColor.new("Institutional white") |
| 9035 | p.Material = Enum.Material.Glacier |
| 9036 | p.MaterialVariant = "2022 Glue" |
| 9037 | p.Anchored = true |
| 9038 | p.Parent = model |
| 9039 | end |
| 9040 | do |
| 9041 | local p = Instance.new("Part") |
| 9042 | p.Name = "Trash_Paper_9" |
| 9043 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9044 | p.CFrame = CFrame.new(12.1499, 0.6, -15.4721) * CFrame.Angles(math.rad(0), math.rad(309.893), math.rad(0)) |
| 9045 | p.BrickColor = BrickColor.new("Institutional white") |
| 9046 | p.Material = Enum.Material.Glacier |
| 9047 | p.MaterialVariant = "2022 Glue" |
| 9048 | p.Anchored = true |
| 9049 | p.Parent = model |
| 9050 | end |
| 9051 | do |
| 9052 | local p = Instance.new("Part") |
| 9053 | p.Name = "Trash_Paper_10" |
| 9054 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9055 | p.CFrame = CFrame.new(1.91465, 0.6, -14.5383) * CFrame.Angles(math.rad(0), math.rad(245.859), math.rad(0)) |
| 9056 | p.BrickColor = BrickColor.new("Institutional white") |
| 9057 | p.Material = Enum.Material.Glacier |
| 9058 | p.MaterialVariant = "2022 Glue" |
| 9059 | p.Anchored = true |
| 9060 | p.Parent = model |
| 9061 | end |
| 9062 | do |
| 9063 | local p = Instance.new("Part") |
| 9064 | p.Name = "Trash_Paper_11" |
| 9065 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9066 | p.CFrame = CFrame.new(7.35633, 0.6, -12.1822) * CFrame.Angles(math.rad(0), math.rad(277.332), math.rad(0)) |
| 9067 | p.BrickColor = BrickColor.new("Institutional white") |
| 9068 | p.Material = Enum.Material.Glacier |
| 9069 | p.MaterialVariant = "2022 Glue" |
| 9070 | p.Anchored = true |
| 9071 | p.Parent = model |
| 9072 | end |
| 9073 | do |
| 9074 | local p = Instance.new("Part") |
| 9075 | p.Name = "Trash_Paper_12" |
| 9076 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9077 | p.CFrame = CFrame.new(-13.5327, 0.64, -15.7299) * CFrame.Angles(math.rad(0), math.rad(94.3867), math.rad(0)) |
| 9078 | p.BrickColor = BrickColor.new("Institutional white") |
| 9079 | p.Material = Enum.Material.Glacier |
| 9080 | p.MaterialVariant = "2022 Glue" |
| 9081 | p.Anchored = true |
| 9082 | p.Parent = model |
| 9083 | end |
| 9084 | do |
| 9085 | local p = Instance.new("Part") |
| 9086 | p.Name = "Trash_Paper_13" |
| 9087 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9088 | p.CFrame = CFrame.new(-12.8848, 0.56, -15.7581) * CFrame.Angles(math.rad(0), math.rad(284.144), math.rad(0)) |
| 9089 | p.BrickColor = BrickColor.new("Institutional white") |
| 9090 | p.Material = Enum.Material.Glacier |
| 9091 | p.MaterialVariant = "2022 Glue" |
| 9092 | p.Anchored = true |
| 9093 | p.Parent = model |
| 9094 | end |
| 9095 | do |
| 9096 | local p = Instance.new("Part") |
| 9097 | p.Name = "Trash_Paper_14" |
| 9098 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9099 | p.CFrame = CFrame.new(0.185097, 0.6, -13.4857) * CFrame.Angles(math.rad(0), math.rad(180.378), math.rad(0)) |
| 9100 | p.BrickColor = BrickColor.new("Institutional white") |
| 9101 | p.Material = Enum.Material.Glacier |
| 9102 | p.MaterialVariant = "2022 Glue" |
| 9103 | p.Anchored = true |
| 9104 | p.Parent = model |
| 9105 | end |
| 9106 | do |
| 9107 | local p = Instance.new("Part") |
| 9108 | p.Name = "Trash_Paper_15" |
| 9109 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9110 | p.CFrame = CFrame.new(-2.3679, 0.56, -13.1928) * CFrame.Angles(math.rad(0), math.rad(29.674), math.rad(0)) |
| 9111 | p.BrickColor = BrickColor.new("Institutional white") |
| 9112 | p.Material = Enum.Material.Glacier |
| 9113 | p.MaterialVariant = "2022 Glue" |
| 9114 | p.Anchored = true |
| 9115 | p.Parent = model |
| 9116 | end |
| 9117 | do |
| 9118 | local p = Instance.new("Part") |
| 9119 | p.Name = "Trash_Paper_16" |
| 9120 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9121 | p.CFrame = CFrame.new(1.02381, 0.6, -13.5358) * CFrame.Angles(math.rad(0), math.rad(99.8884), math.rad(0)) |
| 9122 | p.BrickColor = BrickColor.new("Institutional white") |
| 9123 | p.Material = Enum.Material.Glacier |
| 9124 | p.MaterialVariant = "2022 Glue" |
| 9125 | p.Anchored = true |
| 9126 | p.Parent = model |
| 9127 | end |
| 9128 | do |
| 9129 | local p = Instance.new("Part") |
| 9130 | p.Name = "Trash_Paper_17" |
| 9131 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9132 | p.CFrame = CFrame.new(-5.32261, 0.56, -13.9548) * CFrame.Angles(math.rad(0), math.rad(73.1511), math.rad(0)) |
| 9133 | p.BrickColor = BrickColor.new("Institutional white") |
| 9134 | p.Material = Enum.Material.Glacier |
| 9135 | p.MaterialVariant = "2022 Glue" |
| 9136 | p.Anchored = true |
| 9137 | p.Parent = model |
| 9138 | end |
| 9139 | do |
| 9140 | local p = Instance.new("Part") |
| 9141 | p.Name = "Trash_Paper_18" |
| 9142 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9143 | p.CFrame = CFrame.new(8.62568, 0.6, -13.8544) * CFrame.Angles(math.rad(0), math.rad(140.663), math.rad(0)) |
| 9144 | p.BrickColor = BrickColor.new("Institutional white") |
| 9145 | p.Material = Enum.Material.Glacier |
| 9146 | p.MaterialVariant = "2022 Glue" |
| 9147 | p.Anchored = true |
| 9148 | p.Parent = model |
| 9149 | end |
| 9150 | do |
| 9151 | local p = Instance.new("Part") |
| 9152 | p.Name = "Trash_Paper_19" |
| 9153 | p.Size = Vector3.new(0.6, 0.05, 0.8) |
| 9154 | p.CFrame = CFrame.new(3.76024, 0.6, -12.6619) * CFrame.Angles(math.rad(0), math.rad(245.18), math.rad(0)) |
| 9155 | p.BrickColor = BrickColor.new("Institutional white") |
| 9156 | p.Material = Enum.Material.Glacier |
| 9157 | p.MaterialVariant = "2022 Glue" |
| 9158 | p.Anchored = true |
| 9159 | p.Parent = model |
| 9160 | end |
| 9161 | do |
| 9162 | local p = Instance.new("Part") |
| 9163 | p.Name = "Brick_Scatter_0" |
| 9164 | p.Size = Vector3.new(0.691983, 0.369294, 0.317372) |
| 9165 | p.CFrame = CFrame.new(-15.6199, 0.1, 5.15233) * CFrame.Angles(math.rad(0), math.rad(332.866), math.rad(0)) |
| 9166 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9167 | p.Material = Enum.Material.Glacier |
| 9168 | p.MaterialVariant = "2022 Inlet" |
| 9169 | p.Anchored = true |
| 9170 | p.Parent = model |
| 9171 | end |
| 9172 | do |
| 9173 | local p = Instance.new("Part") |
| 9174 | p.Name = "Brick_Scatter_2" |
| 9175 | p.Size = Vector3.new(0.663221, 0.235129, 0.303799) |
| 9176 | p.CFrame = CFrame.new(-16.019, 0.14, 3.97886) * CFrame.Angles(math.rad(0), math.rad(252.54), math.rad(0)) |
| 9177 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9178 | p.Material = Enum.Material.Glacier |
| 9179 | p.MaterialVariant = "2022 Inlet" |
| 9180 | p.Anchored = true |
| 9181 | p.Parent = model |
| 9182 | end |
| 9183 | do |
| 9184 | local p = Instance.new("Part") |
| 9185 | p.Name = "Brick_Scatter_3" |
| 9186 | p.Size = Vector3.new(0.609202, 0.356597, 0.51623) |
| 9187 | p.CFrame = CFrame.new(-12.102, 0.1, 14.3086) * CFrame.Angles(math.rad(0), math.rad(133.873), math.rad(0)) |
| 9188 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9189 | p.Material = Enum.Material.Glacier |
| 9190 | p.MaterialVariant = "2022 Inlet" |
| 9191 | p.Anchored = true |
| 9192 | p.Parent = model |
| 9193 | end |
| 9194 | do |
| 9195 | local p = Instance.new("Part") |
| 9196 | p.Name = "Brick_Scatter_4" |
| 9197 | p.Size = Vector3.new(0.693174, 0.223611, 0.569969) |
| 9198 | p.CFrame = CFrame.new(8.99195, 0.1, 11.4446) * CFrame.Angles(math.rad(0), math.rad(290.559), math.rad(0)) |
| 9199 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9200 | p.Material = Enum.Material.Glacier |
| 9201 | p.MaterialVariant = "2022 Weld" |
| 9202 | p.Anchored = true |
| 9203 | p.Parent = model |
| 9204 | end |
| 9205 | do |
| 9206 | local p = Instance.new("Part") |
| 9207 | p.Name = "Brick_Scatter_5" |
| 9208 | p.Size = Vector3.new(0.684929, 0.31533, 0.323121) |
| 9209 | p.CFrame = CFrame.new(-8.2087, 0.1, -17.7006) * CFrame.Angles(math.rad(0), math.rad(183.881), math.rad(0)) |
| 9210 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9211 | p.Material = Enum.Material.Glacier |
| 9212 | p.MaterialVariant = "2022 Weld" |
| 9213 | p.Anchored = true |
| 9214 | p.Parent = model |
| 9215 | end |
| 9216 | do |
| 9217 | local p = Instance.new("Part") |
| 9218 | p.Name = "Brick_Scatter_6" |
| 9219 | p.Size = Vector3.new(0.466753, 0.231462, 0.531999) |
| 9220 | p.CFrame = CFrame.new(-16.0042, 0.14, 10.937) * CFrame.Angles(math.rad(0), math.rad(82.2256), math.rad(0)) |
| 9221 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9222 | p.Material = Enum.Material.Glacier |
| 9223 | p.MaterialVariant = "2022 Inlet" |
| 9224 | p.Anchored = true |
| 9225 | p.Parent = model |
| 9226 | end |
| 9227 | do |
| 9228 | local p = Instance.new("Part") |
| 9229 | p.Name = "Brick_Scatter_7" |
| 9230 | p.Size = Vector3.new(0.745171, 0.24891, 0.441529) |
| 9231 | p.CFrame = CFrame.new(0.317696, 0.1, -18.4146) * CFrame.Angles(math.rad(0), math.rad(331.282), math.rad(0)) |
| 9232 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9233 | p.Material = Enum.Material.Glacier |
| 9234 | p.MaterialVariant = "2022 Weld" |
| 9235 | p.Anchored = true |
| 9236 | p.Parent = model |
| 9237 | end |
| 9238 | do |
| 9239 | local p = Instance.new("Part") |
| 9240 | p.Name = "Brick_Scatter_8" |
| 9241 | p.Size = Vector3.new(0.414145, 0.360623, 0.514206) |
| 9242 | p.CFrame = CFrame.new(-11.5574, 0.14, 14.5723) * CFrame.Angles(math.rad(0), math.rad(80.8255), math.rad(0)) |
| 9243 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9244 | p.Material = Enum.Material.Glacier |
| 9245 | p.MaterialVariant = "2022 Weld" |
| 9246 | p.Anchored = true |
| 9247 | p.Parent = model |
| 9248 | end |
| 9249 | do |
| 9250 | local p = Instance.new("Part") |
| 9251 | p.Name = "Brick_Scatter_9" |
| 9252 | p.Size = Vector3.new(0.527974, 0.365199, 0.471461) |
| 9253 | p.CFrame = CFrame.new(-9.06253, 0.1, 12.9708) * CFrame.Angles(math.rad(0), math.rad(180.735), math.rad(0)) |
| 9254 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9255 | p.Material = Enum.Material.Glacier |
| 9256 | p.MaterialVariant = "2022 Inlet" |
| 9257 | p.Anchored = true |
| 9258 | p.Parent = model |
| 9259 | end |
| 9260 | do |
| 9261 | local p = Instance.new("Part") |
| 9262 | p.Name = "Brick_Scatter_10" |
| 9263 | p.Size = Vector3.new(0.721735, 0.396283, 0.586224) |
| 9264 | p.CFrame = CFrame.new(14.4699, 0.1, -13.5436) * CFrame.Angles(math.rad(0), math.rad(315.717), math.rad(0)) |
| 9265 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9266 | p.Material = Enum.Material.Glacier |
| 9267 | p.MaterialVariant = "2022 Inlet" |
| 9268 | p.Anchored = true |
| 9269 | p.Parent = model |
| 9270 | end |
| 9271 | do |
| 9272 | local p = Instance.new("Part") |
| 9273 | p.Name = "Brick_Scatter_12" |
| 9274 | p.Size = Vector3.new(0.582698, 0.273784, 0.387479) |
| 9275 | p.CFrame = CFrame.new(-6.81488, 0.14, -16.8901) * CFrame.Angles(math.rad(0), math.rad(266.247), math.rad(0)) |
| 9276 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9277 | p.Material = Enum.Material.Glacier |
| 9278 | p.MaterialVariant = "2022 Weld" |
| 9279 | p.Anchored = true |
| 9280 | p.Parent = model |
| 9281 | end |
| 9282 | do |
| 9283 | local p = Instance.new("Part") |
| 9284 | p.Name = "Brick_Scatter_14" |
| 9285 | p.Size = Vector3.new(0.710354, 0.346493, 0.463968) |
| 9286 | p.CFrame = CFrame.new(16.9869, 0.1, 15.9203) * CFrame.Angles(math.rad(0), math.rad(54.2039), math.rad(0)) |
| 9287 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9288 | p.Material = Enum.Material.Glacier |
| 9289 | p.MaterialVariant = "2022 Inlet" |
| 9290 | p.Anchored = true |
| 9291 | p.Parent = model |
| 9292 | end |
| 9293 | do |
| 9294 | local p = Instance.new("Part") |
| 9295 | p.Name = "Brick_Scatter_15" |
| 9296 | p.Size = Vector3.new(0.616618, 0.327188, 0.508038) |
| 9297 | p.CFrame = CFrame.new(15.5663, 0.1, -19.1392) * CFrame.Angles(math.rad(0), math.rad(342.356), math.rad(0)) |
| 9298 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9299 | p.Material = Enum.Material.Glacier |
| 9300 | p.MaterialVariant = "2022 Inlet" |
| 9301 | p.Anchored = true |
| 9302 | p.Parent = model |
| 9303 | end |
| 9304 | do |
| 9305 | local p = Instance.new("Part") |
| 9306 | p.Name = "Brick_Scatter_16" |
| 9307 | p.Size = Vector3.new(0.739602, 0.345443, 0.331185) |
| 9308 | p.CFrame = CFrame.new(-17.9474, 0.1, 3.66294) * CFrame.Angles(math.rad(0), math.rad(151.134), math.rad(0)) |
| 9309 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9310 | p.Material = Enum.Material.Glacier |
| 9311 | p.MaterialVariant = "2022 Inlet" |
| 9312 | p.Anchored = true |
| 9313 | p.Parent = model |
| 9314 | end |
| 9315 | do |
| 9316 | local p = Instance.new("Part") |
| 9317 | p.Name = "Brick_Scatter_17" |
| 9318 | p.Size = Vector3.new(0.456949, 0.255965, 0.31317) |
| 9319 | p.CFrame = CFrame.new(16.6027, 0.1, 15.0121) * CFrame.Angles(math.rad(0), math.rad(323.023), math.rad(0)) |
| 9320 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9321 | p.Material = Enum.Material.Glacier |
| 9322 | p.MaterialVariant = "2022 Inlet" |
| 9323 | p.Anchored = true |
| 9324 | p.Parent = model |
| 9325 | end |
| 9326 | do |
| 9327 | local p = Instance.new("Part") |
| 9328 | p.Name = "Brick_Scatter_19" |
| 9329 | p.Size = Vector3.new(0.433961, 0.219115, 0.340054) |
| 9330 | p.CFrame = CFrame.new(-4.59029, 0.14, 15.084) * CFrame.Angles(math.rad(0), math.rad(26.939), math.rad(0)) |
| 9331 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9332 | p.Material = Enum.Material.Glacier |
| 9333 | p.MaterialVariant = "2022 Weld" |
| 9334 | p.Anchored = true |
| 9335 | p.Parent = model |
| 9336 | end |
| 9337 | do |
| 9338 | local p = Instance.new("Part") |
| 9339 | p.Name = "Brick_Scatter_21" |
| 9340 | p.Size = Vector3.new(0.504396, 0.263002, 0.540245) |
| 9341 | p.CFrame = CFrame.new(16.7119, 0.1, -11.4762) * CFrame.Angles(math.rad(0), math.rad(114.501), math.rad(0)) |
| 9342 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9343 | p.Material = Enum.Material.Glacier |
| 9344 | p.MaterialVariant = "2022 Weld" |
| 9345 | p.Anchored = true |
| 9346 | p.Parent = model |
| 9347 | end |
| 9348 | do |
| 9349 | local p = Instance.new("Part") |
| 9350 | p.Name = "Brick_Scatter_22" |
| 9351 | p.Size = Vector3.new(0.481085, 0.355987, 0.475412) |
| 9352 | p.CFrame = CFrame.new(-8.20959, 0.1, -17.3113) * CFrame.Angles(math.rad(0), math.rad(38.0368), math.rad(0)) |
| 9353 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9354 | p.Material = Enum.Material.Glacier |
| 9355 | p.MaterialVariant = "2022 Inlet" |
| 9356 | p.Anchored = true |
| 9357 | p.Parent = model |
| 9358 | end |
| 9359 | do |
| 9360 | local p = Instance.new("Part") |
| 9361 | p.Name = "Brick_Scatter_27" |
| 9362 | p.Size = Vector3.new(0.521686, 0.340941, 0.480991) |
| 9363 | p.CFrame = CFrame.new(-14.7448, 0.1, 9.07349) * CFrame.Angles(math.rad(0), math.rad(300.933), math.rad(0)) |
| 9364 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9365 | p.Material = Enum.Material.Glacier |
| 9366 | p.MaterialVariant = "2022 Inlet" |
| 9367 | p.Anchored = true |
| 9368 | p.Parent = model |
| 9369 | end |
| 9370 | do |
| 9371 | local p = Instance.new("Part") |
| 9372 | p.Name = "Brick_Scatter_28" |
| 9373 | p.Size = Vector3.new(0.499288, 0.271149, 0.454038) |
| 9374 | p.CFrame = CFrame.new(-6.19943, 0.1, -16.7163) * CFrame.Angles(math.rad(0), math.rad(93.66), math.rad(0)) |
| 9375 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9376 | p.Material = Enum.Material.Glacier |
| 9377 | p.MaterialVariant = "2022 Weld" |
| 9378 | p.Anchored = true |
| 9379 | p.Parent = model |
| 9380 | end |
| 9381 | do |
| 9382 | local p = Instance.new("Part") |
| 9383 | p.Name = "Brick_Scatter_29" |
| 9384 | p.Size = Vector3.new(0.561757, 0.29044, 0.524424) |
| 9385 | p.CFrame = CFrame.new(17.6644, 0.1, -18.881) * CFrame.Angles(math.rad(0), math.rad(34.1011), math.rad(0)) |
| 9386 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9387 | p.Material = Enum.Material.Glacier |
| 9388 | p.MaterialVariant = "2022 Inlet" |
| 9389 | p.Anchored = true |
| 9390 | p.Parent = model |
| 9391 | end |
| 9392 | do |
| 9393 | local p = Instance.new("Part") |
| 9394 | p.Name = "Brick_Scatter_30" |
| 9395 | p.Size = Vector3.new(0.448581, 0.212334, 0.534288) |
| 9396 | p.CFrame = CFrame.new(-14.3313, 0.06, 8.57715) * CFrame.Angles(math.rad(0), math.rad(47.0575), math.rad(0)) |
| 9397 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9398 | p.Material = Enum.Material.Glacier |
| 9399 | p.MaterialVariant = "2022 Inlet" |
| 9400 | p.Anchored = true |
| 9401 | p.Parent = model |
| 9402 | end |
| 9403 | do |
| 9404 | local p = Instance.new("Part") |
| 9405 | p.Name = "Brick_Scatter_34" |
| 9406 | p.Size = Vector3.new(0.425789, 0.380499, 0.433029) |
| 9407 | p.CFrame = CFrame.new(11.2589, 0.1, -19.2152) * CFrame.Angles(math.rad(0), math.rad(33.1123), math.rad(0)) |
| 9408 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9409 | p.Material = Enum.Material.Glacier |
| 9410 | p.MaterialVariant = "2022 Inlet" |
| 9411 | p.Anchored = true |
| 9412 | p.Parent = model |
| 9413 | end |
| 9414 | do |
| 9415 | local p = Instance.new("Part") |
| 9416 | p.Name = "Brick_Scatter_36" |
| 9417 | p.Size = Vector3.new(0.420255, 0.384826, 0.429947) |
| 9418 | p.CFrame = CFrame.new(-13.589, 0.1, 13.9221) * CFrame.Angles(math.rad(0), math.rad(178.606), math.rad(0)) |
| 9419 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9420 | p.Material = Enum.Material.Glacier |
| 9421 | p.MaterialVariant = "2022 Weld" |
| 9422 | p.Anchored = true |
| 9423 | p.Parent = model |
| 9424 | end |
| 9425 | do |
| 9426 | local p = Instance.new("Part") |
| 9427 | p.Name = "Brick_Scatter_38" |
| 9428 | p.Size = Vector3.new(0.509993, 0.289202, 0.344589) |
| 9429 | p.CFrame = CFrame.new(-5.25804, 0.1, 12.699) * CFrame.Angles(math.rad(0), math.rad(233.02), math.rad(0)) |
| 9430 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9431 | p.Material = Enum.Material.Glacier |
| 9432 | p.MaterialVariant = "2022 Inlet" |
| 9433 | p.Anchored = true |
| 9434 | p.Parent = model |
| 9435 | end |
| 9436 | do |
| 9437 | local p = Instance.new("Part") |
| 9438 | p.Name = "Brick_Scatter_39" |
| 9439 | p.Size = Vector3.new(0.591612, 0.217544, 0.414905) |
| 9440 | p.CFrame = CFrame.new(-0.039902, 0.1, 11.78) * CFrame.Angles(math.rad(0), math.rad(71.8048), math.rad(0)) |
| 9441 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9442 | p.Material = Enum.Material.Glacier |
| 9443 | p.MaterialVariant = "2022 Weld" |
| 9444 | p.Anchored = true |
| 9445 | p.Parent = model |
| 9446 | end |
| 9447 | do |
| 9448 | local p = Instance.new("Part") |
| 9449 | p.Name = "Brick_Scatter_42" |
| 9450 | p.Size = Vector3.new(0.712766, 0.271822, 0.463355) |
| 9451 | p.CFrame = CFrame.new(10.6145, 0.1, 15.6185) * CFrame.Angles(math.rad(0), math.rad(123.852), math.rad(0)) |
| 9452 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9453 | p.Material = Enum.Material.Glacier |
| 9454 | p.MaterialVariant = "2022 Weld" |
| 9455 | p.Anchored = true |
| 9456 | p.Parent = model |
| 9457 | end |
| 9458 | do |
| 9459 | local p = Instance.new("Part") |
| 9460 | p.Name = "Brick_Scatter_44" |
| 9461 | p.Size = Vector3.new(0.638847, 0.205861, 0.543207) |
| 9462 | p.CFrame = CFrame.new(-8.26431, 0.1, -19.0617) * CFrame.Angles(math.rad(0), math.rad(21.0928), math.rad(0)) |
| 9463 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9464 | p.Material = Enum.Material.Glacier |
| 9465 | p.MaterialVariant = "2022 Weld" |
| 9466 | p.Anchored = true |
| 9467 | p.Parent = model |
| 9468 | end |
| 9469 | do |
| 9470 | local p = Instance.new("Part") |
| 9471 | p.Name = "Brick_Scatter_45" |
| 9472 | p.Size = Vector3.new(0.706737, 0.399921, 0.592194) |
| 9473 | p.CFrame = CFrame.new(17.6951, 0.1, -0.940437) * CFrame.Angles(math.rad(0), math.rad(89.2285), math.rad(0)) |
| 9474 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9475 | p.Material = Enum.Material.Glacier |
| 9476 | p.MaterialVariant = "2022 Inlet" |
| 9477 | p.Anchored = true |
| 9478 | p.Parent = model |
| 9479 | end |
| 9480 | do |
| 9481 | local p = Instance.new("Part") |
| 9482 | p.Name = "Brick_Scatter_48" |
| 9483 | p.Size = Vector3.new(0.630277, 0.396533, 0.416527) |
| 9484 | p.CFrame = CFrame.new(9.50579, 0.1, 14.1209) * CFrame.Angles(math.rad(0), math.rad(63.3961), math.rad(0)) |
| 9485 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9486 | p.Material = Enum.Material.Glacier |
| 9487 | p.MaterialVariant = "2022 Inlet" |
| 9488 | p.Anchored = true |
| 9489 | p.Parent = model |
| 9490 | end |
| 9491 | do |
| 9492 | local p = Instance.new("Part") |
| 9493 | p.Name = "Brick_Scatter_50" |
| 9494 | p.Size = Vector3.new(0.411283, 0.340112, 0.584268) |
| 9495 | p.CFrame = CFrame.new(7.11456, 0.1, 12.9033) * CFrame.Angles(math.rad(0), math.rad(202.719), math.rad(0)) |
| 9496 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9497 | p.Material = Enum.Material.Glacier |
| 9498 | p.MaterialVariant = "2022 Inlet" |
| 9499 | p.Anchored = true |
| 9500 | p.Parent = model |
| 9501 | end |
| 9502 | do |
| 9503 | local p = Instance.new("Part") |
| 9504 | p.Name = "Brick_Scatter_51" |
| 9505 | p.Size = Vector3.new(0.752651, 0.298445, 0.392716) |
| 9506 | p.CFrame = CFrame.new(-11.2236, 0.1, 15.5682) * CFrame.Angles(math.rad(0), math.rad(13.6669), math.rad(0)) |
| 9507 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9508 | p.Material = Enum.Material.Glacier |
| 9509 | p.MaterialVariant = "2022 Weld" |
| 9510 | p.Anchored = true |
| 9511 | p.Parent = model |
| 9512 | end |
| 9513 | do |
| 9514 | local p = Instance.new("Part") |
| 9515 | p.Name = "Brick_Scatter_52" |
| 9516 | p.Size = Vector3.new(0.407971, 0.295598, 0.39952) |
| 9517 | p.CFrame = CFrame.new(-15.978, 0.1, 1.65986) * CFrame.Angles(math.rad(0), math.rad(290.32), math.rad(0)) |
| 9518 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9519 | p.Material = Enum.Material.Glacier |
| 9520 | p.MaterialVariant = "2022 Inlet" |
| 9521 | p.Anchored = true |
| 9522 | p.Parent = model |
| 9523 | end |
| 9524 | do |
| 9525 | local p = Instance.new("Part") |
| 9526 | p.Name = "Brick_Scatter_53" |
| 9527 | p.Size = Vector3.new(0.72097, 0.373643, 0.317867) |
| 9528 | p.CFrame = CFrame.new(-5.73267, 0.1, -13.6114) * CFrame.Angles(math.rad(0), math.rad(211.179), math.rad(0)) |
| 9529 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9530 | p.Material = Enum.Material.Glacier |
| 9531 | p.MaterialVariant = "2022 Inlet" |
| 9532 | p.Anchored = true |
| 9533 | p.Parent = model |
| 9534 | end |
| 9535 | do |
| 9536 | local p = Instance.new("Part") |
| 9537 | p.Name = "Brick_Scatter_54" |
| 9538 | p.Size = Vector3.new(0.738592, 0.372134, 0.588168) |
| 9539 | p.CFrame = CFrame.new(15.0201, 0.1, 7.87719) * CFrame.Angles(math.rad(0), math.rad(253.634), math.rad(0)) |
| 9540 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9541 | p.Material = Enum.Material.Glacier |
| 9542 | p.MaterialVariant = "2022 Weld" |
| 9543 | p.Anchored = true |
| 9544 | p.Parent = model |
| 9545 | end |
| 9546 | do |
| 9547 | local p = Instance.new("Part") |
| 9548 | p.Name = "Brick_Scatter_57" |
| 9549 | p.Size = Vector3.new(0.574747, 0.327853, 0.44616) |
| 9550 | p.CFrame = CFrame.new(17.131, 0.1, 6.36467) * CFrame.Angles(math.rad(0), math.rad(62.713), math.rad(0)) |
| 9551 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9552 | p.Material = Enum.Material.Glacier |
| 9553 | p.MaterialVariant = "2022 Weld" |
| 9554 | p.Anchored = true |
| 9555 | p.Parent = model |
| 9556 | end |
| 9557 | do |
| 9558 | local p = Instance.new("Part") |
| 9559 | p.Name = "Brick_Scatter_58" |
| 9560 | p.Size = Vector3.new(0.771538, 0.357398, 0.366971) |
| 9561 | p.CFrame = CFrame.new(16.8747, 0.1, 4.96817) * CFrame.Angles(math.rad(0), math.rad(136.218), math.rad(0)) |
| 9562 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9563 | p.Material = Enum.Material.Glacier |
| 9564 | p.MaterialVariant = "2022 Inlet" |
| 9565 | p.Anchored = true |
| 9566 | p.Parent = model |
| 9567 | end |
| 9568 | do |
| 9569 | local p = Instance.new("Part") |
| 9570 | p.Name = "Brick_Scatter_60" |
| 9571 | p.Size = Vector3.new(0.680803, 0.314567, 0.555227) |
| 9572 | p.CFrame = CFrame.new(-11.6025, 0.1, -19.9353) * CFrame.Angles(math.rad(0), math.rad(65.5494), math.rad(0)) |
| 9573 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9574 | p.Material = Enum.Material.Glacier |
| 9575 | p.MaterialVariant = "2022 Inlet" |
| 9576 | p.Anchored = true |
| 9577 | p.Parent = model |
| 9578 | end |
| 9579 | do |
| 9580 | local p = Instance.new("Part") |
| 9581 | p.Name = "Brick_Scatter_63" |
| 9582 | p.Size = Vector3.new(0.532467, 0.215561, 0.404043) |
| 9583 | p.CFrame = CFrame.new(-14.252, 0.02, -2.13734) * CFrame.Angles(math.rad(0), math.rad(60.4395), math.rad(0)) |
| 9584 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9585 | p.Material = Enum.Material.Glacier |
| 9586 | p.MaterialVariant = "2022 Weld" |
| 9587 | p.Anchored = true |
| 9588 | p.Parent = model |
| 9589 | end |
| 9590 | do |
| 9591 | local p = Instance.new("Part") |
| 9592 | p.Name = "Brick_Scatter_64" |
| 9593 | p.Size = Vector3.new(0.683586, 0.327821, 0.565996) |
| 9594 | p.CFrame = CFrame.new(13.8715, 0.1, -16.8059) * CFrame.Angles(math.rad(0), math.rad(4.10242), math.rad(0)) |
| 9595 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9596 | p.Material = Enum.Material.Glacier |
| 9597 | p.MaterialVariant = "2022 Weld" |
| 9598 | p.Anchored = true |
| 9599 | p.Parent = model |
| 9600 | end |
| 9601 | do |
| 9602 | local p = Instance.new("Part") |
| 9603 | p.Name = "Brick_Scatter_67" |
| 9604 | p.Size = Vector3.new(0.575288, 0.283931, 0.349902) |
| 9605 | p.CFrame = CFrame.new(7.93489, 0.1, -18.2667) * CFrame.Angles(math.rad(0), math.rad(177.51), math.rad(0)) |
| 9606 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9607 | p.Material = Enum.Material.Glacier |
| 9608 | p.MaterialVariant = "2022 Weld" |
| 9609 | p.Anchored = true |
| 9610 | p.Parent = model |
| 9611 | end |
| 9612 | do |
| 9613 | local p = Instance.new("Part") |
| 9614 | p.Name = "Brick_Scatter_69" |
| 9615 | p.Size = Vector3.new(0.74562, 0.330194, 0.506148) |
| 9616 | p.CFrame = CFrame.new(-14.3486, 0.1, -2.73839) * CFrame.Angles(math.rad(0), math.rad(162.463), math.rad(0)) |
| 9617 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9618 | p.Material = Enum.Material.Glacier |
| 9619 | p.MaterialVariant = "2022 Inlet" |
| 9620 | p.Anchored = true |
| 9621 | p.Parent = model |
| 9622 | end |
| 9623 | do |
| 9624 | local p = Instance.new("Part") |
| 9625 | p.Name = "Brick_Scatter_70" |
| 9626 | p.Size = Vector3.new(0.408031, 0.252226, 0.331418) |
| 9627 | p.CFrame = CFrame.new(10.771, 0.1, -18.7971) * CFrame.Angles(math.rad(0), math.rad(61.2379), math.rad(0)) |
| 9628 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9629 | p.Material = Enum.Material.Glacier |
| 9630 | p.MaterialVariant = "2022 Weld" |
| 9631 | p.Anchored = true |
| 9632 | p.Parent = model |
| 9633 | end |
| 9634 | do |
| 9635 | local p = Instance.new("Part") |
| 9636 | p.Name = "Brick_Scatter_72" |
| 9637 | p.Size = Vector3.new(0.437242, 0.318806, 0.484093) |
| 9638 | p.CFrame = CFrame.new(1.69366, 0.1, 12.3325) * CFrame.Angles(math.rad(0), math.rad(253.622), math.rad(0)) |
| 9639 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9640 | p.Material = Enum.Material.Glacier |
| 9641 | p.MaterialVariant = "2022 Weld" |
| 9642 | p.Anchored = true |
| 9643 | p.Parent = model |
| 9644 | end |
| 9645 | do |
| 9646 | local p = Instance.new("Part") |
| 9647 | p.Name = "Brick_Scatter_75" |
| 9648 | p.Size = Vector3.new(0.789759, 0.281856, 0.466234) |
| 9649 | p.CFrame = CFrame.new(-16.072, 0.1, -8.0806) * CFrame.Angles(math.rad(0), math.rad(237.815), math.rad(0)) |
| 9650 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9651 | p.Material = Enum.Material.Glacier |
| 9652 | p.MaterialVariant = "2022 Weld" |
| 9653 | p.Anchored = true |
| 9654 | p.Parent = model |
| 9655 | end |
| 9656 | do |
| 9657 | local p = Instance.new("Part") |
| 9658 | p.Name = "Brick_Scatter_76" |
| 9659 | p.Size = Vector3.new(0.557161, 0.309933, 0.447284) |
| 9660 | p.CFrame = CFrame.new(-7.29358, 0.1, -16.547) * CFrame.Angles(math.rad(0), math.rad(129.898), math.rad(0)) |
| 9661 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9662 | p.Material = Enum.Material.Glacier |
| 9663 | p.MaterialVariant = "2022 Inlet" |
| 9664 | p.Anchored = true |
| 9665 | p.Parent = model |
| 9666 | end |
| 9667 | do |
| 9668 | local p = Instance.new("Part") |
| 9669 | p.Name = "Brick_Scatter_79" |
| 9670 | p.Size = Vector3.new(0.468333, 0.258362, 0.324581) |
| 9671 | p.CFrame = CFrame.new(-10.8117, 0.1, -19.0735) * CFrame.Angles(math.rad(0), math.rad(111.007), math.rad(0)) |
| 9672 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9673 | p.Material = Enum.Material.Glacier |
| 9674 | p.MaterialVariant = "2022 Inlet" |
| 9675 | p.Anchored = true |
| 9676 | p.Parent = model |
| 9677 | end |
| 9678 | do |
| 9679 | local p = Instance.new("Part") |
| 9680 | p.Name = "Brick_Scatter_81" |
| 9681 | p.Size = Vector3.new(0.61765, 0.236976, 0.565648) |
| 9682 | p.CFrame = CFrame.new(5.79744, 0.14, -16.7191) * CFrame.Angles(math.rad(0), math.rad(67.1699), math.rad(0)) |
| 9683 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9684 | p.Material = Enum.Material.Glacier |
| 9685 | p.MaterialVariant = "2022 Weld" |
| 9686 | p.Anchored = true |
| 9687 | p.Parent = model |
| 9688 | end |
| 9689 | do |
| 9690 | local p = Instance.new("Part") |
| 9691 | p.Name = "Brick_Scatter_82" |
| 9692 | p.Size = Vector3.new(0.50536, 0.367416, 0.469274) |
| 9693 | p.CFrame = CFrame.new(-16.3938, 0.1, -4.16934) * CFrame.Angles(math.rad(0), math.rad(270.805), math.rad(0)) |
| 9694 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9695 | p.Material = Enum.Material.Glacier |
| 9696 | p.MaterialVariant = "2022 Inlet" |
| 9697 | p.Anchored = true |
| 9698 | p.Parent = model |
| 9699 | end |
| 9700 | do |
| 9701 | local p = Instance.new("Part") |
| 9702 | p.Name = "Brick_Scatter_83" |
| 9703 | p.Size = Vector3.new(0.537517, 0.30829, 0.591212) |
| 9704 | p.CFrame = CFrame.new(6.02886, 0.1, -16.9145) * CFrame.Angles(math.rad(0), math.rad(199.297), math.rad(0)) |
| 9705 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9706 | p.Material = Enum.Material.Glacier |
| 9707 | p.MaterialVariant = "2022 Inlet" |
| 9708 | p.Anchored = true |
| 9709 | p.Parent = model |
| 9710 | end |
| 9711 | do |
| 9712 | local p = Instance.new("Part") |
| 9713 | p.Name = "Brick_Scatter_88" |
| 9714 | p.Size = Vector3.new(0.685722, 0.30042, 0.570137) |
| 9715 | p.CFrame = CFrame.new(-15.1576, 0.1, 12.5) * CFrame.Angles(math.rad(0), math.rad(43.3015), math.rad(0)) |
| 9716 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9717 | p.Material = Enum.Material.Glacier |
| 9718 | p.MaterialVariant = "2022 Inlet" |
| 9719 | p.Anchored = true |
| 9720 | p.Parent = model |
| 9721 | end |
| 9722 | do |
| 9723 | local p = Instance.new("Part") |
| 9724 | p.Name = "Brick_Scatter_89" |
| 9725 | p.Size = Vector3.new(0.793747, 0.394433, 0.542538) |
| 9726 | p.CFrame = CFrame.new(9.25879, 0.1, -13.7764) * CFrame.Angles(math.rad(0), math.rad(15.3633), math.rad(0)) |
| 9727 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9728 | p.Material = Enum.Material.Glacier |
| 9729 | p.MaterialVariant = "2022 Inlet" |
| 9730 | p.Anchored = true |
| 9731 | p.Parent = model |
| 9732 | end |
| 9733 | do |
| 9734 | local p = Instance.new("Part") |
| 9735 | p.Name = "Brick_Scatter_90" |
| 9736 | p.Size = Vector3.new(0.480768, 0.364513, 0.344363) |
| 9737 | p.CFrame = CFrame.new(-15.1787, 0.1, 4.59252) * CFrame.Angles(math.rad(0), math.rad(115.11), math.rad(0)) |
| 9738 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9739 | p.Material = Enum.Material.Glacier |
| 9740 | p.MaterialVariant = "2022 Weld" |
| 9741 | p.Anchored = true |
| 9742 | p.Parent = model |
| 9743 | end |
| 9744 | do |
| 9745 | local p = Instance.new("Part") |
| 9746 | p.Name = "Brick_Scatter_92" |
| 9747 | p.Size = Vector3.new(0.620822, 0.371325, 0.455906) |
| 9748 | p.CFrame = CFrame.new(-14.867, 0.1, 0.029111) * CFrame.Angles(math.rad(0), math.rad(283.158), math.rad(0)) |
| 9749 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 9750 | p.Material = Enum.Material.Glacier |
| 9751 | p.MaterialVariant = "2022 Inlet" |
| 9752 | p.Anchored = true |
| 9753 | p.Parent = model |
| 9754 | end |
| 9755 | do |
| 9756 | local p = Instance.new("Part") |
| 9757 | p.Name = "Brick_Scatter_96" |
| 9758 | p.Size = Vector3.new(0.769971, 0.312537, 0.330297) |
| 9759 | p.CFrame = CFrame.new(9.30159, 0.1, 13.8274) * CFrame.Angles(math.rad(0), math.rad(312.291), math.rad(0)) |
| 9760 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9761 | p.Material = Enum.Material.Glacier |
| 9762 | p.MaterialVariant = "2022 Weld" |
| 9763 | p.Anchored = true |
| 9764 | p.Parent = model |
| 9765 | end |
| 9766 | do |
| 9767 | local p = Instance.new("Part") |
| 9768 | p.Name = "Brick_Scatter_97" |
| 9769 | p.Size = Vector3.new(0.505655, 0.330958, 0.471607) |
| 9770 | p.CFrame = CFrame.new(13.6849, 0.1, 11.6042) * CFrame.Angles(math.rad(0), math.rad(13.4876), math.rad(0)) |
| 9771 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9772 | p.Material = Enum.Material.Glacier |
| 9773 | p.MaterialVariant = "2022 Weld" |
| 9774 | p.Anchored = true |
| 9775 | p.Parent = model |
| 9776 | end |
| 9777 | do |
| 9778 | local p = Instance.new("Part") |
| 9779 | p.Name = "Brick_Scatter_98" |
| 9780 | p.Size = Vector3.new(0.643462, 0.338732, 0.311635) |
| 9781 | p.CFrame = CFrame.new(-8.08509, 0.1, -14.8213) * CFrame.Angles(math.rad(0), math.rad(248.585), math.rad(0)) |
| 9782 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9783 | p.Material = Enum.Material.Glacier |
| 9784 | p.MaterialVariant = "2022 Weld" |
| 9785 | p.Anchored = true |
| 9786 | p.Parent = model |
| 9787 | end |
| 9788 | do |
| 9789 | local p = Instance.new("Part") |
| 9790 | p.Name = "Brick_Scatter_99" |
| 9791 | p.Size = Vector3.new(0.507434, 0.274488, 0.40136) |
| 9792 | p.CFrame = CFrame.new(-16.2255, 0.1, -2.89215) * CFrame.Angles(math.rad(0), math.rad(111.942), math.rad(0)) |
| 9793 | p.BrickColor = BrickColor.new("Reddish brown") |
| 9794 | p.Material = Enum.Material.Glacier |
| 9795 | p.MaterialVariant = "2022 Weld" |
| 9796 | p.Anchored = true |
| 9797 | p.Parent = model |
| 9798 | end |
| 9799 | do |
| 9800 | local p = Instance.new("Part") |
| 9801 | p.Name = "DirtPile_0" |
| 9802 | p.Size = Vector3.new(2.68569, 2.68569, 2.68569) |
| 9803 | p.CFrame = CFrame.new(15.4329, 1.02728, -12.11) * CFrame.Angles(math.rad(82.0647), math.rad(108.173), math.rad(267.741)) |
| 9804 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9805 | p.Material = Enum.Material.Glacier |
| 9806 | p.MaterialVariant = "2022 Small Stud" |
| 9807 | p.Anchored = true |
| 9808 | p.Parent = model |
| 9809 | end |
| 9810 | do |
| 9811 | local p = Instance.new("Part") |
| 9812 | p.Name = "DirtPile_1" |
| 9813 | p.Size = Vector3.new(2.54806, 2.54806, 2.54806) |
| 9814 | p.CFrame = CFrame.new(13.2835, 1.0932, -13.5801) * CFrame.Angles(math.rad(32.1433), math.rad(159.018), math.rad(328.836)) |
| 9815 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9816 | p.Material = Enum.Material.Glacier |
| 9817 | p.MaterialVariant = "2022 Small Stud" |
| 9818 | p.Anchored = true |
| 9819 | p.Parent = model |
| 9820 | end |
| 9821 | do |
| 9822 | local p = Instance.new("Part") |
| 9823 | p.Name = "DirtPile_2" |
| 9824 | p.Size = Vector3.new(1.81434, 1.81434, 1.81434) |
| 9825 | p.CFrame = CFrame.new(13.9378, 0.774752, -14.5044) * CFrame.Angles(math.rad(20.2341), math.rad(284.937), math.rad(23.6221)) |
| 9826 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9827 | p.Material = Enum.Material.Glacier |
| 9828 | p.MaterialVariant = "2022 Small Stud" |
| 9829 | p.Anchored = true |
| 9830 | p.Parent = model |
| 9831 | end |
| 9832 | do |
| 9833 | local p = Instance.new("Part") |
| 9834 | p.Name = "DirtPile_3" |
| 9835 | p.Size = Vector3.new(2.41914, 2.41914, 2.41914) |
| 9836 | p.CFrame = CFrame.new(13.6135, 1.17077, -13.9029) * CFrame.Angles(math.rad(204.722), math.rad(62.5454), math.rad(315.065)) |
| 9837 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9838 | p.Material = Enum.Material.Glacier |
| 9839 | p.MaterialVariant = "2022 Small Stud" |
| 9840 | p.Anchored = true |
| 9841 | p.Parent = model |
| 9842 | end |
| 9843 | do |
| 9844 | local p = Instance.new("Part") |
| 9845 | p.Name = "DirtPile_4" |
| 9846 | p.Size = Vector3.new(1.40145, 1.40145, 1.40145) |
| 9847 | p.CFrame = CFrame.new(12.2305, 0.049607, -15.7978) * CFrame.Angles(math.rad(129.735), math.rad(71.6795), math.rad(132.607)) |
| 9848 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9849 | p.Material = Enum.Material.Glacier |
| 9850 | p.MaterialVariant = "2022 Small Stud" |
| 9851 | p.Anchored = true |
| 9852 | p.Parent = model |
| 9853 | end |
| 9854 | do |
| 9855 | local p = Instance.new("Part") |
| 9856 | p.Name = "DirtPile_5" |
| 9857 | p.Size = Vector3.new(1.92844, 1.92844, 1.92844) |
| 9858 | p.CFrame = CFrame.new(13.5878, 1.38461, -13.2753) * CFrame.Angles(math.rad(87.0977), math.rad(175.963), math.rad(160.597)) |
| 9859 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9860 | p.Material = Enum.Material.Glacier |
| 9861 | p.MaterialVariant = "2022 Small Stud" |
| 9862 | p.Anchored = true |
| 9863 | p.Parent = model |
| 9864 | end |
| 9865 | do |
| 9866 | local p = Instance.new("Part") |
| 9867 | p.Name = "DirtPile_6" |
| 9868 | p.Size = Vector3.new(2.92104, 2.92104, 2.92104) |
| 9869 | p.CFrame = CFrame.new(13.8983, 0.827001, -14.623) * CFrame.Angles(math.rad(301.555), math.rad(93.1176), math.rad(299.113)) |
| 9870 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9871 | p.Material = Enum.Material.Glacier |
| 9872 | p.MaterialVariant = "2022 Small Stud" |
| 9873 | p.Anchored = true |
| 9874 | p.Parent = model |
| 9875 | end |
| 9876 | do |
| 9877 | local p = Instance.new("Part") |
| 9878 | p.Name = "DirtPile_7" |
| 9879 | p.Size = Vector3.new(1.18078, 1.18078, 1.18078) |
| 9880 | p.CFrame = CFrame.new(12.1098, 0.074477, -12.5847) * CFrame.Angles(math.rad(280.739), math.rad(77.1547), math.rad(79.6864)) |
| 9881 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9882 | p.Material = Enum.Material.Glacier |
| 9883 | p.MaterialVariant = "2022 Small Stud" |
| 9884 | p.Anchored = true |
| 9885 | p.Parent = model |
| 9886 | end |
| 9887 | do |
| 9888 | local p = Instance.new("Part") |
| 9889 | p.Name = "DirtPile_8" |
| 9890 | p.Size = Vector3.new(1.45022, 1.45022, 1.45022) |
| 9891 | p.CFrame = CFrame.new(12.8269, 0.977381, -13.9469) * CFrame.Angles(math.rad(311.267), math.rad(348.17), math.rad(245.592)) |
| 9892 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9893 | p.Material = Enum.Material.Glacier |
| 9894 | p.MaterialVariant = "2022 Small Stud" |
| 9895 | p.Anchored = true |
| 9896 | p.Parent = model |
| 9897 | end |
| 9898 | do |
| 9899 | local p = Instance.new("Part") |
| 9900 | p.Name = "DirtPile_9" |
| 9901 | p.Size = Vector3.new(1.94819, 1.94819, 1.94819) |
| 9902 | p.CFrame = CFrame.new(12.5293, 0.259801, -12.7965) * CFrame.Angles(math.rad(80.5572), math.rad(219.004), math.rad(339.482)) |
| 9903 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9904 | p.Material = Enum.Material.Glacier |
| 9905 | p.MaterialVariant = "2022 Small Stud" |
| 9906 | p.Anchored = true |
| 9907 | p.Parent = model |
| 9908 | end |
| 9909 | do |
| 9910 | local p = Instance.new("Part") |
| 9911 | p.Name = "DirtPile_10" |
| 9912 | p.Size = Vector3.new(2.42548, 2.42548, 2.42548) |
| 9913 | p.CFrame = CFrame.new(14.8375, 0.413068, -12.4181) * CFrame.Angles(math.rad(306.571), math.rad(165.239), math.rad(78.5553)) |
| 9914 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9915 | p.Material = Enum.Material.Glacier |
| 9916 | p.MaterialVariant = "2022 Small Stud" |
| 9917 | p.Anchored = true |
| 9918 | p.Parent = model |
| 9919 | end |
| 9920 | do |
| 9921 | local p = Instance.new("Part") |
| 9922 | p.Name = "DirtPile_11" |
| 9923 | p.Size = Vector3.new(1.60429, 1.60429, 1.60429) |
| 9924 | p.CFrame = CFrame.new(14.0826, 0.935409, -13.6621) * CFrame.Angles(math.rad(2.64513), math.rad(359.795), math.rad(347.935)) |
| 9925 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9926 | p.Material = Enum.Material.Glacier |
| 9927 | p.MaterialVariant = "2022 Small Stud" |
| 9928 | p.Anchored = true |
| 9929 | p.Parent = model |
| 9930 | end |
| 9931 | do |
| 9932 | local p = Instance.new("Part") |
| 9933 | p.Name = "DirtPile_12" |
| 9934 | p.Size = Vector3.new(2.67876, 2.67876, 2.67876) |
| 9935 | p.CFrame = CFrame.new(14.2458, 0.890659, -14.8693) * CFrame.Angles(math.rad(246.389), math.rad(173.426), math.rad(121.062)) |
| 9936 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9937 | p.Material = Enum.Material.Glacier |
| 9938 | p.MaterialVariant = "2022 Small Stud" |
| 9939 | p.Anchored = true |
| 9940 | p.Parent = model |
| 9941 | end |
| 9942 | do |
| 9943 | local p = Instance.new("Part") |
| 9944 | p.Name = "DirtPile_13" |
| 9945 | p.Size = Vector3.new(1.55297, 1.55297, 1.55297) |
| 9946 | p.CFrame = CFrame.new(13.3005, 0.415327, -13.3755) * CFrame.Angles(math.rad(342.788), math.rad(234.528), math.rad(67.8096)) |
| 9947 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9948 | p.Material = Enum.Material.Glacier |
| 9949 | p.MaterialVariant = "2022 Small Stud" |
| 9950 | p.Anchored = true |
| 9951 | p.Parent = model |
| 9952 | end |
| 9953 | do |
| 9954 | local p = Instance.new("Part") |
| 9955 | p.Name = "DirtPile_14" |
| 9956 | p.Size = Vector3.new(2.03459, 2.03459, 2.03459) |
| 9957 | p.CFrame = CFrame.new(12.9612, 0.085162, -12.5707) * CFrame.Angles(math.rad(291.61), math.rad(145.475), math.rad(115.051)) |
| 9958 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9959 | p.Material = Enum.Material.Glacier |
| 9960 | p.MaterialVariant = "2022 Small Stud" |
| 9961 | p.Anchored = true |
| 9962 | p.Parent = model |
| 9963 | end |
| 9964 | do |
| 9965 | local p = Instance.new("Part") |
| 9966 | p.Name = "DirtPile_15" |
| 9967 | p.Size = Vector3.new(1.27986, 1.27986, 1.27986) |
| 9968 | p.CFrame = CFrame.new(12.1018, 0.746059, -14.8176) * CFrame.Angles(math.rad(326.488), math.rad(145.656), math.rad(265.224)) |
| 9969 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9970 | p.Material = Enum.Material.Glacier |
| 9971 | p.MaterialVariant = "2022 Small Stud" |
| 9972 | p.Anchored = true |
| 9973 | p.Parent = model |
| 9974 | end |
| 9975 | do |
| 9976 | local p = Instance.new("Part") |
| 9977 | p.Name = "DirtPile_16" |
| 9978 | p.Size = Vector3.new(2.16605, 2.16605, 2.16605) |
| 9979 | p.CFrame = CFrame.new(15.979, 1.22402, -14.6273) * CFrame.Angles(math.rad(256.813), math.rad(247.075), math.rad(229.793)) |
| 9980 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9981 | p.Material = Enum.Material.Glacier |
| 9982 | p.MaterialVariant = "2022 Small Stud" |
| 9983 | p.Anchored = true |
| 9984 | p.Parent = model |
| 9985 | end |
| 9986 | do |
| 9987 | local p = Instance.new("Part") |
| 9988 | p.Name = "DirtPile_17" |
| 9989 | p.Size = Vector3.new(1.95147, 1.95147, 1.95147) |
| 9990 | p.CFrame = CFrame.new(15.7627, 0.537746, -14.7992) * CFrame.Angles(math.rad(61.1952), math.rad(236.741), math.rad(200.969)) |
| 9991 | p.BrickColor = BrickColor.new("Pine Cone") |
| 9992 | p.Material = Enum.Material.Glacier |
| 9993 | p.MaterialVariant = "2022 Small Stud" |
| 9994 | p.Anchored = true |
| 9995 | p.Parent = model |
| 9996 | end |
| 9997 | do |
| 9998 | local p = Instance.new("Part") |
| 9999 | p.Name = "DirtPile_18" |
| 10000 | p.Size = Vector3.new(1.58757, 1.58757, 1.58757) |
| 10001 | p.CFrame = CFrame.new(13.8831, 1.11138, -13.0993) * CFrame.Angles(math.rad(201.251), math.rad(328.545), math.rad(340.892)) |
| 10002 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10003 | p.Material = Enum.Material.Glacier |
| 10004 | p.MaterialVariant = "2022 Small Stud" |
| 10005 | p.Anchored = true |
| 10006 | p.Parent = model |
| 10007 | end |
| 10008 | do |
| 10009 | local p = Instance.new("Part") |
| 10010 | p.Name = "DirtPile_19" |
| 10011 | p.Size = Vector3.new(2.79918, 2.79918, 2.79918) |
| 10012 | p.CFrame = CFrame.new(14.6177, 0.33338, -15.1067) * CFrame.Angles(math.rad(313.716), math.rad(151.37), math.rad(319.264)) |
| 10013 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10014 | p.Material = Enum.Material.Glacier |
| 10015 | p.MaterialVariant = "2022 Small Stud" |
| 10016 | p.Anchored = true |
| 10017 | p.Parent = model |
| 10018 | end |
| 10019 | do |
| 10020 | local p = Instance.new("Part") |
| 10021 | p.Name = "DirtPile_20" |
| 10022 | p.Size = Vector3.new(1.74337, 1.74337, 1.74337) |
| 10023 | p.CFrame = CFrame.new(14.3423, 0.695641, -15.5289) * CFrame.Angles(math.rad(19.3237), math.rad(228.383), math.rad(208.913)) |
| 10024 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10025 | p.Material = Enum.Material.Glacier |
| 10026 | p.MaterialVariant = "2022 Small Stud" |
| 10027 | p.Anchored = true |
| 10028 | p.Parent = model |
| 10029 | end |
| 10030 | do |
| 10031 | local p = Instance.new("Part") |
| 10032 | p.Name = "DirtPile_21" |
| 10033 | p.Size = Vector3.new(2.24131, 2.24131, 2.24131) |
| 10034 | p.CFrame = CFrame.new(13.8889, 0.291816, -15.5207) * CFrame.Angles(math.rad(245.051), math.rad(190.742), math.rad(148.719)) |
| 10035 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10036 | p.Material = Enum.Material.Glacier |
| 10037 | p.MaterialVariant = "2022 Small Stud" |
| 10038 | p.Anchored = true |
| 10039 | p.Parent = model |
| 10040 | end |
| 10041 | do |
| 10042 | local p = Instance.new("Part") |
| 10043 | p.Name = "DirtPile_22" |
| 10044 | p.Size = Vector3.new(2.7417, 2.7417, 2.7417) |
| 10045 | p.CFrame = CFrame.new(12.6031, 1.48852, -14.6293) * CFrame.Angles(math.rad(355.389), math.rad(321.424), math.rad(355.194)) |
| 10046 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10047 | p.Material = Enum.Material.Glacier |
| 10048 | p.MaterialVariant = "2022 Small Stud" |
| 10049 | p.Anchored = true |
| 10050 | p.Parent = model |
| 10051 | end |
| 10052 | do |
| 10053 | local p = Instance.new("Part") |
| 10054 | p.Name = "DirtPile_23" |
| 10055 | p.Size = Vector3.new(1.28645, 1.28645, 1.28645) |
| 10056 | p.CFrame = CFrame.new(15.4496, 0.270535, -15.6768) * CFrame.Angles(math.rad(119.747), math.rad(355.191), math.rad(112.829)) |
| 10057 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10058 | p.Material = Enum.Material.Glacier |
| 10059 | p.MaterialVariant = "2022 Small Stud" |
| 10060 | p.Anchored = true |
| 10061 | p.Parent = model |
| 10062 | end |
| 10063 | do |
| 10064 | local p = Instance.new("Part") |
| 10065 | p.Name = "DirtPile_24" |
| 10066 | p.Size = Vector3.new(1.11603, 1.11603, 1.11603) |
| 10067 | p.CFrame = CFrame.new(13.8082, 0.314074, -12.9058) * CFrame.Angles(math.rad(207.46), math.rad(57.0366), math.rad(282.676)) |
| 10068 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10069 | p.Material = Enum.Material.Glacier |
| 10070 | p.MaterialVariant = "2022 Small Stud" |
| 10071 | p.Anchored = true |
| 10072 | p.Parent = model |
| 10073 | end |
| 10074 | do |
| 10075 | local p = Instance.new("Part") |
| 10076 | p.Name = "DirtPile_25" |
| 10077 | p.Size = Vector3.new(2.55951, 2.55951, 2.55951) |
| 10078 | p.CFrame = CFrame.new(12.5176, 0.650567, -14.2824) * CFrame.Angles(math.rad(154.449), math.rad(171.864), math.rad(1.68089)) |
| 10079 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10080 | p.Material = Enum.Material.Glacier |
| 10081 | p.MaterialVariant = "2022 Small Stud" |
| 10082 | p.Anchored = true |
| 10083 | p.Parent = model |
| 10084 | end |
| 10085 | do |
| 10086 | local p = Instance.new("Part") |
| 10087 | p.Name = "DirtPile_26" |
| 10088 | p.Size = Vector3.new(2.06757, 2.06757, 2.06757) |
| 10089 | p.CFrame = CFrame.new(14.9226, 1.4251, -12.432) * CFrame.Angles(math.rad(272.465), math.rad(191.172), math.rad(6.4498)) |
| 10090 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10091 | p.Material = Enum.Material.Glacier |
| 10092 | p.MaterialVariant = "2022 Small Stud" |
| 10093 | p.Anchored = true |
| 10094 | p.Parent = model |
| 10095 | end |
| 10096 | do |
| 10097 | local p = Instance.new("Part") |
| 10098 | p.Name = "DirtPile_27" |
| 10099 | p.Size = Vector3.new(1.00825, 1.00825, 1.00825) |
| 10100 | p.CFrame = CFrame.new(14.9344, 0.339399, -12.4921) * CFrame.Angles(math.rad(112.353), math.rad(36.975), math.rad(181.201)) |
| 10101 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10102 | p.Material = Enum.Material.Glacier |
| 10103 | p.MaterialVariant = "2022 Small Stud" |
| 10104 | p.Anchored = true |
| 10105 | p.Parent = model |
| 10106 | end |
| 10107 | do |
| 10108 | local p = Instance.new("Part") |
| 10109 | p.Name = "DirtPile_28" |
| 10110 | p.Size = Vector3.new(1.61223, 1.61223, 1.61223) |
| 10111 | p.CFrame = CFrame.new(12.2611, 0.068578, -12.2061) * CFrame.Angles(math.rad(164.133), math.rad(187.304), math.rad(188.682)) |
| 10112 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10113 | p.Material = Enum.Material.Glacier |
| 10114 | p.MaterialVariant = "2022 Small Stud" |
| 10115 | p.Anchored = true |
| 10116 | p.Parent = model |
| 10117 | end |
| 10118 | do |
| 10119 | local p = Instance.new("Part") |
| 10120 | p.Name = "DirtPile_29" |
| 10121 | p.Size = Vector3.new(1.86733, 1.86733, 1.86733) |
| 10122 | p.CFrame = CFrame.new(14.7471, 0.200684, -12.0154) * CFrame.Angles(math.rad(176.464), math.rad(270.042), math.rad(59.3581)) |
| 10123 | p.BrickColor = BrickColor.new("Pine Cone") |
| 10124 | p.Material = Enum.Material.Glacier |
| 10125 | p.MaterialVariant = "2022 Small Stud" |
| 10126 | p.Anchored = true |
| 10127 | p.Parent = model |
| 10128 | end |
| 10129 | do |
| 10130 | local p = Instance.new("Part") |
| 10131 | p.Name = "Cable1_1" |
| 10132 | p.Size = Vector3.new(1.10584, 0.1, 0.1) |
| 10133 | p.CFrame = CFrame.new(-14.671751, 21.7188, -11.111789) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-34.0028)) |
| 10134 | p.BrickColor = BrickColor.new("Really black") |
| 10135 | p.Material = Enum.Material.Glacier |
| 10136 | p.MaterialVariant = "2022 Universal" |
| 10137 | p.Anchored = true |
| 10138 | p.Parent = model |
| 10139 | end |
| 10140 | do |
| 10141 | local p = Instance.new("Part") |
| 10142 | p.Name = "Cable1_2" |
| 10143 | p.Size = Vector3.new(1.55102, 0.1, 0.1) |
| 10144 | p.CFrame = CFrame.new(-14.703249, 20.8438, -10.263211) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-54.9237)) |
| 10145 | p.BrickColor = BrickColor.new("Really black") |
| 10146 | p.Material = Enum.Material.Glacier |
| 10147 | p.MaterialVariant = "2022 Universal" |
| 10148 | p.Anchored = true |
| 10149 | p.Parent = model |
| 10150 | end |
| 10151 | do |
| 10152 | local p = Instance.new("Part") |
| 10153 | p.Name = "Cable1_3" |
| 10154 | p.Size = Vector3.new(2.09511, 0.1, 0.1) |
| 10155 | p.CFrame = CFrame.new(-15.046751, 19.3438, -9.486739) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-65.2949)) |
| 10156 | p.BrickColor = BrickColor.new("Really black") |
| 10157 | p.Material = Enum.Material.Glacier |
| 10158 | p.MaterialVariant = "2022 Universal" |
| 10159 | p.Anchored = true |
| 10160 | p.Parent = model |
| 10161 | end |
| 10162 | do |
| 10163 | local p = Instance.new("Part") |
| 10164 | p.Name = "Cable1_4" |
| 10165 | p.Size = Vector3.new(2.67618, 0.1, 0.1) |
| 10166 | p.CFrame = CFrame.new(-15.078249, 17.2188, -8.638261) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-71.1145)) |
| 10167 | p.BrickColor = BrickColor.new("Really black") |
| 10168 | p.Material = Enum.Material.Glacier |
| 10169 | p.MaterialVariant = "2022 Universal" |
| 10170 | p.Anchored = true |
| 10171 | p.Parent = model |
| 10172 | end |
| 10173 | do |
| 10174 | local p = Instance.new("Part") |
| 10175 | p.Name = "Cable1_5" |
| 10176 | p.Size = Vector3.new(3.27399, 0.1, 0.1) |
| 10177 | p.CFrame = CFrame.new(-15.421751, 14.4688, -7.861739) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-74.7688)) |
| 10178 | p.BrickColor = BrickColor.new("Really black") |
| 10179 | p.Material = Enum.Material.Glacier |
| 10180 | p.MaterialVariant = "2022 Universal" |
| 10181 | p.Anchored = true |
| 10182 | p.Parent = model |
| 10183 | end |
| 10184 | do |
| 10185 | local p = Instance.new("Part") |
| 10186 | p.Name = "Cable1_6" |
| 10187 | p.Size = Vector3.new(3.8806, 0.1, 0.1) |
| 10188 | p.CFrame = CFrame.new(-15.453249, 11.0938, -7.013261) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-77.258)) |
| 10189 | p.BrickColor = BrickColor.new("Really black") |
| 10190 | p.Material = Enum.Material.Glacier |
| 10191 | p.MaterialVariant = "2022 Universal" |
| 10192 | p.Anchored = true |
| 10193 | p.Parent = model |
| 10194 | end |
| 10195 | do |
| 10196 | local p = Instance.new("Part") |
| 10197 | p.Name = "Cable1_7" |
| 10198 | p.Size = Vector3.new(4.49238, 0.1, 0.1) |
| 10199 | p.CFrame = CFrame.new(-15.757776, 7.09375, -6.227745) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-79.0565)) |
| 10200 | p.BrickColor = BrickColor.new("Really black") |
| 10201 | p.Material = Enum.Material.Glacier |
| 10202 | p.MaterialVariant = "2022 Universal" |
| 10203 | p.Anchored = true |
| 10204 | p.Parent = model |
| 10205 | end |
| 10206 | do |
| 10207 | local p = Instance.new("Part") |
| 10208 | p.Name = "Cable1_8" |
| 10209 | p.Size = Vector3.new(5.10742, 0.1, 0.1) |
| 10210 | p.CFrame = CFrame.new(-15.9062, 2.46875, -5.40625) * CFrame.Angles(math.rad(0), math.rad(-102.995), math.rad(-80.4142)) |
| 10211 | p.BrickColor = BrickColor.new("Really black") |
| 10212 | p.Material = Enum.Material.Glacier |
| 10213 | p.MaterialVariant = "2022 Universal" |
| 10214 | p.Anchored = true |
| 10215 | p.Parent = model |
| 10216 | end |
| 10217 | do |
| 10218 | local p = Instance.new("Part") |
| 10219 | p.Name = "Cable2_1" |
| 10220 | p.Size = Vector3.new(1.6449, 0.1, 0.1) |
| 10221 | p.CFrame = CFrame.new(14.451291, 21.5938, -11.839995) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-31.7304)) |
| 10222 | p.BrickColor = BrickColor.new("Really black") |
| 10223 | p.Material = Enum.Material.Glacier |
| 10224 | p.MaterialVariant = "2022 Universal" |
| 10225 | p.Anchored = true |
| 10226 | p.Parent = model |
| 10227 | end |
| 10228 | do |
| 10229 | local p = Instance.new("Part") |
| 10230 | p.Name = "Cable2_2" |
| 10231 | p.Size = Vector3.new(1.87108, 0.1, 0.1) |
| 10232 | p.CFrame = CFrame.new(14.673709, 20.5938, -10.535005) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-42.1053)) |
| 10233 | p.BrickColor = BrickColor.new("Really black") |
| 10234 | p.Material = Enum.Material.Glacier |
| 10235 | p.MaterialVariant = "2022 Universal" |
| 10236 | p.Anchored = true |
| 10237 | p.Parent = model |
| 10238 | end |
| 10239 | do |
| 10240 | local p = Instance.new("Part") |
| 10241 | p.Name = "Cable2_3" |
| 10242 | p.Size = Vector3.new(2.14156, 0.1, 0.1) |
| 10243 | p.CFrame = CFrame.new(14.576291, 19.2188, -9.214945) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-49.9378)) |
| 10244 | p.BrickColor = BrickColor.new("Really black") |
| 10245 | p.Material = Enum.Material.Glacier |
| 10246 | p.MaterialVariant = "2022 Universal" |
| 10247 | p.Anchored = true |
| 10248 | p.Parent = model |
| 10249 | end |
| 10250 | do |
| 10251 | local p = Instance.new("Part") |
| 10252 | p.Name = "Cable2_4" |
| 10253 | p.Size = Vector3.new(2.44104, 0.1, 0.1) |
| 10254 | p.CFrame = CFrame.new(14.798709, 17.4688, -7.910055) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-55.8554)) |
| 10255 | p.BrickColor = BrickColor.new("Really black") |
| 10256 | p.Material = Enum.Material.Glacier |
| 10257 | p.MaterialVariant = "2022 Universal" |
| 10258 | p.Anchored = true |
| 10259 | p.Parent = model |
| 10260 | end |
| 10261 | do |
| 10262 | local p = Instance.new("Part") |
| 10263 | p.Name = "Cable2_5" |
| 10264 | p.Size = Vector3.new(2.75974, 0.1, 0.1) |
| 10265 | p.CFrame = CFrame.new(14.701291, 15.3438, -6.589945) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-60.3943)) |
| 10266 | p.BrickColor = BrickColor.new("Really black") |
| 10267 | p.Material = Enum.Material.Glacier |
| 10268 | p.MaterialVariant = "2022 Universal" |
| 10269 | p.Anchored = true |
| 10270 | p.Parent = model |
| 10271 | end |
| 10272 | do |
| 10273 | local p = Instance.new("Part") |
| 10274 | p.Name = "Cable2_6" |
| 10275 | p.Size = Vector3.new(3.09152, 0.1, 0.1) |
| 10276 | p.CFrame = CFrame.new(14.923709, 12.8438, -5.285055) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-63.9448)) |
| 10277 | p.BrickColor = BrickColor.new("Really black") |
| 10278 | p.Material = Enum.Material.Glacier |
| 10279 | p.MaterialVariant = "2022 Universal" |
| 10280 | p.Anchored = true |
| 10281 | p.Parent = model |
| 10282 | end |
| 10283 | do |
| 10284 | local p = Instance.new("Part") |
| 10285 | p.Name = "Cable2_7" |
| 10286 | p.Size = Vector3.new(3.43249, 0.1, 0.1) |
| 10287 | p.CFrame = CFrame.new(14.866245, 9.96875, -3.966847) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-66.7779)) |
| 10288 | p.BrickColor = BrickColor.new("Really black") |
| 10289 | p.Material = Enum.Material.Glacier |
| 10290 | p.MaterialVariant = "2022 Universal" |
| 10291 | p.Anchored = true |
| 10292 | p.Parent = model |
| 10293 | end |
| 10294 | do |
| 10295 | local p = Instance.new("Part") |
| 10296 | p.Name = "Cable2_8" |
| 10297 | p.Size = Vector3.new(3.78008, 0.1, 0.1) |
| 10298 | p.CFrame = CFrame.new(14.9688, 6.71875, -2.65625) * CFrame.Angles(math.rad(0), math.rad(-87.2737), math.rad(-69.0806)) |
| 10299 | p.BrickColor = BrickColor.new("Really black") |
| 10300 | p.Material = Enum.Material.Glacier |
| 10301 | p.MaterialVariant = "2022 Universal" |
| 10302 | p.Anchored = true |
| 10303 | p.Parent = model |
| 10304 | end |
| 10305 | model.PrimaryPart = model:FindFirstChild("Ground") |
| 10306 | print("AbandonedBuilding built: " .. #model:GetChildren() .. " parts") |
Loading comments...