Loading model...
by Rik Fennema · 9/21/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: VolcanoTotem |
| 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 = "VolcanoTotem" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright orange"] = "2022 Stud", |
| 26 | ["Dark stone grey"] = "2022 Stud", |
| 27 | ["Dark taupe"] = "2022 Stud", |
| 28 | ["Really black"] = "2022 Universal", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "HeadCore" |
| 33 | p.Size = Vector3.new(7.5, 10, 4) |
| 34 | p.CFrame = CFrame.new(0, 5, 1.5) |
| 35 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "ChinCenter" |
| 44 | p.Size = Vector3.new(2.5, 2, 2) |
| 45 | p.CFrame = CFrame.new(-0.04, 0.96, -0.5) |
| 46 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "JawLeft" |
| 55 | p.Size = Vector3.new(2.5, 2, 2) |
| 56 | p.CFrame = CFrame.new(-2.58, 0.92, -0.5) |
| 57 | p.BrickColor = BrickColor.new("Dark taupe") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "JawRight" |
| 66 | p.Size = Vector3.new(2.5, 2, 2) |
| 67 | p.CFrame = CFrame.new(2.58, 0.92, -0.5) |
| 68 | p.BrickColor = BrickColor.new("Dark taupe") |
| 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 = "MouthDark" |
| 77 | p.Size = Vector3.new(3, 2, 1) |
| 78 | p.CFrame = CFrame.new(0, 3.04, -0.04) |
| 79 | p.BrickColor = BrickColor.new("Really black") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Universal" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "TuskLeft" |
| 88 | p.Size = Vector3.new(0.8, 2, 1.5) |
| 89 | p.CFrame = CFrame.new(-1.2, 3.08, -0.8) |
| 90 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "TuskRight" |
| 99 | p.Size = Vector3.new(0.8, 2, 1.5) |
| 100 | p.CFrame = CFrame.new(1.2, 3.08, -0.8) |
| 101 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "CheekLowerLeft" |
| 110 | p.Size = Vector3.new(2.5, 2, 2) |
| 111 | p.CFrame = CFrame.new(-3.2, 3, -0.5) |
| 112 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "CheekLowerRight" |
| 121 | p.Size = Vector3.new(2.5, 2, 2) |
| 122 | p.CFrame = CFrame.new(3.2, 3, -0.5) |
| 123 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "Nose" |
| 132 | p.Size = Vector3.new(2.2, 2.5, 2) |
| 133 | p.CFrame = CFrame.new(0, 5, -1.2) |
| 134 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "EyeLeft" |
| 143 | p.Size = Vector3.new(1.8, 1.8, 1) |
| 144 | p.CFrame = CFrame.new(-2.2, 5, -0.6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 145 | p.BrickColor = BrickColor.new("Deep orange") |
| 146 | p.Material = Enum.Material.Neon |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "EyeRight" |
| 153 | p.Size = Vector3.new(1.8, 1.8, 1) |
| 154 | p.CFrame = CFrame.new(2.2, 5, -0.6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 155 | p.BrickColor = BrickColor.new("Deep orange") |
| 156 | p.Material = Enum.Material.Neon |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Name = "CheekUpperLeft" |
| 163 | p.Size = Vector3.new(2, 2, 2) |
| 164 | p.CFrame = CFrame.new(-4.2, 5.08, -0.5) |
| 165 | p.BrickColor = BrickColor.new("Dark taupe") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Stud" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "CheekUpperRight" |
| 174 | p.Size = Vector3.new(2, 2, 2) |
| 175 | p.CFrame = CFrame.new(4.2, 5.08, -0.5) |
| 176 | p.BrickColor = BrickColor.new("Dark taupe") |
| 177 | p.Material = Enum.Material.Glacier |
| 178 | p.MaterialVariant = "2022 Stud" |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("Part") |
| 184 | p.Name = "EarLeft" |
| 185 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 186 | p.CFrame = CFrame.new(-5.5, 4.42, 0) |
| 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.Name = "EarRight" |
| 196 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 197 | p.CFrame = CFrame.new(5.5, 4.42, 0) |
| 198 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Stud" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "BrowCenter" |
| 207 | p.Size = Vector3.new(3.5, 2, 2.5) |
| 208 | p.CFrame = CFrame.new(0, 7.2, -1.5) |
| 209 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Stud" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "BrowLeft" |
| 218 | p.Size = Vector3.new(3, 2, 2.5) |
| 219 | p.CFrame = CFrame.new(-3.2, 7.16, -1.2) |
| 220 | p.BrickColor = BrickColor.new("Dark taupe") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Stud" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "BrowRight" |
| 229 | p.Size = Vector3.new(3, 2, 2.5) |
| 230 | p.CFrame = CFrame.new(3.2, 7.16, -1.2) |
| 231 | p.BrickColor = BrickColor.new("Dark taupe") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Stud" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "ForeheadMain" |
| 240 | p.Size = Vector3.new(8.5, 2, 3) |
| 241 | p.CFrame = CFrame.new(0, 9.04, -0.5) |
| 242 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Stud" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("WedgePart") |
| 250 | p.Name = "ForeheadSymbol" |
| 251 | p.Size = Vector3.new(2, 1, 0.5) |
| 252 | p.CFrame = CFrame.new(0, 9, -2.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(180)) |
| 253 | p.BrickColor = BrickColor.new("Bright orange") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Stud" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "TopBlock" |
| 262 | p.Size = Vector3.new(5, 3, 3) |
| 263 | p.CFrame = CFrame.new(0, 11.58, -0.5) |
| 264 | p.BrickColor = BrickColor.new("Dark taupe") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "TopGem" |
| 273 | p.Size = Vector3.new(1.2, 1.2, 0.5) |
| 274 | p.CFrame = CFrame.new(0, 11.5, -2.1) |
| 275 | p.BrickColor = BrickColor.new("Bright green") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Stud" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "HornLeftBase" |
| 284 | p.Size = Vector3.new(3.04795, 1.8, 1.8) |
| 285 | p.CFrame = CFrame.new(-5.35, 10, -0.5) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-138.991)) |
| 286 | p.BrickColor = BrickColor.new("Bright orange") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Stud" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "HornLeftTip" |
| 295 | p.Size = Vector3.new(2.69258, 1.2, 1.2) |
| 296 | p.CFrame = CFrame.new(-6, 12.25, -0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(68.1986)) |
| 297 | p.BrickColor = BrickColor.new("Bright orange") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Stud" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "HornRightBase" |
| 306 | p.Size = Vector3.new(3.04795, 1.8, 1.8) |
| 307 | p.CFrame = CFrame.new(5.35, 10, -0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(41.0091)) |
| 308 | p.BrickColor = BrickColor.new("Bright orange") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Stud" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "HornRightTip" |
| 317 | p.Size = Vector3.new(2.69258, 1.2, 1.2) |
| 318 | p.CFrame = CFrame.new(6, 12.25, -0.5) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-111.801)) |
| 319 | p.BrickColor = BrickColor.new("Bright orange") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Stud" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | model.PrimaryPart = model:FindFirstChild("HeadCore") |
| 326 | print("VolcanoTotem built: " .. #model:GetChildren() .. " parts") |
Loading comments...