Loading model...
by Đăng Hải · 3/26/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: VoxelLandscape |
| 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 = "VoxelLandscape" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Bright blue"] = "2022 Universal", |
| 26 | ["Bright green"] = "2022 Stud", |
| 27 | ["Brown"] = "2022 Stud", |
| 28 | ["Cyan"] = "2022 Stud", |
| 29 | ["Dark stone grey"] = "2022 Stud", |
| 30 | ["Earth green"] = "2022 Stud", |
| 31 | ["Institutional white"] = "2022 Stud", |
| 32 | ["Reddish brown"] = "2022 Small Stud", |
| 33 | } |
| 34 | do |
| 35 | local p = Instance.new("Part") |
| 36 | p.Name = "BaseWater" |
| 37 | p.Size = Vector3.new(40, 1, 40) |
| 38 | p.CFrame = CFrame.new(0, 0, 0) |
| 39 | p.BrickColor = BrickColor.new("Bright blue") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Universal" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Name = "BeachLeft" |
| 48 | p.Size = Vector3.new(10, 1, 15) |
| 49 | p.CFrame = CFrame.new(-15.04, 0.5, -10.04) |
| 50 | p.BrickColor = BrickColor.new("Brick yellow") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Stud" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Name = "GrassLeft1" |
| 59 | p.Size = Vector3.new(8, 1, 12) |
| 60 | p.CFrame = CFrame.new(-16.04, 1.54, -12.04) |
| 61 | p.BrickColor = BrickColor.new("Earth green") |
| 62 | p.Material = Enum.Material.Glacier |
| 63 | p.MaterialVariant = "2022 Stud" |
| 64 | p.Anchored = true |
| 65 | p.Parent = model |
| 66 | end |
| 67 | do |
| 68 | local p = Instance.new("Part") |
| 69 | p.Name = "GrassLeft2" |
| 70 | p.Size = Vector3.new(6, 1, 10) |
| 71 | p.CFrame = CFrame.new(-17, 2.58, -14) |
| 72 | p.BrickColor = BrickColor.new("Earth green") |
| 73 | p.Material = Enum.Material.Glacier |
| 74 | p.MaterialVariant = "2022 Stud" |
| 75 | p.Anchored = true |
| 76 | p.Parent = model |
| 77 | end |
| 78 | do |
| 79 | local p = Instance.new("Part") |
| 80 | p.Name = "GrassRight1" |
| 81 | p.Size = Vector3.new(10, 1, 15) |
| 82 | p.CFrame = CFrame.new(15.04, 0.54, -10.04) |
| 83 | p.BrickColor = BrickColor.new("Earth green") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Stud" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Name = "GrassRight2" |
| 92 | p.Size = Vector3.new(8, 1, 12) |
| 93 | p.CFrame = CFrame.new(16, 1.58, -12) |
| 94 | p.BrickColor = BrickColor.new("Earth green") |
| 95 | p.Material = Enum.Material.Glacier |
| 96 | p.MaterialVariant = "2022 Stud" |
| 97 | p.Anchored = true |
| 98 | p.Parent = model |
| 99 | end |
| 100 | do |
| 101 | local p = Instance.new("Part") |
| 102 | p.Name = "CliffBaseLeft" |
| 103 | p.Size = Vector3.new(15, 4, 15) |
| 104 | p.CFrame = CFrame.new(-10, 1, 5) |
| 105 | p.BrickColor = BrickColor.new("Reddish brown") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Small Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Name = "CliffMidLeft" |
| 114 | p.Size = Vector3.new(12, 3, 12) |
| 115 | p.CFrame = CFrame.new(-12, 5, 7) |
| 116 | p.BrickColor = BrickColor.new("Reddish brown") |
| 117 | p.Material = Enum.Material.Glacier |
| 118 | p.MaterialVariant = "2022 Small Stud" |
| 119 | p.Anchored = true |
| 120 | p.Parent = model |
| 121 | end |
| 122 | do |
| 123 | local p = Instance.new("Part") |
| 124 | p.Name = "CliffTopLeft" |
| 125 | p.Size = Vector3.new(12, 1, 12) |
| 126 | p.CFrame = CFrame.new(-12, 8, 7) |
| 127 | p.BrickColor = BrickColor.new("Earth green") |
| 128 | p.Material = Enum.Material.Glacier |
| 129 | p.MaterialVariant = "2022 Stud" |
| 130 | p.Anchored = true |
| 131 | p.Parent = model |
| 132 | end |
| 133 | do |
| 134 | local p = Instance.new("Part") |
| 135 | p.Name = "CliffBaseRight" |
| 136 | p.Size = Vector3.new(15, 4, 15) |
| 137 | p.CFrame = CFrame.new(10, 1, 5) |
| 138 | p.BrickColor = BrickColor.new("Reddish brown") |
| 139 | p.Material = Enum.Material.Glacier |
| 140 | p.MaterialVariant = "2022 Small Stud" |
| 141 | p.Anchored = true |
| 142 | p.Parent = model |
| 143 | end |
| 144 | do |
| 145 | local p = Instance.new("Part") |
| 146 | p.Name = "CliffMidRight" |
| 147 | p.Size = Vector3.new(12, 3, 12) |
| 148 | p.CFrame = CFrame.new(12, 5, 7) |
| 149 | p.BrickColor = BrickColor.new("Reddish brown") |
| 150 | p.Material = Enum.Material.Glacier |
| 151 | p.MaterialVariant = "2022 Small Stud" |
| 152 | p.Anchored = true |
| 153 | p.Parent = model |
| 154 | end |
| 155 | do |
| 156 | local p = Instance.new("Part") |
| 157 | p.Name = "CliffTopRight" |
| 158 | p.Size = Vector3.new(12, 1, 12) |
| 159 | p.CFrame = CFrame.new(12, 8, 7) |
| 160 | p.BrickColor = BrickColor.new("Earth green") |
| 161 | p.Material = Enum.Material.Glacier |
| 162 | p.MaterialVariant = "2022 Stud" |
| 163 | p.Anchored = true |
| 164 | p.Parent = model |
| 165 | end |
| 166 | do |
| 167 | local p = Instance.new("Part") |
| 168 | p.Name = "MountainBaseLeft" |
| 169 | p.Size = Vector3.new(10, 4, 10) |
| 170 | p.CFrame = CFrame.new(-15, 9, 15) |
| 171 | p.BrickColor = BrickColor.new("Earth green") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Stud" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "MountainMidLeft" |
| 180 | p.Size = Vector3.new(8, 3, 8) |
| 181 | p.CFrame = CFrame.new(-16, 13, 16) |
| 182 | p.BrickColor = BrickColor.new("Earth green") |
| 183 | p.Material = Enum.Material.Glacier |
| 184 | p.MaterialVariant = "2022 Stud" |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Name = "MountainTopLeft" |
| 191 | p.Size = Vector3.new(6, 2, 6) |
| 192 | p.CFrame = CFrame.new(-17, 16, 17) |
| 193 | p.BrickColor = BrickColor.new("Earth green") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Stud" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | do |
| 200 | local p = Instance.new("Part") |
| 201 | p.Name = "MountainBaseRight" |
| 202 | p.Size = Vector3.new(10, 4, 10) |
| 203 | p.CFrame = CFrame.new(15, 9, 15) |
| 204 | p.BrickColor = BrickColor.new("Earth green") |
| 205 | p.Material = Enum.Material.Glacier |
| 206 | p.MaterialVariant = "2022 Stud" |
| 207 | p.Anchored = true |
| 208 | p.Parent = model |
| 209 | end |
| 210 | do |
| 211 | local p = Instance.new("Part") |
| 212 | p.Name = "MountainMidRight" |
| 213 | p.Size = Vector3.new(8, 3, 8) |
| 214 | p.CFrame = CFrame.new(16, 13, 16) |
| 215 | p.BrickColor = BrickColor.new("Earth green") |
| 216 | p.Material = Enum.Material.Glacier |
| 217 | p.MaterialVariant = "2022 Stud" |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("Part") |
| 223 | p.Name = "MountainTopRight" |
| 224 | p.Size = Vector3.new(6, 2, 6) |
| 225 | p.CFrame = CFrame.new(17, 16, 17) |
| 226 | p.BrickColor = BrickColor.new("Earth green") |
| 227 | p.Material = Enum.Material.Glacier |
| 228 | p.MaterialVariant = "2022 Stud" |
| 229 | p.Anchored = true |
| 230 | p.Parent = model |
| 231 | end |
| 232 | do |
| 233 | local p = Instance.new("Part") |
| 234 | p.Name = "SnowPeakBase" |
| 235 | p.Size = Vector3.new(8, 4, 8) |
| 236 | p.CFrame = CFrame.new(10, 9.04, 18) |
| 237 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 238 | p.Material = Enum.Material.Glacier |
| 239 | p.MaterialVariant = "2022 Stud" |
| 240 | p.Anchored = true |
| 241 | p.Parent = model |
| 242 | end |
| 243 | do |
| 244 | local p = Instance.new("Part") |
| 245 | p.Name = "SnowPeakMid" |
| 246 | p.Size = Vector3.new(6, 3, 6) |
| 247 | p.CFrame = CFrame.new(10, 13.04, 18) |
| 248 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 249 | p.Material = Enum.Material.Glacier |
| 250 | p.MaterialVariant = "2022 Stud" |
| 251 | p.Anchored = true |
| 252 | p.Parent = model |
| 253 | end |
| 254 | do |
| 255 | local p = Instance.new("Part") |
| 256 | p.Name = "SnowPeakTop" |
| 257 | p.Size = Vector3.new(4, 2, 4) |
| 258 | p.CFrame = CFrame.new(10, 16, 18) |
| 259 | p.BrickColor = BrickColor.new("Institutional white") |
| 260 | p.Material = Enum.Material.Glacier |
| 261 | p.MaterialVariant = "2022 Stud" |
| 262 | p.Anchored = true |
| 263 | p.Parent = model |
| 264 | end |
| 265 | do |
| 266 | local p = Instance.new("Part") |
| 267 | p.Name = "RiverUpper" |
| 268 | p.Size = Vector3.new(6, 0.5, 10) |
| 269 | p.CFrame = CFrame.new(0, 8.5, 12) |
| 270 | p.BrickColor = BrickColor.new("Bright blue") |
| 271 | p.Material = Enum.Material.Glacier |
| 272 | p.MaterialVariant = "2022 Universal" |
| 273 | p.Anchored = true |
| 274 | p.Parent = model |
| 275 | end |
| 276 | do |
| 277 | local p = Instance.new("Part") |
| 278 | p.Name = "Waterfall1" |
| 279 | p.Size = Vector3.new(6, 4, 0.5) |
| 280 | p.CFrame = CFrame.new(0.04, 6.5, 7) |
| 281 | p.BrickColor = BrickColor.new("Cyan") |
| 282 | p.Material = Enum.Material.Glacier |
| 283 | p.MaterialVariant = "2022 Stud" |
| 284 | p.Anchored = true |
| 285 | p.Parent = model |
| 286 | end |
| 287 | do |
| 288 | local p = Instance.new("Part") |
| 289 | p.Name = "RiverMid" |
| 290 | p.Size = Vector3.new(8, 0.5, 6) |
| 291 | p.CFrame = CFrame.new(0, 4.5, 4) |
| 292 | p.BrickColor = BrickColor.new("Bright blue") |
| 293 | p.Material = Enum.Material.Glacier |
| 294 | p.MaterialVariant = "2022 Universal" |
| 295 | p.Anchored = true |
| 296 | p.Parent = model |
| 297 | end |
| 298 | do |
| 299 | local p = Instance.new("Part") |
| 300 | p.Name = "Waterfall2" |
| 301 | p.Size = Vector3.new(8, 4, 0.5) |
| 302 | p.CFrame = CFrame.new(0.04, 2.54, 1) |
| 303 | p.BrickColor = BrickColor.new("Cyan") |
| 304 | p.Material = Enum.Material.Glacier |
| 305 | p.MaterialVariant = "2022 Stud" |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Name = "RiverLower" |
| 312 | p.Size = Vector3.new(10, 0.5, 6) |
| 313 | p.CFrame = CFrame.new(10, 0.5, -5) |
| 314 | p.BrickColor = BrickColor.new("Bright blue") |
| 315 | p.Material = Enum.Material.Glacier |
| 316 | p.MaterialVariant = "2022 Universal" |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Name = "Rock1" |
| 323 | p.Size = Vector3.new(2, 1.5, 2) |
| 324 | p.CFrame = CFrame.new(-5, 0.5, -2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 325 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 326 | p.Material = Enum.Material.Glacier |
| 327 | p.MaterialVariant = "2022 Stud" |
| 328 | p.Anchored = true |
| 329 | p.Parent = model |
| 330 | end |
| 331 | do |
| 332 | local p = Instance.new("Part") |
| 333 | p.Name = "Rock2" |
| 334 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 335 | p.CFrame = CFrame.new(-3, 0.5, -1) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 336 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 337 | p.Material = Enum.Material.Glacier |
| 338 | p.MaterialVariant = "2022 Stud" |
| 339 | p.Anchored = true |
| 340 | p.Parent = model |
| 341 | end |
| 342 | do |
| 343 | local p = Instance.new("Part") |
| 344 | p.Name = "Rock3" |
| 345 | p.Size = Vector3.new(2.5, 2, 2.5) |
| 346 | p.CFrame = CFrame.new(4, 0.54, -3) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)) |
| 347 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 348 | p.Material = Enum.Material.Glacier |
| 349 | p.MaterialVariant = "2022 Stud" |
| 350 | p.Anchored = true |
| 351 | p.Parent = model |
| 352 | end |
| 353 | do |
| 354 | local p = Instance.new("Part") |
| 355 | p.Name = "Rock4" |
| 356 | p.Size = Vector3.new(1.5, 1.2, 1.5) |
| 357 | p.CFrame = CFrame.new(6, 0.5, -2) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 358 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 359 | p.Material = Enum.Material.Glacier |
| 360 | p.MaterialVariant = "2022 Stud" |
| 361 | p.Anchored = true |
| 362 | p.Parent = model |
| 363 | end |
| 364 | do |
| 365 | local p = Instance.new("Part") |
| 366 | p.Name = "Tree1_Trunk" |
| 367 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 368 | p.CFrame = CFrame.new(-14, 2.62, -12) |
| 369 | p.BrickColor = BrickColor.new("Brown") |
| 370 | p.Material = Enum.Material.Glacier |
| 371 | p.MaterialVariant = "2022 Stud" |
| 372 | p.Anchored = true |
| 373 | p.Parent = model |
| 374 | end |
| 375 | do |
| 376 | local p = Instance.new("Part") |
| 377 | p.Name = "Tree1_Leaves1" |
| 378 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 379 | p.CFrame = CFrame.new(-14, 3.54, -12) |
| 380 | p.BrickColor = BrickColor.new("Bright green") |
| 381 | p.Material = Enum.Material.Glacier |
| 382 | p.MaterialVariant = "2022 Stud" |
| 383 | p.Anchored = true |
| 384 | p.Parent = model |
| 385 | end |
| 386 | do |
| 387 | local p = Instance.new("Part") |
| 388 | p.Name = "Tree1_Leaves2" |
| 389 | p.Size = Vector3.new(1, 1, 1) |
| 390 | p.CFrame = CFrame.new(-14, 4.58, -12) |
| 391 | p.BrickColor = BrickColor.new("Bright green") |
| 392 | p.Material = Enum.Material.Glacier |
| 393 | p.MaterialVariant = "2022 Stud" |
| 394 | p.Anchored = true |
| 395 | p.Parent = model |
| 396 | end |
| 397 | do |
| 398 | local p = Instance.new("Part") |
| 399 | p.Name = "Tree2_Trunk" |
| 400 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 401 | p.CFrame = CFrame.new(-16, 3.46, -14) |
| 402 | p.BrickColor = BrickColor.new("Brown") |
| 403 | p.Material = Enum.Material.Glacier |
| 404 | p.MaterialVariant = "2022 Stud" |
| 405 | p.Anchored = true |
| 406 | p.Parent = model |
| 407 | end |
| 408 | do |
| 409 | local p = Instance.new("Part") |
| 410 | p.Name = "Tree2_Leaves1" |
| 411 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 412 | p.CFrame = CFrame.new(-16, 4.5, -14) |
| 413 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Tree2_Leaves2" |
| 422 | p.Size = Vector3.new(1, 1, 1) |
| 423 | p.CFrame = CFrame.new(-16, 5.54, -14) |
| 424 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Tree3_Trunk" |
| 433 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 434 | p.CFrame = CFrame.new(14, 2.46, -12) |
| 435 | p.BrickColor = BrickColor.new("Brown") |
| 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 = "Tree3_Leaves1" |
| 444 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 445 | p.CFrame = CFrame.new(14, 3.5, -12) |
| 446 | p.BrickColor = BrickColor.new("Bright green") |
| 447 | p.Material = Enum.Material.Glacier |
| 448 | p.MaterialVariant = "2022 Stud" |
| 449 | p.Anchored = true |
| 450 | p.Parent = model |
| 451 | end |
| 452 | do |
| 453 | local p = Instance.new("Part") |
| 454 | p.Name = "Tree3_Leaves2" |
| 455 | p.Size = Vector3.new(1, 1, 1) |
| 456 | p.CFrame = CFrame.new(14, 4.54, -12) |
| 457 | p.BrickColor = BrickColor.new("Bright green") |
| 458 | p.Material = Enum.Material.Glacier |
| 459 | p.MaterialVariant = "2022 Stud" |
| 460 | p.Anchored = true |
| 461 | p.Parent = model |
| 462 | end |
| 463 | do |
| 464 | local p = Instance.new("Part") |
| 465 | p.Name = "Tree4_Trunk" |
| 466 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 467 | p.CFrame = CFrame.new(16, 3.46, -14) |
| 468 | p.BrickColor = BrickColor.new("Brown") |
| 469 | p.Material = Enum.Material.Glacier |
| 470 | p.MaterialVariant = "2022 Stud" |
| 471 | p.Anchored = true |
| 472 | p.Parent = model |
| 473 | end |
| 474 | do |
| 475 | local p = Instance.new("Part") |
| 476 | p.Name = "Tree4_Leaves1" |
| 477 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 478 | p.CFrame = CFrame.new(16, 4.5, -14) |
| 479 | p.BrickColor = BrickColor.new("Bright green") |
| 480 | p.Material = Enum.Material.Glacier |
| 481 | p.MaterialVariant = "2022 Stud" |
| 482 | p.Anchored = true |
| 483 | p.Parent = model |
| 484 | end |
| 485 | do |
| 486 | local p = Instance.new("Part") |
| 487 | p.Name = "Tree4_Leaves2" |
| 488 | p.Size = Vector3.new(1, 1, 1) |
| 489 | p.CFrame = CFrame.new(16, 5.54, -14) |
| 490 | p.BrickColor = BrickColor.new("Bright green") |
| 491 | p.Material = Enum.Material.Glacier |
| 492 | p.MaterialVariant = "2022 Stud" |
| 493 | p.Anchored = true |
| 494 | p.Parent = model |
| 495 | end |
| 496 | do |
| 497 | local p = Instance.new("Part") |
| 498 | p.Name = "Tree5_Trunk" |
| 499 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 500 | p.CFrame = CFrame.new(-8, 9.46, 10) |
| 501 | p.BrickColor = BrickColor.new("Brown") |
| 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 = "Tree5_Leaves1" |
| 510 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 511 | p.CFrame = CFrame.new(-8, 10.5, 10) |
| 512 | p.BrickColor = BrickColor.new("Bright 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.Name = "Tree5_Leaves2" |
| 521 | p.Size = Vector3.new(1, 1, 1) |
| 522 | p.CFrame = CFrame.new(-8, 11.54, 10) |
| 523 | p.BrickColor = BrickColor.new("Bright green") |
| 524 | p.Material = Enum.Material.Glacier |
| 525 | p.MaterialVariant = "2022 Stud" |
| 526 | p.Anchored = true |
| 527 | p.Parent = model |
| 528 | end |
| 529 | do |
| 530 | local p = Instance.new("Part") |
| 531 | p.Name = "Tree6_Trunk" |
| 532 | p.Size = Vector3.new(0.5, 1, 0.5) |
| 533 | p.CFrame = CFrame.new(8, 9.46, 10) |
| 534 | p.BrickColor = BrickColor.new("Brown") |
| 535 | p.Material = Enum.Material.Glacier |
| 536 | p.MaterialVariant = "2022 Stud" |
| 537 | p.Anchored = true |
| 538 | p.Parent = model |
| 539 | end |
| 540 | do |
| 541 | local p = Instance.new("Part") |
| 542 | p.Name = "Tree6_Leaves1" |
| 543 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 544 | p.CFrame = CFrame.new(8, 10.5, 10) |
| 545 | p.BrickColor = BrickColor.new("Bright green") |
| 546 | p.Material = Enum.Material.Glacier |
| 547 | p.MaterialVariant = "2022 Stud" |
| 548 | p.Anchored = true |
| 549 | p.Parent = model |
| 550 | end |
| 551 | do |
| 552 | local p = Instance.new("Part") |
| 553 | p.Name = "Tree6_Leaves2" |
| 554 | p.Size = Vector3.new(1, 1, 1) |
| 555 | p.CFrame = CFrame.new(8, 11.54, 10) |
| 556 | p.BrickColor = BrickColor.new("Bright green") |
| 557 | p.Material = Enum.Material.Glacier |
| 558 | p.MaterialVariant = "2022 Stud" |
| 559 | p.Anchored = true |
| 560 | p.Parent = model |
| 561 | end |
| 562 | do |
| 563 | local p = Instance.new("Part") |
| 564 | p.Name = "Boat1" |
| 565 | p.Size = Vector3.new(2, 0.5, 1) |
| 566 | p.CFrame = CFrame.new(-2, 0.5, -8) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 567 | p.BrickColor = BrickColor.new("Brown") |
| 568 | p.Material = Enum.Material.Glacier |
| 569 | p.MaterialVariant = "2022 Stud" |
| 570 | p.Anchored = true |
| 571 | p.Parent = model |
| 572 | end |
| 573 | do |
| 574 | local p = Instance.new("Part") |
| 575 | p.Name = "Boat2" |
| 576 | p.Size = Vector3.new(2, 0.5, 1) |
| 577 | p.CFrame = CFrame.new(2, 0.5, -10) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 578 | p.BrickColor = BrickColor.new("Brown") |
| 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.Name = "DockBase" |
| 587 | p.Size = Vector3.new(4, 0.2, 1.5) |
| 588 | p.CFrame = CFrame.new(-10, 0.8, -8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 589 | p.BrickColor = BrickColor.new("Brown") |
| 590 | p.Material = Enum.Material.Glacier |
| 591 | p.MaterialVariant = "2022 Stud" |
| 592 | p.Anchored = true |
| 593 | p.Parent = model |
| 594 | end |
| 595 | do |
| 596 | local p = Instance.new("Part") |
| 597 | p.Name = "DockPost1" |
| 598 | p.Size = Vector3.new(0.2, 1, 0.2) |
| 599 | p.CFrame = CFrame.new(-11.5, 0.36, -7.5) |
| 600 | p.BrickColor = BrickColor.new("Brown") |
| 601 | p.Material = Enum.Material.Glacier |
| 602 | p.MaterialVariant = "2022 Stud" |
| 603 | p.Anchored = true |
| 604 | p.Parent = model |
| 605 | end |
| 606 | do |
| 607 | local p = Instance.new("Part") |
| 608 | p.Name = "DockPost2" |
| 609 | p.Size = Vector3.new(0.2, 1, 0.2) |
| 610 | p.CFrame = CFrame.new(-8.5, 0.36, -8.5) |
| 611 | p.BrickColor = BrickColor.new("Brown") |
| 612 | p.Material = Enum.Material.Glacier |
| 613 | p.MaterialVariant = "2022 Stud" |
| 614 | p.Anchored = true |
| 615 | p.Parent = model |
| 616 | end |
| 617 | model.PrimaryPart = model:FindFirstChild("BaseWater") |
| 618 | print("VoxelLandscape built: " .. #model:GetChildren() .. " parts") |
Loading comments...