Loading model...
by kavita Sharma · 4/8/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: MapDecoration_IslandTree |
| 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 = "MapDecoration_IslandTree" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright red"] = "2022 Stud", |
| 26 | ["Bright yellow"] = "2022 Big Stud", |
| 27 | ["Medium stone grey"] = "2022 Inlet", |
| 28 | ["Reddish brown"] = "2022 Small Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "Base_Sand_Main" |
| 33 | p.Size = Vector3.new(16, 2, 14) |
| 34 | p.CFrame = CFrame.new(0, 1, 0) |
| 35 | p.BrickColor = BrickColor.new("Bright yellow") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Big Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "Base_Sand_Side1" |
| 44 | p.Size = Vector3.new(10, 2, 4) |
| 45 | p.CFrame = CFrame.new(0, 1.04, 7) |
| 46 | p.BrickColor = BrickColor.new("Bright yellow") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Big Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "Base_Sand_Side2" |
| 55 | p.Size = Vector3.new(4, 2, 8) |
| 56 | p.CFrame = CFrame.new(-7, 1.04, 0) |
| 57 | p.BrickColor = BrickColor.new("Bright yellow") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Big Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "Base_Grass_Main" |
| 66 | p.Size = Vector3.new(14, 2, 12) |
| 67 | p.CFrame = CFrame.new(0, 3.04, 0) |
| 68 | p.BrickColor = BrickColor.new("Bright green") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "Base_Grass_Side1" |
| 77 | p.Size = Vector3.new(8, 2, 4) |
| 78 | p.CFrame = CFrame.new(0, 3.08, 6) |
| 79 | p.BrickColor = BrickColor.new("Bright green") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "Base_Grass_Side2" |
| 88 | p.Size = Vector3.new(4, 2, 6) |
| 89 | p.CFrame = CFrame.new(-6, 3.08, 0) |
| 90 | p.BrickColor = BrickColor.new("Bright green") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Stud" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "Grass_Detail_0" |
| 99 | p.Size = Vector3.new(1, 0.1, 1) |
| 100 | p.CFrame = CFrame.new(3, 4.13, 3) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 101 | p.BrickColor = BrickColor.new("Bright red") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "Grass_Detail_1" |
| 110 | p.Size = Vector3.new(1, 0.1, 1) |
| 111 | p.CFrame = CFrame.new(-3, 4.17, 4) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 112 | p.BrickColor = BrickColor.new("Bright red") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "Grass_Detail_2" |
| 121 | p.Size = Vector3.new(1, 0.1, 1) |
| 122 | p.CFrame = CFrame.new(4, 4.13, -2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 123 | p.BrickColor = BrickColor.new("Bright red") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Stud" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "Grass_Detail_3" |
| 132 | p.Size = Vector3.new(1, 0.1, 1) |
| 133 | p.CFrame = CFrame.new(-2, 4.13, -4) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 134 | p.BrickColor = BrickColor.new("Bright red") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "Grass_Detail_4" |
| 143 | p.Size = Vector3.new(1, 0.1, 1) |
| 144 | p.CFrame = CFrame.new(0, 4.17, 6) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 145 | p.BrickColor = BrickColor.new("Bright red") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Stud" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Grass_Detail_5" |
| 154 | p.Size = Vector3.new(1, 0.1, 1) |
| 155 | p.CFrame = CFrame.new(-5, 4.17, 1) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 156 | p.BrickColor = BrickColor.new("Bright red") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Stud" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "Grass_Detail_6" |
| 165 | p.Size = Vector3.new(1, 0.1, 1) |
| 166 | p.CFrame = CFrame.new(2, 4.13, -5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 167 | p.BrickColor = BrickColor.new("Bright red") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Stud" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "Tree_Trunk_Base" |
| 176 | p.Size = Vector3.new(2, 4, 2) |
| 177 | p.CFrame = CFrame.new(-2, 6.08, -2) |
| 178 | p.BrickColor = BrickColor.new("Reddish brown") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Small Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "Tree_Trunk_Mid" |
| 187 | p.Size = Vector3.new(1.6, 3, 1.6) |
| 188 | p.CFrame = CFrame.new(-2, 9.62, -2) |
| 189 | p.BrickColor = BrickColor.new("Reddish brown") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Small Stud" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "Tree_Leaves_Tier1" |
| 198 | p.Size = Vector3.new(8, 3, 8) |
| 199 | p.CFrame = CFrame.new(-2, 12, -2) |
| 200 | p.BrickColor = BrickColor.new("Bright green") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Stud" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "Tree_Leaves_Tier2" |
| 209 | p.Size = Vector3.new(6, 2, 6) |
| 210 | p.CFrame = CFrame.new(-2, 14.54, -2) |
| 211 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Tree_Leaves_Tier3" |
| 220 | p.Size = Vector3.new(4, 2, 4) |
| 221 | p.CFrame = CFrame.new(-2, 16, -2) |
| 222 | p.BrickColor = BrickColor.new("Bright green") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Stud" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "Dock_Support1" |
| 231 | p.Size = Vector3.new(2, 3, 0.5) |
| 232 | p.CFrame = CFrame.new(8.04, 1.54, 0) |
| 233 | p.BrickColor = BrickColor.new("Reddish brown") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Small Stud" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "Dock_Support2" |
| 242 | p.Size = Vector3.new(2, 3, 0.5) |
| 243 | p.CFrame = CFrame.new(11, 1.46, 0) |
| 244 | p.BrickColor = BrickColor.new("Reddish brown") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Small Stud" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "Dock_Plank1" |
| 253 | p.Size = Vector3.new(1.5, 0.5, 4) |
| 254 | p.CFrame = CFrame.new(7.5, 3.25, 0) |
| 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 = "Dock_Plank2" |
| 264 | p.Size = Vector3.new(1.5, 0.5, 4) |
| 265 | p.CFrame = CFrame.new(9.25, 3.25, 0) |
| 266 | p.BrickColor = BrickColor.new("Reddish brown") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Small Stud" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "Dock_Plank3" |
| 275 | p.Size = Vector3.new(1.5, 0.5, 4) |
| 276 | p.CFrame = CFrame.new(11, 3.25, 0) |
| 277 | p.BrickColor = BrickColor.new("Reddish brown") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Small Stud" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "Dock_Plank4" |
| 286 | p.Size = Vector3.new(1.5, 0.5, 4) |
| 287 | p.CFrame = CFrame.new(12.75, 3.25, 0) |
| 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 = "Rock_Large" |
| 297 | p.Size = Vector3.new(2, 1.5, 2) |
| 298 | p.CFrame = CFrame.new(4, 4.5, 3) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 299 | p.BrickColor = BrickColor.new("Medium 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.Name = "Rock_Small" |
| 308 | p.Size = Vector3.new(1, 1, 1.2) |
| 309 | p.CFrame = CFrame.new(5, 4.3, 4) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 310 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Inlet" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | model.PrimaryPart = model:FindFirstChild("Base_Grass_Main") |
| 317 | print("MapDecoration_IslandTree built: " .. #model:GetChildren() .. " parts") |
Loading comments...