Loading model...
by Drakenn Hunter · 5/7/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: MascotCharacter |
| 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 = "MascotCharacter" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright red"] = "2022 Glue", |
| 25 | ["Institutional white"] = "2022 Glue", |
| 26 | ["Nougat"] = "2022 Glue", |
| 27 | ["Really black"] = "2022 Glue", |
| 28 | ["Reddish brown"] = "2022 Glue", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "ShoeL" |
| 33 | p.Size = Vector3.new(1.6, 1.2, 2.4) |
| 34 | p.CFrame = CFrame.new(-1.5, 0.6, -0.5) |
| 35 | p.BrickColor = BrickColor.new("Really black") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Glue" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "ShoeR" |
| 44 | p.Size = Vector3.new(1.6, 1.2, 2.4) |
| 45 | p.CFrame = CFrame.new(1.5, 0.6, -0.5) |
| 46 | p.BrickColor = BrickColor.new("Really black") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Glue" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "SockL" |
| 55 | p.Size = Vector3.new(1.4, 1, 1.4) |
| 56 | p.CFrame = CFrame.new(-1.5, 1.78, 0) |
| 57 | p.BrickColor = BrickColor.new("Institutional white") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Glue" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "SockR" |
| 66 | p.Size = Vector3.new(1.4, 1, 1.4) |
| 67 | p.CFrame = CFrame.new(1.5, 1.78, 0) |
| 68 | p.BrickColor = BrickColor.new("Institutional white") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Glue" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "LegL" |
| 77 | p.Size = Vector3.new(1.8, 4, 1.8) |
| 78 | p.CFrame = CFrame.new(-1.5, 4.2, 0) |
| 79 | p.BrickColor = BrickColor.new("Bright red") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Glue" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "LegR" |
| 88 | p.Size = Vector3.new(1.8, 4, 1.8) |
| 89 | p.CFrame = CFrame.new(1.5, 4.2, 0) |
| 90 | p.BrickColor = BrickColor.new("Bright red") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Glue" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "Waist" |
| 99 | p.Size = Vector3.new(4.6, 1.5, 2.4) |
| 100 | p.CFrame = CFrame.new(0, 6.7, 0) |
| 101 | p.BrickColor = BrickColor.new("Bright red") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Glue" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "Towel" |
| 110 | p.Size = Vector3.new(1.6, 4, 0.2) |
| 111 | p.CFrame = CFrame.new(0, 4.5, -1.34) |
| 112 | p.BrickColor = BrickColor.new("Institutional white") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Glue" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "Torso_Red1" |
| 121 | p.Size = Vector3.new(4.8, 1.2, 2.6) |
| 122 | p.CFrame = CFrame.new(0, 7.92, 0) |
| 123 | p.BrickColor = BrickColor.new("Bright red") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Glue" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "Torso_White1" |
| 132 | p.Size = Vector3.new(5, 1.2, 2.8) |
| 133 | p.CFrame = CFrame.new(0, 9.16, 0) |
| 134 | p.BrickColor = BrickColor.new("Institutional white") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Glue" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "Torso_Red2" |
| 143 | p.Size = Vector3.new(5.2, 1.2, 3) |
| 144 | p.CFrame = CFrame.new(0, 10.4, 0) |
| 145 | p.BrickColor = BrickColor.new("Bright red") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Glue" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Torso_White2" |
| 154 | p.Size = Vector3.new(5, 1.2, 2.8) |
| 155 | p.CFrame = CFrame.new(0, 11.64, 0) |
| 156 | p.BrickColor = BrickColor.new("Institutional white") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Glue" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "Torso_Red3" |
| 165 | p.Size = Vector3.new(4.8, 1.2, 2.6) |
| 166 | p.CFrame = CFrame.new(0, 12.88, 0.04) |
| 167 | p.BrickColor = BrickColor.new("Bright red") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Glue" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Shape = Enum.PartType.Cylinder |
| 176 | p.Name = "ArmL_Lower" |
| 177 | p.Size = Vector3.new(2.9, 1.4, 1.4) |
| 178 | p.CFrame = CFrame.new(-3.45, 13, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-136.397)) |
| 179 | p.BrickColor = BrickColor.new("Institutional white") |
| 180 | p.Material = Enum.Material.Glacier |
| 181 | p.MaterialVariant = "2022 Glue" |
| 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 = "ArmL_Upper" |
| 189 | p.Size = Vector3.new(3, 1.36, 1.36) |
| 190 | p.CFrame = CFrame.new(-4.5, 15.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 191 | p.BrickColor = BrickColor.new("Bright red") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Glue" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Shape = Enum.PartType.Ball |
| 200 | p.Name = "GloveL" |
| 201 | p.Size = Vector3.new(2, 2, 2) |
| 202 | p.CFrame = CFrame.new(-4.5, 17.8, 0) |
| 203 | p.BrickColor = BrickColor.new("Institutional white") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Glue" |
| 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 = "ArmR_Lower" |
| 213 | p.Size = Vector3.new(2.9, 1.4, 1.4) |
| 214 | p.CFrame = CFrame.new(3.45, 13, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(43.6028)) |
| 215 | p.BrickColor = BrickColor.new("Institutional white") |
| 216 | p.Material = Enum.Material.Glacier |
| 217 | p.MaterialVariant = "2022 Glue" |
| 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 = "ArmR_Upper" |
| 225 | p.Size = Vector3.new(3, 1.36, 1.36) |
| 226 | p.CFrame = CFrame.new(4.5, 15.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 227 | p.BrickColor = BrickColor.new("Bright red") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Glue" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Shape = Enum.PartType.Ball |
| 236 | p.Name = "GloveR" |
| 237 | p.Size = Vector3.new(2, 2, 2) |
| 238 | p.CFrame = CFrame.new(4.5, 17.8, 0) |
| 239 | p.BrickColor = BrickColor.new("Institutional white") |
| 240 | p.Material = Enum.Material.Glacier |
| 241 | p.MaterialVariant = "2022 Glue" |
| 242 | p.Anchored = true |
| 243 | p.Parent = model |
| 244 | end |
| 245 | do |
| 246 | local p = Instance.new("Part") |
| 247 | p.Name = "HeadCore" |
| 248 | p.Size = Vector3.new(8, 6, 4) |
| 249 | p.CFrame = CFrame.new(0, 16, 0.5) |
| 250 | p.BrickColor = BrickColor.new("Reddish brown") |
| 251 | p.Material = Enum.Material.Glacier |
| 252 | p.MaterialVariant = "2022 Glue" |
| 253 | p.Anchored = true |
| 254 | p.Parent = model |
| 255 | end |
| 256 | do |
| 257 | local p = Instance.new("Part") |
| 258 | p.Name = "HeadTop" |
| 259 | p.Size = Vector3.new(6, 1, 3) |
| 260 | p.CFrame = CFrame.new(0, 19.54, 0.5) |
| 261 | p.BrickColor = BrickColor.new("Reddish brown") |
| 262 | p.Material = Enum.Material.Glacier |
| 263 | p.MaterialVariant = "2022 Glue" |
| 264 | p.Anchored = true |
| 265 | p.Parent = model |
| 266 | end |
| 267 | do |
| 268 | local p = Instance.new("Part") |
| 269 | p.Name = "HeadBot" |
| 270 | p.Size = Vector3.new(6, 1, 3) |
| 271 | p.CFrame = CFrame.new(0, 12.46, 0.5) |
| 272 | p.BrickColor = BrickColor.new("Reddish brown") |
| 273 | p.Material = Enum.Material.Glacier |
| 274 | p.MaterialVariant = "2022 Glue" |
| 275 | p.Anchored = true |
| 276 | p.Parent = model |
| 277 | end |
| 278 | do |
| 279 | local p = Instance.new("Part") |
| 280 | p.Name = "HeadSideL" |
| 281 | p.Size = Vector3.new(1, 4, 3) |
| 282 | p.CFrame = CFrame.new(-4.58, 16, 0.5) |
| 283 | p.BrickColor = BrickColor.new("Reddish brown") |
| 284 | p.Material = Enum.Material.Glacier |
| 285 | p.MaterialVariant = "2022 Glue" |
| 286 | p.Anchored = true |
| 287 | p.Parent = model |
| 288 | end |
| 289 | do |
| 290 | local p = Instance.new("Part") |
| 291 | p.Name = "HeadSideR" |
| 292 | p.Size = Vector3.new(1, 4, 3) |
| 293 | p.CFrame = CFrame.new(4.58, 16, 0.5) |
| 294 | p.BrickColor = BrickColor.new("Reddish brown") |
| 295 | p.Material = Enum.Material.Glacier |
| 296 | p.MaterialVariant = "2022 Glue" |
| 297 | p.Anchored = true |
| 298 | p.Parent = model |
| 299 | end |
| 300 | do |
| 301 | local p = Instance.new("Part") |
| 302 | p.Name = "FaceMain" |
| 303 | p.Size = Vector3.new(7.6, 5.8, 0.6) |
| 304 | p.CFrame = CFrame.new(0, 16, -1.6) |
| 305 | p.BrickColor = BrickColor.new("Nougat") |
| 306 | p.Material = Enum.Material.Glacier |
| 307 | p.MaterialVariant = "2022 Glue" |
| 308 | p.Anchored = true |
| 309 | p.Parent = model |
| 310 | end |
| 311 | do |
| 312 | local p = Instance.new("Part") |
| 313 | p.Name = "FaceTop" |
| 314 | p.Size = Vector3.new(5.6, 0.8, 0.6) |
| 315 | p.CFrame = CFrame.new(0, 19.2, -1.4) |
| 316 | p.BrickColor = BrickColor.new("Nougat") |
| 317 | p.Material = Enum.Material.Glacier |
| 318 | p.MaterialVariant = "2022 Glue" |
| 319 | p.Anchored = true |
| 320 | p.Parent = model |
| 321 | end |
| 322 | do |
| 323 | local p = Instance.new("Part") |
| 324 | p.Name = "FaceBot" |
| 325 | p.Size = Vector3.new(5.6, 0.8, 0.6) |
| 326 | p.CFrame = CFrame.new(0, 12.8, -1.4) |
| 327 | p.BrickColor = BrickColor.new("Nougat") |
| 328 | p.Material = Enum.Material.Glacier |
| 329 | p.MaterialVariant = "2022 Glue" |
| 330 | p.Anchored = true |
| 331 | p.Parent = model |
| 332 | end |
| 333 | do |
| 334 | local p = Instance.new("Part") |
| 335 | p.Shape = Enum.PartType.Cylinder |
| 336 | p.Name = "EyeL" |
| 337 | p.Size = Vector3.new(0.2, 1.8, 1.8) |
| 338 | p.CFrame = CFrame.new(-1.6, 17, -2.08) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 339 | p.BrickColor = BrickColor.new("Institutional white") |
| 340 | p.Material = Enum.Material.Glacier |
| 341 | p.MaterialVariant = "2022 Glue" |
| 342 | p.Anchored = true |
| 343 | p.Parent = model |
| 344 | end |
| 345 | do |
| 346 | local p = Instance.new("Part") |
| 347 | p.Shape = Enum.PartType.Cylinder |
| 348 | p.Name = "EyeR" |
| 349 | p.Size = Vector3.new(0.2, 1.8, 1.8) |
| 350 | p.CFrame = CFrame.new(1.6, 17, -2.08) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 351 | p.BrickColor = BrickColor.new("Institutional white") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.MaterialVariant = "2022 Glue" |
| 354 | p.Anchored = true |
| 355 | p.Parent = model |
| 356 | end |
| 357 | do |
| 358 | local p = Instance.new("Part") |
| 359 | p.Shape = Enum.PartType.Cylinder |
| 360 | p.Name = "PupilL" |
| 361 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 362 | p.CFrame = CFrame.new(-1.6, 17, -2.15) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 363 | p.BrickColor = BrickColor.new("Really black") |
| 364 | p.Material = Enum.Material.Glacier |
| 365 | p.MaterialVariant = "2022 Glue" |
| 366 | p.Anchored = true |
| 367 | p.Parent = model |
| 368 | end |
| 369 | do |
| 370 | local p = Instance.new("Part") |
| 371 | p.Shape = Enum.PartType.Cylinder |
| 372 | p.Name = "PupilR" |
| 373 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 374 | p.CFrame = CFrame.new(1.6, 17, -2.15) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 375 | p.BrickColor = BrickColor.new("Really black") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Glue" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Shape = Enum.PartType.Ball |
| 384 | p.Name = "Nose" |
| 385 | p.Size = Vector3.new(1.6, 1.2, 1.4) |
| 386 | p.CFrame = CFrame.new(0, 15.5, -2.2) |
| 387 | p.BrickColor = BrickColor.new("Nougat") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Glue" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Shape = Enum.PartType.Ball |
| 396 | p.Name = "CheekL" |
| 397 | p.Size = Vector3.new(1.8, 1.8, 1) |
| 398 | p.CFrame = CFrame.new(-2.5, 14.8, -1.8) |
| 399 | p.BrickColor = BrickColor.new("Nougat") |
| 400 | p.Material = Enum.Material.Glacier |
| 401 | p.MaterialVariant = "2022 Glue" |
| 402 | p.Anchored = true |
| 403 | p.Parent = model |
| 404 | end |
| 405 | do |
| 406 | local p = Instance.new("Part") |
| 407 | p.Shape = Enum.PartType.Ball |
| 408 | p.Name = "CheekR" |
| 409 | p.Size = Vector3.new(1.8, 1.8, 1) |
| 410 | p.CFrame = CFrame.new(2.5, 14.8, -1.8) |
| 411 | p.BrickColor = BrickColor.new("Nougat") |
| 412 | p.Material = Enum.Material.Glacier |
| 413 | p.MaterialVariant = "2022 Glue" |
| 414 | p.Anchored = true |
| 415 | p.Parent = model |
| 416 | end |
| 417 | do |
| 418 | local p = Instance.new("Part") |
| 419 | p.Name = "Mouth" |
| 420 | p.Size = Vector3.new(3.6, 0.8, 0.4) |
| 421 | p.CFrame = CFrame.new(0, 14.2, -1.9) |
| 422 | p.BrickColor = BrickColor.new("Really black") |
| 423 | p.Material = Enum.Material.Glacier |
| 424 | p.MaterialVariant = "2022 Glue" |
| 425 | p.Anchored = true |
| 426 | p.Parent = model |
| 427 | end |
| 428 | do |
| 429 | local p = Instance.new("Part") |
| 430 | p.Name = "LipLower" |
| 431 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 432 | p.CFrame = CFrame.new(0, 13.6, -1.84) |
| 433 | p.BrickColor = BrickColor.new("Nougat") |
| 434 | p.Material = Enum.Material.Glacier |
| 435 | p.MaterialVariant = "2022 Glue" |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Name = "HatBrim" |
| 442 | p.Size = Vector3.new(3.6, 0.2, 2.4) |
| 443 | p.CFrame = CFrame.new(0, 20, -2) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 444 | p.BrickColor = BrickColor.new("Bright red") |
| 445 | p.Material = Enum.Material.Glacier |
| 446 | p.MaterialVariant = "2022 Glue" |
| 447 | p.Anchored = true |
| 448 | p.Parent = model |
| 449 | end |
| 450 | do |
| 451 | local p = Instance.new("Part") |
| 452 | p.Name = "HatLogo" |
| 453 | p.Size = Vector3.new(1, 1.2, 0.2) |
| 454 | p.CFrame = CFrame.new(0, 20.8, -2.4) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 455 | p.BrickColor = BrickColor.new("Bright red") |
| 456 | p.Material = Enum.Material.Glacier |
| 457 | p.MaterialVariant = "2022 Glue" |
| 458 | p.Anchored = true |
| 459 | p.Parent = model |
| 460 | end |
| 461 | do |
| 462 | local upV = Vector3.new(0,1,0).Unit |
| 463 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 464 | local forwardV = rightV:Cross(upV) |
| 465 | local pos = Vector3.new(0, 20, 0) |
| 466 | local ball = Instance.new("Part") |
| 467 | ball.Shape = Enum.PartType.Ball |
| 468 | ball.Size = Vector3.new(5.2, 5.2, 5.2) |
| 469 | ball.CFrame = CFrame.new(pos) |
| 470 | ball.BrickColor = BrickColor.new("Institutional white") |
| 471 | ball.Material = Enum.Material.Glacier |
| 472 | ball.MaterialVariant = "2022 Glue" |
| 473 | ball.Anchored = true; ball.Parent = workspace |
| 474 | local cuts = {} |
| 475 | do |
| 476 | local h = 0 |
| 477 | local cut = Instance.new("Part") |
| 478 | cut.Size = Vector3.new(10.4, 10.4, 10.4) |
| 479 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-5.2), rightV, upV) |
| 480 | cut.BrickColor = BrickColor.new("Institutional white") |
| 481 | cut.Material = Enum.Material.Glacier |
| 482 | cut.MaterialVariant = "2022 Glue" |
| 483 | cut.Anchored = true; cut.Parent = workspace |
| 484 | table.insert(cuts, cut) |
| 485 | end |
| 486 | if #cuts > 0 then |
| 487 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 488 | for _, c in ipairs(cuts) do c:Destroy() end |
| 489 | if ok and result then |
| 490 | ball:Destroy() |
| 491 | result.Name = "HatDome"; result.Anchored = true; result.Parent = model |
| 492 | else |
| 493 | ball.Name = "HatDome"; ball.Parent = model |
| 494 | end |
| 495 | else |
| 496 | ball.Name = "HatDome"; ball.Parent = model |
| 497 | end |
| 498 | end |
| 499 | model.PrimaryPart = model:FindFirstChild("Torso_Red2") |
| 500 | print("MascotCharacter built: " .. #model:GetChildren() .. " parts") |
Loading comments...