Loading model...
by Account Discord · 5/17/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: RNG_Map_Concept |
| 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 = "RNG_Map_Concept" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Brown"] = "2022 Stud", |
| 26 | ["Dark green"] = "2022 Stud", |
| 27 | ["Dark indigo"] = "2022 Stud", |
| 28 | ["Dark stone grey"] = "2022 Stud", |
| 29 | ["Earth green"] = "2022 Stud", |
| 30 | ["Ghost grey"] = "2022 Stud", |
| 31 | ["Medium stone grey"] = "2022 Inlet", |
| 32 | ["Nougat"] = "2022 Stud", |
| 33 | ["Really black"] = "2022 Universal", |
| 34 | ["Reddish brown"] = "2022 Small Stud", |
| 35 | ["Sand yellow"] = "2022 Small Stud", |
| 36 | ["Shamrock"] = "2022 Stud", |
| 37 | ["White"] = "2022 Stud", |
| 38 | } |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Shape = Enum.PartType.Cylinder |
| 42 | p.Name = "Tier1_Forest" |
| 43 | p.Size = Vector3.new(4, 44, 44) |
| 44 | p.CFrame = CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 45 | p.BrickColor = BrickColor.new("Earth green") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Shape = Enum.PartType.Cylinder |
| 54 | p.Name = "Tier2_Hill" |
| 55 | p.Size = Vector3.new(4, 36, 36) |
| 56 | p.CFrame = CFrame.new(0, 6.04, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 57 | p.BrickColor = BrickColor.new("Bright green") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Shape = Enum.PartType.Cylinder |
| 66 | p.Name = "Tier3_Desert" |
| 67 | p.Size = Vector3.new(4, 28, 28) |
| 68 | p.CFrame = CFrame.new(0, 10.08, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 69 | p.BrickColor = BrickColor.new("Sand yellow") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Small Stud" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Shape = Enum.PartType.Cylinder |
| 78 | p.Name = "Tier4_Snow" |
| 79 | p.Size = Vector3.new(4, 22, 22) |
| 80 | p.CFrame = CFrame.new(0, 14.12, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 81 | p.BrickColor = BrickColor.new("White") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Stud" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Shape = Enum.PartType.Cylinder |
| 90 | p.Name = "Tier5_Volcano" |
| 91 | p.Size = Vector3.new(4, 16, 16) |
| 92 | p.CFrame = CFrame.new(0, 18.16, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 93 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Stud" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Shape = Enum.PartType.Cylinder |
| 102 | p.Name = "Tier6_Crystal" |
| 103 | p.Size = Vector3.new(4, 10, 10) |
| 104 | p.CFrame = CFrame.new(0, 22.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 105 | p.BrickColor = BrickColor.new("Dark indigo") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Shape = Enum.PartType.Cylinder |
| 114 | p.Name = "Tier7_Float" |
| 115 | p.Size = Vector3.new(3, 14, 14) |
| 116 | p.CFrame = CFrame.new(0, 28, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 117 | p.BrickColor = BrickColor.new("Earth green") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Shape = Enum.PartType.Cylinder |
| 126 | p.Name = "Tier7_Base" |
| 127 | p.Size = Vector3.new(1, 10, 10) |
| 128 | p.CFrame = CFrame.new(0, 25.96, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 129 | p.BrickColor = BrickColor.new("Brown") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Shape = Enum.PartType.Cylinder |
| 138 | p.Name = "Spawn_Ring" |
| 139 | p.Size = Vector3.new(0.1, 10, 10) |
| 140 | p.CFrame = CFrame.new(0, 4.09, -22) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 141 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 142 | p.Material = Enum.Material.Glacier |
| 143 | p.MaterialVariant = "2022 Inlet" |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Shape = Enum.PartType.Cylinder |
| 150 | p.Name = "Spawn_Center" |
| 151 | p.Size = Vector3.new(0.1, 4, 4) |
| 152 | p.CFrame = CFrame.new(0, 4.22, -22) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 153 | p.BrickColor = BrickColor.new("Lime green") |
| 154 | p.Material = Enum.Material.Neon |
| 155 | p.Anchored = true |
| 156 | p.Parent = model |
| 157 | end |
| 158 | do |
| 159 | local p = Instance.new("Part") |
| 160 | p.Name = "Path_0" |
| 161 | p.Size = Vector3.new(4, 3, 0.2) |
| 162 | p.CFrame = CFrame.new(0, 4.1, -20) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 163 | p.BrickColor = BrickColor.new("Lime green") |
| 164 | p.Material = Enum.Material.Neon |
| 165 | p.Anchored = true |
| 166 | p.Parent = model |
| 167 | end |
| 168 | do |
| 169 | local p = Instance.new("Part") |
| 170 | p.Name = "Path_1" |
| 171 | p.Size = Vector3.new(5.65685, 3, 0.2) |
| 172 | p.CFrame = CFrame.new(0, 6.1, -16) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 173 | p.BrickColor = BrickColor.new("Lime green") |
| 174 | p.Material = Enum.Material.Neon |
| 175 | p.Anchored = true |
| 176 | p.Parent = model |
| 177 | end |
| 178 | do |
| 179 | local p = Instance.new("Part") |
| 180 | p.Name = "Path_2" |
| 181 | p.Size = Vector3.new(5.65685, 3, 0.2) |
| 182 | p.CFrame = CFrame.new(0, 10.1, -12) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 183 | p.BrickColor = BrickColor.new("Lime green") |
| 184 | p.Material = Enum.Material.Neon |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Name = "Path_3" |
| 191 | p.Size = Vector3.new(5.65685, 3, 0.2) |
| 192 | p.CFrame = CFrame.new(0, 14.1, -8) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 193 | p.BrickColor = BrickColor.new("Lime green") |
| 194 | p.Material = Enum.Material.Neon |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Name = "Path_4" |
| 201 | p.Size = Vector3.new(5, 3, 0.2) |
| 202 | p.CFrame = CFrame.new(0, 18.1, -4.5) * CFrame.Angles(math.rad(-53.1301), math.rad(-90), math.rad(0)) |
| 203 | p.BrickColor = BrickColor.new("Lime green") |
| 204 | p.Material = Enum.Material.Neon |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Name = "Path_5" |
| 211 | p.Size = Vector3.new(4.47214, 3, 0.2) |
| 212 | p.CFrame = CFrame.new(0, 22.1, -2) * CFrame.Angles(math.rad(-63.4349), math.rad(-90), math.rad(0)) |
| 213 | p.BrickColor = BrickColor.new("Lime green") |
| 214 | p.Material = Enum.Material.Neon |
| 215 | p.Anchored = true |
| 216 | p.Parent = model |
| 217 | end |
| 218 | do |
| 219 | local p = Instance.new("Part") |
| 220 | p.Name = "Gate1_L" |
| 221 | p.Size = Vector3.new(1, 4, 1) |
| 222 | p.CFrame = CFrame.new(-2, 6.18, -17.92) |
| 223 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 224 | p.Material = Enum.Material.Glacier |
| 225 | p.MaterialVariant = "2022 Stud" |
| 226 | p.Anchored = true |
| 227 | p.Parent = model |
| 228 | end |
| 229 | do |
| 230 | local p = Instance.new("Part") |
| 231 | p.Name = "Gate1_R" |
| 232 | p.Size = Vector3.new(1, 4, 1) |
| 233 | p.CFrame = CFrame.new(2, 6.18, -17.92) |
| 234 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 235 | p.Material = Enum.Material.Glacier |
| 236 | p.MaterialVariant = "2022 Stud" |
| 237 | p.Anchored = true |
| 238 | p.Parent = model |
| 239 | end |
| 240 | do |
| 241 | local p = Instance.new("Part") |
| 242 | p.Name = "Gate2_L" |
| 243 | p.Size = Vector3.new(1, 4, 1) |
| 244 | p.CFrame = CFrame.new(-2, 10.02, -14) |
| 245 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Stud" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "Gate2_R" |
| 254 | p.Size = Vector3.new(1, 4, 1) |
| 255 | p.CFrame = CFrame.new(2, 10.02, -14) |
| 256 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Stud" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "Gate3_L" |
| 265 | p.Size = Vector3.new(1, 4, 1) |
| 266 | p.CFrame = CFrame.new(-2, 14.02, -10) |
| 267 | p.BrickColor = BrickColor.new("Sand yellow") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.MaterialVariant = "2022 Small Stud" |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "Gate3_R" |
| 276 | p.Size = Vector3.new(1, 4, 1) |
| 277 | p.CFrame = CFrame.new(2, 14.02, -10) |
| 278 | p.BrickColor = BrickColor.new("Sand yellow") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Small Stud" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Name = "Gate4_L" |
| 287 | p.Size = Vector3.new(1, 4, 1) |
| 288 | p.CFrame = CFrame.new(-2, 18.02, -6) |
| 289 | p.BrickColor = BrickColor.new("Ghost grey") |
| 290 | p.Material = Enum.Material.Glacier |
| 291 | p.MaterialVariant = "2022 Stud" |
| 292 | p.Anchored = true |
| 293 | p.Parent = model |
| 294 | end |
| 295 | do |
| 296 | local p = Instance.new("Part") |
| 297 | p.Name = "Gate4_R" |
| 298 | p.Size = Vector3.new(1, 4, 1) |
| 299 | p.CFrame = CFrame.new(2, 18.02, -6) |
| 300 | p.BrickColor = BrickColor.new("Ghost grey") |
| 301 | p.Material = Enum.Material.Glacier |
| 302 | p.MaterialVariant = "2022 Stud" |
| 303 | p.Anchored = true |
| 304 | p.Parent = model |
| 305 | end |
| 306 | do |
| 307 | local p = Instance.new("Part") |
| 308 | p.Name = "Gate5_L" |
| 309 | p.Size = Vector3.new(1, 4, 1) |
| 310 | p.CFrame = CFrame.new(-2, 22.02, -3) |
| 311 | p.BrickColor = BrickColor.new("Really black") |
| 312 | p.Material = Enum.Material.Glacier |
| 313 | p.MaterialVariant = "2022 Universal" |
| 314 | p.Anchored = true |
| 315 | p.Parent = model |
| 316 | end |
| 317 | do |
| 318 | local p = Instance.new("Part") |
| 319 | p.Name = "Gate5_R" |
| 320 | p.Size = Vector3.new(1, 4, 1) |
| 321 | p.CFrame = CFrame.new(2, 22.02, -3) |
| 322 | p.BrickColor = BrickColor.new("Really black") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "2022 Universal" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Name = "Gate6_L" |
| 331 | p.Size = Vector3.new(1, 4, 1) |
| 332 | p.CFrame = CFrame.new(-2, 26.02, -1) |
| 333 | p.BrickColor = BrickColor.new("Really black") |
| 334 | p.Material = Enum.Material.Glacier |
| 335 | p.MaterialVariant = "2022 Universal" |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Name = "Gate6_R" |
| 342 | p.Size = Vector3.new(1, 4, 1) |
| 343 | p.CFrame = CFrame.new(2, 26.02, -1) |
| 344 | p.BrickColor = BrickColor.new("Really black") |
| 345 | p.Material = Enum.Material.Glacier |
| 346 | p.MaterialVariant = "2022 Universal" |
| 347 | p.Anchored = true |
| 348 | p.Parent = model |
| 349 | end |
| 350 | do |
| 351 | local p = Instance.new("Part") |
| 352 | p.Name = "Gate7_L" |
| 353 | p.Size = Vector3.new(1, 4, 1) |
| 354 | p.CFrame = CFrame.new(-2, 31.52, -4) |
| 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 = "Gate7_R" |
| 364 | p.Size = Vector3.new(1, 4, 1) |
| 365 | p.CFrame = CFrame.new(2, 31.52, -4) |
| 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 = "Path_Float" |
| 375 | p.Size = Vector3.new(4, 3, 0.2) |
| 376 | p.CFrame = CFrame.new(0, 29.6, -2) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 377 | p.BrickColor = BrickColor.new("Lime green") |
| 378 | p.Material = Enum.Material.Neon |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Shape = Enum.PartType.Cylinder |
| 385 | p.Name = "F_Tree0_Trunk" |
| 386 | p.Size = Vector3.new(2, 1, 1) |
| 387 | p.CFrame = CFrame.new(-12, 5.04, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 388 | p.BrickColor = BrickColor.new("Reddish brown") |
| 389 | p.Material = Enum.Material.Glacier |
| 390 | p.MaterialVariant = "2022 Small Stud" |
| 391 | p.Anchored = true |
| 392 | p.Parent = model |
| 393 | end |
| 394 | do |
| 395 | local p = Instance.new("Part") |
| 396 | p.Name = "F_Tree0_L1" |
| 397 | p.Size = Vector3.new(4, 4, 4) |
| 398 | p.CFrame = CFrame.new(-12, 7, -10) |
| 399 | p.BrickColor = BrickColor.new("Dark green") |
| 400 | p.Material = Enum.Material.Glacier |
| 401 | p.MaterialVariant = "2022 Stud" |
| 402 | p.Anchored = true |
| 403 | p.Parent = model |
| 404 | end |
| 405 | do |
| 406 | local p = Instance.new("Part") |
| 407 | p.Name = "F_Tree0_L2" |
| 408 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 409 | p.CFrame = CFrame.new(-12, 9, -10) |
| 410 | p.BrickColor = BrickColor.new("Dark green") |
| 411 | p.Material = Enum.Material.Glacier |
| 412 | p.MaterialVariant = "2022 Stud" |
| 413 | p.Anchored = true |
| 414 | p.Parent = model |
| 415 | end |
| 416 | do |
| 417 | local p = Instance.new("Part") |
| 418 | p.Shape = Enum.PartType.Cylinder |
| 419 | p.Name = "F_Tree1_Trunk" |
| 420 | p.Size = Vector3.new(2, 1, 1) |
| 421 | p.CFrame = CFrame.new(14, 5.04, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 422 | p.BrickColor = BrickColor.new("Reddish brown") |
| 423 | p.Material = Enum.Material.Glacier |
| 424 | p.MaterialVariant = "2022 Small Stud" |
| 425 | p.Anchored = true |
| 426 | p.Parent = model |
| 427 | end |
| 428 | do |
| 429 | local p = Instance.new("Part") |
| 430 | p.Name = "F_Tree1_L1" |
| 431 | p.Size = Vector3.new(4, 4, 4) |
| 432 | p.CFrame = CFrame.new(14, 7, -8) |
| 433 | p.BrickColor = BrickColor.new("Dark green") |
| 434 | p.Material = Enum.Material.Glacier |
| 435 | p.MaterialVariant = "2022 Stud" |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Name = "F_Tree1_L2" |
| 442 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 443 | p.CFrame = CFrame.new(14, 9, -8) |
| 444 | p.BrickColor = BrickColor.new("Dark green") |
| 445 | p.Material = Enum.Material.Glacier |
| 446 | p.MaterialVariant = "2022 Stud" |
| 447 | p.Anchored = true |
| 448 | p.Parent = model |
| 449 | end |
| 450 | do |
| 451 | local p = Instance.new("Part") |
| 452 | p.Shape = Enum.PartType.Cylinder |
| 453 | p.Name = "F_Tree2_Trunk" |
| 454 | p.Size = Vector3.new(2, 1, 1) |
| 455 | p.CFrame = CFrame.new(-16, 5.04, -2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 456 | p.BrickColor = BrickColor.new("Reddish brown") |
| 457 | p.Material = Enum.Material.Glacier |
| 458 | p.MaterialVariant = "2022 Small Stud" |
| 459 | p.Anchored = true |
| 460 | p.Parent = model |
| 461 | end |
| 462 | do |
| 463 | local p = Instance.new("Part") |
| 464 | p.Name = "F_Tree2_L1" |
| 465 | p.Size = Vector3.new(4, 4, 4) |
| 466 | p.CFrame = CFrame.new(-16, 7, -2) |
| 467 | p.BrickColor = BrickColor.new("Dark green") |
| 468 | p.Material = Enum.Material.Glacier |
| 469 | p.MaterialVariant = "2022 Stud" |
| 470 | p.Anchored = true |
| 471 | p.Parent = model |
| 472 | end |
| 473 | do |
| 474 | local p = Instance.new("Part") |
| 475 | p.Name = "F_Tree2_L2" |
| 476 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 477 | p.CFrame = CFrame.new(-16, 9, -2) |
| 478 | p.BrickColor = BrickColor.new("Dark green") |
| 479 | p.Material = Enum.Material.Glacier |
| 480 | p.MaterialVariant = "2022 Stud" |
| 481 | p.Anchored = true |
| 482 | p.Parent = model |
| 483 | end |
| 484 | do |
| 485 | local p = Instance.new("Part") |
| 486 | p.Shape = Enum.PartType.Cylinder |
| 487 | p.Name = "F_Tree3_Trunk" |
| 488 | p.Size = Vector3.new(2, 1, 1) |
| 489 | p.CFrame = CFrame.new(10, 5.04, -16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 490 | p.BrickColor = BrickColor.new("Reddish brown") |
| 491 | p.Material = Enum.Material.Glacier |
| 492 | p.MaterialVariant = "2022 Small Stud" |
| 493 | p.Anchored = true |
| 494 | p.Parent = model |
| 495 | end |
| 496 | do |
| 497 | local p = Instance.new("Part") |
| 498 | p.Name = "F_Tree3_L1" |
| 499 | p.Size = Vector3.new(4, 4, 4) |
| 500 | p.CFrame = CFrame.new(10, 7, -16) |
| 501 | p.BrickColor = BrickColor.new("Dark green") |
| 502 | p.Material = Enum.Material.Glacier |
| 503 | p.MaterialVariant = "2022 Stud" |
| 504 | p.Anchored = true |
| 505 | p.Parent = model |
| 506 | end |
| 507 | do |
| 508 | local p = Instance.new("Part") |
| 509 | p.Name = "F_Tree3_L2" |
| 510 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 511 | p.CFrame = CFrame.new(10, 9, -16) |
| 512 | p.BrickColor = BrickColor.new("Dark green") |
| 513 | p.Material = Enum.Material.Glacier |
| 514 | p.MaterialVariant = "2022 Stud" |
| 515 | p.Anchored = true |
| 516 | p.Parent = model |
| 517 | end |
| 518 | do |
| 519 | local p = Instance.new("Part") |
| 520 | p.Shape = Enum.PartType.Cylinder |
| 521 | p.Name = "H_Tree0_Trunk" |
| 522 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 523 | p.CFrame = CFrame.new(-10, 9.04, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 524 | p.BrickColor = BrickColor.new("Reddish brown") |
| 525 | p.Material = Enum.Material.Glacier |
| 526 | p.MaterialVariant = "2022 Small Stud" |
| 527 | p.Anchored = true |
| 528 | p.Parent = model |
| 529 | end |
| 530 | do |
| 531 | local p = Instance.new("Part") |
| 532 | p.Shape = Enum.PartType.Ball |
| 533 | p.Name = "H_Tree0_Bush" |
| 534 | p.Size = Vector3.new(4, 4, 4) |
| 535 | p.CFrame = CFrame.new(-10, 11, -8) |
| 536 | p.BrickColor = BrickColor.new("Bright green") |
| 537 | p.Material = Enum.Material.Glacier |
| 538 | p.MaterialVariant = "2022 Stud" |
| 539 | p.Anchored = true |
| 540 | p.Parent = model |
| 541 | end |
| 542 | do |
| 543 | local p = Instance.new("Part") |
| 544 | p.Shape = Enum.PartType.Cylinder |
| 545 | p.Name = "H_Tree1_Trunk" |
| 546 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 547 | p.CFrame = CFrame.new(12, 9.04, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 548 | p.BrickColor = BrickColor.new("Reddish brown") |
| 549 | p.Material = Enum.Material.Glacier |
| 550 | p.MaterialVariant = "2022 Small Stud" |
| 551 | p.Anchored = true |
| 552 | p.Parent = model |
| 553 | end |
| 554 | do |
| 555 | local p = Instance.new("Part") |
| 556 | p.Shape = Enum.PartType.Ball |
| 557 | p.Name = "H_Tree1_Bush" |
| 558 | p.Size = Vector3.new(4, 4, 4) |
| 559 | p.CFrame = CFrame.new(12, 11, -5) |
| 560 | p.BrickColor = BrickColor.new("Bright green") |
| 561 | p.Material = Enum.Material.Glacier |
| 562 | p.MaterialVariant = "2022 Stud" |
| 563 | p.Anchored = true |
| 564 | p.Parent = model |
| 565 | end |
| 566 | do |
| 567 | local p = Instance.new("Part") |
| 568 | p.Shape = Enum.PartType.Cylinder |
| 569 | p.Name = "H_Tree2_Trunk" |
| 570 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 571 | p.CFrame = CFrame.new(-12, 9.04, 4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 572 | p.BrickColor = BrickColor.new("Reddish brown") |
| 573 | p.Material = Enum.Material.Glacier |
| 574 | p.MaterialVariant = "2022 Small Stud" |
| 575 | p.Anchored = true |
| 576 | p.Parent = model |
| 577 | end |
| 578 | do |
| 579 | local p = Instance.new("Part") |
| 580 | p.Shape = Enum.PartType.Ball |
| 581 | p.Name = "H_Tree2_Bush" |
| 582 | p.Size = Vector3.new(4, 4, 4) |
| 583 | p.CFrame = CFrame.new(-12, 11, 4) |
| 584 | p.BrickColor = BrickColor.new("Bright green") |
| 585 | p.Material = Enum.Material.Glacier |
| 586 | p.MaterialVariant = "2022 Stud" |
| 587 | p.Anchored = true |
| 588 | p.Parent = model |
| 589 | end |
| 590 | do |
| 591 | local p = Instance.new("Part") |
| 592 | p.Shape = Enum.PartType.Cylinder |
| 593 | p.Name = "H_Tree3_Trunk" |
| 594 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 595 | p.CFrame = CFrame.new(8, 9.04, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 596 | p.BrickColor = BrickColor.new("Reddish brown") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Small Stud" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("Part") |
| 604 | p.Shape = Enum.PartType.Ball |
| 605 | p.Name = "H_Tree3_Bush" |
| 606 | p.Size = Vector3.new(4, 4, 4) |
| 607 | p.CFrame = CFrame.new(8, 11, 8) |
| 608 | p.BrickColor = BrickColor.new("Bright green") |
| 609 | p.Material = Enum.Material.Glacier |
| 610 | p.MaterialVariant = "2022 Stud" |
| 611 | p.Anchored = true |
| 612 | p.Parent = model |
| 613 | end |
| 614 | do |
| 615 | local p = Instance.new("Part") |
| 616 | p.Name = "D_Cac1_M" |
| 617 | p.Size = Vector3.new(1, 4, 1) |
| 618 | p.CFrame = CFrame.new(-8, 13, -4) |
| 619 | p.BrickColor = BrickColor.new("Shamrock") |
| 620 | p.Material = Enum.Material.Glacier |
| 621 | p.MaterialVariant = "2022 Stud" |
| 622 | p.Anchored = true |
| 623 | p.Parent = model |
| 624 | end |
| 625 | do |
| 626 | local p = Instance.new("Part") |
| 627 | p.Name = "D_Cac1_A" |
| 628 | p.Size = Vector3.new(2, 1, 1) |
| 629 | p.CFrame = CFrame.new(-9, 13, -3.96) |
| 630 | p.BrickColor = BrickColor.new("Shamrock") |
| 631 | p.Material = Enum.Material.Glacier |
| 632 | p.MaterialVariant = "2022 Stud" |
| 633 | p.Anchored = true |
| 634 | p.Parent = model |
| 635 | end |
| 636 | do |
| 637 | local p = Instance.new("Part") |
| 638 | p.Name = "D_Cac2_M" |
| 639 | p.Size = Vector3.new(1, 3, 1) |
| 640 | p.CFrame = CFrame.new(9, 13, -2) |
| 641 | p.BrickColor = BrickColor.new("Shamrock") |
| 642 | p.Material = Enum.Material.Glacier |
| 643 | p.MaterialVariant = "2022 Stud" |
| 644 | p.Anchored = true |
| 645 | p.Parent = model |
| 646 | end |
| 647 | do |
| 648 | local p = Instance.new("Part") |
| 649 | p.Name = "D_Rock1" |
| 650 | p.Size = Vector3.new(3, 2, 3) |
| 651 | p.CFrame = CFrame.new(-10, 12.5, 2) |
| 652 | p.BrickColor = BrickColor.new("Nougat") |
| 653 | p.Material = Enum.Material.Glacier |
| 654 | p.MaterialVariant = "2022 Stud" |
| 655 | p.Anchored = true |
| 656 | p.Parent = model |
| 657 | end |
| 658 | do |
| 659 | local p = Instance.new("Part") |
| 660 | p.Name = "D_Rock2" |
| 661 | p.Size = Vector3.new(4, 3, 4) |
| 662 | p.CFrame = CFrame.new(7, 12.5, 5) |
| 663 | p.BrickColor = BrickColor.new("Nougat") |
| 664 | p.Material = Enum.Material.Glacier |
| 665 | p.MaterialVariant = "2022 Stud" |
| 666 | p.Anchored = true |
| 667 | p.Parent = model |
| 668 | end |
| 669 | do |
| 670 | local p = Instance.new("Part") |
| 671 | p.Shape = Enum.PartType.Cylinder |
| 672 | p.Name = "S_Tree0_Trunk" |
| 673 | p.Size = Vector3.new(2, 1, 1) |
| 674 | p.CFrame = CFrame.new(-7, 17.12, -2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 675 | p.BrickColor = BrickColor.new("Reddish brown") |
| 676 | p.Material = Enum.Material.Glacier |
| 677 | p.MaterialVariant = "2022 Small Stud" |
| 678 | p.Anchored = true |
| 679 | p.Parent = model |
| 680 | end |
| 681 | do |
| 682 | local p = Instance.new("Part") |
| 683 | p.Name = "S_Tree0_L1" |
| 684 | p.Size = Vector3.new(3, 3, 3) |
| 685 | p.CFrame = CFrame.new(-7, 18.7, -2) |
| 686 | p.BrickColor = BrickColor.new("White") |
| 687 | p.Material = Enum.Material.Glacier |
| 688 | p.MaterialVariant = "2022 Stud" |
| 689 | p.Anchored = true |
| 690 | p.Parent = model |
| 691 | end |
| 692 | do |
| 693 | local p = Instance.new("Part") |
| 694 | p.Name = "S_Tree0_L2" |
| 695 | p.Size = Vector3.new(2, 2, 2) |
| 696 | p.CFrame = CFrame.new(-7, 20.5, -2) |
| 697 | p.BrickColor = BrickColor.new("White") |
| 698 | p.Material = Enum.Material.Glacier |
| 699 | p.MaterialVariant = "2022 Stud" |
| 700 | p.Anchored = true |
| 701 | p.Parent = model |
| 702 | end |
| 703 | do |
| 704 | local p = Instance.new("Part") |
| 705 | p.Shape = Enum.PartType.Cylinder |
| 706 | p.Name = "S_Tree1_Trunk" |
| 707 | p.Size = Vector3.new(2, 1, 1) |
| 708 | p.CFrame = CFrame.new(8, 17.12, -1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 709 | p.BrickColor = BrickColor.new("Reddish brown") |
| 710 | p.Material = Enum.Material.Glacier |
| 711 | p.MaterialVariant = "2022 Small Stud" |
| 712 | p.Anchored = true |
| 713 | p.Parent = model |
| 714 | end |
| 715 | do |
| 716 | local p = Instance.new("Part") |
| 717 | p.Name = "S_Tree1_L1" |
| 718 | p.Size = Vector3.new(3, 3, 3) |
| 719 | p.CFrame = CFrame.new(8, 18.7, -1) |
| 720 | p.BrickColor = BrickColor.new("White") |
| 721 | p.Material = Enum.Material.Glacier |
| 722 | p.MaterialVariant = "2022 Stud" |
| 723 | p.Anchored = true |
| 724 | p.Parent = model |
| 725 | end |
| 726 | do |
| 727 | local p = Instance.new("Part") |
| 728 | p.Name = "S_Tree1_L2" |
| 729 | p.Size = Vector3.new(2, 2, 2) |
| 730 | p.CFrame = CFrame.new(8, 20.5, -1) |
| 731 | p.BrickColor = BrickColor.new("White") |
| 732 | p.Material = Enum.Material.Glacier |
| 733 | p.MaterialVariant = "2022 Stud" |
| 734 | p.Anchored = true |
| 735 | p.Parent = model |
| 736 | end |
| 737 | do |
| 738 | local p = Instance.new("Part") |
| 739 | p.Shape = Enum.PartType.Cylinder |
| 740 | p.Name = "S_Tree2_Trunk" |
| 741 | p.Size = Vector3.new(2, 1, 1) |
| 742 | p.CFrame = CFrame.new(-5, 17.12, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 743 | p.BrickColor = BrickColor.new("Reddish brown") |
| 744 | p.Material = Enum.Material.Glacier |
| 745 | p.MaterialVariant = "2022 Small Stud" |
| 746 | p.Anchored = true |
| 747 | p.Parent = model |
| 748 | end |
| 749 | do |
| 750 | local p = Instance.new("Part") |
| 751 | p.Name = "S_Tree2_L1" |
| 752 | p.Size = Vector3.new(3, 3, 3) |
| 753 | p.CFrame = CFrame.new(-4.96, 18.7, 5) |
| 754 | p.BrickColor = BrickColor.new("White") |
| 755 | p.Material = Enum.Material.Glacier |
| 756 | p.MaterialVariant = "2022 Stud" |
| 757 | p.Anchored = true |
| 758 | p.Parent = model |
| 759 | end |
| 760 | do |
| 761 | local p = Instance.new("Part") |
| 762 | p.Name = "S_Tree2_L2" |
| 763 | p.Size = Vector3.new(2, 2, 2) |
| 764 | p.CFrame = CFrame.new(-5, 20.46, 5) |
| 765 | p.BrickColor = BrickColor.new("White") |
| 766 | p.Material = Enum.Material.Glacier |
| 767 | p.MaterialVariant = "2022 Stud" |
| 768 | p.Anchored = true |
| 769 | p.Parent = model |
| 770 | end |
| 771 | do |
| 772 | local p = Instance.new("Part") |
| 773 | p.Shape = Enum.PartType.Cylinder |
| 774 | p.Name = "S_Tree3_Trunk" |
| 775 | p.Size = Vector3.new(2, 1, 1) |
| 776 | p.CFrame = CFrame.new(6, 17.12, 6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 777 | p.BrickColor = BrickColor.new("Reddish brown") |
| 778 | p.Material = Enum.Material.Glacier |
| 779 | p.MaterialVariant = "2022 Small Stud" |
| 780 | p.Anchored = true |
| 781 | p.Parent = model |
| 782 | end |
| 783 | do |
| 784 | local p = Instance.new("Part") |
| 785 | p.Name = "S_Tree3_L1" |
| 786 | p.Size = Vector3.new(3, 3, 3) |
| 787 | p.CFrame = CFrame.new(6, 18.7, 6) |
| 788 | p.BrickColor = BrickColor.new("White") |
| 789 | p.Material = Enum.Material.Glacier |
| 790 | p.MaterialVariant = "2022 Stud" |
| 791 | p.Anchored = true |
| 792 | p.Parent = model |
| 793 | end |
| 794 | do |
| 795 | local p = Instance.new("Part") |
| 796 | p.Name = "S_Tree3_L2" |
| 797 | p.Size = Vector3.new(2, 2, 2) |
| 798 | p.CFrame = CFrame.new(6, 20.5, 6) |
| 799 | p.BrickColor = BrickColor.new("White") |
| 800 | p.Material = Enum.Material.Glacier |
| 801 | p.MaterialVariant = "2022 Stud" |
| 802 | p.Anchored = true |
| 803 | p.Parent = model |
| 804 | end |
| 805 | do |
| 806 | local p = Instance.new("Part") |
| 807 | p.Name = "V_Lava1" |
| 808 | p.Size = Vector3.new(2, 0.5, 5) |
| 809 | p.CFrame = CFrame.new(-4, 20, 2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 810 | p.BrickColor = BrickColor.new("Deep orange") |
| 811 | p.Material = Enum.Material.Neon |
| 812 | p.Anchored = true |
| 813 | p.Parent = model |
| 814 | end |
| 815 | do |
| 816 | local p = Instance.new("Part") |
| 817 | p.Name = "V_Lava2" |
| 818 | p.Size = Vector3.new(1.5, 0.5, 4) |
| 819 | p.CFrame = CFrame.new(5, 20, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 820 | p.BrickColor = BrickColor.new("Deep orange") |
| 821 | p.Material = Enum.Material.Neon |
| 822 | p.Anchored = true |
| 823 | p.Parent = model |
| 824 | end |
| 825 | do |
| 826 | local p = Instance.new("Part") |
| 827 | p.Name = "V_Rock1" |
| 828 | p.Size = Vector3.new(3, 3, 3) |
| 829 | p.CFrame = CFrame.new(-5, 21, 4) |
| 830 | p.BrickColor = BrickColor.new("Really black") |
| 831 | p.Material = Enum.Material.Glacier |
| 832 | p.MaterialVariant = "2022 Universal" |
| 833 | p.Anchored = true |
| 834 | p.Parent = model |
| 835 | end |
| 836 | do |
| 837 | local p = Instance.new("Part") |
| 838 | p.Name = "V_Rock2" |
| 839 | p.Size = Vector3.new(2, 4, 2) |
| 840 | p.CFrame = CFrame.new(4, 21, 3) |
| 841 | p.BrickColor = BrickColor.new("Really black") |
| 842 | p.Material = Enum.Material.Glacier |
| 843 | p.MaterialVariant = "2022 Universal" |
| 844 | p.Anchored = true |
| 845 | p.Parent = model |
| 846 | end |
| 847 | do |
| 848 | local p = Instance.new("Part") |
| 849 | p.Name = "C_Crys1" |
| 850 | p.Size = Vector3.new(1, 4, 1) |
| 851 | p.CFrame = CFrame.new(-3, 25, 2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-15)) |
| 852 | p.BrickColor = BrickColor.new("Magenta") |
| 853 | p.Material = Enum.Material.Neon |
| 854 | p.Anchored = true |
| 855 | p.Parent = model |
| 856 | end |
| 857 | do |
| 858 | local p = Instance.new("Part") |
| 859 | p.Name = "C_Crys2" |
| 860 | p.Size = Vector3.new(1.5, 3, 1.5) |
| 861 | p.CFrame = CFrame.new(3, 25, 1) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)) |
| 862 | p.BrickColor = BrickColor.new("Magenta") |
| 863 | p.Material = Enum.Material.Neon |
| 864 | p.Anchored = true |
| 865 | p.Parent = model |
| 866 | end |
| 867 | do |
| 868 | local p = Instance.new("Part") |
| 869 | p.Name = "C_Crys3" |
| 870 | p.Size = Vector3.new(1.2, 5, 1.2) |
| 871 | p.CFrame = CFrame.new(0, 25, 3) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 872 | p.BrickColor = BrickColor.new("Magenta") |
| 873 | p.Material = Enum.Material.Neon |
| 874 | p.Anchored = true |
| 875 | p.Parent = model |
| 876 | end |
| 877 | do |
| 878 | local p = Instance.new("Part") |
| 879 | p.Name = "Waterfall_L" |
| 880 | p.Size = Vector3.new(1.5, 6, 0.5) |
| 881 | p.CFrame = CFrame.new(-2.5, 26.42, -5) |
| 882 | p.BrickColor = BrickColor.new("Toothpaste") |
| 883 | p.Material = Enum.Material.Neon |
| 884 | p.Anchored = true |
| 885 | p.Parent = model |
| 886 | end |
| 887 | do |
| 888 | local p = Instance.new("Part") |
| 889 | p.Name = "Waterfall_R" |
| 890 | p.Size = Vector3.new(1.5, 6, 0.5) |
| 891 | p.CFrame = CFrame.new(2.5, 26.42, -5) |
| 892 | p.BrickColor = BrickColor.new("Toothpaste") |
| 893 | p.Material = Enum.Material.Neon |
| 894 | p.Anchored = true |
| 895 | p.Parent = model |
| 896 | end |
| 897 | do |
| 898 | local p = Instance.new("Part") |
| 899 | p.Shape = Enum.PartType.Cylinder |
| 900 | p.Name = "T7_Tree1_Trunk" |
| 901 | p.Size = Vector3.new(1.5, 0.8, 0.8) |
| 902 | p.CFrame = CFrame.new(-4, 30.5, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 903 | p.BrickColor = BrickColor.new("Reddish brown") |
| 904 | p.Material = Enum.Material.Glacier |
| 905 | p.MaterialVariant = "2022 Small Stud" |
| 906 | p.Anchored = true |
| 907 | p.Parent = model |
| 908 | end |
| 909 | do |
| 910 | local p = Instance.new("Part") |
| 911 | p.Shape = Enum.PartType.Ball |
| 912 | p.Name = "T7_Tree1_Bush" |
| 913 | p.Size = Vector3.new(3, 3, 3) |
| 914 | p.CFrame = CFrame.new(-4, 32, 2) |
| 915 | p.BrickColor = BrickColor.new("Dark green") |
| 916 | p.Material = Enum.Material.Glacier |
| 917 | p.MaterialVariant = "2022 Stud" |
| 918 | p.Anchored = true |
| 919 | p.Parent = model |
| 920 | end |
| 921 | do |
| 922 | local p = Instance.new("Part") |
| 923 | p.Shape = Enum.PartType.Cylinder |
| 924 | p.Name = "T7_Tree2_Trunk" |
| 925 | p.Size = Vector3.new(1.5, 0.8, 0.8) |
| 926 | p.CFrame = CFrame.new(4, 30.5, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 927 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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.Shape = Enum.PartType.Ball |
| 936 | p.Name = "T7_Tree2_Bush" |
| 937 | p.Size = Vector3.new(3, 3, 3) |
| 938 | p.CFrame = CFrame.new(4, 32, 1) |
| 939 | p.BrickColor = BrickColor.new("Dark green") |
| 940 | p.Material = Enum.Material.Glacier |
| 941 | p.MaterialVariant = "2022 Stud" |
| 942 | p.Anchored = true |
| 943 | p.Parent = model |
| 944 | end |
| 945 | do |
| 946 | local p = Instance.new("Part") |
| 947 | p.Name = "T7_Monument_Base" |
| 948 | p.Size = Vector3.new(4, 1, 4) |
| 949 | p.CFrame = CFrame.new(0, 30.04, 0) |
| 950 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 951 | p.Material = Enum.Material.Glacier |
| 952 | p.MaterialVariant = "2022 Inlet" |
| 953 | p.Anchored = true |
| 954 | p.Parent = model |
| 955 | end |
| 956 | do |
| 957 | local p = Instance.new("Part") |
| 958 | p.Name = "T7_Monument_Pillar" |
| 959 | p.Size = Vector3.new(1, 3, 1) |
| 960 | p.CFrame = CFrame.new(0, 32.08, 0.04) |
| 961 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 962 | p.Material = Enum.Material.Glacier |
| 963 | p.MaterialVariant = "2022 Inlet" |
| 964 | p.Anchored = true |
| 965 | p.Parent = model |
| 966 | end |
| 967 | do |
| 968 | local p = Instance.new("Part") |
| 969 | p.Shape = Enum.PartType.Ball |
| 970 | p.Name = "T7_Monument_Orb" |
| 971 | p.Size = Vector3.new(2, 2, 2) |
| 972 | p.CFrame = CFrame.new(0, 34.5, 0) |
| 973 | p.BrickColor = BrickColor.new("Lime green") |
| 974 | p.Material = Enum.Material.Neon |
| 975 | p.Anchored = true |
| 976 | p.Parent = model |
| 977 | end |
| 978 | do |
| 979 | local rightV = Vector3.new(1,0,0).Unit |
| 980 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 981 | local normalV = upV:Cross(rightV) |
| 982 | local pos = Vector3.new(0, 8.1, -18) |
| 983 | local cyl = Instance.new("Part") |
| 984 | cyl.Shape = Enum.PartType.Cylinder |
| 985 | cyl.Size = Vector3.new(1, 5, 5) |
| 986 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 987 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 988 | cyl.Material = Enum.Material.Glacier |
| 989 | cyl.MaterialVariant = "2022 Stud" |
| 990 | cyl.Anchored = true; cyl.Parent = workspace |
| 991 | local cuts = {} |
| 992 | local hole = Instance.new("Part") |
| 993 | hole.Shape = Enum.PartType.Cylinder |
| 994 | hole.Size = Vector3.new(1.2, 3, 3) |
| 995 | hole.CFrame = cyl.CFrame |
| 996 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 997 | hole.Material = Enum.Material.Glacier |
| 998 | hole.MaterialVariant = "2022 Stud" |
| 999 | hole.Anchored = true; hole.Parent = workspace |
| 1000 | table.insert(cuts, hole) |
| 1001 | local angBoxes = {} |
| 1002 | do |
| 1003 | local edgeDir = 1*rightV + 0*upV |
| 1004 | local edgePerp = 0*rightV + 1*upV |
| 1005 | local cut = Instance.new("Part") |
| 1006 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1007 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1008 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1009 | cut.Material = Enum.Material.Glacier |
| 1010 | cut.MaterialVariant = "2022 Stud" |
| 1011 | cut.Anchored = true; cut.Parent = workspace |
| 1012 | table.insert(angBoxes, cut) |
| 1013 | end |
| 1014 | do |
| 1015 | local edgeDir = -1*rightV + 0*upV |
| 1016 | local edgePerp = 0*rightV + -1*upV |
| 1017 | local cut = Instance.new("Part") |
| 1018 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1019 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1020 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1021 | cut.Material = Enum.Material.Glacier |
| 1022 | cut.MaterialVariant = "2022 Stud" |
| 1023 | cut.Anchored = true; cut.Parent = workspace |
| 1024 | table.insert(angBoxes, cut) |
| 1025 | end |
| 1026 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1027 | if #cuts > 0 then |
| 1028 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1029 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1030 | if ok and result then |
| 1031 | cyl:Destroy() |
| 1032 | result.Name = "Gate1_Arc"; result.Anchored = true; result.Parent = model |
| 1033 | else |
| 1034 | cyl.Name = "Gate1_Arc"; cyl.Parent = model |
| 1035 | end |
| 1036 | else |
| 1037 | cyl.Name = "Gate1_Arc"; cyl.Parent = model |
| 1038 | end |
| 1039 | end |
| 1040 | do |
| 1041 | local rightV = Vector3.new(1,0,0).Unit |
| 1042 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1043 | local normalV = upV:Cross(rightV) |
| 1044 | local pos = Vector3.new(0, 12.1, -14) |
| 1045 | local cyl = Instance.new("Part") |
| 1046 | cyl.Shape = Enum.PartType.Cylinder |
| 1047 | cyl.Size = Vector3.new(1, 5, 5) |
| 1048 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1049 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 1050 | cyl.Material = Enum.Material.Glacier |
| 1051 | cyl.MaterialVariant = "2022 Stud" |
| 1052 | cyl.Anchored = true; cyl.Parent = workspace |
| 1053 | local cuts = {} |
| 1054 | local hole = Instance.new("Part") |
| 1055 | hole.Shape = Enum.PartType.Cylinder |
| 1056 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1057 | hole.CFrame = cyl.CFrame |
| 1058 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 1059 | hole.Material = Enum.Material.Glacier |
| 1060 | hole.MaterialVariant = "2022 Stud" |
| 1061 | hole.Anchored = true; hole.Parent = workspace |
| 1062 | table.insert(cuts, hole) |
| 1063 | local angBoxes = {} |
| 1064 | do |
| 1065 | local edgeDir = 1*rightV + 0*upV |
| 1066 | local edgePerp = 0*rightV + 1*upV |
| 1067 | local cut = Instance.new("Part") |
| 1068 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1069 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1070 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1071 | cut.Material = Enum.Material.Glacier |
| 1072 | cut.MaterialVariant = "2022 Stud" |
| 1073 | cut.Anchored = true; cut.Parent = workspace |
| 1074 | table.insert(angBoxes, cut) |
| 1075 | end |
| 1076 | do |
| 1077 | local edgeDir = -1*rightV + 0*upV |
| 1078 | local edgePerp = 0*rightV + -1*upV |
| 1079 | local cut = Instance.new("Part") |
| 1080 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1081 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1082 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1083 | cut.Material = Enum.Material.Glacier |
| 1084 | cut.MaterialVariant = "2022 Stud" |
| 1085 | cut.Anchored = true; cut.Parent = workspace |
| 1086 | table.insert(angBoxes, cut) |
| 1087 | end |
| 1088 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1089 | if #cuts > 0 then |
| 1090 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1091 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1092 | if ok and result then |
| 1093 | cyl:Destroy() |
| 1094 | result.Name = "Gate2_Arc"; result.Anchored = true; result.Parent = model |
| 1095 | else |
| 1096 | cyl.Name = "Gate2_Arc"; cyl.Parent = model |
| 1097 | end |
| 1098 | else |
| 1099 | cyl.Name = "Gate2_Arc"; cyl.Parent = model |
| 1100 | end |
| 1101 | end |
| 1102 | do |
| 1103 | local rightV = Vector3.new(1,0,0).Unit |
| 1104 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1105 | local normalV = upV:Cross(rightV) |
| 1106 | local pos = Vector3.new(0, 16.1, -10) |
| 1107 | local cyl = Instance.new("Part") |
| 1108 | cyl.Shape = Enum.PartType.Cylinder |
| 1109 | cyl.Size = Vector3.new(1, 5, 5) |
| 1110 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1111 | cyl.BrickColor = BrickColor.new("Sand yellow") |
| 1112 | cyl.Material = Enum.Material.Glacier |
| 1113 | cyl.MaterialVariant = "2022 Small Stud" |
| 1114 | cyl.Anchored = true; cyl.Parent = workspace |
| 1115 | local cuts = {} |
| 1116 | local hole = Instance.new("Part") |
| 1117 | hole.Shape = Enum.PartType.Cylinder |
| 1118 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1119 | hole.CFrame = cyl.CFrame |
| 1120 | hole.BrickColor = BrickColor.new("Sand yellow") |
| 1121 | hole.Material = Enum.Material.Glacier |
| 1122 | hole.MaterialVariant = "2022 Small Stud" |
| 1123 | hole.Anchored = true; hole.Parent = workspace |
| 1124 | table.insert(cuts, hole) |
| 1125 | local angBoxes = {} |
| 1126 | do |
| 1127 | local edgeDir = 1*rightV + 0*upV |
| 1128 | local edgePerp = 0*rightV + 1*upV |
| 1129 | local cut = Instance.new("Part") |
| 1130 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1131 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1132 | cut.BrickColor = BrickColor.new("Sand yellow") |
| 1133 | cut.Material = Enum.Material.Glacier |
| 1134 | cut.MaterialVariant = "2022 Small Stud" |
| 1135 | cut.Anchored = true; cut.Parent = workspace |
| 1136 | table.insert(angBoxes, cut) |
| 1137 | end |
| 1138 | do |
| 1139 | local edgeDir = -1*rightV + 0*upV |
| 1140 | local edgePerp = 0*rightV + -1*upV |
| 1141 | local cut = Instance.new("Part") |
| 1142 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1143 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1144 | cut.BrickColor = BrickColor.new("Sand yellow") |
| 1145 | cut.Material = Enum.Material.Glacier |
| 1146 | cut.MaterialVariant = "2022 Small Stud" |
| 1147 | cut.Anchored = true; cut.Parent = workspace |
| 1148 | table.insert(angBoxes, cut) |
| 1149 | end |
| 1150 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1151 | if #cuts > 0 then |
| 1152 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1153 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1154 | if ok and result then |
| 1155 | cyl:Destroy() |
| 1156 | result.Name = "Gate3_Arc"; result.Anchored = true; result.Parent = model |
| 1157 | else |
| 1158 | cyl.Name = "Gate3_Arc"; cyl.Parent = model |
| 1159 | end |
| 1160 | else |
| 1161 | cyl.Name = "Gate3_Arc"; cyl.Parent = model |
| 1162 | end |
| 1163 | end |
| 1164 | do |
| 1165 | local rightV = Vector3.new(1,0,0).Unit |
| 1166 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1167 | local normalV = upV:Cross(rightV) |
| 1168 | local pos = Vector3.new(0, 20.1, -6) |
| 1169 | local cyl = Instance.new("Part") |
| 1170 | cyl.Shape = Enum.PartType.Cylinder |
| 1171 | cyl.Size = Vector3.new(1, 5, 5) |
| 1172 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1173 | cyl.BrickColor = BrickColor.new("Ghost grey") |
| 1174 | cyl.Material = Enum.Material.Glacier |
| 1175 | cyl.MaterialVariant = "2022 Stud" |
| 1176 | cyl.Anchored = true; cyl.Parent = workspace |
| 1177 | local cuts = {} |
| 1178 | local hole = Instance.new("Part") |
| 1179 | hole.Shape = Enum.PartType.Cylinder |
| 1180 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1181 | hole.CFrame = cyl.CFrame |
| 1182 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 1183 | hole.Material = Enum.Material.Glacier |
| 1184 | hole.MaterialVariant = "2022 Stud" |
| 1185 | hole.Anchored = true; hole.Parent = workspace |
| 1186 | table.insert(cuts, hole) |
| 1187 | local angBoxes = {} |
| 1188 | do |
| 1189 | local edgeDir = 1*rightV + 0*upV |
| 1190 | local edgePerp = 0*rightV + 1*upV |
| 1191 | local cut = Instance.new("Part") |
| 1192 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1193 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1194 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1195 | cut.Material = Enum.Material.Glacier |
| 1196 | cut.MaterialVariant = "2022 Stud" |
| 1197 | cut.Anchored = true; cut.Parent = workspace |
| 1198 | table.insert(angBoxes, cut) |
| 1199 | end |
| 1200 | do |
| 1201 | local edgeDir = -1*rightV + 0*upV |
| 1202 | local edgePerp = 0*rightV + -1*upV |
| 1203 | local cut = Instance.new("Part") |
| 1204 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1205 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1206 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1207 | cut.Material = Enum.Material.Glacier |
| 1208 | cut.MaterialVariant = "2022 Stud" |
| 1209 | cut.Anchored = true; cut.Parent = workspace |
| 1210 | table.insert(angBoxes, cut) |
| 1211 | end |
| 1212 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1213 | if #cuts > 0 then |
| 1214 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1215 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1216 | if ok and result then |
| 1217 | cyl:Destroy() |
| 1218 | result.Name = "Gate4_Arc"; result.Anchored = true; result.Parent = model |
| 1219 | else |
| 1220 | cyl.Name = "Gate4_Arc"; cyl.Parent = model |
| 1221 | end |
| 1222 | else |
| 1223 | cyl.Name = "Gate4_Arc"; cyl.Parent = model |
| 1224 | end |
| 1225 | end |
| 1226 | do |
| 1227 | local rightV = Vector3.new(1,0,0).Unit |
| 1228 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1229 | local normalV = upV:Cross(rightV) |
| 1230 | local pos = Vector3.new(0, 24.1, -3) |
| 1231 | local cyl = Instance.new("Part") |
| 1232 | cyl.Shape = Enum.PartType.Cylinder |
| 1233 | cyl.Size = Vector3.new(1, 5, 5) |
| 1234 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1235 | cyl.BrickColor = BrickColor.new("Really black") |
| 1236 | cyl.Material = Enum.Material.Glacier |
| 1237 | cyl.MaterialVariant = "2022 Universal" |
| 1238 | cyl.Anchored = true; cyl.Parent = workspace |
| 1239 | local cuts = {} |
| 1240 | local hole = Instance.new("Part") |
| 1241 | hole.Shape = Enum.PartType.Cylinder |
| 1242 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1243 | hole.CFrame = cyl.CFrame |
| 1244 | hole.BrickColor = BrickColor.new("Really black") |
| 1245 | hole.Material = Enum.Material.Glacier |
| 1246 | hole.MaterialVariant = "2022 Universal" |
| 1247 | hole.Anchored = true; hole.Parent = workspace |
| 1248 | table.insert(cuts, hole) |
| 1249 | local angBoxes = {} |
| 1250 | do |
| 1251 | local edgeDir = 1*rightV + 0*upV |
| 1252 | local edgePerp = 0*rightV + 1*upV |
| 1253 | local cut = Instance.new("Part") |
| 1254 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1255 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1256 | cut.BrickColor = BrickColor.new("Really black") |
| 1257 | cut.Material = Enum.Material.Glacier |
| 1258 | cut.MaterialVariant = "2022 Universal" |
| 1259 | cut.Anchored = true; cut.Parent = workspace |
| 1260 | table.insert(angBoxes, cut) |
| 1261 | end |
| 1262 | do |
| 1263 | local edgeDir = -1*rightV + 0*upV |
| 1264 | local edgePerp = 0*rightV + -1*upV |
| 1265 | local cut = Instance.new("Part") |
| 1266 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1267 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1268 | cut.BrickColor = BrickColor.new("Really black") |
| 1269 | cut.Material = Enum.Material.Glacier |
| 1270 | cut.MaterialVariant = "2022 Universal" |
| 1271 | cut.Anchored = true; cut.Parent = workspace |
| 1272 | table.insert(angBoxes, cut) |
| 1273 | end |
| 1274 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1275 | if #cuts > 0 then |
| 1276 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1277 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1278 | if ok and result then |
| 1279 | cyl:Destroy() |
| 1280 | result.Name = "Gate5_Arc"; result.Anchored = true; result.Parent = model |
| 1281 | else |
| 1282 | cyl.Name = "Gate5_Arc"; cyl.Parent = model |
| 1283 | end |
| 1284 | else |
| 1285 | cyl.Name = "Gate5_Arc"; cyl.Parent = model |
| 1286 | end |
| 1287 | end |
| 1288 | do |
| 1289 | local rightV = Vector3.new(1,0,0).Unit |
| 1290 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1291 | local normalV = upV:Cross(rightV) |
| 1292 | local pos = Vector3.new(0, 28.1, -1) |
| 1293 | local cyl = Instance.new("Part") |
| 1294 | cyl.Shape = Enum.PartType.Cylinder |
| 1295 | cyl.Size = Vector3.new(1, 5, 5) |
| 1296 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1297 | cyl.BrickColor = BrickColor.new("Really black") |
| 1298 | cyl.Material = Enum.Material.Glacier |
| 1299 | cyl.MaterialVariant = "2022 Universal" |
| 1300 | cyl.Anchored = true; cyl.Parent = workspace |
| 1301 | local cuts = {} |
| 1302 | local hole = Instance.new("Part") |
| 1303 | hole.Shape = Enum.PartType.Cylinder |
| 1304 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1305 | hole.CFrame = cyl.CFrame |
| 1306 | hole.BrickColor = BrickColor.new("Really black") |
| 1307 | hole.Material = Enum.Material.Glacier |
| 1308 | hole.MaterialVariant = "2022 Universal" |
| 1309 | hole.Anchored = true; hole.Parent = workspace |
| 1310 | table.insert(cuts, hole) |
| 1311 | local angBoxes = {} |
| 1312 | do |
| 1313 | local edgeDir = 1*rightV + 0*upV |
| 1314 | local edgePerp = 0*rightV + 1*upV |
| 1315 | local cut = Instance.new("Part") |
| 1316 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1317 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1318 | cut.BrickColor = BrickColor.new("Really black") |
| 1319 | cut.Material = Enum.Material.Glacier |
| 1320 | cut.MaterialVariant = "2022 Universal" |
| 1321 | cut.Anchored = true; cut.Parent = workspace |
| 1322 | table.insert(angBoxes, cut) |
| 1323 | end |
| 1324 | do |
| 1325 | local edgeDir = -1*rightV + 0*upV |
| 1326 | local edgePerp = 0*rightV + -1*upV |
| 1327 | local cut = Instance.new("Part") |
| 1328 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1329 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1330 | cut.BrickColor = BrickColor.new("Really black") |
| 1331 | cut.Material = Enum.Material.Glacier |
| 1332 | cut.MaterialVariant = "2022 Universal" |
| 1333 | cut.Anchored = true; cut.Parent = workspace |
| 1334 | table.insert(angBoxes, cut) |
| 1335 | end |
| 1336 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1337 | if #cuts > 0 then |
| 1338 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1339 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1340 | if ok and result then |
| 1341 | cyl:Destroy() |
| 1342 | result.Name = "Gate6_Arc"; result.Anchored = true; result.Parent = model |
| 1343 | else |
| 1344 | cyl.Name = "Gate6_Arc"; cyl.Parent = model |
| 1345 | end |
| 1346 | else |
| 1347 | cyl.Name = "Gate6_Arc"; cyl.Parent = model |
| 1348 | end |
| 1349 | end |
| 1350 | do |
| 1351 | local rightV = Vector3.new(1,0,0).Unit |
| 1352 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1353 | local normalV = upV:Cross(rightV) |
| 1354 | local pos = Vector3.new(0, 33.6, -4) |
| 1355 | local cyl = Instance.new("Part") |
| 1356 | cyl.Shape = Enum.PartType.Cylinder |
| 1357 | cyl.Size = Vector3.new(1, 5, 5) |
| 1358 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1359 | cyl.BrickColor = BrickColor.new("Medium stone grey") |
| 1360 | cyl.Material = Enum.Material.Glacier |
| 1361 | cyl.MaterialVariant = "2022 Inlet" |
| 1362 | cyl.Anchored = true; cyl.Parent = workspace |
| 1363 | local cuts = {} |
| 1364 | local hole = Instance.new("Part") |
| 1365 | hole.Shape = Enum.PartType.Cylinder |
| 1366 | hole.Size = Vector3.new(1.2, 3, 3) |
| 1367 | hole.CFrame = cyl.CFrame |
| 1368 | hole.BrickColor = BrickColor.new("Medium stone grey") |
| 1369 | hole.Material = Enum.Material.Glacier |
| 1370 | hole.MaterialVariant = "2022 Inlet" |
| 1371 | hole.Anchored = true; hole.Parent = workspace |
| 1372 | table.insert(cuts, hole) |
| 1373 | local angBoxes = {} |
| 1374 | do |
| 1375 | local edgeDir = 1*rightV + 0*upV |
| 1376 | local edgePerp = 0*rightV + 1*upV |
| 1377 | local cut = Instance.new("Part") |
| 1378 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1379 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5 * edgePerp, edgeDir, normalV) |
| 1380 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 1381 | cut.Material = Enum.Material.Glacier |
| 1382 | cut.MaterialVariant = "2022 Inlet" |
| 1383 | cut.Anchored = true; cut.Parent = workspace |
| 1384 | table.insert(angBoxes, cut) |
| 1385 | end |
| 1386 | do |
| 1387 | local edgeDir = -1*rightV + 0*upV |
| 1388 | local edgePerp = 0*rightV + -1*upV |
| 1389 | local cut = Instance.new("Part") |
| 1390 | cut.Size = Vector3.new(10, 1.2, 10) |
| 1391 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5 * edgePerp, edgeDir, normalV) |
| 1392 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 1393 | cut.Material = Enum.Material.Glacier |
| 1394 | cut.MaterialVariant = "2022 Inlet" |
| 1395 | cut.Anchored = true; cut.Parent = workspace |
| 1396 | table.insert(angBoxes, cut) |
| 1397 | end |
| 1398 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1399 | if #cuts > 0 then |
| 1400 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1401 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1402 | if ok and result then |
| 1403 | cyl:Destroy() |
| 1404 | result.Name = "Gate7_Arc"; result.Anchored = true; result.Parent = model |
| 1405 | else |
| 1406 | cyl.Name = "Gate7_Arc"; cyl.Parent = model |
| 1407 | end |
| 1408 | else |
| 1409 | cyl.Name = "Gate7_Arc"; cyl.Parent = model |
| 1410 | end |
| 1411 | end |
| 1412 | model.PrimaryPart = model:FindFirstChild("Tier1_Forest") |
| 1413 | print("RNG_Map_Concept built: " .. #model:GetChildren() .. " parts") |
Loading comments...