by StudForge · 3/17/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 = "Parrot" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Bright blue"] = "2022 Universal", |
| 22 | ["Bright green"] = "2022 Stud", |
| 23 | ["Bright red"] = "2022 Stud", |
| 24 | ["Bright yellow"] = "2022 Big Stud", |
| 25 | ["Dark stone grey"] = "2022 Stud", |
| 26 | ["Earth green"] = "2022 Stud", |
| 27 | ["Institutional white"] = "2022 Stud", |
| 28 | ["Pine Cone"] = "2022 Small Stud", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Name = "Body_Lower" |
| 34 | p.Size = Vector3.new(4, 4, 4) |
| 35 | p.CFrame = CFrame.new(0, 8, 0) |
| 36 | p.BrickColor = BrickColor.new("Bright yellow") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Big Stud" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Name = "Body_Mid" |
| 45 | p.Size = Vector3.new(4.2, 4, 4.5) |
| 46 | p.CFrame = CFrame.new(0, 11, -0.5) |
| 47 | p.BrickColor = BrickColor.new("Bright yellow") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Big Stud" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Name = "Body_Upper" |
| 56 | p.Size = Vector3.new(4, 3, 4) |
| 57 | p.CFrame = CFrame.new(0, 14, -1) |
| 58 | p.BrickColor = BrickColor.new("Bright yellow") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 Big Stud" |
| 61 | p.Anchored = true |
| 62 | p.Parent = model |
| 63 | end |
| 64 | do |
| 65 | local p = Instance.new("Part") |
| 66 | p.Name = "Back_Lower" |
| 67 | p.Size = Vector3.new(3.8, 4, 2) |
| 68 | p.CFrame = CFrame.new(0, 9, 1.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 69 | p.BrickColor = BrickColor.new("Bright red") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Stud" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Name = "Back_Mid" |
| 78 | p.Size = Vector3.new(4, 4, 2) |
| 79 | p.CFrame = CFrame.new(0.04, 12, 1.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 80 | p.BrickColor = BrickColor.new("Bright red") |
| 81 | p.Material = Enum.Material.Glacier |
| 82 | p.MaterialVariant = "2022 Stud" |
| 83 | p.Anchored = true |
| 84 | p.Parent = model |
| 85 | end |
| 86 | do |
| 87 | local p = Instance.new("Part") |
| 88 | p.Name = "Back_Upper" |
| 89 | p.Size = Vector3.new(3.8, 3, 2) |
| 90 | p.CFrame = CFrame.new(0, 15, 1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 91 | p.BrickColor = BrickColor.new("Bright red") |
| 92 | p.Material = Enum.Material.Glacier |
| 93 | p.MaterialVariant = "2022 Stud" |
| 94 | p.Anchored = true |
| 95 | p.Parent = model |
| 96 | end |
| 97 | do |
| 98 | local p = Instance.new("Part") |
| 99 | p.Name = "Neck" |
| 100 | p.Size = Vector3.new(3, 2.5, 3) |
| 101 | p.CFrame = CFrame.new(0, 16.5, -1.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 102 | p.BrickColor = BrickColor.new("Bright green") |
| 103 | p.Material = Enum.Material.Glacier |
| 104 | p.MaterialVariant = "2022 Stud" |
| 105 | p.Anchored = true |
| 106 | p.Parent = model |
| 107 | end |
| 108 | do |
| 109 | local p = Instance.new("Part") |
| 110 | p.Name = "Neck_Teal" |
| 111 | p.Size = Vector3.new(2, 1.5, 0.5) |
| 112 | p.CFrame = CFrame.new(0, 15.5, -2.8) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 113 | p.BrickColor = BrickColor.new("Earth green") |
| 114 | p.Material = Enum.Material.Glacier |
| 115 | p.MaterialVariant = "2022 Stud" |
| 116 | p.Anchored = true |
| 117 | p.Parent = model |
| 118 | end |
| 119 | do |
| 120 | local p = Instance.new("Part") |
| 121 | p.Name = "Head_Base" |
| 122 | p.Size = Vector3.new(3.2, 3, 3.2) |
| 123 | p.CFrame = CFrame.new(0, 18.5, -1.5) |
| 124 | p.BrickColor = BrickColor.new("Bright green") |
| 125 | p.Material = Enum.Material.Glacier |
| 126 | p.MaterialVariant = "2022 Stud" |
| 127 | p.Anchored = true |
| 128 | p.Parent = model |
| 129 | end |
| 130 | do |
| 131 | local p = Instance.new("Part") |
| 132 | p.Name = "Head_Top" |
| 133 | p.Size = Vector3.new(2.8, 2, 2.8) |
| 134 | p.CFrame = CFrame.new(0.04, 20.5, -1.5) |
| 135 | p.BrickColor = BrickColor.new("Bright green") |
| 136 | p.Material = Enum.Material.Glacier |
| 137 | p.MaterialVariant = "2022 Stud" |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("Part") |
| 143 | p.Name = "Head_RedBack" |
| 144 | p.Size = Vector3.new(2.8, 4, 1.5) |
| 145 | p.CFrame = CFrame.new(0, 19, 0.2) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 146 | p.BrickColor = BrickColor.new("Bright red") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Stud" |
| 149 | p.Anchored = true |
| 150 | p.Parent = model |
| 151 | end |
| 152 | do |
| 153 | local p = Instance.new("Part") |
| 154 | p.Name = "Head_RedTop" |
| 155 | p.Size = Vector3.new(2, 1.5, 2) |
| 156 | p.CFrame = CFrame.new(0, 21.5, -0.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 157 | p.BrickColor = BrickColor.new("Bright red") |
| 158 | p.Material = Enum.Material.Glacier |
| 159 | p.MaterialVariant = "2022 Stud" |
| 160 | p.Anchored = true |
| 161 | p.Parent = model |
| 162 | end |
| 163 | do |
| 164 | local p = Instance.new("Part") |
| 165 | p.Name = "Crest_1" |
| 166 | p.Size = Vector3.new(0.5, 2, 1) |
| 167 | p.CFrame = CFrame.new(0, 21.5, -1.8) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 168 | p.BrickColor = BrickColor.new("Bright green") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Stud" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Name = "Crest_2" |
| 177 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 178 | p.CFrame = CFrame.new(0, 21.2, -2.5) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 179 | p.BrickColor = BrickColor.new("Bright green") |
| 180 | p.Material = Enum.Material.Glacier |
| 181 | p.MaterialVariant = "2022 Stud" |
| 182 | p.Anchored = true |
| 183 | p.Parent = model |
| 184 | end |
| 185 | do |
| 186 | local p = Instance.new("Part") |
| 187 | p.Shape = Enum.PartType.Cylinder |
| 188 | p.Name = "Eye_White_L" |
| 189 | p.Size = Vector3.new(0.2, 2, 2) |
| 190 | p.CFrame = CFrame.new(-1.6, 19.5, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 191 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Cylinder |
| 200 | p.Name = "Eye_Pupil_L" |
| 201 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 202 | p.CFrame = CFrame.new(-1.7, 19.5, -2.28) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 203 | p.BrickColor = BrickColor.new("Really black") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Universal" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Shape = Enum.PartType.Cylinder |
| 212 | p.Name = "Eye_White_R" |
| 213 | p.Size = Vector3.new(0.2, 2, 2) |
| 214 | p.CFrame = CFrame.new(1.6, 19.5, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 215 | p.BrickColor = BrickColor.new("Institutional white") |
| 216 | p.Material = Enum.Material.Glacier |
| 217 | p.MaterialVariant = "2022 Stud" |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("Part") |
| 223 | p.Shape = Enum.PartType.Cylinder |
| 224 | p.Name = "Eye_Pupil_R" |
| 225 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 226 | p.CFrame = CFrame.new(1.7, 19.5, -2.28) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 227 | p.BrickColor = BrickColor.new("Really black") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Universal" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "Beak_Upper_Base" |
| 236 | p.Size = Vector3.new(1.5, 2, 2) |
| 237 | p.CFrame = CFrame.new(0, 18.5, -3.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 238 | p.BrickColor = BrickColor.new("Bright blue") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Universal" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "Beak_Upper_Mid" |
| 247 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 248 | p.CFrame = CFrame.new(0, 17.5, -4.2) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)) |
| 249 | p.BrickColor = BrickColor.new("Bright blue") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Universal" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Name = "Beak_Upper_Tip" |
| 258 | p.Size = Vector3.new(0.8, 1, 1) |
| 259 | p.CFrame = CFrame.new(0, 16.5, -4.5) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)) |
| 260 | p.BrickColor = BrickColor.new("Bright blue") |
| 261 | p.Material = Enum.Material.Glacier |
| 262 | p.MaterialVariant = "2022 Universal" |
| 263 | p.Anchored = true |
| 264 | p.Parent = model |
| 265 | end |
| 266 | do |
| 267 | local p = Instance.new("Part") |
| 268 | p.Name = "Beak_Lower" |
| 269 | p.Size = Vector3.new(1.2, 1, 1.5) |
| 270 | p.CFrame = CFrame.new(0.04, 17.5, -3.2) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 271 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 272 | p.Material = Enum.Material.Glacier |
| 273 | p.MaterialVariant = "2022 Stud" |
| 274 | p.Anchored = true |
| 275 | p.Parent = model |
| 276 | end |
| 277 | do |
| 278 | local p = Instance.new("Part") |
| 279 | p.Name = "Wing_L_Red" |
| 280 | p.Size = Vector3.new(0.8, 5, 4) |
| 281 | p.CFrame = CFrame.new(-2.2, 12, 0.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)) |
| 282 | p.BrickColor = BrickColor.new("Bright red") |
| 283 | p.Material = Enum.Material.Glacier |
| 284 | p.MaterialVariant = "2022 Stud" |
| 285 | p.Anchored = true |
| 286 | p.Parent = model |
| 287 | end |
| 288 | do |
| 289 | local p = Instance.new("Part") |
| 290 | p.Name = "Wing_L_Green" |
| 291 | p.Size = Vector3.new(0.6, 4, 3.5) |
| 292 | p.CFrame = CFrame.new(-2.4, 9, 1.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(10)) |
| 293 | p.BrickColor = BrickColor.new("Bright green") |
| 294 | p.Material = Enum.Material.Glacier |
| 295 | p.MaterialVariant = "2022 Stud" |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | do |
| 300 | local p = Instance.new("Part") |
| 301 | p.Name = "Wing_L_Blue" |
| 302 | p.Size = Vector3.new(0.4, 5, 3) |
| 303 | p.CFrame = CFrame.new(-2.6, 6, 2.5) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(10)) |
| 304 | p.BrickColor = BrickColor.new("Bright blue") |
| 305 | p.Material = Enum.Material.Glacier |
| 306 | p.MaterialVariant = "2022 Universal" |
| 307 | p.Anchored = true |
| 308 | p.Parent = model |
| 309 | end |
| 310 | do |
| 311 | local p = Instance.new("Part") |
| 312 | p.Name = "Wing_R_Red" |
| 313 | p.Size = Vector3.new(0.8, 5, 4) |
| 314 | p.CFrame = CFrame.new(2.2, 12, 0.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)) |
| 315 | p.BrickColor = BrickColor.new("Bright red") |
| 316 | p.Material = Enum.Material.Glacier |
| 317 | p.MaterialVariant = "2022 Stud" |
| 318 | p.Anchored = true |
| 319 | p.Parent = model |
| 320 | end |
| 321 | do |
| 322 | local p = Instance.new("Part") |
| 323 | p.Name = "Wing_R_Green" |
| 324 | p.Size = Vector3.new(0.6, 4, 3.5) |
| 325 | p.CFrame = CFrame.new(2.4, 9, 1.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-10)) |
| 326 | p.BrickColor = BrickColor.new("Bright green") |
| 327 | p.Material = Enum.Material.Glacier |
| 328 | p.MaterialVariant = "2022 Stud" |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | do |
| 333 | local p = Instance.new("Part") |
| 334 | p.Name = "Wing_R_Blue" |
| 335 | p.Size = Vector3.new(0.4, 5, 3) |
| 336 | p.CFrame = CFrame.new(2.6, 6, 2.5) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(-10)) |
| 337 | p.BrickColor = BrickColor.new("Bright blue") |
| 338 | p.Material = Enum.Material.Glacier |
| 339 | p.MaterialVariant = "2022 Universal" |
| 340 | p.Anchored = true |
| 341 | p.Parent = model |
| 342 | end |
| 343 | do |
| 344 | local p = Instance.new("Part") |
| 345 | p.Name = "Tail_Base" |
| 346 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 347 | p.CFrame = CFrame.new(0, 5, 2) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 348 | p.BrickColor = BrickColor.new("Bright blue") |
| 349 | p.Material = Enum.Material.Glacier |
| 350 | p.MaterialVariant = "2022 Universal" |
| 351 | p.Anchored = true |
| 352 | p.Parent = model |
| 353 | end |
| 354 | do |
| 355 | local p = Instance.new("Part") |
| 356 | p.Name = "Tail_Mid_Blue" |
| 357 | p.Size = Vector3.new(2, 4, 1) |
| 358 | p.CFrame = CFrame.new(0, 3, 4) * CFrame.Angles(math.rad(-55), math.rad(0), math.rad(0)) |
| 359 | p.BrickColor = BrickColor.new("Bright blue") |
| 360 | p.Material = Enum.Material.Glacier |
| 361 | p.MaterialVariant = "2022 Universal" |
| 362 | p.Anchored = true |
| 363 | p.Parent = model |
| 364 | end |
| 365 | do |
| 366 | local p = Instance.new("Part") |
| 367 | p.Name = "Tail_Mid_Yellow" |
| 368 | p.Size = Vector3.new(1.5, 3.8, 1) |
| 369 | p.CFrame = CFrame.new(0, 2.8, 4.1) * CFrame.Angles(math.rad(-55), math.rad(0), math.rad(0)) |
| 370 | p.BrickColor = BrickColor.new("Bright yellow") |
| 371 | p.Material = Enum.Material.Glacier |
| 372 | p.MaterialVariant = "2022 Big Stud" |
| 373 | p.Anchored = true |
| 374 | p.Parent = model |
| 375 | end |
| 376 | do |
| 377 | local p = Instance.new("Part") |
| 378 | p.Name = "Tail_Mid_Red" |
| 379 | p.Size = Vector3.new(1, 3.6, 1) |
| 380 | p.CFrame = CFrame.new(0, 2.6, 4.2) * CFrame.Angles(math.rad(-55), math.rad(0), math.rad(0)) |
| 381 | p.BrickColor = BrickColor.new("Bright red") |
| 382 | p.Material = Enum.Material.Glacier |
| 383 | p.MaterialVariant = "2022 Stud" |
| 384 | p.Anchored = true |
| 385 | p.Parent = model |
| 386 | end |
| 387 | do |
| 388 | local p = Instance.new("Part") |
| 389 | p.Name = "Tail_Tip_Blue" |
| 390 | p.Size = Vector3.new(1.5, 4, 0.5) |
| 391 | p.CFrame = CFrame.new(0.04, 0.5, 6.5) * CFrame.Angles(math.rad(-65), math.rad(0), math.rad(0)) |
| 392 | p.BrickColor = BrickColor.new("Bright blue") |
| 393 | p.Material = Enum.Material.Glacier |
| 394 | p.MaterialVariant = "2022 Universal" |
| 395 | p.Anchored = true |
| 396 | p.Parent = model |
| 397 | end |
| 398 | do |
| 399 | local p = Instance.new("Part") |
| 400 | p.Name = "Tail_Tip_Yellow" |
| 401 | p.Size = Vector3.new(1, 3.8, 0.5) |
| 402 | p.CFrame = CFrame.new(0.04, 0.4, 6.6) * CFrame.Angles(math.rad(-65), math.rad(0), math.rad(0)) |
| 403 | p.BrickColor = BrickColor.new("Bright yellow") |
| 404 | p.Material = Enum.Material.Glacier |
| 405 | p.MaterialVariant = "2022 Big Stud" |
| 406 | p.Anchored = true |
| 407 | p.Parent = model |
| 408 | end |
| 409 | do |
| 410 | local p = Instance.new("Part") |
| 411 | p.Name = "Tail_Tip_Red" |
| 412 | p.Size = Vector3.new(0.5, 3.6, 0.5) |
| 413 | p.CFrame = CFrame.new(0, 0.3, 6.7) * CFrame.Angles(math.rad(-65), math.rad(0), math.rad(0)) |
| 414 | p.BrickColor = BrickColor.new("Bright red") |
| 415 | p.Material = Enum.Material.Glacier |
| 416 | p.MaterialVariant = "2022 Stud" |
| 417 | p.Anchored = true |
| 418 | p.Parent = model |
| 419 | end |
| 420 | do |
| 421 | local p = Instance.new("Part") |
| 422 | p.Name = "Leg_L_Top" |
| 423 | p.Size = Vector3.new(1.2, 2.5, 1.2) |
| 424 | p.CFrame = CFrame.new(-1.2, 5.5, -0.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 425 | p.BrickColor = BrickColor.new("Bright red") |
| 426 | p.Material = Enum.Material.Glacier |
| 427 | p.MaterialVariant = "2022 Stud" |
| 428 | p.Anchored = true |
| 429 | p.Parent = model |
| 430 | end |
| 431 | do |
| 432 | local p = Instance.new("Part") |
| 433 | p.Name = "Leg_L_Bot" |
| 434 | p.Size = Vector3.new(0.6, 2, 0.6) |
| 435 | p.CFrame = CFrame.new(-1.2, 3.5, -0.2) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 436 | p.BrickColor = BrickColor.new("Pine Cone") |
| 437 | p.Material = Enum.Material.Glacier |
| 438 | p.MaterialVariant = "2022 Small Stud" |
| 439 | p.Anchored = true |
| 440 | p.Parent = model |
| 441 | end |
| 442 | do |
| 443 | local p = Instance.new("Part") |
| 444 | p.Name = "Foot_L_Base" |
| 445 | p.Size = Vector3.new(1, 0.4, 1.5) |
| 446 | p.CFrame = CFrame.new(-1.2, 2.5, -0.5) |
| 447 | p.BrickColor = BrickColor.new("Pine Cone") |
| 448 | p.Material = Enum.Material.Glacier |
| 449 | p.MaterialVariant = "2022 Small Stud" |
| 450 | p.Anchored = true |
| 451 | p.Parent = model |
| 452 | end |
| 453 | do |
| 454 | local p = Instance.new("Part") |
| 455 | p.Name = "Toe_L_Front1" |
| 456 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 457 | p.CFrame = CFrame.new(-1.5, 2.3, -1.2) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 458 | p.BrickColor = BrickColor.new("Pine Cone") |
| 459 | p.Material = Enum.Material.Glacier |
| 460 | p.MaterialVariant = "2022 Small Stud" |
| 461 | p.Anchored = true |
| 462 | p.Parent = model |
| 463 | end |
| 464 | do |
| 465 | local p = Instance.new("Part") |
| 466 | p.Name = "Toe_L_Front2" |
| 467 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 468 | p.CFrame = CFrame.new(-0.9, 2.3, -1.2) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 469 | p.BrickColor = BrickColor.new("Pine Cone") |
| 470 | p.Material = Enum.Material.Glacier |
| 471 | p.MaterialVariant = "2022 Small Stud" |
| 472 | p.Anchored = true |
| 473 | p.Parent = model |
| 474 | end |
| 475 | do |
| 476 | local p = Instance.new("Part") |
| 477 | p.Name = "Toe_L_Back" |
| 478 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 479 | p.CFrame = CFrame.new(-1.2, 2.3, 0.2) |
| 480 | p.BrickColor = BrickColor.new("Pine Cone") |
| 481 | p.Material = Enum.Material.Glacier |
| 482 | p.MaterialVariant = "2022 Small Stud" |
| 483 | p.Anchored = true |
| 484 | p.Parent = model |
| 485 | end |
| 486 | do |
| 487 | local p = Instance.new("Part") |
| 488 | p.Name = "Leg_R_Top" |
| 489 | p.Size = Vector3.new(1.2, 2.5, 1.2) |
| 490 | p.CFrame = CFrame.new(1.2, 5.5, -0.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 491 | p.BrickColor = BrickColor.new("Bright red") |
| 492 | p.Material = Enum.Material.Glacier |
| 493 | p.MaterialVariant = "2022 Stud" |
| 494 | p.Anchored = true |
| 495 | p.Parent = model |
| 496 | end |
| 497 | do |
| 498 | local p = Instance.new("Part") |
| 499 | p.Name = "Leg_R_Bot" |
| 500 | p.Size = Vector3.new(0.6, 2, 0.6) |
| 501 | p.CFrame = CFrame.new(1.2, 3.5, -0.2) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 502 | p.BrickColor = BrickColor.new("Pine Cone") |
| 503 | p.Material = Enum.Material.Glacier |
| 504 | p.MaterialVariant = "2022 Small Stud" |
| 505 | p.Anchored = true |
| 506 | p.Parent = model |
| 507 | end |
| 508 | do |
| 509 | local p = Instance.new("Part") |
| 510 | p.Name = "Foot_R_Base" |
| 511 | p.Size = Vector3.new(1, 0.4, 1.5) |
| 512 | p.CFrame = CFrame.new(1.2, 2.5, -0.5) |
| 513 | p.BrickColor = BrickColor.new("Pine Cone") |
| 514 | p.Material = Enum.Material.Glacier |
| 515 | p.MaterialVariant = "2022 Small Stud" |
| 516 | p.Anchored = true |
| 517 | p.Parent = model |
| 518 | end |
| 519 | do |
| 520 | local p = Instance.new("Part") |
| 521 | p.Name = "Toe_R_Front1" |
| 522 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 523 | p.CFrame = CFrame.new(0.9, 2.3, -1.2) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 524 | p.BrickColor = BrickColor.new("Pine Cone") |
| 525 | p.Material = Enum.Material.Glacier |
| 526 | p.MaterialVariant = "2022 Small Stud" |
| 527 | p.Anchored = true |
| 528 | p.Parent = model |
| 529 | end |
| 530 | do |
| 531 | local p = Instance.new("Part") |
| 532 | p.Name = "Toe_R_Front2" |
| 533 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 534 | p.CFrame = CFrame.new(1.5, 2.3, -1.2) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 535 | p.BrickColor = BrickColor.new("Pine Cone") |
| 536 | p.Material = Enum.Material.Glacier |
| 537 | p.MaterialVariant = "2022 Small Stud" |
| 538 | p.Anchored = true |
| 539 | p.Parent = model |
| 540 | end |
| 541 | do |
| 542 | local p = Instance.new("Part") |
| 543 | p.Name = "Toe_R_Back" |
| 544 | p.Size = Vector3.new(0.3, 0.3, 1) |
| 545 | p.CFrame = CFrame.new(1.2, 2.3, 0.2) |
| 546 | p.BrickColor = BrickColor.new("Pine Cone") |
| 547 | p.Material = Enum.Material.Glacier |
| 548 | p.MaterialVariant = "2022 Small Stud" |
| 549 | p.Anchored = true |
| 550 | p.Parent = model |
| 551 | end |
| 552 | model.PrimaryPart = model:FindFirstChild("Body_Mid") |
| 553 | print("Parrot built: " .. #model:GetChildren() .. " parts") |