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