Loading model...
by Nick · 3/29/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: JapaneseGardenDiorama |
| 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 = "JapaneseGardenDiorama" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Small Stud", |
| 25 | ["Bright red"] = "2022 Stud", |
| 26 | ["Bright yellow"] = "2022 Big Stud", |
| 27 | ["Carnation pink"] = "2022 Stud", |
| 28 | ["Dark stone grey"] = "2022 Inlet", |
| 29 | ["Earth green"] = "2022 Stud", |
| 30 | ["Institutional white"] = "2022 Stud", |
| 31 | ["Light stone grey"] = "2022 Glue", |
| 32 | ["Medium stone grey"] = "2022 Inlet", |
| 33 | ["Nougat"] = "2022 Stud", |
| 34 | ["Pine Cone"] = "2022 Weld", |
| 35 | ["Pink"] = "2022 Stud", |
| 36 | ["Really black"] = "2022 Universal", |
| 37 | ["Reddish brown"] = "2022 Small Stud", |
| 38 | ["Sand blue"] = "2022 Glue", |
| 39 | ["White"] = "2022 Stud", |
| 40 | } |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "EarthBase" |
| 44 | p.Size = Vector3.new(56, 4, 56) |
| 45 | p.CFrame = CFrame.new(0, -2, 0) |
| 46 | p.BrickColor = BrickColor.new("Pine Cone") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Weld" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "GrassTop" |
| 55 | p.Size = Vector3.new(56, 1, 56) |
| 56 | p.CFrame = CFrame.new(0, 0.54, 0) |
| 57 | p.BrickColor = BrickColor.new("Earth 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.Name = "PondMain" |
| 66 | p.Size = Vector3.new(18, 0.1, 24) |
| 67 | p.CFrame = CFrame.new(-2, 1.09, 2) |
| 68 | p.BrickColor = BrickColor.new("Sand blue") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Glue" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "PondTop" |
| 77 | p.Size = Vector3.new(16, 0.1, 12) |
| 78 | p.CFrame = CFrame.new(-8, 1.17, -8) |
| 79 | p.BrickColor = BrickColor.new("Sand blue") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Glue" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "PondBottom" |
| 88 | p.Size = Vector3.new(14, 0.1, 10) |
| 89 | p.CFrame = CFrame.new(8, 1.17, 12) |
| 90 | p.BrickColor = BrickColor.new("Sand blue") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Glue" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "SandGarden" |
| 99 | p.Size = Vector3.new(18, 0.1, 16) |
| 100 | p.CFrame = CFrame.new(16.04, 1.13, 6) |
| 101 | p.BrickColor = BrickColor.new("Brick yellow") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Small Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "SandBorderN" |
| 110 | p.Size = Vector3.new(19, 0.3, 1) |
| 111 | p.CFrame = CFrame.new(16, 1.27, -2.54) |
| 112 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Inlet" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "SandBorderS" |
| 121 | p.Size = Vector3.new(19, 0.3, 1) |
| 122 | p.CFrame = CFrame.new(16, 1.31, 14.54) |
| 123 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Inlet" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "SandBorderE" |
| 132 | p.Size = Vector3.new(1, 0.3, 16) |
| 133 | p.CFrame = CFrame.new(25.58, 1.23, 6) |
| 134 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Inlet" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "SandBorderW" |
| 143 | p.Size = Vector3.new(1, 0.3, 16) |
| 144 | p.CFrame = CFrame.new(6.46, 1.31, 6) |
| 145 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Inlet" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "PathMain" |
| 154 | p.Size = Vector3.new(4, 0.05, 40) |
| 155 | p.CFrame = CFrame.new(-18.04, 1.18, 0) |
| 156 | p.BrickColor = BrickColor.new("Light stone grey") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Glue" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "PathFront" |
| 165 | p.Size = Vector3.new(40, 0.05, 4) |
| 166 | p.CFrame = CFrame.new(0, 1.1, 20) |
| 167 | p.BrickColor = BrickColor.new("Light stone grey") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Glue" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "PathPagoda" |
| 176 | p.Size = Vector3.new(4, 0.05, 16) |
| 177 | p.CFrame = CFrame.new(12, 1.06, -12) |
| 178 | p.BrickColor = BrickColor.new("Light stone grey") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Glue" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "PagodaBase" |
| 187 | p.Size = Vector3.new(10, 1, 10) |
| 188 | p.CFrame = CFrame.new(16, 1.58, -16) |
| 189 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Inlet" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "PagodaStairs" |
| 198 | p.Size = Vector3.new(4, 0.5, 4) |
| 199 | p.CFrame = CFrame.new(10, 1.29, -12) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 200 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Inlet" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "PagodaT1_Wall" |
| 209 | p.Size = Vector3.new(6, 1.5, 6) |
| 210 | p.CFrame = CFrame.new(16, 2.71, -16) |
| 211 | p.BrickColor = BrickColor.new("Nougat") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Stud" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "PagodaT1_Trim" |
| 220 | p.Size = Vector3.new(6.2, 0.2, 6.2) |
| 221 | p.CFrame = CFrame.new(16, 2.75, -16) |
| 222 | p.BrickColor = BrickColor.new("Reddish brown") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Small Stud" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "PagodaT1_Roof" |
| 231 | p.Size = Vector3.new(8.5, 1, 8.5) |
| 232 | p.CFrame = CFrame.new(16, 4, -16) |
| 233 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Inlet" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "PagodaT2_Wall" |
| 242 | p.Size = Vector3.new(4.5, 1.5, 4.5) |
| 243 | p.CFrame = CFrame.new(16, 5.29, -16) |
| 244 | p.BrickColor = BrickColor.new("Nougat") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Stud" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "PagodaT2_Trim" |
| 253 | p.Size = Vector3.new(4.7, 0.2, 4.7) |
| 254 | p.CFrame = CFrame.new(16, 5.25, -16) |
| 255 | p.BrickColor = BrickColor.new("Reddish brown") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Small Stud" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "PagodaT2_Roof" |
| 264 | p.Size = Vector3.new(6.5, 1, 6.5) |
| 265 | p.CFrame = CFrame.new(16, 6.5, -16) |
| 266 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Inlet" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "PagodaT3_Wall" |
| 275 | p.Size = Vector3.new(3.5, 1, 3.5) |
| 276 | p.CFrame = CFrame.new(16, 7.54, -16) |
| 277 | p.BrickColor = BrickColor.new("Nougat") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Stud" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "PagodaT3_Trim" |
| 286 | p.Size = Vector3.new(3.7, 0.2, 3.7) |
| 287 | p.CFrame = CFrame.new(16, 7.5, -16) |
| 288 | p.BrickColor = BrickColor.new("Reddish brown") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Small Stud" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "PagodaT3_Roof" |
| 297 | p.Size = Vector3.new(5, 1, 5) |
| 298 | p.CFrame = CFrame.new(16, 8.5, -16) |
| 299 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Inlet" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Shape = Enum.PartType.Cylinder |
| 308 | p.Name = "PagodaSpire" |
| 309 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 310 | p.CFrame = CFrame.new(16, 10.54, -16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 311 | p.BrickColor = BrickColor.new("Dark 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.Shape = Enum.PartType.Cylinder |
| 320 | p.Name = "PagodaSpireRings" |
| 321 | p.Size = Vector3.new(1.5, 1, 1) |
| 322 | p.CFrame = CFrame.new(16, 10, -16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 323 | p.BrickColor = BrickColor.new("Bright yellow") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Big Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "PavBase" |
| 332 | p.Size = Vector3.new(10, 1, 12) |
| 333 | p.CFrame = CFrame.new(-12, 1.58, 2) |
| 334 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Inlet" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "PavDeck" |
| 343 | p.Size = Vector3.new(11, 0.5, 13) |
| 344 | p.CFrame = CFrame.new(-12, 2.37, 2) |
| 345 | p.BrickColor = BrickColor.new("Reddish brown") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Small Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "PavWall" |
| 354 | p.Size = Vector3.new(8, 2, 10) |
| 355 | p.CFrame = CFrame.new(-12, 3.5, 2) |
| 356 | p.BrickColor = BrickColor.new("Institutional white") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Stud" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Name = "PavWoodTrim" |
| 365 | p.Size = Vector3.new(8.2, 0.2, 10.2) |
| 366 | p.CFrame = CFrame.new(-12, 3.5, 2) |
| 367 | p.BrickColor = BrickColor.new("Reddish brown") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Small Stud" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "PavRoofBase" |
| 376 | p.Size = Vector3.new(11, 1, 13) |
| 377 | p.CFrame = CFrame.new(-12, 5.04, 2) |
| 378 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 379 | p.Material = Enum.Material.Glacier |
| 380 | p.MaterialVariant = "2022 Inlet" |
| 381 | p.Anchored = true |
| 382 | p.Parent = model |
| 383 | end |
| 384 | do |
| 385 | local p = Instance.new("Part") |
| 386 | p.Name = "PavRoofTop" |
| 387 | p.Size = Vector3.new(9, 1, 11) |
| 388 | p.CFrame = CFrame.new(-12, 6.08, 2) |
| 389 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 390 | p.Material = Enum.Material.Glacier |
| 391 | p.MaterialVariant = "2022 Inlet" |
| 392 | p.Anchored = true |
| 393 | p.Parent = model |
| 394 | end |
| 395 | do |
| 396 | local p = Instance.new("Part") |
| 397 | p.Shape = Enum.PartType.Cylinder |
| 398 | p.Name = "ToriiLegL" |
| 399 | p.Size = Vector3.new(4, 0.8, 0.8) |
| 400 | p.CFrame = CFrame.new(-4, 3.08, 24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 401 | p.BrickColor = BrickColor.new("Bright red") |
| 402 | p.Material = Enum.Material.Glacier |
| 403 | p.MaterialVariant = "2022 Stud" |
| 404 | p.Anchored = true |
| 405 | p.Parent = model |
| 406 | end |
| 407 | do |
| 408 | local p = Instance.new("Part") |
| 409 | p.Shape = Enum.PartType.Cylinder |
| 410 | p.Name = "ToriiLegR" |
| 411 | p.Size = Vector3.new(4, 0.8, 0.8) |
| 412 | p.CFrame = CFrame.new(4, 3.08, 24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 413 | p.BrickColor = BrickColor.new("Bright red") |
| 414 | p.Material = Enum.Material.Glacier |
| 415 | p.MaterialVariant = "2022 Stud" |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Name = "ToriiBeamLow" |
| 422 | p.Size = Vector3.new(10, 0.6, 0.6) |
| 423 | p.CFrame = CFrame.new(0, 4, 24) |
| 424 | p.BrickColor = BrickColor.new("Bright red") |
| 425 | p.Material = Enum.Material.Glacier |
| 426 | p.MaterialVariant = "2022 Stud" |
| 427 | p.Anchored = true |
| 428 | p.Parent = model |
| 429 | end |
| 430 | do |
| 431 | local p = Instance.new("Part") |
| 432 | p.Name = "ToriiBeamHigh" |
| 433 | p.Size = Vector3.new(12, 0.8, 0.8) |
| 434 | p.CFrame = CFrame.new(0, 5.2, 24) |
| 435 | p.BrickColor = BrickColor.new("Bright red") |
| 436 | p.Material = Enum.Material.Glacier |
| 437 | p.MaterialVariant = "2022 Stud" |
| 438 | p.Anchored = true |
| 439 | p.Parent = model |
| 440 | end |
| 441 | do |
| 442 | local p = Instance.new("Part") |
| 443 | p.Name = "ToriiBeamTop" |
| 444 | p.Size = Vector3.new(12.4, 0.2, 1) |
| 445 | p.CFrame = CFrame.new(0, 5.74, 24) |
| 446 | p.BrickColor = BrickColor.new("Really black") |
| 447 | p.Material = Enum.Material.Glacier |
| 448 | p.MaterialVariant = "2022 Universal" |
| 449 | p.Anchored = true |
| 450 | p.Parent = model |
| 451 | end |
| 452 | do |
| 453 | local p = Instance.new("Part") |
| 454 | p.Shape = Enum.PartType.Cylinder |
| 455 | p.Name = "TreeTrunk_0" |
| 456 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 457 | p.CFrame = CFrame.new(-22, 2, -22) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 458 | p.BrickColor = BrickColor.new("Reddish brown") |
| 459 | p.Material = Enum.Material.Glacier |
| 460 | p.MaterialVariant = "2022 Small Stud" |
| 461 | p.Anchored = true |
| 462 | p.Parent = model |
| 463 | end |
| 464 | do |
| 465 | local p = Instance.new("Part") |
| 466 | p.Shape = Enum.PartType.Ball |
| 467 | p.Name = "TreeCanopy_0_A" |
| 468 | p.Size = Vector3.new(5, 5, 5) |
| 469 | p.CFrame = CFrame.new(-22, 4.5, -22) |
| 470 | p.BrickColor = BrickColor.new("Pink") |
| 471 | p.Material = Enum.Material.Glacier |
| 472 | p.MaterialVariant = "2022 Stud" |
| 473 | p.Anchored = true |
| 474 | p.Parent = model |
| 475 | end |
| 476 | do |
| 477 | local p = Instance.new("Part") |
| 478 | p.Shape = Enum.PartType.Ball |
| 479 | p.Name = "TreeCanopy_0_B" |
| 480 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 481 | p.CFrame = CFrame.new(-20.5, 4, -20.5) |
| 482 | p.BrickColor = BrickColor.new("Pink") |
| 483 | p.Material = Enum.Material.Glacier |
| 484 | p.MaterialVariant = "2022 Stud" |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Shape = Enum.PartType.Ball |
| 491 | p.Name = "TreeCanopy_0_C" |
| 492 | p.Size = Vector3.new(4, 4, 4) |
| 493 | p.CFrame = CFrame.new(-23.5, 4, -23.5) |
| 494 | p.BrickColor = BrickColor.new("Pink") |
| 495 | p.Material = Enum.Material.Glacier |
| 496 | p.MaterialVariant = "2022 Stud" |
| 497 | p.Anchored = true |
| 498 | p.Parent = model |
| 499 | end |
| 500 | do |
| 501 | local p = Instance.new("Part") |
| 502 | p.Shape = Enum.PartType.Cylinder |
| 503 | p.Name = "TreeTrunk_1" |
| 504 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 505 | p.CFrame = CFrame.new(-14, 2, -25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 506 | p.BrickColor = BrickColor.new("Reddish brown") |
| 507 | p.Material = Enum.Material.Glacier |
| 508 | p.MaterialVariant = "2022 Small Stud" |
| 509 | p.Anchored = true |
| 510 | p.Parent = model |
| 511 | end |
| 512 | do |
| 513 | local p = Instance.new("Part") |
| 514 | p.Shape = Enum.PartType.Ball |
| 515 | p.Name = "TreeCanopy_1_A" |
| 516 | p.Size = Vector3.new(5, 5, 5) |
| 517 | p.CFrame = CFrame.new(-14, 4.5, -25) |
| 518 | p.BrickColor = BrickColor.new("Carnation pink") |
| 519 | p.Material = Enum.Material.Glacier |
| 520 | p.MaterialVariant = "2022 Stud" |
| 521 | p.Anchored = true |
| 522 | p.Parent = model |
| 523 | end |
| 524 | do |
| 525 | local p = Instance.new("Part") |
| 526 | p.Shape = Enum.PartType.Ball |
| 527 | p.Name = "TreeCanopy_1_B" |
| 528 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 529 | p.CFrame = CFrame.new(-12.5, 4, -23.5) |
| 530 | p.BrickColor = BrickColor.new("Carnation pink") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Stud" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Shape = Enum.PartType.Ball |
| 539 | p.Name = "TreeCanopy_1_C" |
| 540 | p.Size = Vector3.new(4, 4, 4) |
| 541 | p.CFrame = CFrame.new(-15.5, 4, -26.5) |
| 542 | p.BrickColor = BrickColor.new("Carnation pink") |
| 543 | p.Material = Enum.Material.Glacier |
| 544 | p.MaterialVariant = "2022 Stud" |
| 545 | p.Anchored = true |
| 546 | p.Parent = model |
| 547 | end |
| 548 | do |
| 549 | local p = Instance.new("Part") |
| 550 | p.Shape = Enum.PartType.Cylinder |
| 551 | p.Name = "TreeTrunk_2" |
| 552 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 553 | p.CFrame = CFrame.new(-6, 2, -23) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 554 | p.BrickColor = BrickColor.new("Reddish brown") |
| 555 | p.Material = Enum.Material.Glacier |
| 556 | p.MaterialVariant = "2022 Small Stud" |
| 557 | p.Anchored = true |
| 558 | p.Parent = model |
| 559 | end |
| 560 | do |
| 561 | local p = Instance.new("Part") |
| 562 | p.Shape = Enum.PartType.Ball |
| 563 | p.Name = "TreeCanopy_2_A" |
| 564 | p.Size = Vector3.new(5, 5, 5) |
| 565 | p.CFrame = CFrame.new(-6, 4.5, -23) |
| 566 | p.BrickColor = BrickColor.new("White") |
| 567 | p.Material = Enum.Material.Glacier |
| 568 | p.MaterialVariant = "2022 Stud" |
| 569 | p.Anchored = true |
| 570 | p.Parent = model |
| 571 | end |
| 572 | do |
| 573 | local p = Instance.new("Part") |
| 574 | p.Shape = Enum.PartType.Ball |
| 575 | p.Name = "TreeCanopy_2_B" |
| 576 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 577 | p.CFrame = CFrame.new(-4.5, 4, -21.5) |
| 578 | p.BrickColor = BrickColor.new("White") |
| 579 | p.Material = Enum.Material.Glacier |
| 580 | p.MaterialVariant = "2022 Stud" |
| 581 | p.Anchored = true |
| 582 | p.Parent = model |
| 583 | end |
| 584 | do |
| 585 | local p = Instance.new("Part") |
| 586 | p.Shape = Enum.PartType.Ball |
| 587 | p.Name = "TreeCanopy_2_C" |
| 588 | p.Size = Vector3.new(4, 4, 4) |
| 589 | p.CFrame = CFrame.new(-7.5, 4, -24.5) |
| 590 | p.BrickColor = BrickColor.new("White") |
| 591 | p.Material = Enum.Material.Glacier |
| 592 | p.MaterialVariant = "2022 Stud" |
| 593 | p.Anchored = true |
| 594 | p.Parent = model |
| 595 | end |
| 596 | do |
| 597 | local p = Instance.new("Part") |
| 598 | p.Shape = Enum.PartType.Cylinder |
| 599 | p.Name = "TreeTrunk_3" |
| 600 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 601 | p.CFrame = CFrame.new(2, 2, -24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 602 | p.BrickColor = BrickColor.new("Reddish brown") |
| 603 | p.Material = Enum.Material.Glacier |
| 604 | p.MaterialVariant = "2022 Small Stud" |
| 605 | p.Anchored = true |
| 606 | p.Parent = model |
| 607 | end |
| 608 | do |
| 609 | local p = Instance.new("Part") |
| 610 | p.Shape = Enum.PartType.Ball |
| 611 | p.Name = "TreeCanopy_3_A" |
| 612 | p.Size = Vector3.new(5, 5, 5) |
| 613 | p.CFrame = CFrame.new(2, 4.5, -24) |
| 614 | p.BrickColor = BrickColor.new("Pink") |
| 615 | p.Material = Enum.Material.Glacier |
| 616 | p.MaterialVariant = "2022 Stud" |
| 617 | p.Anchored = true |
| 618 | p.Parent = model |
| 619 | end |
| 620 | do |
| 621 | local p = Instance.new("Part") |
| 622 | p.Shape = Enum.PartType.Ball |
| 623 | p.Name = "TreeCanopy_3_B" |
| 624 | p.Size = Vector3.new(3.92, 3.92, 3.92) |
| 625 | p.CFrame = CFrame.new(3.5, 4, -22.5) |
| 626 | p.BrickColor = BrickColor.new("Pink") |
| 627 | p.Material = Enum.Material.Glacier |
| 628 | p.MaterialVariant = "2022 Stud" |
| 629 | p.Anchored = true |
| 630 | p.Parent = model |
| 631 | end |
| 632 | do |
| 633 | local p = Instance.new("Part") |
| 634 | p.Shape = Enum.PartType.Ball |
| 635 | p.Name = "TreeCanopy_3_C" |
| 636 | p.Size = Vector3.new(4, 4, 4) |
| 637 | p.CFrame = CFrame.new(0.5, 4, -25.5) |
| 638 | p.BrickColor = BrickColor.new("Pink") |
| 639 | p.Material = Enum.Material.Glacier |
| 640 | p.MaterialVariant = "2022 Stud" |
| 641 | p.Anchored = true |
| 642 | p.Parent = model |
| 643 | end |
| 644 | do |
| 645 | local p = Instance.new("Part") |
| 646 | p.Shape = Enum.PartType.Cylinder |
| 647 | p.Name = "TreeTrunk_4" |
| 648 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 649 | p.CFrame = CFrame.new(8, 2, -22) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 650 | p.BrickColor = BrickColor.new("Reddish brown") |
| 651 | p.Material = Enum.Material.Glacier |
| 652 | p.MaterialVariant = "2022 Small Stud" |
| 653 | p.Anchored = true |
| 654 | p.Parent = model |
| 655 | end |
| 656 | do |
| 657 | local p = Instance.new("Part") |
| 658 | p.Shape = Enum.PartType.Ball |
| 659 | p.Name = "TreeCanopy_4_A" |
| 660 | p.Size = Vector3.new(5, 5, 5) |
| 661 | p.CFrame = CFrame.new(8, 4.5, -22) |
| 662 | p.BrickColor = BrickColor.new("Carnation pink") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Stud" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Shape = Enum.PartType.Ball |
| 671 | p.Name = "TreeCanopy_4_B" |
| 672 | p.Size = Vector3.new(4, 4, 4) |
| 673 | p.CFrame = CFrame.new(9.5, 4, -20.5) |
| 674 | p.BrickColor = BrickColor.new("Carnation pink") |
| 675 | p.Material = Enum.Material.Glacier |
| 676 | p.MaterialVariant = "2022 Stud" |
| 677 | p.Anchored = true |
| 678 | p.Parent = model |
| 679 | end |
| 680 | do |
| 681 | local p = Instance.new("Part") |
| 682 | p.Shape = Enum.PartType.Ball |
| 683 | p.Name = "TreeCanopy_4_C" |
| 684 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 685 | p.CFrame = CFrame.new(6.5, 4, -23.5) |
| 686 | p.BrickColor = BrickColor.new("Carnation pink") |
| 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.Shape = Enum.PartType.Cylinder |
| 695 | p.Name = "TreeTrunk_5" |
| 696 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 697 | p.CFrame = CFrame.new(24, 2, -24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 698 | p.BrickColor = BrickColor.new("Reddish brown") |
| 699 | p.Material = Enum.Material.Glacier |
| 700 | p.MaterialVariant = "2022 Small Stud" |
| 701 | p.Anchored = true |
| 702 | p.Parent = model |
| 703 | end |
| 704 | do |
| 705 | local p = Instance.new("Part") |
| 706 | p.Shape = Enum.PartType.Ball |
| 707 | p.Name = "TreeCanopy_5_A" |
| 708 | p.Size = Vector3.new(5, 5, 5) |
| 709 | p.CFrame = CFrame.new(24, 4.5, -24) |
| 710 | p.BrickColor = BrickColor.new("White") |
| 711 | p.Material = Enum.Material.Glacier |
| 712 | p.MaterialVariant = "2022 Stud" |
| 713 | p.Anchored = true |
| 714 | p.Parent = model |
| 715 | end |
| 716 | do |
| 717 | local p = Instance.new("Part") |
| 718 | p.Shape = Enum.PartType.Ball |
| 719 | p.Name = "TreeCanopy_5_B" |
| 720 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 721 | p.CFrame = CFrame.new(25.5, 4, -22.5) |
| 722 | p.BrickColor = BrickColor.new("White") |
| 723 | p.Material = Enum.Material.Glacier |
| 724 | p.MaterialVariant = "2022 Stud" |
| 725 | p.Anchored = true |
| 726 | p.Parent = model |
| 727 | end |
| 728 | do |
| 729 | local p = Instance.new("Part") |
| 730 | p.Shape = Enum.PartType.Ball |
| 731 | p.Name = "TreeCanopy_5_C" |
| 732 | p.Size = Vector3.new(4, 4, 4) |
| 733 | p.CFrame = CFrame.new(22.5, 4, -25.5) |
| 734 | p.BrickColor = BrickColor.new("White") |
| 735 | p.Material = Enum.Material.Glacier |
| 736 | p.MaterialVariant = "2022 Stud" |
| 737 | p.Anchored = true |
| 738 | p.Parent = model |
| 739 | end |
| 740 | do |
| 741 | local p = Instance.new("Part") |
| 742 | p.Shape = Enum.PartType.Cylinder |
| 743 | p.Name = "TreeTrunk_6" |
| 744 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 745 | p.CFrame = CFrame.new(-24, 2, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 746 | p.BrickColor = BrickColor.new("Reddish brown") |
| 747 | p.Material = Enum.Material.Glacier |
| 748 | p.MaterialVariant = "2022 Small Stud" |
| 749 | p.Anchored = true |
| 750 | p.Parent = model |
| 751 | end |
| 752 | do |
| 753 | local p = Instance.new("Part") |
| 754 | p.Shape = Enum.PartType.Ball |
| 755 | p.Name = "TreeCanopy_6_A" |
| 756 | p.Size = Vector3.new(5, 5, 5) |
| 757 | p.CFrame = CFrame.new(-24, 4.5, -14) |
| 758 | p.BrickColor = BrickColor.new("Pink") |
| 759 | p.Material = Enum.Material.Glacier |
| 760 | p.MaterialVariant = "2022 Stud" |
| 761 | p.Anchored = true |
| 762 | p.Parent = model |
| 763 | end |
| 764 | do |
| 765 | local p = Instance.new("Part") |
| 766 | p.Shape = Enum.PartType.Ball |
| 767 | p.Name = "TreeCanopy_6_B" |
| 768 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 769 | p.CFrame = CFrame.new(-22.5, 4, -12.5) |
| 770 | p.BrickColor = BrickColor.new("Pink") |
| 771 | p.Material = Enum.Material.Glacier |
| 772 | p.MaterialVariant = "2022 Stud" |
| 773 | p.Anchored = true |
| 774 | p.Parent = model |
| 775 | end |
| 776 | do |
| 777 | local p = Instance.new("Part") |
| 778 | p.Shape = Enum.PartType.Ball |
| 779 | p.Name = "TreeCanopy_6_C" |
| 780 | p.Size = Vector3.new(4, 4, 4) |
| 781 | p.CFrame = CFrame.new(-25.5, 4, -15.5) |
| 782 | p.BrickColor = BrickColor.new("Pink") |
| 783 | p.Material = Enum.Material.Glacier |
| 784 | p.MaterialVariant = "2022 Stud" |
| 785 | p.Anchored = true |
| 786 | p.Parent = model |
| 787 | end |
| 788 | do |
| 789 | local p = Instance.new("Part") |
| 790 | p.Shape = Enum.PartType.Cylinder |
| 791 | p.Name = "TreeTrunk_7" |
| 792 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 793 | p.CFrame = CFrame.new(-25, 2, -6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 794 | p.BrickColor = BrickColor.new("Reddish brown") |
| 795 | p.Material = Enum.Material.Glacier |
| 796 | p.MaterialVariant = "2022 Small Stud" |
| 797 | p.Anchored = true |
| 798 | p.Parent = model |
| 799 | end |
| 800 | do |
| 801 | local p = Instance.new("Part") |
| 802 | p.Shape = Enum.PartType.Ball |
| 803 | p.Name = "TreeCanopy_7_A" |
| 804 | p.Size = Vector3.new(5, 5, 5) |
| 805 | p.CFrame = CFrame.new(-25, 4.5, -6) |
| 806 | p.BrickColor = BrickColor.new("Carnation pink") |
| 807 | p.Material = Enum.Material.Glacier |
| 808 | p.MaterialVariant = "2022 Stud" |
| 809 | p.Anchored = true |
| 810 | p.Parent = model |
| 811 | end |
| 812 | do |
| 813 | local p = Instance.new("Part") |
| 814 | p.Shape = Enum.PartType.Ball |
| 815 | p.Name = "TreeCanopy_7_B" |
| 816 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 817 | p.CFrame = CFrame.new(-23.5, 4, -4.5) |
| 818 | p.BrickColor = BrickColor.new("Carnation pink") |
| 819 | p.Material = Enum.Material.Glacier |
| 820 | p.MaterialVariant = "2022 Stud" |
| 821 | p.Anchored = true |
| 822 | p.Parent = model |
| 823 | end |
| 824 | do |
| 825 | local p = Instance.new("Part") |
| 826 | p.Shape = Enum.PartType.Ball |
| 827 | p.Name = "TreeCanopy_7_C" |
| 828 | p.Size = Vector3.new(4, 4, 4) |
| 829 | p.CFrame = CFrame.new(-26.5, 4, -7.5) |
| 830 | p.BrickColor = BrickColor.new("Carnation pink") |
| 831 | p.Material = Enum.Material.Glacier |
| 832 | p.MaterialVariant = "2022 Stud" |
| 833 | p.Anchored = true |
| 834 | p.Parent = model |
| 835 | end |
| 836 | do |
| 837 | local p = Instance.new("Part") |
| 838 | p.Shape = Enum.PartType.Cylinder |
| 839 | p.Name = "TreeTrunk_8" |
| 840 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 841 | p.CFrame = CFrame.new(-23, 2, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 842 | p.BrickColor = BrickColor.new("Reddish brown") |
| 843 | p.Material = Enum.Material.Glacier |
| 844 | p.MaterialVariant = "2022 Small Stud" |
| 845 | p.Anchored = true |
| 846 | p.Parent = model |
| 847 | end |
| 848 | do |
| 849 | local p = Instance.new("Part") |
| 850 | p.Shape = Enum.PartType.Ball |
| 851 | p.Name = "TreeCanopy_8_A" |
| 852 | p.Size = Vector3.new(5, 5, 5) |
| 853 | p.CFrame = CFrame.new(-23, 4.5, 2) |
| 854 | p.BrickColor = BrickColor.new("White") |
| 855 | p.Material = Enum.Material.Glacier |
| 856 | p.MaterialVariant = "2022 Stud" |
| 857 | p.Anchored = true |
| 858 | p.Parent = model |
| 859 | end |
| 860 | do |
| 861 | local p = Instance.new("Part") |
| 862 | p.Shape = Enum.PartType.Ball |
| 863 | p.Name = "TreeCanopy_8_B" |
| 864 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 865 | p.CFrame = CFrame.new(-21.5, 4, 3.5) |
| 866 | p.BrickColor = BrickColor.new("White") |
| 867 | p.Material = Enum.Material.Glacier |
| 868 | p.MaterialVariant = "2022 Stud" |
| 869 | p.Anchored = true |
| 870 | p.Parent = model |
| 871 | end |
| 872 | do |
| 873 | local p = Instance.new("Part") |
| 874 | p.Shape = Enum.PartType.Ball |
| 875 | p.Name = "TreeCanopy_8_C" |
| 876 | p.Size = Vector3.new(4, 4, 4) |
| 877 | p.CFrame = CFrame.new(-24.5, 4, 0.5) |
| 878 | p.BrickColor = BrickColor.new("White") |
| 879 | p.Material = Enum.Material.Glacier |
| 880 | p.MaterialVariant = "2022 Stud" |
| 881 | p.Anchored = true |
| 882 | p.Parent = model |
| 883 | end |
| 884 | do |
| 885 | local p = Instance.new("Part") |
| 886 | p.Shape = Enum.PartType.Cylinder |
| 887 | p.Name = "TreeTrunk_9" |
| 888 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 889 | p.CFrame = CFrame.new(-25, 2, 10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 890 | p.BrickColor = BrickColor.new("Reddish brown") |
| 891 | p.Material = Enum.Material.Glacier |
| 892 | p.MaterialVariant = "2022 Small Stud" |
| 893 | p.Anchored = true |
| 894 | p.Parent = model |
| 895 | end |
| 896 | do |
| 897 | local p = Instance.new("Part") |
| 898 | p.Shape = Enum.PartType.Ball |
| 899 | p.Name = "TreeCanopy_9_A" |
| 900 | p.Size = Vector3.new(5, 5, 5) |
| 901 | p.CFrame = CFrame.new(-25, 4.5, 10) |
| 902 | p.BrickColor = BrickColor.new("Pink") |
| 903 | p.Material = Enum.Material.Glacier |
| 904 | p.MaterialVariant = "2022 Stud" |
| 905 | p.Anchored = true |
| 906 | p.Parent = model |
| 907 | end |
| 908 | do |
| 909 | local p = Instance.new("Part") |
| 910 | p.Shape = Enum.PartType.Ball |
| 911 | p.Name = "TreeCanopy_9_B" |
| 912 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 913 | p.CFrame = CFrame.new(-23.5, 4, 11.5) |
| 914 | p.BrickColor = BrickColor.new("Pink") |
| 915 | p.Material = Enum.Material.Glacier |
| 916 | p.MaterialVariant = "2022 Stud" |
| 917 | p.Anchored = true |
| 918 | p.Parent = model |
| 919 | end |
| 920 | do |
| 921 | local p = Instance.new("Part") |
| 922 | p.Shape = Enum.PartType.Ball |
| 923 | p.Name = "TreeCanopy_9_C" |
| 924 | p.Size = Vector3.new(4, 4, 4) |
| 925 | p.CFrame = CFrame.new(-26.5, 4, 8.5) |
| 926 | p.BrickColor = BrickColor.new("Pink") |
| 927 | p.Material = Enum.Material.Glacier |
| 928 | p.MaterialVariant = "2022 Stud" |
| 929 | p.Anchored = true |
| 930 | p.Parent = model |
| 931 | end |
| 932 | do |
| 933 | local p = Instance.new("Part") |
| 934 | p.Shape = Enum.PartType.Cylinder |
| 935 | p.Name = "TreeTrunk_10" |
| 936 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 937 | p.CFrame = CFrame.new(-24, 2, 18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 938 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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.Shape = Enum.PartType.Ball |
| 947 | p.Name = "TreeCanopy_10_A" |
| 948 | p.Size = Vector3.new(5, 5, 5) |
| 949 | p.CFrame = CFrame.new(-24, 4.5, 18) |
| 950 | p.BrickColor = BrickColor.new("Carnation pink") |
| 951 | p.Material = Enum.Material.Glacier |
| 952 | p.MaterialVariant = "2022 Stud" |
| 953 | p.Anchored = true |
| 954 | p.Parent = model |
| 955 | end |
| 956 | do |
| 957 | local p = Instance.new("Part") |
| 958 | p.Shape = Enum.PartType.Ball |
| 959 | p.Name = "TreeCanopy_10_B" |
| 960 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 961 | p.CFrame = CFrame.new(-22.5, 4, 19.5) |
| 962 | p.BrickColor = BrickColor.new("Carnation pink") |
| 963 | p.Material = Enum.Material.Glacier |
| 964 | p.MaterialVariant = "2022 Stud" |
| 965 | p.Anchored = true |
| 966 | p.Parent = model |
| 967 | end |
| 968 | do |
| 969 | local p = Instance.new("Part") |
| 970 | p.Shape = Enum.PartType.Ball |
| 971 | p.Name = "TreeCanopy_10_C" |
| 972 | p.Size = Vector3.new(4, 4, 4) |
| 973 | p.CFrame = CFrame.new(-25.5, 4, 16.5) |
| 974 | p.BrickColor = BrickColor.new("Carnation pink") |
| 975 | p.Material = Enum.Material.Glacier |
| 976 | p.MaterialVariant = "2022 Stud" |
| 977 | p.Anchored = true |
| 978 | p.Parent = model |
| 979 | end |
| 980 | do |
| 981 | local p = Instance.new("Part") |
| 982 | p.Shape = Enum.PartType.Cylinder |
| 983 | p.Name = "TreeTrunk_11" |
| 984 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 985 | p.CFrame = CFrame.new(25, 2, -6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 986 | p.BrickColor = BrickColor.new("Reddish brown") |
| 987 | p.Material = Enum.Material.Glacier |
| 988 | p.MaterialVariant = "2022 Small Stud" |
| 989 | p.Anchored = true |
| 990 | p.Parent = model |
| 991 | end |
| 992 | do |
| 993 | local p = Instance.new("Part") |
| 994 | p.Shape = Enum.PartType.Ball |
| 995 | p.Name = "TreeCanopy_11_A" |
| 996 | p.Size = Vector3.new(5, 5, 5) |
| 997 | p.CFrame = CFrame.new(25, 4.5, -6) |
| 998 | p.BrickColor = BrickColor.new("White") |
| 999 | p.Material = Enum.Material.Glacier |
| 1000 | p.MaterialVariant = "2022 Stud" |
| 1001 | p.Anchored = true |
| 1002 | p.Parent = model |
| 1003 | end |
| 1004 | do |
| 1005 | local p = Instance.new("Part") |
| 1006 | p.Shape = Enum.PartType.Ball |
| 1007 | p.Name = "TreeCanopy_11_B" |
| 1008 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1009 | p.CFrame = CFrame.new(26.5, 4, -4.5) |
| 1010 | p.BrickColor = BrickColor.new("White") |
| 1011 | p.Material = Enum.Material.Glacier |
| 1012 | p.MaterialVariant = "2022 Stud" |
| 1013 | p.Anchored = true |
| 1014 | p.Parent = model |
| 1015 | end |
| 1016 | do |
| 1017 | local p = Instance.new("Part") |
| 1018 | p.Shape = Enum.PartType.Ball |
| 1019 | p.Name = "TreeCanopy_11_C" |
| 1020 | p.Size = Vector3.new(4, 4, 4) |
| 1021 | p.CFrame = CFrame.new(23.5, 4, -7.5) |
| 1022 | p.BrickColor = BrickColor.new("White") |
| 1023 | p.Material = Enum.Material.Glacier |
| 1024 | p.MaterialVariant = "2022 Stud" |
| 1025 | p.Anchored = true |
| 1026 | p.Parent = model |
| 1027 | end |
| 1028 | do |
| 1029 | local p = Instance.new("Part") |
| 1030 | p.Shape = Enum.PartType.Cylinder |
| 1031 | p.Name = "TreeTrunk_12" |
| 1032 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1033 | p.CFrame = CFrame.new(23, 2, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1034 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1035 | p.Material = Enum.Material.Glacier |
| 1036 | p.MaterialVariant = "2022 Small Stud" |
| 1037 | p.Anchored = true |
| 1038 | p.Parent = model |
| 1039 | end |
| 1040 | do |
| 1041 | local p = Instance.new("Part") |
| 1042 | p.Shape = Enum.PartType.Ball |
| 1043 | p.Name = "TreeCanopy_12_A" |
| 1044 | p.Size = Vector3.new(5, 5, 5) |
| 1045 | p.CFrame = CFrame.new(23, 4.5, 2) |
| 1046 | p.BrickColor = BrickColor.new("Pink") |
| 1047 | p.Material = Enum.Material.Glacier |
| 1048 | p.MaterialVariant = "2022 Stud" |
| 1049 | p.Anchored = true |
| 1050 | p.Parent = model |
| 1051 | end |
| 1052 | do |
| 1053 | local p = Instance.new("Part") |
| 1054 | p.Shape = Enum.PartType.Ball |
| 1055 | p.Name = "TreeCanopy_12_B" |
| 1056 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1057 | p.CFrame = CFrame.new(24.5, 4, 3.5) |
| 1058 | p.BrickColor = BrickColor.new("Pink") |
| 1059 | p.Material = Enum.Material.Glacier |
| 1060 | p.MaterialVariant = "2022 Stud" |
| 1061 | p.Anchored = true |
| 1062 | p.Parent = model |
| 1063 | end |
| 1064 | do |
| 1065 | local p = Instance.new("Part") |
| 1066 | p.Shape = Enum.PartType.Ball |
| 1067 | p.Name = "TreeCanopy_12_C" |
| 1068 | p.Size = Vector3.new(4, 4, 4) |
| 1069 | p.CFrame = CFrame.new(21.5, 4, 0.5) |
| 1070 | p.BrickColor = BrickColor.new("Pink") |
| 1071 | p.Material = Enum.Material.Glacier |
| 1072 | p.MaterialVariant = "2022 Stud" |
| 1073 | p.Anchored = true |
| 1074 | p.Parent = model |
| 1075 | end |
| 1076 | do |
| 1077 | local p = Instance.new("Part") |
| 1078 | p.Shape = Enum.PartType.Cylinder |
| 1079 | p.Name = "TreeTrunk_13" |
| 1080 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1081 | p.CFrame = CFrame.new(25, 2, 12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1082 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1083 | p.Material = Enum.Material.Glacier |
| 1084 | p.MaterialVariant = "2022 Small Stud" |
| 1085 | p.Anchored = true |
| 1086 | p.Parent = model |
| 1087 | end |
| 1088 | do |
| 1089 | local p = Instance.new("Part") |
| 1090 | p.Shape = Enum.PartType.Ball |
| 1091 | p.Name = "TreeCanopy_13_A" |
| 1092 | p.Size = Vector3.new(5, 5, 5) |
| 1093 | p.CFrame = CFrame.new(25, 4.5, 12) |
| 1094 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1095 | p.Material = Enum.Material.Glacier |
| 1096 | p.MaterialVariant = "2022 Stud" |
| 1097 | p.Anchored = true |
| 1098 | p.Parent = model |
| 1099 | end |
| 1100 | do |
| 1101 | local p = Instance.new("Part") |
| 1102 | p.Shape = Enum.PartType.Ball |
| 1103 | p.Name = "TreeCanopy_13_B" |
| 1104 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1105 | p.CFrame = CFrame.new(26.5, 4, 13.5) |
| 1106 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1107 | p.Material = Enum.Material.Glacier |
| 1108 | p.MaterialVariant = "2022 Stud" |
| 1109 | p.Anchored = true |
| 1110 | p.Parent = model |
| 1111 | end |
| 1112 | do |
| 1113 | local p = Instance.new("Part") |
| 1114 | p.Shape = Enum.PartType.Ball |
| 1115 | p.Name = "TreeCanopy_13_C" |
| 1116 | p.Size = Vector3.new(4, 4, 4) |
| 1117 | p.CFrame = CFrame.new(23.5, 4, 10.5) |
| 1118 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1119 | p.Material = Enum.Material.Glacier |
| 1120 | p.MaterialVariant = "2022 Stud" |
| 1121 | p.Anchored = true |
| 1122 | p.Parent = model |
| 1123 | end |
| 1124 | do |
| 1125 | local p = Instance.new("Part") |
| 1126 | p.Shape = Enum.PartType.Cylinder |
| 1127 | p.Name = "TreeTrunk_14" |
| 1128 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1129 | p.CFrame = CFrame.new(24, 2, 20) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1130 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1131 | p.Material = Enum.Material.Glacier |
| 1132 | p.MaterialVariant = "2022 Small Stud" |
| 1133 | p.Anchored = true |
| 1134 | p.Parent = model |
| 1135 | end |
| 1136 | do |
| 1137 | local p = Instance.new("Part") |
| 1138 | p.Shape = Enum.PartType.Ball |
| 1139 | p.Name = "TreeCanopy_14_A" |
| 1140 | p.Size = Vector3.new(5, 5, 5) |
| 1141 | p.CFrame = CFrame.new(24, 4.5, 20) |
| 1142 | p.BrickColor = BrickColor.new("White") |
| 1143 | p.Material = Enum.Material.Glacier |
| 1144 | p.MaterialVariant = "2022 Stud" |
| 1145 | p.Anchored = true |
| 1146 | p.Parent = model |
| 1147 | end |
| 1148 | do |
| 1149 | local p = Instance.new("Part") |
| 1150 | p.Shape = Enum.PartType.Ball |
| 1151 | p.Name = "TreeCanopy_14_B" |
| 1152 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1153 | p.CFrame = CFrame.new(25.5, 4, 21.5) |
| 1154 | p.BrickColor = BrickColor.new("White") |
| 1155 | p.Material = Enum.Material.Glacier |
| 1156 | p.MaterialVariant = "2022 Stud" |
| 1157 | p.Anchored = true |
| 1158 | p.Parent = model |
| 1159 | end |
| 1160 | do |
| 1161 | local p = Instance.new("Part") |
| 1162 | p.Shape = Enum.PartType.Ball |
| 1163 | p.Name = "TreeCanopy_14_C" |
| 1164 | p.Size = Vector3.new(4, 4, 4) |
| 1165 | p.CFrame = CFrame.new(22.5, 4, 18.5) |
| 1166 | p.BrickColor = BrickColor.new("White") |
| 1167 | p.Material = Enum.Material.Glacier |
| 1168 | p.MaterialVariant = "2022 Stud" |
| 1169 | p.Anchored = true |
| 1170 | p.Parent = model |
| 1171 | end |
| 1172 | do |
| 1173 | local p = Instance.new("Part") |
| 1174 | p.Shape = Enum.PartType.Cylinder |
| 1175 | p.Name = "TreeTrunk_15" |
| 1176 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1177 | p.CFrame = CFrame.new(-18, 2, 24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1178 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1179 | p.Material = Enum.Material.Glacier |
| 1180 | p.MaterialVariant = "2022 Small Stud" |
| 1181 | p.Anchored = true |
| 1182 | p.Parent = model |
| 1183 | end |
| 1184 | do |
| 1185 | local p = Instance.new("Part") |
| 1186 | p.Shape = Enum.PartType.Ball |
| 1187 | p.Name = "TreeCanopy_15_A" |
| 1188 | p.Size = Vector3.new(5, 5, 5) |
| 1189 | p.CFrame = CFrame.new(-18, 4.5, 24) |
| 1190 | p.BrickColor = BrickColor.new("Pink") |
| 1191 | p.Material = Enum.Material.Glacier |
| 1192 | p.MaterialVariant = "2022 Stud" |
| 1193 | p.Anchored = true |
| 1194 | p.Parent = model |
| 1195 | end |
| 1196 | do |
| 1197 | local p = Instance.new("Part") |
| 1198 | p.Shape = Enum.PartType.Ball |
| 1199 | p.Name = "TreeCanopy_15_B" |
| 1200 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1201 | p.CFrame = CFrame.new(-16.5, 4, 25.5) |
| 1202 | p.BrickColor = BrickColor.new("Pink") |
| 1203 | p.Material = Enum.Material.Glacier |
| 1204 | p.MaterialVariant = "2022 Stud" |
| 1205 | p.Anchored = true |
| 1206 | p.Parent = model |
| 1207 | end |
| 1208 | do |
| 1209 | local p = Instance.new("Part") |
| 1210 | p.Shape = Enum.PartType.Ball |
| 1211 | p.Name = "TreeCanopy_15_C" |
| 1212 | p.Size = Vector3.new(4, 4, 4) |
| 1213 | p.CFrame = CFrame.new(-19.5, 4, 22.5) |
| 1214 | p.BrickColor = BrickColor.new("Pink") |
| 1215 | p.Material = Enum.Material.Glacier |
| 1216 | p.MaterialVariant = "2022 Stud" |
| 1217 | p.Anchored = true |
| 1218 | p.Parent = model |
| 1219 | end |
| 1220 | do |
| 1221 | local p = Instance.new("Part") |
| 1222 | p.Shape = Enum.PartType.Cylinder |
| 1223 | p.Name = "TreeTrunk_16" |
| 1224 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1225 | p.CFrame = CFrame.new(-10, 2, 25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1226 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1227 | p.Material = Enum.Material.Glacier |
| 1228 | p.MaterialVariant = "2022 Small Stud" |
| 1229 | p.Anchored = true |
| 1230 | p.Parent = model |
| 1231 | end |
| 1232 | do |
| 1233 | local p = Instance.new("Part") |
| 1234 | p.Shape = Enum.PartType.Ball |
| 1235 | p.Name = "TreeCanopy_16_A" |
| 1236 | p.Size = Vector3.new(5, 5, 5) |
| 1237 | p.CFrame = CFrame.new(-10, 4.5, 25) |
| 1238 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1239 | p.Material = Enum.Material.Glacier |
| 1240 | p.MaterialVariant = "2022 Stud" |
| 1241 | p.Anchored = true |
| 1242 | p.Parent = model |
| 1243 | end |
| 1244 | do |
| 1245 | local p = Instance.new("Part") |
| 1246 | p.Shape = Enum.PartType.Ball |
| 1247 | p.Name = "TreeCanopy_16_B" |
| 1248 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1249 | p.CFrame = CFrame.new(-8.5, 4, 26.5) |
| 1250 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1251 | p.Material = Enum.Material.Glacier |
| 1252 | p.MaterialVariant = "2022 Stud" |
| 1253 | p.Anchored = true |
| 1254 | p.Parent = model |
| 1255 | end |
| 1256 | do |
| 1257 | local p = Instance.new("Part") |
| 1258 | p.Shape = Enum.PartType.Ball |
| 1259 | p.Name = "TreeCanopy_16_C" |
| 1260 | p.Size = Vector3.new(4, 4, 4) |
| 1261 | p.CFrame = CFrame.new(-11.5, 4, 23.5) |
| 1262 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1263 | p.Material = Enum.Material.Glacier |
| 1264 | p.MaterialVariant = "2022 Stud" |
| 1265 | p.Anchored = true |
| 1266 | p.Parent = model |
| 1267 | end |
| 1268 | do |
| 1269 | local p = Instance.new("Part") |
| 1270 | p.Shape = Enum.PartType.Cylinder |
| 1271 | p.Name = "TreeTrunk_17" |
| 1272 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1273 | p.CFrame = CFrame.new(10, 2, 24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1274 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1275 | p.Material = Enum.Material.Glacier |
| 1276 | p.MaterialVariant = "2022 Small Stud" |
| 1277 | p.Anchored = true |
| 1278 | p.Parent = model |
| 1279 | end |
| 1280 | do |
| 1281 | local p = Instance.new("Part") |
| 1282 | p.Shape = Enum.PartType.Ball |
| 1283 | p.Name = "TreeCanopy_17_A" |
| 1284 | p.Size = Vector3.new(5, 5, 5) |
| 1285 | p.CFrame = CFrame.new(10, 4.5, 24) |
| 1286 | p.BrickColor = BrickColor.new("White") |
| 1287 | p.Material = Enum.Material.Glacier |
| 1288 | p.MaterialVariant = "2022 Stud" |
| 1289 | p.Anchored = true |
| 1290 | p.Parent = model |
| 1291 | end |
| 1292 | do |
| 1293 | local p = Instance.new("Part") |
| 1294 | p.Shape = Enum.PartType.Ball |
| 1295 | p.Name = "TreeCanopy_17_B" |
| 1296 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1297 | p.CFrame = CFrame.new(11.5, 4, 25.5) |
| 1298 | p.BrickColor = BrickColor.new("White") |
| 1299 | p.Material = Enum.Material.Glacier |
| 1300 | p.MaterialVariant = "2022 Stud" |
| 1301 | p.Anchored = true |
| 1302 | p.Parent = model |
| 1303 | end |
| 1304 | do |
| 1305 | local p = Instance.new("Part") |
| 1306 | p.Shape = Enum.PartType.Ball |
| 1307 | p.Name = "TreeCanopy_17_C" |
| 1308 | p.Size = Vector3.new(4, 4, 4) |
| 1309 | p.CFrame = CFrame.new(8.5, 4, 22.5) |
| 1310 | p.BrickColor = BrickColor.new("White") |
| 1311 | p.Material = Enum.Material.Glacier |
| 1312 | p.MaterialVariant = "2022 Stud" |
| 1313 | p.Anchored = true |
| 1314 | p.Parent = model |
| 1315 | end |
| 1316 | do |
| 1317 | local p = Instance.new("Part") |
| 1318 | p.Shape = Enum.PartType.Cylinder |
| 1319 | p.Name = "TreeTrunk_18" |
| 1320 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1321 | p.CFrame = CFrame.new(18, 2, 25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1322 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1323 | p.Material = Enum.Material.Glacier |
| 1324 | p.MaterialVariant = "2022 Small Stud" |
| 1325 | p.Anchored = true |
| 1326 | p.Parent = model |
| 1327 | end |
| 1328 | do |
| 1329 | local p = Instance.new("Part") |
| 1330 | p.Shape = Enum.PartType.Ball |
| 1331 | p.Name = "TreeCanopy_18_A" |
| 1332 | p.Size = Vector3.new(5, 5, 5) |
| 1333 | p.CFrame = CFrame.new(18, 4.5, 25) |
| 1334 | p.BrickColor = BrickColor.new("Pink") |
| 1335 | p.Material = Enum.Material.Glacier |
| 1336 | p.MaterialVariant = "2022 Stud" |
| 1337 | p.Anchored = true |
| 1338 | p.Parent = model |
| 1339 | end |
| 1340 | do |
| 1341 | local p = Instance.new("Part") |
| 1342 | p.Shape = Enum.PartType.Ball |
| 1343 | p.Name = "TreeCanopy_18_B" |
| 1344 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1345 | p.CFrame = CFrame.new(19.5, 4, 26.5) |
| 1346 | p.BrickColor = BrickColor.new("Pink") |
| 1347 | p.Material = Enum.Material.Glacier |
| 1348 | p.MaterialVariant = "2022 Stud" |
| 1349 | p.Anchored = true |
| 1350 | p.Parent = model |
| 1351 | end |
| 1352 | do |
| 1353 | local p = Instance.new("Part") |
| 1354 | p.Shape = Enum.PartType.Ball |
| 1355 | p.Name = "TreeCanopy_18_C" |
| 1356 | p.Size = Vector3.new(4, 4, 4) |
| 1357 | p.CFrame = CFrame.new(16.5, 4, 23.5) |
| 1358 | p.BrickColor = BrickColor.new("Pink") |
| 1359 | p.Material = Enum.Material.Glacier |
| 1360 | p.MaterialVariant = "2022 Stud" |
| 1361 | p.Anchored = true |
| 1362 | p.Parent = model |
| 1363 | end |
| 1364 | do |
| 1365 | local p = Instance.new("Part") |
| 1366 | p.Shape = Enum.PartType.Cylinder |
| 1367 | p.Name = "TreeTrunk_19" |
| 1368 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1369 | p.CFrame = CFrame.new(-6, 2, -12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1370 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1371 | p.Material = Enum.Material.Glacier |
| 1372 | p.MaterialVariant = "2022 Small Stud" |
| 1373 | p.Anchored = true |
| 1374 | p.Parent = model |
| 1375 | end |
| 1376 | do |
| 1377 | local p = Instance.new("Part") |
| 1378 | p.Shape = Enum.PartType.Ball |
| 1379 | p.Name = "TreeCanopy_19_A" |
| 1380 | p.Size = Vector3.new(5, 5, 5) |
| 1381 | p.CFrame = CFrame.new(-6, 4.5, -12) |
| 1382 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1383 | p.Material = Enum.Material.Glacier |
| 1384 | p.MaterialVariant = "2022 Stud" |
| 1385 | p.Anchored = true |
| 1386 | p.Parent = model |
| 1387 | end |
| 1388 | do |
| 1389 | local p = Instance.new("Part") |
| 1390 | p.Shape = Enum.PartType.Ball |
| 1391 | p.Name = "TreeCanopy_19_B" |
| 1392 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1393 | p.CFrame = CFrame.new(-4.5, 4, -10.5) |
| 1394 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1395 | p.Material = Enum.Material.Glacier |
| 1396 | p.MaterialVariant = "2022 Stud" |
| 1397 | p.Anchored = true |
| 1398 | p.Parent = model |
| 1399 | end |
| 1400 | do |
| 1401 | local p = Instance.new("Part") |
| 1402 | p.Shape = Enum.PartType.Ball |
| 1403 | p.Name = "TreeCanopy_19_C" |
| 1404 | p.Size = Vector3.new(4, 4, 4) |
| 1405 | p.CFrame = CFrame.new(-7.5, 4, -13.5) |
| 1406 | p.BrickColor = BrickColor.new("Carnation pink") |
| 1407 | p.Material = Enum.Material.Glacier |
| 1408 | p.MaterialVariant = "2022 Stud" |
| 1409 | p.Anchored = true |
| 1410 | p.Parent = model |
| 1411 | end |
| 1412 | do |
| 1413 | local p = Instance.new("Part") |
| 1414 | p.Shape = Enum.PartType.Cylinder |
| 1415 | p.Name = "TreeTrunk_20" |
| 1416 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1417 | p.CFrame = CFrame.new(6, 2, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1418 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1419 | p.Material = Enum.Material.Glacier |
| 1420 | p.MaterialVariant = "2022 Small Stud" |
| 1421 | p.Anchored = true |
| 1422 | p.Parent = model |
| 1423 | end |
| 1424 | do |
| 1425 | local p = Instance.new("Part") |
| 1426 | p.Shape = Enum.PartType.Ball |
| 1427 | p.Name = "TreeCanopy_20_A" |
| 1428 | p.Size = Vector3.new(5, 5, 5) |
| 1429 | p.CFrame = CFrame.new(6, 4.5, -8) |
| 1430 | p.BrickColor = BrickColor.new("White") |
| 1431 | p.Material = Enum.Material.Glacier |
| 1432 | p.MaterialVariant = "2022 Stud" |
| 1433 | p.Anchored = true |
| 1434 | p.Parent = model |
| 1435 | end |
| 1436 | do |
| 1437 | local p = Instance.new("Part") |
| 1438 | p.Shape = Enum.PartType.Ball |
| 1439 | p.Name = "TreeCanopy_20_B" |
| 1440 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1441 | p.CFrame = CFrame.new(7.5, 4, -6.5) |
| 1442 | p.BrickColor = BrickColor.new("White") |
| 1443 | p.Material = Enum.Material.Glacier |
| 1444 | p.MaterialVariant = "2022 Stud" |
| 1445 | p.Anchored = true |
| 1446 | p.Parent = model |
| 1447 | end |
| 1448 | do |
| 1449 | local p = Instance.new("Part") |
| 1450 | p.Shape = Enum.PartType.Ball |
| 1451 | p.Name = "TreeCanopy_20_C" |
| 1452 | p.Size = Vector3.new(4, 4, 4) |
| 1453 | p.CFrame = CFrame.new(4.5, 4, -9.5) |
| 1454 | p.BrickColor = BrickColor.new("White") |
| 1455 | p.Material = Enum.Material.Glacier |
| 1456 | p.MaterialVariant = "2022 Stud" |
| 1457 | p.Anchored = true |
| 1458 | p.Parent = model |
| 1459 | end |
| 1460 | do |
| 1461 | local p = Instance.new("Part") |
| 1462 | p.Shape = Enum.PartType.Cylinder |
| 1463 | p.Name = "TreeTrunk_21" |
| 1464 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 1465 | p.CFrame = CFrame.new(-16, 2, 12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1466 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1467 | p.Material = Enum.Material.Glacier |
| 1468 | p.MaterialVariant = "2022 Small Stud" |
| 1469 | p.Anchored = true |
| 1470 | p.Parent = model |
| 1471 | end |
| 1472 | do |
| 1473 | local p = Instance.new("Part") |
| 1474 | p.Shape = Enum.PartType.Ball |
| 1475 | p.Name = "TreeCanopy_21_A" |
| 1476 | p.Size = Vector3.new(5, 5, 5) |
| 1477 | p.CFrame = CFrame.new(-16, 4.5, 12) |
| 1478 | p.BrickColor = BrickColor.new("Pink") |
| 1479 | p.Material = Enum.Material.Glacier |
| 1480 | p.MaterialVariant = "2022 Stud" |
| 1481 | p.Anchored = true |
| 1482 | p.Parent = model |
| 1483 | end |
| 1484 | do |
| 1485 | local p = Instance.new("Part") |
| 1486 | p.Shape = Enum.PartType.Ball |
| 1487 | p.Name = "TreeCanopy_21_B" |
| 1488 | p.Size = Vector3.new(3.96, 3.96, 3.96) |
| 1489 | p.CFrame = CFrame.new(-14.5, 4, 13.5) |
| 1490 | p.BrickColor = BrickColor.new("Pink") |
| 1491 | p.Material = Enum.Material.Glacier |
| 1492 | p.MaterialVariant = "2022 Stud" |
| 1493 | p.Anchored = true |
| 1494 | p.Parent = model |
| 1495 | end |
| 1496 | do |
| 1497 | local p = Instance.new("Part") |
| 1498 | p.Shape = Enum.PartType.Ball |
| 1499 | p.Name = "TreeCanopy_21_C" |
| 1500 | p.Size = Vector3.new(4, 4, 4) |
| 1501 | p.CFrame = CFrame.new(-17.5, 4, 10.5) |
| 1502 | p.BrickColor = BrickColor.new("Pink") |
| 1503 | p.Material = Enum.Material.Glacier |
| 1504 | p.MaterialVariant = "2022 Stud" |
| 1505 | p.Anchored = true |
| 1506 | p.Parent = model |
| 1507 | end |
| 1508 | do |
| 1509 | local p = Instance.new("Part") |
| 1510 | p.Name = "FenceBack" |
| 1511 | p.Size = Vector3.new(55, 1, 0.5) |
| 1512 | p.CFrame = CFrame.new(0, 1.62, -27.5) |
| 1513 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1514 | p.Material = Enum.Material.Glacier |
| 1515 | p.MaterialVariant = "2022 Small Stud" |
| 1516 | p.Anchored = true |
| 1517 | p.Parent = model |
| 1518 | end |
| 1519 | do |
| 1520 | local p = Instance.new("Part") |
| 1521 | p.Name = "FenceFrontL" |
| 1522 | p.Size = Vector3.new(25, 1, 0.5) |
| 1523 | p.CFrame = CFrame.new(-15, 1.66, 27.5) |
| 1524 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1525 | p.Material = Enum.Material.Glacier |
| 1526 | p.MaterialVariant = "2022 Small Stud" |
| 1527 | p.Anchored = true |
| 1528 | p.Parent = model |
| 1529 | end |
| 1530 | do |
| 1531 | local p = Instance.new("Part") |
| 1532 | p.Name = "FenceFrontR" |
| 1533 | p.Size = Vector3.new(25, 1, 0.5) |
| 1534 | p.CFrame = CFrame.new(15, 1.66, 27.5) |
| 1535 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1536 | p.Material = Enum.Material.Glacier |
| 1537 | p.MaterialVariant = "2022 Small Stud" |
| 1538 | p.Anchored = true |
| 1539 | p.Parent = model |
| 1540 | end |
| 1541 | do |
| 1542 | local p = Instance.new("Part") |
| 1543 | p.Name = "FenceLeft" |
| 1544 | p.Size = Vector3.new(55, 1, 0.5) |
| 1545 | p.CFrame = CFrame.new(-27.5, 1.58, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 1546 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1547 | p.Material = Enum.Material.Glacier |
| 1548 | p.MaterialVariant = "2022 Small Stud" |
| 1549 | p.Anchored = true |
| 1550 | p.Parent = model |
| 1551 | end |
| 1552 | do |
| 1553 | local p = Instance.new("Part") |
| 1554 | p.Name = "FenceRight" |
| 1555 | p.Size = Vector3.new(55, 1, 0.5) |
| 1556 | p.CFrame = CFrame.new(27.5, 1.58, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 1557 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1558 | p.Material = Enum.Material.Glacier |
| 1559 | p.MaterialVariant = "2022 Small Stud" |
| 1560 | p.Anchored = true |
| 1561 | p.Parent = model |
| 1562 | end |
| 1563 | do |
| 1564 | local p = Instance.new("Part") |
| 1565 | p.Shape = Enum.PartType.Cylinder |
| 1566 | p.Name = "Lantern1_Base" |
| 1567 | p.Size = Vector3.new(1.5, 0.4, 0.4) |
| 1568 | p.CFrame = CFrame.new(-10, 1.5, 4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1569 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1570 | p.Material = Enum.Material.Glacier |
| 1571 | p.MaterialVariant = "2022 Inlet" |
| 1572 | p.Anchored = true |
| 1573 | p.Parent = model |
| 1574 | end |
| 1575 | do |
| 1576 | local p = Instance.new("Part") |
| 1577 | p.Name = "Lantern1_Top" |
| 1578 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 1579 | p.CFrame = CFrame.new(-10, 2.66, 4) |
| 1580 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1581 | p.Material = Enum.Material.Glacier |
| 1582 | p.MaterialVariant = "2022 Inlet" |
| 1583 | p.Anchored = true |
| 1584 | p.Parent = model |
| 1585 | end |
| 1586 | do |
| 1587 | local p = Instance.new("Part") |
| 1588 | p.Shape = Enum.PartType.Cylinder |
| 1589 | p.Name = "Lantern2_Base" |
| 1590 | p.Size = Vector3.new(1.5, 0.4, 0.4) |
| 1591 | p.CFrame = CFrame.new(6, 1.5, -4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1592 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1593 | p.Material = Enum.Material.Glacier |
| 1594 | p.MaterialVariant = "2022 Inlet" |
| 1595 | p.Anchored = true |
| 1596 | p.Parent = model |
| 1597 | end |
| 1598 | do |
| 1599 | local p = Instance.new("Part") |
| 1600 | p.Name = "Lantern2_Top" |
| 1601 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 1602 | p.CFrame = CFrame.new(6, 2.5, -4) |
| 1603 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1604 | p.Material = Enum.Material.Glacier |
| 1605 | p.MaterialVariant = "2022 Inlet" |
| 1606 | p.Anchored = true |
| 1607 | p.Parent = model |
| 1608 | end |
| 1609 | do |
| 1610 | local rightV = Vector3.new(0,0,1).Unit |
| 1611 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1612 | local normalV = upV:Cross(rightV) |
| 1613 | local pos = Vector3.new(-2, 0.5, -2) |
| 1614 | local cyl = Instance.new("Part") |
| 1615 | cyl.Shape = Enum.PartType.Cylinder |
| 1616 | cyl.Size = Vector3.new(3, 10, 10) |
| 1617 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1618 | cyl.BrickColor = BrickColor.new("Reddish brown") |
| 1619 | cyl.Material = Enum.Material.Glacier |
| 1620 | cyl.MaterialVariant = "2022 Small Stud" |
| 1621 | cyl.Anchored = true; cyl.Parent = workspace |
| 1622 | local cuts = {} |
| 1623 | local hole = Instance.new("Part") |
| 1624 | hole.Shape = Enum.PartType.Cylinder |
| 1625 | hole.Size = Vector3.new(3.2, 9, 9) |
| 1626 | hole.CFrame = cyl.CFrame |
| 1627 | hole.BrickColor = BrickColor.new("Reddish brown") |
| 1628 | hole.Material = Enum.Material.Glacier |
| 1629 | hole.MaterialVariant = "2022 Small Stud" |
| 1630 | hole.Anchored = true; hole.Parent = workspace |
| 1631 | table.insert(cuts, hole) |
| 1632 | local angBoxes = {} |
| 1633 | do |
| 1634 | local edgeDir = 0.866025*rightV + 0.5*upV |
| 1635 | local edgePerp = -0.5*rightV + 0.866025*upV |
| 1636 | local cut = Instance.new("Part") |
| 1637 | cut.Size = Vector3.new(20, 3.2, 20) |
| 1638 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 10 * edgePerp, edgeDir, normalV) |
| 1639 | cut.BrickColor = BrickColor.new("Reddish brown") |
| 1640 | cut.Material = Enum.Material.Glacier |
| 1641 | cut.MaterialVariant = "2022 Small Stud" |
| 1642 | cut.Anchored = true; cut.Parent = workspace |
| 1643 | table.insert(angBoxes, cut) |
| 1644 | end |
| 1645 | do |
| 1646 | local edgeDir = -0.866025*rightV + 0.5*upV |
| 1647 | local edgePerp = -0.5*rightV + -0.866025*upV |
| 1648 | local cut = Instance.new("Part") |
| 1649 | cut.Size = Vector3.new(20, 3.2, 20) |
| 1650 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 10 * edgePerp, edgeDir, normalV) |
| 1651 | cut.BrickColor = BrickColor.new("Reddish brown") |
| 1652 | cut.Material = Enum.Material.Glacier |
| 1653 | cut.MaterialVariant = "2022 Small Stud" |
| 1654 | cut.Anchored = true; cut.Parent = workspace |
| 1655 | table.insert(angBoxes, cut) |
| 1656 | end |
| 1657 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1658 | if #cuts > 0 then |
| 1659 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1660 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1661 | if ok and result then |
| 1662 | cyl:Destroy() |
| 1663 | result.Name = "WoodBridge"; result.Anchored = true; result.Parent = model |
| 1664 | else |
| 1665 | cyl.Name = "WoodBridge"; cyl.Parent = model |
| 1666 | end |
| 1667 | else |
| 1668 | cyl.Name = "WoodBridge"; cyl.Parent = model |
| 1669 | end |
| 1670 | end |
| 1671 | do |
| 1672 | local rightV = Vector3.new(1,0,1).Unit |
| 1673 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1674 | local normalV = upV:Cross(rightV) |
| 1675 | local pos = Vector3.new(-8, 0.5, 8) |
| 1676 | local cyl = Instance.new("Part") |
| 1677 | cyl.Shape = Enum.PartType.Cylinder |
| 1678 | cyl.Size = Vector3.new(3, 9, 9) |
| 1679 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1680 | cyl.BrickColor = BrickColor.new("Medium stone grey") |
| 1681 | cyl.Material = Enum.Material.Glacier |
| 1682 | cyl.MaterialVariant = "2022 Inlet" |
| 1683 | cyl.Anchored = true; cyl.Parent = workspace |
| 1684 | local cuts = {} |
| 1685 | local hole = Instance.new("Part") |
| 1686 | hole.Shape = Enum.PartType.Cylinder |
| 1687 | hole.Size = Vector3.new(3.2, 7, 7) |
| 1688 | hole.CFrame = cyl.CFrame |
| 1689 | hole.BrickColor = BrickColor.new("Medium stone grey") |
| 1690 | hole.Material = Enum.Material.Glacier |
| 1691 | hole.MaterialVariant = "2022 Inlet" |
| 1692 | hole.Anchored = true; hole.Parent = workspace |
| 1693 | table.insert(cuts, hole) |
| 1694 | local angBoxes = {} |
| 1695 | do |
| 1696 | local edgeDir = 0.766044*rightV + 0.642788*upV |
| 1697 | local edgePerp = -0.642788*rightV + 0.766044*upV |
| 1698 | local cut = Instance.new("Part") |
| 1699 | cut.Size = Vector3.new(18, 3.2, 18) |
| 1700 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 9 * edgePerp, edgeDir, normalV) |
| 1701 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 1702 | cut.Material = Enum.Material.Glacier |
| 1703 | cut.MaterialVariant = "2022 Inlet" |
| 1704 | cut.Anchored = true; cut.Parent = workspace |
| 1705 | table.insert(angBoxes, cut) |
| 1706 | end |
| 1707 | do |
| 1708 | local edgeDir = -0.766044*rightV + 0.642788*upV |
| 1709 | local edgePerp = -0.642788*rightV + -0.766044*upV |
| 1710 | local cut = Instance.new("Part") |
| 1711 | cut.Size = Vector3.new(18, 3.2, 18) |
| 1712 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 9 * edgePerp, edgeDir, normalV) |
| 1713 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 1714 | cut.Material = Enum.Material.Glacier |
| 1715 | cut.MaterialVariant = "2022 Inlet" |
| 1716 | cut.Anchored = true; cut.Parent = workspace |
| 1717 | table.insert(angBoxes, cut) |
| 1718 | end |
| 1719 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1720 | if #cuts > 0 then |
| 1721 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1722 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1723 | if ok and result then |
| 1724 | cyl:Destroy() |
| 1725 | result.Name = "StoneBridge"; result.Anchored = true; result.Parent = model |
| 1726 | else |
| 1727 | cyl.Name = "StoneBridge"; cyl.Parent = model |
| 1728 | end |
| 1729 | else |
| 1730 | cyl.Name = "StoneBridge"; cyl.Parent = model |
| 1731 | end |
| 1732 | end |
| 1733 | model.PrimaryPart = model:FindFirstChild("EarthBase") |
| 1734 | print("JapaneseGardenDiorama built: " .. #model:GetChildren() .. " parts") |
Loading comments...