Loading model...
by Marlito Bombito · 6/21/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: BananaTree |
| 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 = "BananaTree" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright yellow"] = "2022 Big Stud", |
| 26 | ["Dark green"] = "2022 Stud", |
| 27 | ["Reddish brown"] = "2022 Small Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "TrunkBase" |
| 32 | p.Size = Vector3.new(1.6, 4, 1.6) |
| 33 | p.CFrame = CFrame.new(0, 2, 0) |
| 34 | p.BrickColor = BrickColor.new("Reddish brown") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Small Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "TrunkMid" |
| 43 | p.Size = Vector3.new(1.4, 3, 1.4) |
| 44 | p.CFrame = CFrame.new(0, 5.54, 0) |
| 45 | p.BrickColor = BrickColor.new("Reddish brown") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Small Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "TrunkTop" |
| 54 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 55 | p.CFrame = CFrame.new(0, 7.58, 0) |
| 56 | p.BrickColor = BrickColor.new("Reddish brown") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Small Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "Crown" |
| 65 | p.Size = Vector3.new(1.8, 1.2, 1.8) |
| 66 | p.CFrame = CFrame.new(0, 8.5, 0) |
| 67 | p.BrickColor = BrickColor.new("Dark green") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "Leaf_0_1" |
| 76 | p.Size = Vector3.new(2.03961, 1.6, 0.4) |
| 77 | p.CFrame = CFrame.new(1.5, 9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(11.3099)) |
| 78 | p.BrickColor = BrickColor.new("Bright green") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Stud" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "Leaf_0_2" |
| 87 | p.Size = Vector3.new(2.77309, 1.6, 0.4) |
| 88 | p.CFrame = CFrame.new(3.75, 8.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-25.641)) |
| 89 | p.BrickColor = BrickColor.new("Bright green") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "Leaf_0_3" |
| 98 | p.Size = Vector3.new(3.60555, 1.6, 0.4) |
| 99 | p.CFrame = CFrame.new(6, 6.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-56.3099)) |
| 100 | p.BrickColor = BrickColor.new("Bright green") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "Banana_0_1" |
| 109 | p.Size = Vector3.new(1.3, 0.5, 0.5) |
| 110 | p.CFrame = CFrame.new(1.15, 7.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-67.3801)) |
| 111 | p.BrickColor = BrickColor.new("Bright yellow") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Big Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "Banana_0_2" |
| 120 | p.Size = Vector3.new(1.17473, 0.4, 0.4) |
| 121 | p.CFrame = CFrame.new(0.9, 7.45, -0.45) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-69.4526)) |
| 122 | p.BrickColor = BrickColor.new("Bright yellow") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Big Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "Leaf_1_1" |
| 131 | p.Size = Vector3.new(2.03961, 1.6, 0.4) |
| 132 | p.CFrame = CFrame.new(0, 9, 1.5) * CFrame.Angles(math.rad(-11.3099), math.rad(-90), math.rad(0)) |
| 133 | p.BrickColor = BrickColor.new("Bright green") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Stud" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "Leaf_1_2" |
| 142 | p.Size = Vector3.new(2.77309, 1.6, 0.4) |
| 143 | p.CFrame = CFrame.new(0, 8.6, 3.75) * CFrame.Angles(math.rad(25.641), math.rad(-90), math.rad(0)) |
| 144 | p.BrickColor = BrickColor.new("Bright green") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "Leaf_1_3" |
| 153 | p.Size = Vector3.new(3.60555, 1.6, 0.4) |
| 154 | p.CFrame = CFrame.new(0, 6.5, 6) * CFrame.Angles(math.rad(56.3099), math.rad(-90), math.rad(0)) |
| 155 | p.BrickColor = BrickColor.new("Bright green") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "Banana_1_1" |
| 164 | p.Size = Vector3.new(1.3, 0.5, 0.5) |
| 165 | p.CFrame = CFrame.new(0, 7.4, 1.15) * CFrame.Angles(math.rad(67.3801), math.rad(-90), math.rad(0)) |
| 166 | p.BrickColor = BrickColor.new("Bright yellow") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Big Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "Banana_1_2" |
| 175 | p.Size = Vector3.new(1.17473, 0.4, 0.4) |
| 176 | p.CFrame = CFrame.new(0.45, 7.45, 0.9) * CFrame.Angles(math.rad(0), math.rad(-75.9638), math.rad(-69.4526)) |
| 177 | p.BrickColor = BrickColor.new("Bright yellow") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Big Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "Leaf_2_1" |
| 186 | p.Size = Vector3.new(2.03961, 1.6, 0.4) |
| 187 | p.CFrame = CFrame.new(-1.5, 9, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-168.69)) |
| 188 | p.BrickColor = BrickColor.new("Bright green") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "Leaf_2_2" |
| 197 | p.Size = Vector3.new(2.77309, 1.6, 0.4) |
| 198 | p.CFrame = CFrame.new(-3.75, 8.6, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(154.359)) |
| 199 | p.BrickColor = BrickColor.new("Bright green") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "Leaf_2_3" |
| 208 | p.Size = Vector3.new(3.60555, 1.6, 0.4) |
| 209 | p.CFrame = CFrame.new(-6, 6.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(123.69)) |
| 210 | p.BrickColor = BrickColor.new("Bright green") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "Banana_2_1" |
| 219 | p.Size = Vector3.new(1.3, 0.5, 0.5) |
| 220 | p.CFrame = CFrame.new(-1.15, 7.4, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(112.62)) |
| 221 | p.BrickColor = BrickColor.new("Bright yellow") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Big Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Name = "Banana_2_2" |
| 230 | p.Size = Vector3.new(1.17473, 0.4, 0.4) |
| 231 | p.CFrame = CFrame.new(-0.9, 7.45, 0.45) * CFrame.Angles(math.rad(-180), math.rad(-14.0362), math.rad(110.547)) |
| 232 | p.BrickColor = BrickColor.new("Bright yellow") |
| 233 | p.Material = Enum.Material.Glacier |
| 234 | p.MaterialVariant = "2022 Big Stud" |
| 235 | p.Anchored = true |
| 236 | p.Parent = model |
| 237 | end |
| 238 | do |
| 239 | local p = Instance.new("Part") |
| 240 | p.Name = "Leaf_3_1" |
| 241 | p.Size = Vector3.new(2.03961, 1.6, 0.4) |
| 242 | p.CFrame = CFrame.new(0, 9, -1.5) * CFrame.Angles(math.rad(11.3099), math.rad(90), math.rad(0)) |
| 243 | p.BrickColor = BrickColor.new("Bright green") |
| 244 | p.Material = Enum.Material.Glacier |
| 245 | p.MaterialVariant = "2022 Stud" |
| 246 | p.Anchored = true |
| 247 | p.Parent = model |
| 248 | end |
| 249 | do |
| 250 | local p = Instance.new("Part") |
| 251 | p.Name = "Leaf_3_2" |
| 252 | p.Size = Vector3.new(2.77309, 1.6, 0.4) |
| 253 | p.CFrame = CFrame.new(0, 8.6, -3.75) * CFrame.Angles(math.rad(-25.641), math.rad(90), math.rad(0)) |
| 254 | p.BrickColor = BrickColor.new("Bright green") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Stud" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Name = "Leaf_3_3" |
| 263 | p.Size = Vector3.new(3.60555, 1.6, 0.4) |
| 264 | p.CFrame = CFrame.new(0, 6.5, -6) * CFrame.Angles(math.rad(-56.3099), math.rad(90), math.rad(0)) |
| 265 | p.BrickColor = BrickColor.new("Bright green") |
| 266 | p.Material = Enum.Material.Glacier |
| 267 | p.MaterialVariant = "2022 Stud" |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "Banana_3_1" |
| 274 | p.Size = Vector3.new(1.3, 0.5, 0.5) |
| 275 | p.CFrame = CFrame.new(0, 7.4, -1.15) * CFrame.Angles(math.rad(-67.3801), math.rad(90), math.rad(0)) |
| 276 | p.BrickColor = BrickColor.new("Bright yellow") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Big Stud" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("Part") |
| 284 | p.Name = "Banana_3_2" |
| 285 | p.Size = Vector3.new(1.17473, 0.4, 0.4) |
| 286 | p.CFrame = CFrame.new(-0.45, 7.45, -0.9) * CFrame.Angles(math.rad(-180), math.rad(75.9638), math.rad(110.547)) |
| 287 | p.BrickColor = BrickColor.new("Bright yellow") |
| 288 | p.Material = Enum.Material.Glacier |
| 289 | p.MaterialVariant = "2022 Big Stud" |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | model.PrimaryPart = model:FindFirstChild("TrunkBase") |
| 294 | print("BananaTree built: " .. #model:GetChildren() .. " parts") |
Loading comments...