Loading model...
by STRING'S · 9/24/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Elephant |
| 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 = "Elephant" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark indigo"] = "2022 Stud", |
| 25 | ["Light stone grey"] = "2022 Glue", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | ["Storm blue"] = "2022 Stud", |
| 28 | ["White"] = "2022 Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "Torso" |
| 33 | p.Size = Vector3.new(4, 3.5, 5) |
| 34 | p.CFrame = CFrame.new(0, 4.5, 0) |
| 35 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "Shoulders" |
| 44 | p.Size = Vector3.new(4.4, 3.2, 1.5) |
| 45 | p.CFrame = CFrame.new(0, 4.5, -1.46) |
| 46 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "Hips" |
| 55 | p.Size = Vector3.new(4.2, 3, 1.5) |
| 56 | p.CFrame = CFrame.new(0, 4.5, 1.5) |
| 57 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "LegFL" |
| 66 | p.Size = Vector3.new(1.2, 3, 1.2) |
| 67 | p.CFrame = CFrame.new(1.5, 1.5, -1.5) |
| 68 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "FootFL" |
| 77 | p.Size = Vector3.new(1.4, 0.4, 1.4) |
| 78 | p.CFrame = CFrame.new(1.5, 0.12, -1.5) |
| 79 | p.BrickColor = BrickColor.new("Light stone grey") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Glue" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "LegFR" |
| 88 | p.Size = Vector3.new(1.2, 3, 1.2) |
| 89 | p.CFrame = CFrame.new(-1.5, 1.5, -1.5) |
| 90 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "FootFR" |
| 99 | p.Size = Vector3.new(1.4, 0.4, 1.4) |
| 100 | p.CFrame = CFrame.new(-1.5, 0.12, -1.5) |
| 101 | p.BrickColor = BrickColor.new("Light stone grey") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Glue" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "LegBL" |
| 110 | p.Size = Vector3.new(1.2, 3, 1.2) |
| 111 | p.CFrame = CFrame.new(1.5, 1.42, 1.5) |
| 112 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "FootBL" |
| 121 | p.Size = Vector3.new(1.4, 0.4, 1.4) |
| 122 | p.CFrame = CFrame.new(1.5, 0.04, 1.5) |
| 123 | p.BrickColor = BrickColor.new("Light stone grey") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Glue" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "LegBR" |
| 132 | p.Size = Vector3.new(1.2, 3, 1.2) |
| 133 | p.CFrame = CFrame.new(-1.5, 1.42, 1.5) |
| 134 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "FootBR" |
| 143 | p.Size = Vector3.new(1.4, 0.4, 1.4) |
| 144 | p.CFrame = CFrame.new(-1.5, 0.04, 1.5) |
| 145 | p.BrickColor = BrickColor.new("Light stone grey") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Glue" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Neck" |
| 154 | p.Size = Vector3.new(2.5, 2, 1) |
| 155 | p.CFrame = CFrame.new(0, 5.5, -2.5) |
| 156 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "HeadMain" |
| 165 | p.Size = Vector3.new(3.2, 3, 2.5) |
| 166 | p.CFrame = CFrame.new(0, 6.5, -3.5) |
| 167 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "EyeWhiteL" |
| 176 | p.Size = Vector3.new(0.8, 0.8, 0.1) |
| 177 | p.CFrame = CFrame.new(0.7, 7, -4.76) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 178 | p.BrickColor = BrickColor.new("White") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "EyePupilL" |
| 187 | p.Size = Vector3.new(0.4, 0.4, 0.1) |
| 188 | p.CFrame = CFrame.new(0.7, 7, -4.82) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 189 | p.BrickColor = BrickColor.new("Really black") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Universal" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "EyeWhiteR" |
| 198 | p.Size = Vector3.new(0.8, 0.8, 0.1) |
| 199 | p.CFrame = CFrame.new(-0.7, 7, -4.76) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 200 | p.BrickColor = BrickColor.new("White") |
| 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 = "EyePupilR" |
| 209 | p.Size = Vector3.new(0.4, 0.4, 0.1) |
| 210 | p.CFrame = CFrame.new(-0.7, 7, -4.82) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 211 | p.BrickColor = BrickColor.new("Really black") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Universal" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "TrunkBase" |
| 220 | p.Size = Vector3.new(1.2, 1.2, 1) |
| 221 | p.CFrame = CFrame.new(0, 5.5, -4.5) |
| 222 | p.BrickColor = BrickColor.new("Storm blue") |
| 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 = "TrunkMid" |
| 231 | p.Size = Vector3.new(1.65529, 1, 1) |
| 232 | p.CFrame = CFrame.new(0, 4.25, -5.15) * CFrame.Angles(math.rad(-64.9831), math.rad(90), math.rad(0)) |
| 233 | p.BrickColor = BrickColor.new("Storm blue") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Stud" |
| 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 = "TrunkTip" |
| 243 | p.Size = Vector3.new(0.8, 1.2, 1.2) |
| 244 | p.CFrame = CFrame.new(0, 3, -5.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 245 | p.BrickColor = BrickColor.new("Storm blue") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Stud" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Shape = Enum.PartType.Cylinder |
| 254 | p.Name = "TuskL" |
| 255 | p.Size = Vector3.new(1.64012, 0.4, 0.4) |
| 256 | p.CFrame = CFrame.new(1.25, 4.6, -5) * CFrame.Angles(math.rad(0), math.rad(63.4349), math.rad(-47.0251)) |
| 257 | p.BrickColor = BrickColor.new("White") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Stud" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Shape = Enum.PartType.Cylinder |
| 266 | p.Name = "TuskR" |
| 267 | p.Size = Vector3.new(1.64012, 0.4, 0.4) |
| 268 | p.CFrame = CFrame.new(-1.25, 4.6, -5) * CFrame.Angles(math.rad(-180), math.rad(63.4349), math.rad(132.975)) |
| 269 | p.BrickColor = BrickColor.new("White") |
| 270 | p.Material = Enum.Material.Glacier |
| 271 | p.MaterialVariant = "2022 Stud" |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("Part") |
| 277 | p.Name = "EarBaseL" |
| 278 | p.Size = Vector3.new(0.3, 3.5, 2.5) |
| 279 | p.CFrame = CFrame.new(1.6, 6.5, -3) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)) |
| 280 | p.BrickColor = BrickColor.new("Storm blue") |
| 281 | p.Material = Enum.Material.Glacier |
| 282 | p.MaterialVariant = "2022 Stud" |
| 283 | p.Anchored = true |
| 284 | p.Parent = model |
| 285 | end |
| 286 | do |
| 287 | local p = Instance.new("Part") |
| 288 | p.Name = "EarInnerL" |
| 289 | p.Size = Vector3.new(0.1, 2.8, 2) |
| 290 | p.CFrame = CFrame.new(1.76, 6.5, -3) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)) |
| 291 | p.BrickColor = BrickColor.new("Dark indigo") |
| 292 | p.Material = Enum.Material.Glacier |
| 293 | p.MaterialVariant = "2022 Stud" |
| 294 | p.Anchored = true |
| 295 | p.Parent = model |
| 296 | end |
| 297 | do |
| 298 | local p = Instance.new("Part") |
| 299 | p.Name = "EarBaseR" |
| 300 | p.Size = Vector3.new(0.3, 3.5, 2.5) |
| 301 | p.CFrame = CFrame.new(-1.6, 6.5, -3) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 302 | p.BrickColor = BrickColor.new("Storm blue") |
| 303 | p.Material = Enum.Material.Glacier |
| 304 | p.MaterialVariant = "2022 Stud" |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Name = "EarInnerR" |
| 311 | p.Size = Vector3.new(0.1, 2.8, 2) |
| 312 | p.CFrame = CFrame.new(-1.76, 6.5, -3) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 313 | p.BrickColor = BrickColor.new("Dark indigo") |
| 314 | p.Material = Enum.Material.Glacier |
| 315 | p.MaterialVariant = "2022 Stud" |
| 316 | p.Anchored = true |
| 317 | p.Parent = model |
| 318 | end |
| 319 | do |
| 320 | local p = Instance.new("Part") |
| 321 | p.Name = "TailBase" |
| 322 | p.Size = Vector3.new(1.80278, 0.3, 0.3) |
| 323 | p.CFrame = CFrame.new(0, 4.75, 3) * CFrame.Angles(math.rad(56.3099), math.rad(-90), math.rad(0)) |
| 324 | p.BrickColor = BrickColor.new("Storm blue") |
| 325 | p.Material = Enum.Material.Glacier |
| 326 | p.MaterialVariant = "2022 Stud" |
| 327 | p.Anchored = true |
| 328 | p.Parent = model |
| 329 | end |
| 330 | do |
| 331 | local p = Instance.new("Part") |
| 332 | p.Shape = Enum.PartType.Ball |
| 333 | p.Name = "TailTip" |
| 334 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 335 | p.CFrame = CFrame.new(0, 3.8, 3.5) |
| 336 | p.BrickColor = BrickColor.new("Storm blue") |
| 337 | p.Material = Enum.Material.Glacier |
| 338 | p.MaterialVariant = "2022 Stud" |
| 339 | p.Anchored = true |
| 340 | p.Parent = model |
| 341 | end |
| 342 | do |
| 343 | local p = Instance.new("Part") |
| 344 | p.Name = "BackRidge" |
| 345 | p.Size = Vector3.new(1.5, 0.3, 3) |
| 346 | p.CFrame = CFrame.new(0, 6.3, 0) |
| 347 | p.BrickColor = BrickColor.new("Storm blue") |
| 348 | p.Material = Enum.Material.Glacier |
| 349 | p.MaterialVariant = "2022 Stud" |
| 350 | p.Anchored = true |
| 351 | p.Parent = model |
| 352 | end |
| 353 | do |
| 354 | local rightV = Vector3.new(0,0,1).Unit |
| 355 | local upV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(rightV)*rightV).Unit |
| 356 | local normalV = upV:Cross(rightV) |
| 357 | local pos = Vector3.new(1.6, 8.25, -3) |
| 358 | local cyl = Instance.new("Part") |
| 359 | cyl.Shape = Enum.PartType.Cylinder |
| 360 | cyl.Size = Vector3.new(0.3, 2.5, 2.5) |
| 361 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 362 | cyl.BrickColor = BrickColor.new("Storm blue") |
| 363 | cyl.Material = Enum.Material.Glacier |
| 364 | cyl.MaterialVariant = "2022 Stud" |
| 365 | cyl.Anchored = true; cyl.Parent = workspace |
| 366 | local cuts = {} |
| 367 | local angBoxes = {} |
| 368 | do |
| 369 | local edgeDir = 1*rightV + 0*upV |
| 370 | local edgePerp = 0*rightV + 1*upV |
| 371 | local cut = Instance.new("Part") |
| 372 | cut.Size = Vector3.new(5, 0.5, 5) |
| 373 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 2.5 * edgePerp, edgeDir, normalV) |
| 374 | cut.BrickColor = BrickColor.new("Storm blue") |
| 375 | cut.Material = Enum.Material.Glacier |
| 376 | cut.MaterialVariant = "2022 Stud" |
| 377 | cut.Anchored = true; cut.Parent = workspace |
| 378 | table.insert(angBoxes, cut) |
| 379 | end |
| 380 | do |
| 381 | local edgeDir = -1*rightV + 0*upV |
| 382 | local edgePerp = 0*rightV + -1*upV |
| 383 | local cut = Instance.new("Part") |
| 384 | cut.Size = Vector3.new(5, 0.5, 5) |
| 385 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 2.5 * edgePerp, edgeDir, normalV) |
| 386 | cut.BrickColor = BrickColor.new("Storm blue") |
| 387 | cut.Material = Enum.Material.Glacier |
| 388 | cut.MaterialVariant = "2022 Stud" |
| 389 | cut.Anchored = true; cut.Parent = workspace |
| 390 | table.insert(angBoxes, cut) |
| 391 | end |
| 392 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 393 | if #cuts > 0 then |
| 394 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 395 | for _, c in ipairs(cuts) do c:Destroy() end |
| 396 | if ok and result then |
| 397 | cyl:Destroy() |
| 398 | result.Name = "EarTopL"; result.Anchored = true; result.Parent = model |
| 399 | else |
| 400 | cyl.Name = "EarTopL"; cyl.Parent = model |
| 401 | end |
| 402 | else |
| 403 | cyl.Name = "EarTopL"; cyl.Parent = model |
| 404 | end |
| 405 | end |
| 406 | do |
| 407 | local rightV = Vector3.new(0,0,1).Unit |
| 408 | local upV = (Vector3.new(-1,0,0) - Vector3.new(-1,0,0):Dot(rightV)*rightV).Unit |
| 409 | local normalV = upV:Cross(rightV) |
| 410 | local pos = Vector3.new(-1.6, 8.25, -3) |
| 411 | local cyl = Instance.new("Part") |
| 412 | cyl.Shape = Enum.PartType.Cylinder |
| 413 | cyl.Size = Vector3.new(0.3, 2.5, 2.5) |
| 414 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 415 | cyl.BrickColor = BrickColor.new("Storm blue") |
| 416 | cyl.Material = Enum.Material.Glacier |
| 417 | cyl.MaterialVariant = "2022 Stud" |
| 418 | cyl.Anchored = true; cyl.Parent = workspace |
| 419 | local cuts = {} |
| 420 | local angBoxes = {} |
| 421 | do |
| 422 | local edgeDir = 1*rightV + 0*upV |
| 423 | local edgePerp = 0*rightV + 1*upV |
| 424 | local cut = Instance.new("Part") |
| 425 | cut.Size = Vector3.new(5, 0.5, 5) |
| 426 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 2.5 * edgePerp, edgeDir, normalV) |
| 427 | cut.BrickColor = BrickColor.new("Storm blue") |
| 428 | cut.Material = Enum.Material.Glacier |
| 429 | cut.MaterialVariant = "2022 Stud" |
| 430 | cut.Anchored = true; cut.Parent = workspace |
| 431 | table.insert(angBoxes, cut) |
| 432 | end |
| 433 | do |
| 434 | local edgeDir = -1*rightV + 0*upV |
| 435 | local edgePerp = 0*rightV + -1*upV |
| 436 | local cut = Instance.new("Part") |
| 437 | cut.Size = Vector3.new(5, 0.5, 5) |
| 438 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 2.5 * edgePerp, edgeDir, normalV) |
| 439 | cut.BrickColor = BrickColor.new("Storm blue") |
| 440 | cut.Material = Enum.Material.Glacier |
| 441 | cut.MaterialVariant = "2022 Stud" |
| 442 | cut.Anchored = true; cut.Parent = workspace |
| 443 | table.insert(angBoxes, cut) |
| 444 | end |
| 445 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 446 | if #cuts > 0 then |
| 447 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 448 | for _, c in ipairs(cuts) do c:Destroy() end |
| 449 | if ok and result then |
| 450 | cyl:Destroy() |
| 451 | result.Name = "EarTopR"; result.Anchored = true; result.Parent = model |
| 452 | else |
| 453 | cyl.Name = "EarTopR"; cyl.Parent = model |
| 454 | end |
| 455 | else |
| 456 | cyl.Name = "EarTopR"; cyl.Parent = model |
| 457 | end |
| 458 | end |
| 459 | model.PrimaryPart = model:FindFirstChild("Torso") |
| 460 | print("Elephant built: " .. #model:GetChildren() .. " parts") |
Loading comments...