Loading model...
by Matei · 9/9/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: FertilizerPod |
| 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 = "FertilizerPod" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | } |
| 26 | do |
| 27 | local p = Instance.new("Part") |
| 28 | p.Shape = Enum.PartType.Cylinder |
| 29 | p.Name = "Body" |
| 30 | p.Size = Vector3.new(6, 4, 4) |
| 31 | p.CFrame = CFrame.new(0, 5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 32 | p.BrickColor = BrickColor.new("Lime green") |
| 33 | p.Material = Enum.Material.Neon |
| 34 | p.Anchored = true |
| 35 | p.Parent = model |
| 36 | end |
| 37 | do |
| 38 | local p = Instance.new("Part") |
| 39 | p.Shape = Enum.PartType.Cylinder |
| 40 | p.Name = "TopCap" |
| 41 | p.Size = Vector3.new(1, 4.6, 4.6) |
| 42 | p.CFrame = CFrame.new(0, 8.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 43 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 44 | p.Material = Enum.Material.Glacier |
| 45 | p.MaterialVariant = "2022 Stud" |
| 46 | p.Anchored = true |
| 47 | p.Parent = model |
| 48 | end |
| 49 | do |
| 50 | local p = Instance.new("Part") |
| 51 | p.Shape = Enum.PartType.Cylinder |
| 52 | p.Name = "TopStud_0" |
| 53 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 54 | p.CFrame = CFrame.new(1.2, 9.18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 55 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Stud" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Shape = Enum.PartType.Cylinder |
| 64 | p.Name = "TopStud_1" |
| 65 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 66 | p.CFrame = CFrame.new(0.6, 9.18, 1.03923) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 67 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 76 | p.Name = "TopStud_2" |
| 77 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 78 | p.CFrame = CFrame.new(-0.6, 9.18, 1.03923) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 79 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 88 | p.Name = "TopStud_3" |
| 89 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 90 | p.CFrame = CFrame.new(-1.2, 9.18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 91 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 92 | p.Material = Enum.Material.Glacier |
| 93 | p.MaterialVariant = "2022 Stud" |
| 94 | p.Anchored = true |
| 95 | p.Parent = model |
| 96 | end |
| 97 | do |
| 98 | local p = Instance.new("Part") |
| 99 | p.Shape = Enum.PartType.Cylinder |
| 100 | p.Name = "TopStud_4" |
| 101 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 102 | p.CFrame = CFrame.new(-0.6, 9.18, -1.03923) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 103 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 112 | p.Name = "TopStud_5" |
| 113 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 114 | p.CFrame = CFrame.new(0.6, 9.18, -1.03923) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 115 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 116 | p.Material = Enum.Material.Glacier |
| 117 | p.MaterialVariant = "2022 Stud" |
| 118 | p.Anchored = true |
| 119 | p.Parent = model |
| 120 | end |
| 121 | do |
| 122 | local p = Instance.new("Part") |
| 123 | p.Shape = Enum.PartType.Cylinder |
| 124 | p.Name = "BottomCap" |
| 125 | p.Size = Vector3.new(1, 4.6, 4.6) |
| 126 | p.CFrame = CFrame.new(0, 1.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 127 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 136 | p.Name = "LowerRing" |
| 137 | p.Size = Vector3.new(0.5, 4.6, 4.6) |
| 138 | p.CFrame = CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 139 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 140 | p.Material = Enum.Material.Glacier |
| 141 | p.MaterialVariant = "2022 Stud" |
| 142 | p.Anchored = true |
| 143 | p.Parent = model |
| 144 | end |
| 145 | do |
| 146 | local p = Instance.new("Part") |
| 147 | p.Shape = Enum.PartType.Cylinder |
| 148 | p.Name = "Strut_0" |
| 149 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 150 | p.CFrame = CFrame.new(1.48492, 2.21, 1.48492) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 151 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 152 | p.Material = Enum.Material.Glacier |
| 153 | p.MaterialVariant = "2022 Stud" |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Shape = Enum.PartType.Cylinder |
| 160 | p.Name = "Strut_1" |
| 161 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 162 | p.CFrame = CFrame.new(-1.48492, 2.21, 1.48492) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 163 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 164 | p.Material = Enum.Material.Glacier |
| 165 | p.MaterialVariant = "2022 Stud" |
| 166 | p.Anchored = true |
| 167 | p.Parent = model |
| 168 | end |
| 169 | do |
| 170 | local p = Instance.new("Part") |
| 171 | p.Shape = Enum.PartType.Cylinder |
| 172 | p.Name = "Strut_2" |
| 173 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 174 | p.CFrame = CFrame.new(-1.48492, 2.21, -1.48492) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 175 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Stud" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Shape = Enum.PartType.Cylinder |
| 184 | p.Name = "Strut_3" |
| 185 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 186 | p.CFrame = CFrame.new(1.48492, 2.21, -1.48492) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 187 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Stud" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Shape = Enum.PartType.Cylinder |
| 196 | p.Name = "SpoutBase" |
| 197 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 198 | p.CFrame = CFrame.new(0, 1.5, -2.3) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 199 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 208 | p.Name = "SpoutTip" |
| 209 | p.Size = Vector3.new(0.4, 0.5, 0.5) |
| 210 | p.CFrame = CFrame.new(0, 1.5, -2.9) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 211 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Ball |
| 220 | p.Name = "Spray1" |
| 221 | p.Size = Vector3.new(1.2, 0.6, 0.6) |
| 222 | p.CFrame = CFrame.new(0, 1, -3.2) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 223 | p.BrickColor = BrickColor.new("Lime green") |
| 224 | p.Material = Enum.Material.Neon |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Shape = Enum.PartType.Cylinder |
| 231 | p.Name = "PuddleCenter" |
| 232 | p.Size = Vector3.new(0.4, 2, 2) |
| 233 | p.CFrame = CFrame.new(0, 0.3, -3.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 234 | p.BrickColor = BrickColor.new("Lime green") |
| 235 | p.Material = Enum.Material.Neon |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Shape = Enum.PartType.Cylinder |
| 242 | p.Name = "PuddleLeft" |
| 243 | p.Size = Vector3.new(0.3, 1.2, 1.2) |
| 244 | p.CFrame = CFrame.new(-0.8, 0.12, -3.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 245 | p.BrickColor = BrickColor.new("Lime green") |
| 246 | p.Material = Enum.Material.Neon |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Shape = Enum.PartType.Cylinder |
| 253 | p.Name = "PuddleRight" |
| 254 | p.Size = Vector3.new(0.3, 1.2, 1.2) |
| 255 | p.CFrame = CFrame.new(0.8, 0.12, -3.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 256 | p.BrickColor = BrickColor.new("Lime green") |
| 257 | p.Material = Enum.Material.Neon |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Shape = Enum.PartType.Cylinder |
| 264 | p.Name = "PuddleFront" |
| 265 | p.Size = Vector3.new(0.3, 1.5, 1.5) |
| 266 | p.CFrame = CFrame.new(0, 0.2, -4.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 267 | p.BrickColor = BrickColor.new("Lime green") |
| 268 | p.Material = Enum.Material.Neon |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | model.PrimaryPart = model:FindFirstChild("Body") |
| 273 | print("FertilizerPod built: " .. #model:GetChildren() .. " parts") |
Loading comments...