Loading model...
by ✨Babayaga · 3/27/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 stone grey"] = "2022 Stud", |
| 25 | ["Institutional white"] = "2022 Stud", |
| 26 | ["Medium stone grey"] = "2022 Inlet", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "BodyMain" |
| 32 | p.Size = Vector3.new(12, 10, 16) |
| 33 | p.CFrame = CFrame.new(0, 12, 4) |
| 34 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "BodyFront" |
| 43 | p.Size = Vector3.new(10, 9, 6) |
| 44 | p.CFrame = CFrame.new(0, 12.54, -2) |
| 45 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "BodyRear" |
| 54 | p.Size = Vector3.new(10, 9, 6) |
| 55 | p.CFrame = CFrame.new(0, 11.46, 10) |
| 56 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "Belly" |
| 65 | p.Size = Vector3.new(9, 3, 12) |
| 66 | p.CFrame = CFrame.new(0, 7.5, 4) |
| 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.Name = "HeadMain" |
| 76 | p.Size = Vector3.new(8, 8, 7) |
| 77 | p.CFrame = CFrame.new(0, 15, -5.5) |
| 78 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "HeadTop" |
| 87 | p.Size = Vector3.new(6, 3, 5) |
| 88 | p.CFrame = CFrame.new(0, 18, -5) |
| 89 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "SnoutBase" |
| 98 | p.Size = Vector3.new(5, 4, 4) |
| 99 | p.CFrame = CFrame.new(0, 12, -7.04) |
| 100 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "EarL_Base" |
| 109 | p.Size = Vector3.new(6, 12, 1) |
| 110 | p.CFrame = CFrame.new(-5, 16, -4) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(15)) |
| 111 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "EarL_Outer" |
| 120 | p.Size = Vector3.new(4, 10, 0.8) |
| 121 | p.CFrame = CFrame.new(-8, 16, -3.5) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(10)) |
| 122 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "EarL_Top" |
| 131 | p.Size = Vector3.new(5, 4, 0.8) |
| 132 | p.CFrame = CFrame.new(-6, 20, -4.5) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(25)) |
| 133 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "EarR_Base" |
| 142 | p.Size = Vector3.new(6, 12, 1) |
| 143 | p.CFrame = CFrame.new(5, 16, -4) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(-15)) |
| 144 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "EarR_Outer" |
| 153 | p.Size = Vector3.new(4, 10, 0.8) |
| 154 | p.CFrame = CFrame.new(8, 16, -3.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-10)) |
| 155 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "EarR_Top" |
| 164 | p.Size = Vector3.new(5, 4, 0.8) |
| 165 | p.CFrame = CFrame.new(6, 20, -4.5) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(-25)) |
| 166 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Shape = Enum.PartType.Cylinder |
| 175 | p.Name = "Trunk_0" |
| 176 | p.Size = Vector3.new(0.9, 3.8, 3.8) |
| 177 | p.CFrame = CFrame.new(0, 10.2, -8.4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 178 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 187 | p.Name = "Trunk_1" |
| 188 | p.Size = Vector3.new(0.9, 3.6, 3.6) |
| 189 | p.CFrame = CFrame.new(0, 9.4, -8.3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 190 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 191 | p.Material = Enum.Material.Glacier |
| 192 | p.MaterialVariant = "2022 Stud" |
| 193 | p.Anchored = true |
| 194 | p.Parent = model |
| 195 | end |
| 196 | do |
| 197 | local p = Instance.new("Part") |
| 198 | p.Shape = Enum.PartType.Cylinder |
| 199 | p.Name = "Trunk_2" |
| 200 | p.Size = Vector3.new(0.9, 3.4, 3.4) |
| 201 | p.CFrame = CFrame.new(0, 8.6, -8.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 202 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 211 | p.Name = "Trunk_3" |
| 212 | p.Size = Vector3.new(0.9, 3.2, 3.2) |
| 213 | p.CFrame = CFrame.new(0, 7.8, -8.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 214 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Stud" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Shape = Enum.PartType.Cylinder |
| 223 | p.Name = "Trunk_4" |
| 224 | p.Size = Vector3.new(0.9, 3, 3) |
| 225 | p.CFrame = CFrame.new(0, 7, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 226 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 227 | p.Material = Enum.Material.Glacier |
| 228 | p.MaterialVariant = "2022 Stud" |
| 229 | p.Anchored = true |
| 230 | p.Parent = model |
| 231 | end |
| 232 | do |
| 233 | local p = Instance.new("Part") |
| 234 | p.Shape = Enum.PartType.Cylinder |
| 235 | p.Name = "Trunk_5" |
| 236 | p.Size = Vector3.new(0.9, 2.8, 2.8) |
| 237 | p.CFrame = CFrame.new(0, 6.2, -7.9) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 238 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Stud" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Shape = Enum.PartType.Cylinder |
| 247 | p.Name = "Trunk_6" |
| 248 | p.Size = Vector3.new(0.9, 2.6, 2.6) |
| 249 | p.CFrame = CFrame.new(0, 5.4, -7.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 250 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 251 | p.Material = Enum.Material.Glacier |
| 252 | p.MaterialVariant = "2022 Stud" |
| 253 | p.Anchored = true |
| 254 | p.Parent = model |
| 255 | end |
| 256 | do |
| 257 | local p = Instance.new("Part") |
| 258 | p.Shape = Enum.PartType.Cylinder |
| 259 | p.Name = "Trunk_7" |
| 260 | p.Size = Vector3.new(0.9, 2.4, 2.4) |
| 261 | p.CFrame = CFrame.new(0, 4.6, -7.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 262 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 263 | p.Material = Enum.Material.Glacier |
| 264 | p.MaterialVariant = "2022 Stud" |
| 265 | p.Anchored = true |
| 266 | p.Parent = model |
| 267 | end |
| 268 | do |
| 269 | local p = Instance.new("Part") |
| 270 | p.Shape = Enum.PartType.Cylinder |
| 271 | p.Name = "Trunk_8" |
| 272 | p.Size = Vector3.new(0.9, 2.2, 2.2) |
| 273 | p.CFrame = CFrame.new(0, 3.8, -7.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 274 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 275 | p.Material = Enum.Material.Glacier |
| 276 | p.MaterialVariant = "2022 Stud" |
| 277 | p.Anchored = true |
| 278 | p.Parent = model |
| 279 | end |
| 280 | do |
| 281 | local p = Instance.new("Part") |
| 282 | p.Shape = Enum.PartType.Cylinder |
| 283 | p.Name = "Trunk_9" |
| 284 | p.Size = Vector3.new(0.9, 2, 2) |
| 285 | p.CFrame = CFrame.new(0.5, 3, -7.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 286 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 295 | p.Name = "Trunk_10" |
| 296 | p.Size = Vector3.new(0.9, 1.8, 1.8) |
| 297 | p.CFrame = CFrame.new(1, 2.2, -6.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 298 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Stud" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Shape = Enum.PartType.Cylinder |
| 307 | p.Name = "Trunk_11" |
| 308 | p.Size = Vector3.new(0.9, 1.6, 1.6) |
| 309 | p.CFrame = CFrame.new(1.5, 1.4, -6.4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 310 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Stud" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Shape = Enum.PartType.Cylinder |
| 319 | p.Name = "TuskL_1" |
| 320 | p.Size = Vector3.new(2.29129, 0.8, 0.8) |
| 321 | p.CFrame = CFrame.new(-2.75, 10, -7.5) * CFrame.Angles(math.rad(-180), math.rad(63.4349), math.rad(119.206)) |
| 322 | p.BrickColor = BrickColor.new("Institutional white") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "2022 Stud" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Shape = Enum.PartType.Cylinder |
| 331 | p.Name = "TuskL_2" |
| 332 | p.Size = Vector3.new(1.59374, 0.6, 0.6) |
| 333 | p.CFrame = CFrame.new(-3.1, 8.25, -8.25) * CFrame.Angles(math.rad(-180), math.rad(68.1986), math.rad(109.749)) |
| 334 | p.BrickColor = BrickColor.new("Institutional white") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Shape = Enum.PartType.Cylinder |
| 343 | p.Name = "TuskL_3" |
| 344 | p.Size = Vector3.new(1.04881, 0.4, 0.4) |
| 345 | p.CFrame = CFrame.new(-3.25, 7, -8.35) * CFrame.Angles(math.rad(-180), math.rad(-71.5651), math.rad(107.548)) |
| 346 | p.BrickColor = BrickColor.new("Institutional white") |
| 347 | p.Material = Enum.Material.Glacier |
| 348 | p.MaterialVariant = "2022 Stud" |
| 349 | p.Anchored = true |
| 350 | p.Parent = model |
| 351 | end |
| 352 | do |
| 353 | local p = Instance.new("Part") |
| 354 | p.Shape = Enum.PartType.Cylinder |
| 355 | p.Name = "TuskR_1" |
| 356 | p.Size = Vector3.new(2.29129, 0.8, 0.8) |
| 357 | p.CFrame = CFrame.new(2.75, 10, -7.5) * CFrame.Angles(math.rad(0), math.rad(63.4349), math.rad(-60.7941)) |
| 358 | p.BrickColor = BrickColor.new("Institutional white") |
| 359 | p.Material = Enum.Material.Glacier |
| 360 | p.MaterialVariant = "2022 Stud" |
| 361 | p.Anchored = true |
| 362 | p.Parent = model |
| 363 | end |
| 364 | do |
| 365 | local p = Instance.new("Part") |
| 366 | p.Shape = Enum.PartType.Cylinder |
| 367 | p.Name = "TuskR_2" |
| 368 | p.Size = Vector3.new(1.59374, 0.6, 0.6) |
| 369 | p.CFrame = CFrame.new(3.1, 8.25, -8.25) * CFrame.Angles(math.rad(0), math.rad(68.1986), math.rad(-70.2513)) |
| 370 | p.BrickColor = BrickColor.new("Institutional white") |
| 371 | p.Material = Enum.Material.Glacier |
| 372 | p.MaterialVariant = "2022 Stud" |
| 373 | p.Anchored = true |
| 374 | p.Parent = model |
| 375 | end |
| 376 | do |
| 377 | local p = Instance.new("Part") |
| 378 | p.Shape = Enum.PartType.Cylinder |
| 379 | p.Name = "TuskR_3" |
| 380 | p.Size = Vector3.new(1.04881, 0.4, 0.4) |
| 381 | p.CFrame = CFrame.new(3.25, 7, -8.35) * CFrame.Angles(math.rad(0), math.rad(-71.5651), math.rad(-72.4516)) |
| 382 | p.BrickColor = BrickColor.new("Institutional white") |
| 383 | p.Material = Enum.Material.Glacier |
| 384 | p.MaterialVariant = "2022 Stud" |
| 385 | p.Anchored = true |
| 386 | p.Parent = model |
| 387 | end |
| 388 | do |
| 389 | local p = Instance.new("Part") |
| 390 | p.Shape = Enum.PartType.Ball |
| 391 | p.Name = "EyeL" |
| 392 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 393 | p.CFrame = CFrame.new(-3.5, 15, -7.5) |
| 394 | p.BrickColor = BrickColor.new("Really black") |
| 395 | p.Material = Enum.Material.Glacier |
| 396 | p.MaterialVariant = "2022 Universal" |
| 397 | p.Anchored = true |
| 398 | p.Parent = model |
| 399 | end |
| 400 | do |
| 401 | local p = Instance.new("Part") |
| 402 | p.Shape = Enum.PartType.Ball |
| 403 | p.Name = "EyeR" |
| 404 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 405 | p.CFrame = CFrame.new(3.5, 15, -7.5) |
| 406 | p.BrickColor = BrickColor.new("Really black") |
| 407 | p.Material = Enum.Material.Glacier |
| 408 | p.MaterialVariant = "2022 Universal" |
| 409 | p.Anchored = true |
| 410 | p.Parent = model |
| 411 | end |
| 412 | do |
| 413 | local p = Instance.new("Part") |
| 414 | p.Name = "LegFL_Upper" |
| 415 | p.Size = Vector3.new(3.5, 6, 4) |
| 416 | p.CFrame = CFrame.new(-3.5, 7.96, -2.04) |
| 417 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 418 | p.Material = Enum.Material.Glacier |
| 419 | p.MaterialVariant = "2022 Stud" |
| 420 | p.Anchored = true |
| 421 | p.Parent = model |
| 422 | end |
| 423 | do |
| 424 | local p = Instance.new("Part") |
| 425 | p.Name = "LegFL_Lower" |
| 426 | p.Size = Vector3.new(3, 6, 3.5) |
| 427 | p.CFrame = CFrame.new(-3.5, 2.96, -2) |
| 428 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 429 | p.Material = Enum.Material.Glacier |
| 430 | p.MaterialVariant = "2022 Stud" |
| 431 | p.Anchored = true |
| 432 | p.Parent = model |
| 433 | end |
| 434 | do |
| 435 | local p = Instance.new("Part") |
| 436 | p.Name = "FootFL" |
| 437 | p.Size = Vector3.new(4, 1.5, 4.5) |
| 438 | p.CFrame = CFrame.new(-3.5, 0.5, -2.58) |
| 439 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 440 | p.Material = Enum.Material.Glacier |
| 441 | p.MaterialVariant = "2022 Stud" |
| 442 | p.Anchored = true |
| 443 | p.Parent = model |
| 444 | end |
| 445 | do |
| 446 | local p = Instance.new("Part") |
| 447 | p.Shape = Enum.PartType.Ball |
| 448 | p.Name = "ToeFL_1" |
| 449 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 450 | p.CFrame = CFrame.new(-4.5, 0.3, -4.5) |
| 451 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 452 | p.Material = Enum.Material.Glacier |
| 453 | p.MaterialVariant = "2022 Inlet" |
| 454 | p.Anchored = true |
| 455 | p.Parent = model |
| 456 | end |
| 457 | do |
| 458 | local p = Instance.new("Part") |
| 459 | p.Shape = Enum.PartType.Ball |
| 460 | p.Name = "ToeFL_2" |
| 461 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 462 | p.CFrame = CFrame.new(-3.5, 0.3, -4.7) |
| 463 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 464 | p.Material = Enum.Material.Glacier |
| 465 | p.MaterialVariant = "2022 Inlet" |
| 466 | p.Anchored = true |
| 467 | p.Parent = model |
| 468 | end |
| 469 | do |
| 470 | local p = Instance.new("Part") |
| 471 | p.Shape = Enum.PartType.Ball |
| 472 | p.Name = "ToeFL_3" |
| 473 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 474 | p.CFrame = CFrame.new(-2.5, 0.3, -4.5) |
| 475 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 476 | p.Material = Enum.Material.Glacier |
| 477 | p.MaterialVariant = "2022 Inlet" |
| 478 | p.Anchored = true |
| 479 | p.Parent = model |
| 480 | end |
| 481 | do |
| 482 | local p = Instance.new("Part") |
| 483 | p.Name = "LegFR_Upper" |
| 484 | p.Size = Vector3.new(3.5, 6, 4) |
| 485 | p.CFrame = CFrame.new(3.5, 7.96, -2.04) |
| 486 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Stud" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Name = "LegFR_Lower" |
| 495 | p.Size = Vector3.new(3, 6, 3.5) |
| 496 | p.CFrame = CFrame.new(3.5, 2.96, -2) |
| 497 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Stud" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "FootFR" |
| 506 | p.Size = Vector3.new(4, 1.5, 4.5) |
| 507 | p.CFrame = CFrame.new(3.5, 0.5, -2.58) |
| 508 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Stud" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Shape = Enum.PartType.Ball |
| 517 | p.Name = "ToeFR_1" |
| 518 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 519 | p.CFrame = CFrame.new(4.5, 0.3, -4.5) |
| 520 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 521 | p.Material = Enum.Material.Glacier |
| 522 | p.MaterialVariant = "2022 Inlet" |
| 523 | p.Anchored = true |
| 524 | p.Parent = model |
| 525 | end |
| 526 | do |
| 527 | local p = Instance.new("Part") |
| 528 | p.Shape = Enum.PartType.Ball |
| 529 | p.Name = "ToeFR_2" |
| 530 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 531 | p.CFrame = CFrame.new(3.5, 0.3, -4.7) |
| 532 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 533 | p.Material = Enum.Material.Glacier |
| 534 | p.MaterialVariant = "2022 Inlet" |
| 535 | p.Anchored = true |
| 536 | p.Parent = model |
| 537 | end |
| 538 | do |
| 539 | local p = Instance.new("Part") |
| 540 | p.Shape = Enum.PartType.Ball |
| 541 | p.Name = "ToeFR_3" |
| 542 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 543 | p.CFrame = CFrame.new(2.5, 0.3, -4.5) |
| 544 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 545 | p.Material = Enum.Material.Glacier |
| 546 | p.MaterialVariant = "2022 Inlet" |
| 547 | p.Anchored = true |
| 548 | p.Parent = model |
| 549 | end |
| 550 | do |
| 551 | local p = Instance.new("Part") |
| 552 | p.Name = "LegBL_Upper" |
| 553 | p.Size = Vector3.new(4, 6, 4.5) |
| 554 | p.CFrame = CFrame.new(-4.04, 8, 10) |
| 555 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 556 | p.Material = Enum.Material.Glacier |
| 557 | p.MaterialVariant = "2022 Stud" |
| 558 | p.Anchored = true |
| 559 | p.Parent = model |
| 560 | end |
| 561 | do |
| 562 | local p = Instance.new("Part") |
| 563 | p.Name = "LegBL_Lower" |
| 564 | p.Size = Vector3.new(3.5, 6, 4) |
| 565 | p.CFrame = CFrame.new(-4, 2.96, 10) |
| 566 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 567 | p.Material = Enum.Material.Glacier |
| 568 | p.MaterialVariant = "2022 Stud" |
| 569 | p.Anchored = true |
| 570 | p.Parent = model |
| 571 | end |
| 572 | do |
| 573 | local p = Instance.new("Part") |
| 574 | p.Name = "FootBL" |
| 575 | p.Size = Vector3.new(4.5, 1.5, 5) |
| 576 | p.CFrame = CFrame.new(-4, 0.5, 9.42) |
| 577 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 578 | p.Material = Enum.Material.Glacier |
| 579 | p.MaterialVariant = "2022 Stud" |
| 580 | p.Anchored = true |
| 581 | p.Parent = model |
| 582 | end |
| 583 | do |
| 584 | local p = Instance.new("Part") |
| 585 | p.Name = "LegBR_Upper" |
| 586 | p.Size = Vector3.new(4, 6, 4.5) |
| 587 | p.CFrame = CFrame.new(4.04, 8, 10) |
| 588 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 589 | p.Material = Enum.Material.Glacier |
| 590 | p.MaterialVariant = "2022 Stud" |
| 591 | p.Anchored = true |
| 592 | p.Parent = model |
| 593 | end |
| 594 | do |
| 595 | local p = Instance.new("Part") |
| 596 | p.Name = "LegBR_Lower" |
| 597 | p.Size = Vector3.new(3.5, 6, 4) |
| 598 | p.CFrame = CFrame.new(4, 2.96, 10) |
| 599 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 600 | p.Material = Enum.Material.Glacier |
| 601 | p.MaterialVariant = "2022 Stud" |
| 602 | p.Anchored = true |
| 603 | p.Parent = model |
| 604 | end |
| 605 | do |
| 606 | local p = Instance.new("Part") |
| 607 | p.Name = "FootBR" |
| 608 | p.Size = Vector3.new(4.5, 1.5, 5) |
| 609 | p.CFrame = CFrame.new(4, 0.5, 9.42) |
| 610 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 611 | p.Material = Enum.Material.Glacier |
| 612 | p.MaterialVariant = "2022 Stud" |
| 613 | p.Anchored = true |
| 614 | p.Parent = model |
| 615 | end |
| 616 | do |
| 617 | local p = Instance.new("Part") |
| 618 | p.Shape = Enum.PartType.Cylinder |
| 619 | p.Name = "Tail_1" |
| 620 | p.Size = Vector3.new(3.16228, 0.6, 0.6) |
| 621 | p.CFrame = CFrame.new(0, 8.5, 13.5) * CFrame.Angles(math.rad(71.5651), math.rad(-90), math.rad(0)) |
| 622 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 623 | p.Material = Enum.Material.Glacier |
| 624 | p.MaterialVariant = "2022 Stud" |
| 625 | p.Anchored = true |
| 626 | p.Parent = model |
| 627 | end |
| 628 | do |
| 629 | local p = Instance.new("Part") |
| 630 | p.Shape = Enum.PartType.Cylinder |
| 631 | p.Name = "Tail_2" |
| 632 | p.Size = Vector3.new(3.04138, 0.4, 0.4) |
| 633 | p.CFrame = CFrame.new(0, 5.5, 14.25) * CFrame.Angles(math.rad(80.5377), math.rad(-90), math.rad(0)) |
| 634 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 635 | p.Material = Enum.Material.Glacier |
| 636 | p.MaterialVariant = "2022 Stud" |
| 637 | p.Anchored = true |
| 638 | p.Parent = model |
| 639 | end |
| 640 | do |
| 641 | local p = Instance.new("Part") |
| 642 | p.Name = "Tail_Tuft" |
| 643 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 644 | p.CFrame = CFrame.new(0, 3.5, 14.5) |
| 645 | p.BrickColor = BrickColor.new("Really black") |
| 646 | p.Material = Enum.Material.Glacier |
| 647 | p.MaterialVariant = "2022 Universal" |
| 648 | p.Anchored = true |
| 649 | p.Parent = model |
| 650 | end |
| 651 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 652 | print("Elephant built: " .. #model:GetChildren() .. " parts") |
Loading comments...