Loading model...
by 67GOD · 5/8/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Rhino |
| 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 = "Rhino" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Light stone grey"] = "2022 Glue", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "BodyMain" |
| 31 | p.Size = Vector3.new(6, 5, 8) |
| 32 | p.CFrame = CFrame.new(0, 5, 0) |
| 33 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Inlet" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "BodyTop" |
| 42 | p.Size = Vector3.new(5, 0.5, 6) |
| 43 | p.CFrame = CFrame.new(0.08, 7.79, -1) |
| 44 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Inlet" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "BodyBack" |
| 53 | p.Size = Vector3.new(5.5, 4.5, 1) |
| 54 | p.CFrame = CFrame.new(0, 5, 4.54) |
| 55 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Inlet" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "ShoulderHump" |
| 64 | p.Size = Vector3.new(5, 2, 3) |
| 65 | p.CFrame = CFrame.new(0.04, 7.5, -3.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 66 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Inlet" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "Neck" |
| 75 | p.Size = Vector3.new(5, 4.5, 3) |
| 76 | p.CFrame = CFrame.new(0, 5, -4.5) |
| 77 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Inlet" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "HeadBase" |
| 86 | p.Size = Vector3.new(4.5, 4, 4) |
| 87 | p.CFrame = CFrame.new(0, 3.5, -7.5) |
| 88 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Inlet" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "Snout" |
| 97 | p.Size = Vector3.new(3.5, 3, 3) |
| 98 | p.CFrame = CFrame.new(0, 2.5, -10) |
| 99 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Inlet" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Name = "HornMainBase" |
| 108 | p.Size = Vector3.new(1.5, 1, 1.5) |
| 109 | p.CFrame = CFrame.new(0, 4.54, -10.5) |
| 110 | p.BrickColor = BrickColor.new("Light stone grey") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Glue" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Name = "HornMainMid" |
| 119 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 120 | p.CFrame = CFrame.new(0, 5.25, -10.5) |
| 121 | p.BrickColor = BrickColor.new("Light stone grey") |
| 122 | p.Material = Enum.Material.Glacier |
| 123 | p.MaterialVariant = "2022 Glue" |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "HornMainTop" |
| 130 | p.Size = Vector3.new(0.8, 1, 0.8) |
| 131 | p.CFrame = CFrame.new(0, 6, -10.5) |
| 132 | p.BrickColor = BrickColor.new("Light stone grey") |
| 133 | p.Material = Enum.Material.Glacier |
| 134 | p.MaterialVariant = "2022 Glue" |
| 135 | p.Anchored = true |
| 136 | p.Parent = model |
| 137 | end |
| 138 | do |
| 139 | local p = Instance.new("Part") |
| 140 | p.Name = "HornMainTip" |
| 141 | p.Size = Vector3.new(0.4, 1, 0.4) |
| 142 | p.CFrame = CFrame.new(0, 6.75, -10.5) |
| 143 | p.BrickColor = BrickColor.new("Light stone grey") |
| 144 | p.Material = Enum.Material.Glacier |
| 145 | p.MaterialVariant = "2022 Glue" |
| 146 | p.Anchored = true |
| 147 | p.Parent = model |
| 148 | end |
| 149 | do |
| 150 | local p = Instance.new("Part") |
| 151 | p.Name = "HornSmallBase" |
| 152 | p.Size = Vector3.new(1, 0.8, 1) |
| 153 | p.CFrame = CFrame.new(0, 5, -8.5) |
| 154 | p.BrickColor = BrickColor.new("Light stone grey") |
| 155 | p.Material = Enum.Material.Glacier |
| 156 | p.MaterialVariant = "2022 Glue" |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Name = "HornSmallTip" |
| 163 | p.Size = Vector3.new(0.6, 0.8, 0.6) |
| 164 | p.CFrame = CFrame.new(0, 5.6, -8.5) |
| 165 | p.BrickColor = BrickColor.new("Light stone grey") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Glue" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "EarLeft" |
| 174 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 175 | p.CFrame = CFrame.new(-2, 5.5, -6) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-20)) |
| 176 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 177 | p.Material = Enum.Material.Glacier |
| 178 | p.MaterialVariant = "2022 Inlet" |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("Part") |
| 184 | p.Name = "EarRight" |
| 185 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 186 | p.CFrame = CFrame.new(2, 5.5, -6) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(20)) |
| 187 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Inlet" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "EyeLeft" |
| 196 | p.Size = Vector3.new(0.2, 0.8, 1.2) |
| 197 | p.CFrame = CFrame.new(-2.3, 3.5, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 198 | p.BrickColor = BrickColor.new("Really black") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Universal" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "EyeRight" |
| 207 | p.Size = Vector3.new(0.2, 0.8, 1.2) |
| 208 | p.CFrame = CFrame.new(2.3, 3.5, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 209 | p.BrickColor = BrickColor.new("Really black") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Universal" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "LegFL_Upper" |
| 218 | p.Size = Vector3.new(1.5, 4, 2.5) |
| 219 | p.CFrame = CFrame.new(-3.29, 4, -3) |
| 220 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Inlet" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "LegFL_Lower" |
| 229 | p.Size = Vector3.new(1.5, 3, 2) |
| 230 | p.CFrame = CFrame.new(-3.29, 1.5, -3.04) |
| 231 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Inlet" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "ToeFL_1" |
| 240 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 241 | p.CFrame = CFrame.new(-3.6, 0.21, -4.2) |
| 242 | p.BrickColor = BrickColor.new("Light stone grey") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Glue" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "ToeFL_2" |
| 251 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 252 | p.CFrame = CFrame.new(-2.9, 0.21, -4.2) |
| 253 | p.BrickColor = BrickColor.new("Light stone grey") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Glue" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "LegFR_Upper" |
| 262 | p.Size = Vector3.new(1.5, 4, 2.5) |
| 263 | p.CFrame = CFrame.new(3.33, 4, -3) |
| 264 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Inlet" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "LegFR_Lower" |
| 273 | p.Size = Vector3.new(1.5, 3, 2) |
| 274 | p.CFrame = CFrame.new(3.29, 1.5, -3.04) |
| 275 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Inlet" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "ToeFR_1" |
| 284 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 285 | p.CFrame = CFrame.new(3.6, 0.21, -4.2) |
| 286 | p.BrickColor = BrickColor.new("Light stone grey") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Glue" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "ToeFR_2" |
| 295 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 296 | p.CFrame = CFrame.new(2.9, 0.21, -4.2) |
| 297 | p.BrickColor = BrickColor.new("Light stone grey") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Glue" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "LegBL_Upper" |
| 306 | p.Size = Vector3.new(1.5, 4, 3) |
| 307 | p.CFrame = CFrame.new(-3.25, 4, 3) |
| 308 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Inlet" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "LegBL_Lower" |
| 317 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 318 | p.CFrame = CFrame.new(-3.21, 1.5, 3) |
| 319 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Inlet" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "ToeBL_1" |
| 328 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 329 | p.CFrame = CFrame.new(-3.6, 0.21, 1.5) |
| 330 | p.BrickColor = BrickColor.new("Light stone grey") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Glue" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "ToeBL_2" |
| 339 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 340 | p.CFrame = CFrame.new(-2.9, 0.21, 1.5) |
| 341 | p.BrickColor = BrickColor.new("Light stone grey") |
| 342 | p.Material = Enum.Material.Glacier |
| 343 | p.MaterialVariant = "2022 Glue" |
| 344 | p.Anchored = true |
| 345 | p.Parent = model |
| 346 | end |
| 347 | do |
| 348 | local p = Instance.new("Part") |
| 349 | p.Name = "LegBR_Upper" |
| 350 | p.Size = Vector3.new(1.5, 4, 3) |
| 351 | p.CFrame = CFrame.new(3.25, 4, 3) |
| 352 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 353 | p.Material = Enum.Material.Glacier |
| 354 | p.MaterialVariant = "2022 Inlet" |
| 355 | p.Anchored = true |
| 356 | p.Parent = model |
| 357 | end |
| 358 | do |
| 359 | local p = Instance.new("Part") |
| 360 | p.Name = "LegBR_Lower" |
| 361 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 362 | p.CFrame = CFrame.new(3.29, 1.5, 3) |
| 363 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 364 | p.Material = Enum.Material.Glacier |
| 365 | p.MaterialVariant = "2022 Inlet" |
| 366 | p.Anchored = true |
| 367 | p.Parent = model |
| 368 | end |
| 369 | do |
| 370 | local p = Instance.new("Part") |
| 371 | p.Name = "ToeBR_1" |
| 372 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 373 | p.CFrame = CFrame.new(3.6, 0.21, 1.5) |
| 374 | p.BrickColor = BrickColor.new("Light stone grey") |
| 375 | p.Material = Enum.Material.Glacier |
| 376 | p.MaterialVariant = "2022 Glue" |
| 377 | p.Anchored = true |
| 378 | p.Parent = model |
| 379 | end |
| 380 | do |
| 381 | local p = Instance.new("Part") |
| 382 | p.Name = "ToeBR_2" |
| 383 | p.Size = Vector3.new(0.4, 0.5, 0.6) |
| 384 | p.CFrame = CFrame.new(2.9, 0.21, 1.5) |
| 385 | p.BrickColor = BrickColor.new("Light stone grey") |
| 386 | p.Material = Enum.Material.Glacier |
| 387 | p.MaterialVariant = "2022 Glue" |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Name = "TailBase" |
| 394 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 395 | p.CFrame = CFrame.new(0, 4.5, 5.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 396 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 397 | p.Material = Enum.Material.Glacier |
| 398 | p.MaterialVariant = "2022 Inlet" |
| 399 | p.Anchored = true |
| 400 | p.Parent = model |
| 401 | end |
| 402 | do |
| 403 | local p = Instance.new("Part") |
| 404 | p.Name = "TailTip" |
| 405 | p.Size = Vector3.new(0.5, 1.5, 0.5) |
| 406 | p.CFrame = CFrame.new(0, 3, 5.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 407 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 408 | p.Material = Enum.Material.Glacier |
| 409 | p.MaterialVariant = "2022 Inlet" |
| 410 | p.Anchored = true |
| 411 | p.Parent = model |
| 412 | end |
| 413 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 414 | print("Rhino built: " .. #model:GetChildren() .. " parts") |
Loading comments...