by nate213121 · 3/8/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 = "WORLD_CUP_TROPHY" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Dark stone grey"] = "2022 Stud", |
| 22 | ["Medium stone grey"] = "2022 Inlet", |
| 23 | ["Really black"] = "2022 Universal", |
| 24 | ["Reddish brown"] = "2022 Small Stud", |
| 25 | ["Bright yellow"] = "2022 Weld", |
| 26 | ["Light stone grey"] = "2022 Glue", |
| 27 | ["Institutional white"] = "2022 Stud", |
| 28 | ["Brick yellow"] = "2022 Stud", |
| 29 | ["Sand yellow"] = "2022 Small Stud", |
| 30 | ["Nougat"] = "2022 Stud", |
| 31 | ["Bright blue"] = "2022 Universal", |
| 32 | ["Dark blue"] = "2022 Inlet", |
| 33 | } |
| 34 | do |
| 35 | local p = Instance.new("Part") |
| 36 | p.Shape = Enum.PartType.Cylinder |
| 37 | p.Name = "Base_Gold_1" |
| 38 | p.Size = Vector3.new(1, 8, 8) |
| 39 | p.CFrame = CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 40 | p.BrickColor = BrickColor.new("Bright yellow") |
| 41 | p.Material = Enum.Material.Glacier |
| 42 | p.MaterialVariant = "2022 Weld" |
| 43 | p.Anchored = true |
| 44 | p.Parent = model |
| 45 | end |
| 46 | do |
| 47 | local p = Instance.new("Part") |
| 48 | p.Shape = Enum.PartType.Cylinder |
| 49 | p.Name = "Base_Green_1" |
| 50 | p.Size = Vector3.new(1, 7.6, 7.6) |
| 51 | p.CFrame = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 52 | p.BrickColor = BrickColor.new("Earth green") |
| 53 | p.Material = Enum.Material.Glacier |
| 54 | p.Anchored = true |
| 55 | p.Parent = model |
| 56 | end |
| 57 | do |
| 58 | local p = Instance.new("Part") |
| 59 | p.Shape = Enum.PartType.Cylinder |
| 60 | p.Name = "Base_Gold_2" |
| 61 | p.Size = Vector3.new(1.5, 7.2, 7.2) |
| 62 | p.CFrame = CFrame.new(0, 2.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 63 | p.BrickColor = BrickColor.new("Bright yellow") |
| 64 | p.Material = Enum.Material.Glacier |
| 65 | p.MaterialVariant = "2022 Weld" |
| 66 | p.Anchored = true |
| 67 | p.Parent = model |
| 68 | end |
| 69 | do |
| 70 | local p = Instance.new("Part") |
| 71 | p.Shape = Enum.PartType.Cylinder |
| 72 | p.Name = "Base_Green_2" |
| 73 | p.Size = Vector3.new(1.5, 6.8, 6.8) |
| 74 | p.CFrame = CFrame.new(0, 4.25, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 75 | p.BrickColor = BrickColor.new("Earth green") |
| 76 | p.Material = Enum.Material.Glacier |
| 77 | p.Anchored = true |
| 78 | p.Parent = model |
| 79 | end |
| 80 | do |
| 81 | local p = Instance.new("Part") |
| 82 | p.Shape = Enum.PartType.Cylinder |
| 83 | p.Name = "Base_Gold_3" |
| 84 | p.Size = Vector3.new(0.5, 6.4, 6.4) |
| 85 | p.CFrame = CFrame.new(0, 5.25, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 86 | p.BrickColor = BrickColor.new("Bright yellow") |
| 87 | p.Material = Enum.Material.Glacier |
| 88 | p.MaterialVariant = "2022 Weld" |
| 89 | p.Anchored = true |
| 90 | p.Parent = model |
| 91 | end |
| 92 | do |
| 93 | local p = Instance.new("Part") |
| 94 | p.Name = "Base_Text_0" |
| 95 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 96 | p.CFrame = CFrame.new(3.65, 2.75, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 97 | p.BrickColor = BrickColor.new("Bright yellow") |
| 98 | p.Material = Enum.Material.Glacier |
| 99 | p.MaterialVariant = "2022 Weld" |
| 100 | p.Anchored = true |
| 101 | p.Parent = model |
| 102 | end |
| 103 | do |
| 104 | local p = Instance.new("Part") |
| 105 | p.Name = "Base_Text_1" |
| 106 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 107 | p.CFrame = CFrame.new(2.58094, 2.75, 2.58094) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 108 | p.BrickColor = BrickColor.new("Bright yellow") |
| 109 | p.Material = Enum.Material.Glacier |
| 110 | p.MaterialVariant = "2022 Weld" |
| 111 | p.Anchored = true |
| 112 | p.Parent = model |
| 113 | end |
| 114 | do |
| 115 | local p = Instance.new("Part") |
| 116 | p.Name = "Base_Text_2" |
| 117 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 118 | p.CFrame = CFrame.new(0, 2.75, 3.65) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 119 | p.BrickColor = BrickColor.new("Bright yellow") |
| 120 | p.Material = Enum.Material.Glacier |
| 121 | p.MaterialVariant = "2022 Weld" |
| 122 | p.Anchored = true |
| 123 | p.Parent = model |
| 124 | end |
| 125 | do |
| 126 | local p = Instance.new("Part") |
| 127 | p.Name = "Base_Text_3" |
| 128 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 129 | p.CFrame = CFrame.new(-2.58094, 2.75, 2.58094) * CFrame.Angles(math.rad(0), math.rad(-225), math.rad(0)) |
| 130 | p.BrickColor = BrickColor.new("Bright yellow") |
| 131 | p.Material = Enum.Material.Glacier |
| 132 | p.MaterialVariant = "2022 Weld" |
| 133 | p.Anchored = true |
| 134 | p.Parent = model |
| 135 | end |
| 136 | do |
| 137 | local p = Instance.new("Part") |
| 138 | p.Name = "Base_Text_4" |
| 139 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 140 | p.CFrame = CFrame.new(-3.65, 2.75, 0) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 141 | p.BrickColor = BrickColor.new("Bright yellow") |
| 142 | p.Material = Enum.Material.Glacier |
| 143 | p.MaterialVariant = "2022 Weld" |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Name = "Base_Text_5" |
| 150 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 151 | p.CFrame = CFrame.new(-2.58094, 2.75, -2.58094) * CFrame.Angles(math.rad(0), math.rad(-315), math.rad(0)) |
| 152 | p.BrickColor = BrickColor.new("Bright yellow") |
| 153 | p.Material = Enum.Material.Glacier |
| 154 | p.MaterialVariant = "2022 Weld" |
| 155 | p.Anchored = true |
| 156 | p.Parent = model |
| 157 | end |
| 158 | do |
| 159 | local p = Instance.new("Part") |
| 160 | p.Name = "Base_Text_6" |
| 161 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 162 | p.CFrame = CFrame.new(0, 2.75, -3.65) * CFrame.Angles(math.rad(0), math.rad(-360), math.rad(0)) |
| 163 | p.BrickColor = BrickColor.new("Bright yellow") |
| 164 | p.Material = Enum.Material.Glacier |
| 165 | p.MaterialVariant = "2022 Weld" |
| 166 | p.Anchored = true |
| 167 | p.Parent = model |
| 168 | end |
| 169 | do |
| 170 | local p = Instance.new("Part") |
| 171 | p.Name = "Base_Text_7" |
| 172 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 173 | p.CFrame = CFrame.new(2.58094, 2.75, -2.58094) * CFrame.Angles(math.rad(0), math.rad(-405), math.rad(0)) |
| 174 | p.BrickColor = BrickColor.new("Bright yellow") |
| 175 | p.Material = Enum.Material.Glacier |
| 176 | p.MaterialVariant = "2022 Weld" |
| 177 | p.Anchored = true |
| 178 | p.Parent = model |
| 179 | end |
| 180 | do |
| 181 | local p = Instance.new("Part") |
| 182 | p.Shape = Enum.PartType.Cylinder |
| 183 | p.Name = "Core_1" |
| 184 | p.Size = Vector3.new(3, 4.5, 4.5) |
| 185 | p.CFrame = CFrame.new(0, 7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 186 | p.BrickColor = BrickColor.new("Bright yellow") |
| 187 | p.Material = Enum.Material.Glacier |
| 188 | p.MaterialVariant = "2022 Weld" |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("Part") |
| 194 | p.Shape = Enum.PartType.Cylinder |
| 195 | p.Name = "Core_2" |
| 196 | p.Size = Vector3.new(3, 3, 3) |
| 197 | p.CFrame = CFrame.new(0, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 198 | p.BrickColor = BrickColor.new("Bright yellow") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Weld" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Shape = Enum.PartType.Cylinder |
| 207 | p.Name = "Core_3" |
| 208 | p.Size = Vector3.new(3, 3.5, 3.5) |
| 209 | p.CFrame = CFrame.new(0, 13, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 210 | p.BrickColor = BrickColor.new("Bright yellow") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Weld" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Shape = Enum.PartType.Cylinder |
| 219 | p.Name = "Core_4" |
| 220 | p.Size = Vector3.new(3, 4.5, 4.5) |
| 221 | p.CFrame = CFrame.new(0, 16, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 222 | p.BrickColor = BrickColor.new("Bright yellow") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Weld" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "F1_Leg1" |
| 231 | p.Size = Vector3.new(2.5, 3, 2) |
| 232 | p.CFrame = CFrame.new(1.5, 6.5, 2) * CFrame.Angles(math.rad(-15), math.rad(30), math.rad(0)) |
| 233 | p.BrickColor = BrickColor.new("Bright yellow") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Weld" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "F2_Leg1" |
| 242 | p.Size = Vector3.new(2.5, 3, 2) |
| 243 | p.CFrame = CFrame.new(-1.5, 6.5, -2) * CFrame.Angles(math.rad(15), math.rad(210), math.rad(0)) |
| 244 | p.BrickColor = BrickColor.new("Bright yellow") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Weld" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "F1_Leg2" |
| 253 | p.Size = Vector3.new(2.2, 3, 1.8) |
| 254 | p.CFrame = CFrame.new(1, 9, 1.5) * CFrame.Angles(math.rad(-10), math.rad(15), math.rad(0)) |
| 255 | p.BrickColor = BrickColor.new("Bright yellow") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Weld" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "F2_Leg2" |
| 264 | p.Size = Vector3.new(2.2, 3, 1.8) |
| 265 | p.CFrame = CFrame.new(-1, 9, -1.5) * CFrame.Angles(math.rad(10), math.rad(195), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("Bright yellow") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Weld" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "F1_Torso1" |
| 275 | p.Size = Vector3.new(2.5, 3, 1.8) |
| 276 | p.CFrame = CFrame.new(0.5, 11.5, 1.2) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 277 | p.BrickColor = BrickColor.new("Bright yellow") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Weld" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "F2_Torso1" |
| 286 | p.Size = Vector3.new(2.5, 3, 1.8) |
| 287 | p.CFrame = CFrame.new(-0.5, 11.5, -1.2) * CFrame.Angles(math.rad(-10), math.rad(180), math.rad(0)) |
| 288 | p.BrickColor = BrickColor.new("Bright yellow") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Weld" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "F1_Torso2" |
| 297 | p.Size = Vector3.new(2.8, 2.5, 2) |
| 298 | p.CFrame = CFrame.new(0, 14, 1.8) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 299 | p.BrickColor = BrickColor.new("Bright yellow") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Weld" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Name = "F2_Torso2" |
| 308 | p.Size = Vector3.new(2.8, 2.5, 2) |
| 309 | p.CFrame = CFrame.new(0, 14, -1.8) * CFrame.Angles(math.rad(-20), math.rad(180), math.rad(0)) |
| 310 | p.BrickColor = BrickColor.new("Bright yellow") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Weld" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Name = "F1_Head" |
| 319 | p.Size = Vector3.new(1.5, 1.8, 1.5) |
| 320 | p.CFrame = CFrame.new(0, 15.8, 2.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 321 | p.BrickColor = BrickColor.new("Bright yellow") |
| 322 | p.Material = Enum.Material.Glacier |
| 323 | p.MaterialVariant = "2022 Weld" |
| 324 | p.Anchored = true |
| 325 | p.Parent = model |
| 326 | end |
| 327 | do |
| 328 | local p = Instance.new("Part") |
| 329 | p.Name = "F2_Head" |
| 330 | p.Size = Vector3.new(1.5, 1.8, 1.5) |
| 331 | p.CFrame = CFrame.new(0, 15.8, -2.5) * CFrame.Angles(math.rad(-15), math.rad(180), math.rad(0)) |
| 332 | p.BrickColor = BrickColor.new("Bright yellow") |
| 333 | p.Material = Enum.Material.Glacier |
| 334 | p.MaterialVariant = "2022 Weld" |
| 335 | p.Anchored = true |
| 336 | p.Parent = model |
| 337 | end |
| 338 | do |
| 339 | local p = Instance.new("Part") |
| 340 | p.Name = "F1_Face" |
| 341 | p.Size = Vector3.new(1, 1.2, 0.8) |
| 342 | p.CFrame = CFrame.new(0, 15.8, 3) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 343 | p.BrickColor = BrickColor.new("Bright yellow") |
| 344 | p.Material = Enum.Material.Glacier |
| 345 | p.MaterialVariant = "2022 Weld" |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "F2_Face" |
| 352 | p.Size = Vector3.new(1, 1.2, 0.8) |
| 353 | p.CFrame = CFrame.new(0, 15.8, -3) * CFrame.Angles(math.rad(-15), math.rad(180), math.rad(0)) |
| 354 | p.BrickColor = BrickColor.new("Bright yellow") |
| 355 | p.Material = Enum.Material.Glacier |
| 356 | p.MaterialVariant = "2022 Weld" |
| 357 | p.Anchored = true |
| 358 | p.Parent = model |
| 359 | end |
| 360 | do |
| 361 | local p = Instance.new("Part") |
| 362 | p.Name = "F1_LArm1" |
| 363 | p.Size = Vector3.new(1, 2.5, 1) |
| 364 | p.CFrame = CFrame.new(-1.2, 14.5, 1.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(20)) |
| 365 | p.BrickColor = BrickColor.new("Bright yellow") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Weld" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "F2_LArm1" |
| 374 | p.Size = Vector3.new(1, 2.5, 1) |
| 375 | p.CFrame = CFrame.new(1.2, 14.5, -1.5) * CFrame.Angles(math.rad(-20), math.rad(180), math.rad(20)) |
| 376 | p.BrickColor = BrickColor.new("Bright yellow") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Weld" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "F1_LArm2" |
| 385 | p.Size = Vector3.new(0.8, 2.5, 0.8) |
| 386 | p.CFrame = CFrame.new(-1.8, 16.5, 2) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(15)) |
| 387 | p.BrickColor = BrickColor.new("Bright yellow") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Weld" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Name = "F2_LArm2" |
| 396 | p.Size = Vector3.new(0.8, 2.5, 0.8) |
| 397 | p.CFrame = CFrame.new(1.8, 16.5, -2) * CFrame.Angles(math.rad(-35), math.rad(180), math.rad(15)) |
| 398 | p.BrickColor = BrickColor.new("Bright yellow") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Weld" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Name = "F1_LHand" |
| 407 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 408 | p.CFrame = CFrame.new(-2, 18.2, 2.2) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(10)) |
| 409 | p.BrickColor = BrickColor.new("Bright yellow") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Weld" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "F2_LHand" |
| 418 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 419 | p.CFrame = CFrame.new(2, 18.2, -2.2) * CFrame.Angles(math.rad(-50), math.rad(180), math.rad(10)) |
| 420 | p.BrickColor = BrickColor.new("Bright yellow") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Weld" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Name = "F1_RArm1" |
| 429 | p.Size = Vector3.new(1, 2.5, 1) |
| 430 | p.CFrame = CFrame.new(1.2, 14.5, 1.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)) |
| 431 | p.BrickColor = BrickColor.new("Bright yellow") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Weld" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Name = "F2_RArm1" |
| 440 | p.Size = Vector3.new(1, 2.5, 1) |
| 441 | p.CFrame = CFrame.new(-1.2, 14.5, -1.5) * CFrame.Angles(math.rad(-20), math.rad(180), math.rad(-20)) |
| 442 | p.BrickColor = BrickColor.new("Bright yellow") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Weld" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "F1_RArm2" |
| 451 | p.Size = Vector3.new(0.8, 2.5, 0.8) |
| 452 | p.CFrame = CFrame.new(1.8, 16.5, 2) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(-15)) |
| 453 | p.BrickColor = BrickColor.new("Bright yellow") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Weld" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Name = "F2_RArm2" |
| 462 | p.Size = Vector3.new(0.8, 2.5, 0.8) |
| 463 | p.CFrame = CFrame.new(-1.8, 16.5, -2) * CFrame.Angles(math.rad(-35), math.rad(180), math.rad(-15)) |
| 464 | p.BrickColor = BrickColor.new("Bright yellow") |
| 465 | p.Material = Enum.Material.Glacier |
| 466 | p.MaterialVariant = "2022 Weld" |
| 467 | p.Anchored = true |
| 468 | p.Parent = model |
| 469 | end |
| 470 | do |
| 471 | local p = Instance.new("Part") |
| 472 | p.Name = "F1_RHand" |
| 473 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 474 | p.CFrame = CFrame.new(2, 18.2, 2.2) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-10)) |
| 475 | p.BrickColor = BrickColor.new("Bright yellow") |
| 476 | p.Material = Enum.Material.Glacier |
| 477 | p.MaterialVariant = "2022 Weld" |
| 478 | p.Anchored = true |
| 479 | p.Parent = model |
| 480 | end |
| 481 | do |
| 482 | local p = Instance.new("Part") |
| 483 | p.Name = "F2_RHand" |
| 484 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 485 | p.CFrame = CFrame.new(-2, 18.2, -2.2) * CFrame.Angles(math.rad(-50), math.rad(180), math.rad(-10)) |
| 486 | p.BrickColor = BrickColor.new("Bright yellow") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Weld" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Name = "F1_Rib1_1" |
| 495 | p.Size = Vector3.new(2, 2.5, 1.5) |
| 496 | p.CFrame = CFrame.new(2.5, 6, 0.5) * CFrame.Angles(math.rad(-10), math.rad(75), math.rad(15)) |
| 497 | p.BrickColor = BrickColor.new("Bright yellow") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Weld" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "F2_Rib1_1" |
| 506 | p.Size = Vector3.new(2, 2.5, 1.5) |
| 507 | p.CFrame = CFrame.new(-2.5, 6, -0.5) * CFrame.Angles(math.rad(10), math.rad(255), math.rad(15)) |
| 508 | p.BrickColor = BrickColor.new("Bright yellow") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Weld" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Name = "F1_Rib1_2" |
| 517 | p.Size = Vector3.new(1.8, 2.5, 1.2) |
| 518 | p.CFrame = CFrame.new(1.8, 8, 1.8) * CFrame.Angles(math.rad(-5), math.rad(45), math.rad(10)) |
| 519 | p.BrickColor = BrickColor.new("Bright yellow") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Weld" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "F2_Rib1_2" |
| 528 | p.Size = Vector3.new(1.8, 2.5, 1.2) |
| 529 | p.CFrame = CFrame.new(-1.8, 8, -1.8) * CFrame.Angles(math.rad(5), math.rad(225), math.rad(10)) |
| 530 | p.BrickColor = BrickColor.new("Bright yellow") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Weld" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "F1_Rib1_3" |
| 539 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 540 | p.CFrame = CFrame.new(0.5, 10, 2.2) * CFrame.Angles(math.rad(5), math.rad(15), math.rad(5)) |
| 541 | p.BrickColor = BrickColor.new("Bright yellow") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Weld" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "F2_Rib1_3" |
| 550 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 551 | p.CFrame = CFrame.new(-0.5, 10, -2.2) * CFrame.Angles(math.rad(-5), math.rad(195), math.rad(5)) |
| 552 | p.BrickColor = BrickColor.new("Bright yellow") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Weld" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Name = "F1_Rib1_4" |
| 561 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 562 | p.CFrame = CFrame.new(-0.8, 12, 1.8) * CFrame.Angles(math.rad(15), math.rad(-15), math.rad(0)) |
| 563 | p.BrickColor = BrickColor.new("Bright yellow") |
| 564 | p.Material = Enum.Material.Glacier |
| 565 | p.MaterialVariant = "2022 Weld" |
| 566 | p.Anchored = true |
| 567 | p.Parent = model |
| 568 | end |
| 569 | do |
| 570 | local p = Instance.new("Part") |
| 571 | p.Name = "F2_Rib1_4" |
| 572 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 573 | p.CFrame = CFrame.new(0.8, 12, -1.8) * CFrame.Angles(math.rad(-15), math.rad(165), math.rad(0)) |
| 574 | p.BrickColor = BrickColor.new("Bright yellow") |
| 575 | p.Material = Enum.Material.Glacier |
| 576 | p.MaterialVariant = "2022 Weld" |
| 577 | p.Anchored = true |
| 578 | p.Parent = model |
| 579 | end |
| 580 | do |
| 581 | local p = Instance.new("Part") |
| 582 | p.Name = "F1_Rib1_5" |
| 583 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 584 | p.CFrame = CFrame.new(-1.8, 14, 0.8) * CFrame.Angles(math.rad(20), math.rad(-45), math.rad(-5)) |
| 585 | p.BrickColor = BrickColor.new("Bright yellow") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Weld" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "F2_Rib1_5" |
| 594 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 595 | p.CFrame = CFrame.new(1.8, 14, -0.8) * CFrame.Angles(math.rad(-20), math.rad(135), math.rad(-5)) |
| 596 | p.BrickColor = BrickColor.new("Bright yellow") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Weld" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("Part") |
| 604 | p.Name = "F1_Rib2_1" |
| 605 | p.Size = Vector3.new(2, 2.5, 1.5) |
| 606 | p.CFrame = CFrame.new(-2.5, 6.5, 0.5) * CFrame.Angles(math.rad(-10), math.rad(-75), math.rad(-15)) |
| 607 | p.BrickColor = BrickColor.new("Bright yellow") |
| 608 | p.Material = Enum.Material.Glacier |
| 609 | p.MaterialVariant = "2022 Weld" |
| 610 | p.Anchored = true |
| 611 | p.Parent = model |
| 612 | end |
| 613 | do |
| 614 | local p = Instance.new("Part") |
| 615 | p.Name = "F2_Rib2_1" |
| 616 | p.Size = Vector3.new(2, 2.5, 1.5) |
| 617 | p.CFrame = CFrame.new(2.5, 6.5, -0.5) * CFrame.Angles(math.rad(10), math.rad(105), math.rad(-15)) |
| 618 | p.BrickColor = BrickColor.new("Bright yellow") |
| 619 | p.Material = Enum.Material.Glacier |
| 620 | p.MaterialVariant = "2022 Weld" |
| 621 | p.Anchored = true |
| 622 | p.Parent = model |
| 623 | end |
| 624 | do |
| 625 | local p = Instance.new("Part") |
| 626 | p.Name = "F1_Rib2_2" |
| 627 | p.Size = Vector3.new(1.8, 2.5, 1.2) |
| 628 | p.CFrame = CFrame.new(-1.8, 8.5, 1.8) * CFrame.Angles(math.rad(-5), math.rad(-45), math.rad(-10)) |
| 629 | p.BrickColor = BrickColor.new("Bright yellow") |
| 630 | p.Material = Enum.Material.Glacier |
| 631 | p.MaterialVariant = "2022 Weld" |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("Part") |
| 637 | p.Name = "F2_Rib2_2" |
| 638 | p.Size = Vector3.new(1.8, 2.5, 1.2) |
| 639 | p.CFrame = CFrame.new(1.8, 8.5, -1.8) * CFrame.Angles(math.rad(5), math.rad(135), math.rad(-10)) |
| 640 | p.BrickColor = BrickColor.new("Bright yellow") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Weld" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Name = "F1_Rib2_3" |
| 649 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 650 | p.CFrame = CFrame.new(-0.5, 10.5, 2.2) * CFrame.Angles(math.rad(5), math.rad(-15), math.rad(-5)) |
| 651 | p.BrickColor = BrickColor.new("Bright yellow") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Weld" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("Part") |
| 659 | p.Name = "F2_Rib2_3" |
| 660 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 661 | p.CFrame = CFrame.new(0.5, 10.5, -2.2) * CFrame.Angles(math.rad(-5), math.rad(165), math.rad(-5)) |
| 662 | p.BrickColor = BrickColor.new("Bright yellow") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Weld" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Name = "F1_Rib2_4" |
| 671 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 672 | p.CFrame = CFrame.new(0.8, 12.5, 1.8) * CFrame.Angles(math.rad(15), math.rad(15), math.rad(0)) |
| 673 | p.BrickColor = BrickColor.new("Bright yellow") |
| 674 | p.Material = Enum.Material.Glacier |
| 675 | p.MaterialVariant = "2022 Weld" |
| 676 | p.Anchored = true |
| 677 | p.Parent = model |
| 678 | end |
| 679 | do |
| 680 | local p = Instance.new("Part") |
| 681 | p.Name = "F2_Rib2_4" |
| 682 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 683 | p.CFrame = CFrame.new(-0.8, 12.5, -1.8) * CFrame.Angles(math.rad(-15), math.rad(195), math.rad(0)) |
| 684 | p.BrickColor = BrickColor.new("Bright yellow") |
| 685 | p.Material = Enum.Material.Glacier |
| 686 | p.MaterialVariant = "2022 Weld" |
| 687 | p.Anchored = true |
| 688 | p.Parent = model |
| 689 | end |
| 690 | do |
| 691 | local p = Instance.new("Part") |
| 692 | p.Name = "F1_Rib2_5" |
| 693 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 694 | p.CFrame = CFrame.new(1.8, 14.5, 0.8) * CFrame.Angles(math.rad(20), math.rad(45), math.rad(5)) |
| 695 | p.BrickColor = BrickColor.new("Bright yellow") |
| 696 | p.Material = Enum.Material.Glacier |
| 697 | p.MaterialVariant = "2022 Weld" |
| 698 | p.Anchored = true |
| 699 | p.Parent = model |
| 700 | end |
| 701 | do |
| 702 | local p = Instance.new("Part") |
| 703 | p.Name = "F2_Rib2_5" |
| 704 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 705 | p.CFrame = CFrame.new(-1.8, 14.5, -0.8) * CFrame.Angles(math.rad(-20), math.rad(225), math.rad(5)) |
| 706 | p.BrickColor = BrickColor.new("Bright yellow") |
| 707 | p.Material = Enum.Material.Glacier |
| 708 | p.MaterialVariant = "2022 Weld" |
| 709 | p.Anchored = true |
| 710 | p.Parent = model |
| 711 | end |
| 712 | do |
| 713 | local p = Instance.new("Part") |
| 714 | p.Name = "F1_Rib3_1" |
| 715 | p.Size = Vector3.new(1.8, 2.5, 1.5) |
| 716 | p.CFrame = CFrame.new(2.8, 6.2, -0.5) * CFrame.Angles(math.rad(-15), math.rad(105), math.rad(10)) |
| 717 | p.BrickColor = BrickColor.new("Bright yellow") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Weld" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Name = "F2_Rib3_1" |
| 726 | p.Size = Vector3.new(1.8, 2.5, 1.5) |
| 727 | p.CFrame = CFrame.new(-2.8, 6.2, 0.5) * CFrame.Angles(math.rad(15), math.rad(285), math.rad(10)) |
| 728 | p.BrickColor = BrickColor.new("Bright yellow") |
| 729 | p.Material = Enum.Material.Glacier |
| 730 | p.MaterialVariant = "2022 Weld" |
| 731 | p.Anchored = true |
| 732 | p.Parent = model |
| 733 | end |
| 734 | do |
| 735 | local p = Instance.new("Part") |
| 736 | p.Name = "F1_Rib3_2" |
| 737 | p.Size = Vector3.new(1.6, 2.5, 1.2) |
| 738 | p.CFrame = CFrame.new(2.2, 8.2, -0.2) * CFrame.Angles(math.rad(-5), math.rad(90), math.rad(5)) |
| 739 | p.BrickColor = BrickColor.new("Bright yellow") |
| 740 | p.Material = Enum.Material.Glacier |
| 741 | p.MaterialVariant = "2022 Weld" |
| 742 | p.Anchored = true |
| 743 | p.Parent = model |
| 744 | end |
| 745 | do |
| 746 | local p = Instance.new("Part") |
| 747 | p.Name = "F2_Rib3_2" |
| 748 | p.Size = Vector3.new(1.6, 2.5, 1.2) |
| 749 | p.CFrame = CFrame.new(-2.2, 8.2, 0.2) * CFrame.Angles(math.rad(5), math.rad(270), math.rad(5)) |
| 750 | p.BrickColor = BrickColor.new("Bright yellow") |
| 751 | p.Material = Enum.Material.Glacier |
| 752 | p.MaterialVariant = "2022 Weld" |
| 753 | p.Anchored = true |
| 754 | p.Parent = model |
| 755 | end |
| 756 | do |
| 757 | local p = Instance.new("Part") |
| 758 | p.Name = "F1_Rib3_3" |
| 759 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 760 | p.CFrame = CFrame.new(1.8, 10.2, 0) * CFrame.Angles(math.rad(5), math.rad(90), math.rad(0)) |
| 761 | p.BrickColor = BrickColor.new("Bright yellow") |
| 762 | p.Material = Enum.Material.Glacier |
| 763 | p.MaterialVariant = "2022 Weld" |
| 764 | p.Anchored = true |
| 765 | p.Parent = model |
| 766 | end |
| 767 | do |
| 768 | local p = Instance.new("Part") |
| 769 | p.Name = "F2_Rib3_3" |
| 770 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 771 | p.CFrame = CFrame.new(-1.8, 10.2, 0) * CFrame.Angles(math.rad(-5), math.rad(270), math.rad(0)) |
| 772 | p.BrickColor = BrickColor.new("Bright yellow") |
| 773 | p.Material = Enum.Material.Glacier |
| 774 | p.MaterialVariant = "2022 Weld" |
| 775 | p.Anchored = true |
| 776 | p.Parent = model |
| 777 | end |
| 778 | do |
| 779 | local p = Instance.new("Part") |
| 780 | p.Name = "F1_Rib3_4" |
| 781 | p.Size = Vector3.new(1.4, 2.5, 1) |
| 782 | p.CFrame = CFrame.new(1.5, 12.2, 0.2) * CFrame.Angles(math.rad(15), math.rad(75), math.rad(-5)) |
| 783 | p.BrickColor = BrickColor.new("Bright yellow") |
| 784 | p.Material = Enum.Material.Glacier |
| 785 | p.MaterialVariant = "2022 Weld" |
| 786 | p.Anchored = true |
| 787 | p.Parent = model |
| 788 | end |
| 789 | do |
| 790 | local p = Instance.new("Part") |
| 791 | p.Name = "F2_Rib3_4" |
| 792 | p.Size = Vector3.new(1.4, 2.5, 1) |
| 793 | p.CFrame = CFrame.new(-1.5, 12.2, -0.2) * CFrame.Angles(math.rad(-15), math.rad(255), math.rad(-5)) |
| 794 | p.BrickColor = BrickColor.new("Bright yellow") |
| 795 | p.Material = Enum.Material.Glacier |
| 796 | p.MaterialVariant = "2022 Weld" |
| 797 | p.Anchored = true |
| 798 | p.Parent = model |
| 799 | end |
| 800 | do |
| 801 | local p = Instance.new("Part") |
| 802 | p.Name = "F1_Rib3_5" |
| 803 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 804 | p.CFrame = CFrame.new(1.2, 14.2, 0.5) * CFrame.Angles(math.rad(20), math.rad(60), math.rad(-10)) |
| 805 | p.BrickColor = BrickColor.new("Bright yellow") |
| 806 | p.Material = Enum.Material.Glacier |
| 807 | p.MaterialVariant = "2022 Weld" |
| 808 | p.Anchored = true |
| 809 | p.Parent = model |
| 810 | end |
| 811 | do |
| 812 | local p = Instance.new("Part") |
| 813 | p.Name = "F2_Rib3_5" |
| 814 | p.Size = Vector3.new(1.2, 2.5, 0.8) |
| 815 | p.CFrame = CFrame.new(-1.2, 14.2, -0.5) * CFrame.Angles(math.rad(-20), math.rad(240), math.rad(-10)) |
| 816 | p.BrickColor = BrickColor.new("Bright yellow") |
| 817 | p.Material = Enum.Material.Glacier |
| 818 | p.MaterialVariant = "2022 Weld" |
| 819 | p.Anchored = true |
| 820 | p.Parent = model |
| 821 | end |
| 822 | do |
| 823 | local p = Instance.new("Part") |
| 824 | p.Shape = Enum.PartType.Cylinder |
| 825 | p.Name = "Globe_step_0" |
| 826 | p.Size = Vector3.new(0.736364, 2.95973, 2.95973) |
| 827 | p.CFrame = CFrame.new(0, 17.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 828 | p.BrickColor = BrickColor.new("Bright yellow") |
| 829 | p.Material = Enum.Material.Glacier |
| 830 | p.MaterialVariant = "2022 Weld" |
| 831 | p.Anchored = true |
| 832 | p.Parent = model |
| 833 | end |
| 834 | do |
| 835 | local p = Instance.new("Part") |
| 836 | p.Shape = Enum.PartType.Cylinder |
| 837 | p.Name = "Globe_step_1" |
| 838 | p.Size = Vector3.new(0.736364, 5.13809, 5.13809) |
| 839 | p.CFrame = CFrame.new(0, 18.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 840 | p.BrickColor = BrickColor.new("Bright yellow") |
| 841 | p.Material = Enum.Material.Glacier |
| 842 | p.MaterialVariant = "2022 Weld" |
| 843 | p.Anchored = true |
| 844 | p.Parent = model |
| 845 | end |
| 846 | do |
| 847 | local p = Instance.new("Part") |
| 848 | p.Shape = Enum.PartType.Cylinder |
| 849 | p.Name = "Globe_step_2" |
| 850 | p.Size = Vector3.new(0.736364, 6.33404, 6.33404) |
| 851 | p.CFrame = CFrame.new(0, 18.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 852 | p.BrickColor = BrickColor.new("Bright yellow") |
| 853 | p.Material = Enum.Material.Glacier |
| 854 | p.MaterialVariant = "2022 Weld" |
| 855 | p.Anchored = true |
| 856 | p.Parent = model |
| 857 | end |
| 858 | do |
| 859 | local p = Instance.new("Part") |
| 860 | p.Shape = Enum.PartType.Cylinder |
| 861 | p.Name = "Globe_step_3" |
| 862 | p.Size = Vector3.new(0.736364, 7.06541, 7.06541) |
| 863 | p.CFrame = CFrame.new(0, 19.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 864 | p.BrickColor = BrickColor.new("Bright yellow") |
| 865 | p.Material = Enum.Material.Glacier |
| 866 | p.MaterialVariant = "2022 Weld" |
| 867 | p.Anchored = true |
| 868 | p.Parent = model |
| 869 | end |
| 870 | do |
| 871 | local p = Instance.new("Part") |
| 872 | p.Shape = Enum.PartType.Cylinder |
| 873 | p.Name = "Globe_step_4" |
| 874 | p.Size = Vector3.new(0.736364, 7.46994, 7.46994) |
| 875 | p.CFrame = CFrame.new(0, 20.3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 876 | p.BrickColor = BrickColor.new("Bright yellow") |
| 877 | p.Material = Enum.Material.Glacier |
| 878 | p.MaterialVariant = "2022 Weld" |
| 879 | p.Anchored = true |
| 880 | p.Parent = model |
| 881 | end |
| 882 | do |
| 883 | local p = Instance.new("Part") |
| 884 | p.Shape = Enum.PartType.Cylinder |
| 885 | p.Name = "Globe_step_5" |
| 886 | p.Size = Vector3.new(0.736364, 7.6, 7.6) |
| 887 | p.CFrame = CFrame.new(0, 21, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 888 | p.BrickColor = BrickColor.new("Bright yellow") |
| 889 | p.Material = Enum.Material.Glacier |
| 890 | p.MaterialVariant = "2022 Weld" |
| 891 | p.Anchored = true |
| 892 | p.Parent = model |
| 893 | end |
| 894 | do |
| 895 | local p = Instance.new("Part") |
| 896 | p.Shape = Enum.PartType.Cylinder |
| 897 | p.Name = "Globe_step_6" |
| 898 | p.Size = Vector3.new(0.736364, 7.46994, 7.46994) |
| 899 | p.CFrame = CFrame.new(0, 21.7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 900 | p.BrickColor = BrickColor.new("Bright yellow") |
| 901 | p.Material = Enum.Material.Glacier |
| 902 | p.MaterialVariant = "2022 Weld" |
| 903 | p.Anchored = true |
| 904 | p.Parent = model |
| 905 | end |
| 906 | do |
| 907 | local p = Instance.new("Part") |
| 908 | p.Shape = Enum.PartType.Cylinder |
| 909 | p.Name = "Globe_step_7" |
| 910 | p.Size = Vector3.new(0.736364, 7.06541, 7.06541) |
| 911 | p.CFrame = CFrame.new(0, 22.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 912 | p.BrickColor = BrickColor.new("Bright yellow") |
| 913 | p.Material = Enum.Material.Glacier |
| 914 | p.MaterialVariant = "2022 Weld" |
| 915 | p.Anchored = true |
| 916 | p.Parent = model |
| 917 | end |
| 918 | do |
| 919 | local p = Instance.new("Part") |
| 920 | p.Shape = Enum.PartType.Cylinder |
| 921 | p.Name = "Globe_step_8" |
| 922 | p.Size = Vector3.new(0.736364, 6.33404, 6.33404) |
| 923 | p.CFrame = CFrame.new(0, 23.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 924 | p.BrickColor = BrickColor.new("Bright yellow") |
| 925 | p.Material = Enum.Material.Glacier |
| 926 | p.MaterialVariant = "2022 Weld" |
| 927 | p.Anchored = true |
| 928 | p.Parent = model |
| 929 | end |
| 930 | do |
| 931 | local p = Instance.new("Part") |
| 932 | p.Shape = Enum.PartType.Cylinder |
| 933 | p.Name = "Globe_step_9" |
| 934 | p.Size = Vector3.new(0.736364, 5.13809, 5.13809) |
| 935 | p.CFrame = CFrame.new(0, 23.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 936 | p.BrickColor = BrickColor.new("Bright yellow") |
| 937 | p.Material = Enum.Material.Glacier |
| 938 | p.MaterialVariant = "2022 Weld" |
| 939 | p.Anchored = true |
| 940 | p.Parent = model |
| 941 | end |
| 942 | do |
| 943 | local p = Instance.new("Part") |
| 944 | p.Shape = Enum.PartType.Cylinder |
| 945 | p.Name = "Globe_step_10" |
| 946 | p.Size = Vector3.new(0.736364, 2.95973, 2.95973) |
| 947 | p.CFrame = CFrame.new(0, 24.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 948 | p.BrickColor = BrickColor.new("Bright yellow") |
| 949 | p.Material = Enum.Material.Glacier |
| 950 | p.MaterialVariant = "2022 Weld" |
| 951 | p.Anchored = true |
| 952 | p.Parent = model |
| 953 | end |
| 954 | do |
| 955 | local p = Instance.new("Part") |
| 956 | p.Name = "Cont_0" |
| 957 | p.Size = Vector3.new(1.5, 1.5, 0.6) |
| 958 | p.CFrame = CFrame.new(3.7, 21, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 959 | p.BrickColor = BrickColor.new("Bright yellow") |
| 960 | p.Material = Enum.Material.Glacier |
| 961 | p.MaterialVariant = "2022 Weld" |
| 962 | p.Anchored = true |
| 963 | p.Parent = model |
| 964 | end |
| 965 | do |
| 966 | local p = Instance.new("Part") |
| 967 | p.Name = "Cont_1" |
| 968 | p.Size = Vector3.new(1.2, 1.2, 0.6) |
| 969 | p.CFrame = CFrame.new(2.40416, 22, 2.40416) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 970 | p.BrickColor = BrickColor.new("Bright yellow") |
| 971 | p.Material = Enum.Material.Glacier |
| 972 | p.MaterialVariant = "2022 Weld" |
| 973 | p.Anchored = true |
| 974 | p.Parent = model |
| 975 | end |
| 976 | do |
| 977 | local p = Instance.new("Part") |
| 978 | p.Name = "Cont_2" |
| 979 | p.Size = Vector3.new(1.8, 1.5, 0.6) |
| 980 | p.CFrame = CFrame.new(2.40416, 20.04, -2.40416) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 981 | p.BrickColor = BrickColor.new("Bright yellow") |
| 982 | p.Material = Enum.Material.Glacier |
| 983 | p.MaterialVariant = "2022 Weld" |
| 984 | p.Anchored = true |
| 985 | p.Parent = model |
| 986 | end |
| 987 | do |
| 988 | local p = Instance.new("Part") |
| 989 | p.Name = "Cont_3" |
| 990 | p.Size = Vector3.new(1.5, 1.8, 0.6) |
| 991 | p.CFrame = CFrame.new(-1.8, 21.5, 3.11769) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 992 | p.BrickColor = BrickColor.new("Bright yellow") |
| 993 | p.Material = Enum.Material.Glacier |
| 994 | p.MaterialVariant = "2022 Weld" |
| 995 | p.Anchored = true |
| 996 | p.Parent = model |
| 997 | end |
| 998 | do |
| 999 | local p = Instance.new("Part") |
| 1000 | p.Name = "Cont_4" |
| 1001 | p.Size = Vector3.new(1.2, 1.2, 0.6) |
| 1002 | p.CFrame = CFrame.new(-2.85788, 19.5, 1.65) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1003 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1004 | p.Material = Enum.Material.Glacier |
| 1005 | p.MaterialVariant = "2022 Weld" |
| 1006 | p.Anchored = true |
| 1007 | p.Parent = model |
| 1008 | end |
| 1009 | do |
| 1010 | local p = Instance.new("Part") |
| 1011 | p.Name = "Cont_5" |
| 1012 | p.Size = Vector3.new(1.5, 1.5, 0.6) |
| 1013 | p.CFrame = CFrame.new(-1.8, 20.5, -3.11769) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 1014 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1015 | p.Material = Enum.Material.Glacier |
| 1016 | p.MaterialVariant = "2022 Weld" |
| 1017 | p.Anchored = true |
| 1018 | p.Parent = model |
| 1019 | end |
| 1020 | do |
| 1021 | local p = Instance.new("Part") |
| 1022 | p.Name = "Cont_6" |
| 1023 | p.Size = Vector3.new(1, 1, 0.6) |
| 1024 | p.CFrame = CFrame.new(0.50358, 22.5, -2.85594) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 1025 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1026 | p.Material = Enum.Material.Glacier |
| 1027 | p.MaterialVariant = "2022 Weld" |
| 1028 | p.Anchored = true |
| 1029 | p.Parent = model |
| 1030 | end |
| 1031 | do |
| 1032 | local p = Instance.new("Part") |
| 1033 | p.Name = "Cont_7" |
| 1034 | p.Size = Vector3.new(1.2, 1, 0.6) |
| 1035 | p.CFrame = CFrame.new(0.50358, 18.5, 2.85594) * CFrame.Angles(math.rad(0), math.rad(-170), math.rad(0)) |
| 1036 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1037 | p.Material = Enum.Material.Glacier |
| 1038 | p.MaterialVariant = "2022 Weld" |
| 1039 | p.Anchored = true |
| 1040 | p.Parent = model |
| 1041 | end |
| 1042 | do |
| 1043 | local p = Instance.new("Part") |
| 1044 | p.Name = "Cont_8" |
| 1045 | p.Size = Vector3.new(1.5, 1.5, 0.6) |
| 1046 | p.CFrame = CFrame.new(-3.7, 21.2, 0) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 1047 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1048 | p.Material = Enum.Material.Glacier |
| 1049 | p.MaterialVariant = "2022 Weld" |
| 1050 | p.Anchored = true |
| 1051 | p.Parent = model |
| 1052 | end |
| 1053 | do |
| 1054 | local p = Instance.new("Part") |
| 1055 | p.Name = "Cont_9" |
| 1056 | p.Size = Vector3.new(1.4, 1.4, 0.6) |
| 1057 | p.CFrame = CFrame.new(-3.19496, 19.8, -1.16287) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)) |
| 1058 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1059 | p.Material = Enum.Material.Glacier |
| 1060 | p.MaterialVariant = "2022 Weld" |
| 1061 | p.Anchored = true |
| 1062 | p.Parent = model |
| 1063 | end |
| 1064 | model.PrimaryPart = model:FindFirstChild("Base_Gold_1") |
| 1065 | print("WORLD_CUP_TROPHY built: " .. #model:GetChildren() .. " parts") |