Loading model...
by Matei · 9/9/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: BlockyPeach |
| 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 = "BlockyPeach" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Bright green"] = "2022 Stud", |
| 26 | ["Bright orange"] = "2022 Stud", |
| 27 | ["Dark nougat"] = "2022 Stud", |
| 28 | ["Deep orange"] = "2022 Stud", |
| 29 | ["Nougat"] = "2022 Stud", |
| 30 | ["Reddish brown"] = "2022 Small Stud", |
| 31 | } |
| 32 | do |
| 33 | local p = Instance.new("Part") |
| 34 | p.Name = "LayerBottom" |
| 35 | p.Size = Vector3.new(4, 2, 4) |
| 36 | p.CFrame = CFrame.new(0, 0.96, 0) |
| 37 | p.BrickColor = BrickColor.new("Bright orange") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Stud" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "LayerMiddle" |
| 46 | p.Size = Vector3.new(4.5, 2, 4.5) |
| 47 | p.CFrame = CFrame.new(0, 3, 0) |
| 48 | p.BrickColor = BrickColor.new("Nougat") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "LayerTop" |
| 57 | p.Size = Vector3.new(3.5, 2, 3.5) |
| 58 | p.CFrame = CFrame.new(0, 5.04, 0) |
| 59 | p.BrickColor = BrickColor.new("Brick yellow") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Stud" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Name = "Stem" |
| 68 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 69 | p.CFrame = CFrame.new(0.5, 6.5, -0.5) |
| 70 | p.BrickColor = BrickColor.new("Reddish brown") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Small Stud" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Name = "Leaf" |
| 79 | p.Size = Vector3.new(1.5, 0.6, 2.8) |
| 80 | p.CFrame = CFrame.new(-0.8, 7.2, 0.8) * CFrame.Angles(math.rad(15), math.rad(-45), math.rad(25)) |
| 81 | p.BrickColor = BrickColor.new("Bright green") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Stud" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Name = "IndentBotF1" |
| 90 | p.Size = Vector3.new(1.2, 1, 0.2) |
| 91 | p.CFrame = CFrame.new(-1, 1, -2.05) |
| 92 | p.BrickColor = BrickColor.new("Deep orange") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Name = "IndentBotF2" |
| 101 | p.Size = Vector3.new(1.2, 1, 0.2) |
| 102 | p.CFrame = CFrame.new(1, 1, -2.05) |
| 103 | p.BrickColor = BrickColor.new("Deep orange") |
| 104 | p.Material = Enum.Material.Glacier |
| 105 | p.MaterialVariant = "2022 Stud" |
| 106 | p.Anchored = true |
| 107 | p.Parent = model |
| 108 | end |
| 109 | do |
| 110 | local p = Instance.new("Part") |
| 111 | p.Name = "IndentMidF1" |
| 112 | p.Size = Vector3.new(1.2, 1, 0.2) |
| 113 | p.CFrame = CFrame.new(-1.2, 3, -2.3) |
| 114 | p.BrickColor = BrickColor.new("Dark nougat") |
| 115 | p.Material = Enum.Material.Glacier |
| 116 | p.MaterialVariant = "2022 Stud" |
| 117 | p.Anchored = true |
| 118 | p.Parent = model |
| 119 | end |
| 120 | do |
| 121 | local p = Instance.new("Part") |
| 122 | p.Name = "IndentMidF2" |
| 123 | p.Size = Vector3.new(1.2, 1, 0.2) |
| 124 | p.CFrame = CFrame.new(1.2, 3, -2.3) |
| 125 | p.BrickColor = BrickColor.new("Dark nougat") |
| 126 | p.Material = Enum.Material.Glacier |
| 127 | p.MaterialVariant = "2022 Stud" |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("Part") |
| 133 | p.Name = "IndentTopF1" |
| 134 | p.Size = Vector3.new(1, 1, 0.2) |
| 135 | p.CFrame = CFrame.new(-0.8, 5, -1.8) |
| 136 | p.BrickColor = BrickColor.new("Nougat") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Name = "IndentTopF2" |
| 145 | p.Size = Vector3.new(1, 1, 0.2) |
| 146 | p.CFrame = CFrame.new(0.8, 5, -1.8) |
| 147 | p.BrickColor = BrickColor.new("Nougat") |
| 148 | p.Material = Enum.Material.Glacier |
| 149 | p.MaterialVariant = "2022 Stud" |
| 150 | p.Anchored = true |
| 151 | p.Parent = model |
| 152 | end |
| 153 | do |
| 154 | local p = Instance.new("Part") |
| 155 | p.Name = "IndentBotR1" |
| 156 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 157 | p.CFrame = CFrame.new(2.05, 1, -1) |
| 158 | p.BrickColor = BrickColor.new("Deep orange") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Stud" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Name = "IndentMidR1" |
| 167 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 168 | p.CFrame = CFrame.new(2.3, 3, -1.2) |
| 169 | p.BrickColor = BrickColor.new("Dark nougat") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Stud" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Name = "IndentTopR1" |
| 178 | p.Size = Vector3.new(0.2, 1, 1) |
| 179 | p.CFrame = CFrame.new(1.8, 5, -0.8) |
| 180 | p.BrickColor = BrickColor.new("Nougat") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Stud" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "IndentBotL1" |
| 189 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 190 | p.CFrame = CFrame.new(-2.05, 1, 1) |
| 191 | p.BrickColor = BrickColor.new("Deep orange") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Stud" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "IndentMidL1" |
| 200 | p.Size = Vector3.new(0.2, 1, 1.2) |
| 201 | p.CFrame = CFrame.new(-2.3, 3, 1.2) |
| 202 | p.BrickColor = BrickColor.new("Dark nougat") |
| 203 | p.Material = Enum.Material.Glacier |
| 204 | p.MaterialVariant = "2022 Stud" |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Name = "IndentTopL1" |
| 211 | p.Size = Vector3.new(0.2, 1, 1) |
| 212 | p.CFrame = CFrame.new(-1.8, 5, 0.8) |
| 213 | p.BrickColor = BrickColor.new("Nougat") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Stud" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | model.PrimaryPart = model:FindFirstChild("LayerMiddle") |
| 220 | print("BlockyPeach built: " .. #model:GetChildren() .. " parts") |
Loading comments...