by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "FennecFox" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Brick yellow"] = "2022 Stud", |
| 22 | ["Institutional white"] = "2022 Stud", |
| 23 | ["Nougat"] = "2022 Stud", |
| 24 | ["Really black"] = "2022 Universal", |
| 25 | } |
| 26 | if next(needed) then |
| 27 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 28 | if not ok then warn(roots) else |
| 29 | local tmp = Instance.new("Folder") |
| 30 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 31 | for _, d in ipairs(tmp:GetDescendants()) do |
| 32 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 33 | d.Parent = MS |
| 34 | end |
| 35 | end |
| 36 | tmp:Destroy() |
| 37 | end |
| 38 | end |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "BodyMain" |
| 43 | p.Size = Vector3.new(3.5, 3.5, 6) |
| 44 | p.CFrame = CFrame.new(0, 4.5, 0) |
| 45 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "BodyFront" |
| 54 | p.Size = Vector3.new(3.2, 3.2, 2) |
| 55 | p.CFrame = CFrame.new(0, 4.6, -3.5) |
| 56 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "BodyBack" |
| 65 | p.Size = Vector3.new(3.2, 3.2, 2) |
| 66 | p.CFrame = CFrame.new(0, 4.4, 3.5) |
| 67 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "Belly" |
| 76 | p.Size = Vector3.new(3, 1, 5.5) |
| 77 | p.CFrame = CFrame.new(0, 3, 0) |
| 78 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "Chest" |
| 87 | p.Size = Vector3.new(2.8, 1.2, 2.5) |
| 88 | p.CFrame = CFrame.new(0, 3.2, -3) |
| 89 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "Neck" |
| 98 | p.Size = Vector3.new(2.5, 2.5, 2.5) |
| 99 | p.CFrame = CFrame.new(0, 5.5, -4.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 100 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "NeckLight" |
| 109 | p.Size = Vector3.new(2.2, 1.5, 2) |
| 110 | p.CFrame = CFrame.new(0, 4.5, -4.8) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 111 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "HeadBase" |
| 120 | p.Size = Vector3.new(3, 2.5, 2.5) |
| 121 | p.CFrame = CFrame.new(0, 6.5, -5.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 122 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "SnoutBase" |
| 131 | p.Size = Vector3.new(2, 1.5, 1.5) |
| 132 | p.CFrame = CFrame.new(0, 6, -6.8) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 133 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "SnoutTip" |
| 142 | p.Size = Vector3.new(1.2, 1, 1) |
| 143 | p.CFrame = CFrame.new(0, 5.8, -7.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 144 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 153 | p.Name = "Nose" |
| 154 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 155 | p.CFrame = CFrame.new(0, 5.8, -8) |
| 156 | p.BrickColor = BrickColor.new("Really black") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Universal" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Shape = Enum.PartType.Ball |
| 165 | p.Name = "EyeL" |
| 166 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 167 | p.CFrame = CFrame.new(0.8, 6.5, -6.2) |
| 168 | p.BrickColor = BrickColor.new("Really black") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Universal" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Shape = Enum.PartType.Ball |
| 177 | p.Name = "EyeR" |
| 178 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 179 | p.CFrame = CFrame.new(-0.8, 6.5, -6.2) |
| 180 | p.BrickColor = BrickColor.new("Really black") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Universal" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "EarL_Base" |
| 189 | p.Size = Vector3.new(2.5, 3.5, 0.8) |
| 190 | p.CFrame = CFrame.new(1.8, 7.5, -4.8) * CFrame.Angles(math.rad(-10), math.rad(-30), math.rad(-30)) |
| 191 | p.BrickColor = BrickColor.new("Brick yellow") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Stud" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "EarL_Inner" |
| 200 | p.Size = Vector3.new(2, 3, 0.2) |
| 201 | p.CFrame = CFrame.new(1.7, 7.6, -4.9) * CFrame.Angles(math.rad(-10), math.rad(-30), math.rad(-30)) |
| 202 | p.BrickColor = BrickColor.new("Institutional white") |
| 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("WedgePart") |
| 210 | p.Name = "EarL_Tip" |
| 211 | p.Size = Vector3.new(1.5, 2, 0.6) |
| 212 | p.CFrame = CFrame.new(2.8, 9, -4.5) * CFrame.Angles(math.rad(-10), math.rad(-30), math.rad(-30)) |
| 213 | p.BrickColor = BrickColor.new("Brick yellow") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Stud" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | do |
| 220 | local p = Instance.new("Part") |
| 221 | p.Name = "EarR_Base" |
| 222 | p.Size = Vector3.new(2.5, 3.5, 0.8) |
| 223 | p.CFrame = CFrame.new(-1.8, 7.5, -4.8) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(30)) |
| 224 | p.BrickColor = BrickColor.new("Brick yellow") |
| 225 | p.Material = Enum.Material.Glacier |
| 226 | p.MaterialVariant = "2022 Stud" |
| 227 | p.Anchored = true |
| 228 | p.Parent = model |
| 229 | end |
| 230 | do |
| 231 | local p = Instance.new("Part") |
| 232 | p.Name = "EarR_Inner" |
| 233 | p.Size = Vector3.new(2, 3, 0.2) |
| 234 | p.CFrame = CFrame.new(-1.7, 7.6, -4.9) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(30)) |
| 235 | p.BrickColor = BrickColor.new("Institutional white") |
| 236 | p.Material = Enum.Material.Glacier |
| 237 | p.MaterialVariant = "2022 Stud" |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("WedgePart") |
| 243 | p.Name = "EarR_Tip" |
| 244 | p.Size = Vector3.new(1.5, 2, 0.6) |
| 245 | p.CFrame = CFrame.new(-2.8, 9, -4.5) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(30)) |
| 246 | p.BrickColor = BrickColor.new("Brick yellow") |
| 247 | p.Material = Enum.Material.Glacier |
| 248 | p.MaterialVariant = "2022 Stud" |
| 249 | p.Anchored = true |
| 250 | p.Parent = model |
| 251 | end |
| 252 | do |
| 253 | local p = Instance.new("Part") |
| 254 | p.Name = "LegFL_Upper" |
| 255 | p.Size = Vector3.new(1, 2.5, 1.2) |
| 256 | p.CFrame = CFrame.new(1.2, 3, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 257 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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.Name = "LegFL_Lower" |
| 266 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 267 | p.CFrame = CFrame.new(1.2, 1.2, -3.8) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 268 | p.BrickColor = BrickColor.new("Institutional white") |
| 269 | p.Material = Enum.Material.Glacier |
| 270 | p.MaterialVariant = "2022 Stud" |
| 271 | p.Anchored = true |
| 272 | p.Parent = model |
| 273 | end |
| 274 | do |
| 275 | local p = Instance.new("Part") |
| 276 | p.Name = "PawFL" |
| 277 | p.Size = Vector3.new(1.2, 0.6, 1.5) |
| 278 | p.CFrame = CFrame.new(1.2, 0.3, -4.2) |
| 279 | p.BrickColor = BrickColor.new("Institutional white") |
| 280 | p.Material = Enum.Material.Glacier |
| 281 | p.MaterialVariant = "2022 Stud" |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Name = "LegFR_Upper" |
| 288 | p.Size = Vector3.new(1, 2.5, 1.2) |
| 289 | p.CFrame = CFrame.new(-1.2, 3, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 290 | p.BrickColor = BrickColor.new("Brick yellow") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Stud" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Name = "LegFR_Lower" |
| 299 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 300 | p.CFrame = CFrame.new(-1.2, 1.2, -3.8) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 301 | p.BrickColor = BrickColor.new("Institutional white") |
| 302 | p.Material = Enum.Material.Glacier |
| 303 | p.MaterialVariant = "2022 Stud" |
| 304 | p.Anchored = true |
| 305 | p.Parent = model |
| 306 | end |
| 307 | do |
| 308 | local p = Instance.new("Part") |
| 309 | p.Name = "PawFR" |
| 310 | p.Size = Vector3.new(1.2, 0.6, 1.5) |
| 311 | p.CFrame = CFrame.new(-1.2, 0.3, -4.2) |
| 312 | p.BrickColor = BrickColor.new("Institutional white") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Stud" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Name = "LegHL_Thigh" |
| 321 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 322 | p.CFrame = CFrame.new(1.5, 3.5, 3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 323 | p.BrickColor = BrickColor.new("Brick yellow") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "LegHL_Lower" |
| 332 | p.Size = Vector3.new(1, 2.5, 1) |
| 333 | p.CFrame = CFrame.new(1.5, 1.5, 3.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 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.Name = "PawHL" |
| 343 | p.Size = Vector3.new(1.2, 0.6, 1.5) |
| 344 | p.CFrame = CFrame.new(1.5, 0.3, 3) |
| 345 | p.BrickColor = BrickColor.new("Institutional white") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "LegHR_Thigh" |
| 354 | p.Size = Vector3.new(1.5, 3, 2.5) |
| 355 | p.CFrame = CFrame.new(-1.5, 3.5, 3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 356 | p.BrickColor = BrickColor.new("Brick yellow") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Stud" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Name = "LegHR_Lower" |
| 365 | p.Size = Vector3.new(1, 2.5, 1) |
| 366 | p.CFrame = CFrame.new(-1.5, 1.5, 3.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 367 | p.BrickColor = BrickColor.new("Institutional white") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Stud" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "PawHR" |
| 376 | p.Size = Vector3.new(1.2, 0.6, 1.5) |
| 377 | p.CFrame = CFrame.new(-1.5, 0.3, 3) |
| 378 | p.BrickColor = BrickColor.new("Institutional white") |
| 379 | p.Material = Enum.Material.Glacier |
| 380 | p.MaterialVariant = "2022 Stud" |
| 381 | p.Anchored = true |
| 382 | p.Parent = model |
| 383 | end |
| 384 | do |
| 385 | local p = Instance.new("Part") |
| 386 | p.Name = "TailBase" |
| 387 | p.Size = Vector3.new(2, 2, 2.5) |
| 388 | p.CFrame = CFrame.new(0, 4, 5) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 389 | p.BrickColor = BrickColor.new("Brick yellow") |
| 390 | p.Material = Enum.Material.Glacier |
| 391 | p.MaterialVariant = "2022 Stud" |
| 392 | p.Anchored = true |
| 393 | p.Parent = model |
| 394 | end |
| 395 | do |
| 396 | local p = Instance.new("Part") |
| 397 | p.Name = "TailMid" |
| 398 | p.Size = Vector3.new(2.5, 2.5, 3) |
| 399 | p.CFrame = CFrame.new(0, 2.5, 6.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 400 | p.BrickColor = BrickColor.new("Nougat") |
| 401 | p.Material = Enum.Material.Glacier |
| 402 | p.MaterialVariant = "2022 Stud" |
| 403 | p.Anchored = true |
| 404 | p.Parent = model |
| 405 | end |
| 406 | do |
| 407 | local p = Instance.new("Part") |
| 408 | p.Name = "TailTip" |
| 409 | p.Size = Vector3.new(1.5, 1.5, 2) |
| 410 | p.CFrame = CFrame.new(0, 1, 7.5) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)) |
| 411 | p.BrickColor = BrickColor.new("Really black") |
| 412 | p.Material = Enum.Material.Glacier |
| 413 | p.MaterialVariant = "2022 Universal" |
| 414 | p.Anchored = true |
| 415 | p.Parent = model |
| 416 | end |
| 417 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 418 | print("FennecFox built: " .. #model:GetChildren() .. " parts") |