Loading model...
by Yakos B3y · 6/5/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: BoxingRing |
| 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 = "BoxingRing" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Glue", |
| 25 | ["Bright red"] = "2022 Glue", |
| 26 | ["Institutional white"] = "2022 Glue", |
| 27 | ["Medium stone grey"] = "2022 Inlet", |
| 28 | ["Really black"] = "2022 Big Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "Base" |
| 33 | p.Size = Vector3.new(30, 3, 30) |
| 34 | p.CFrame = CFrame.new(0, 2.5, 0) |
| 35 | p.BrickColor = BrickColor.new("Really black") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Big Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "Canvas" |
| 44 | p.Size = Vector3.new(29.8, 0.1, 29.8) |
| 45 | p.CFrame = CFrame.new(0, 4.09, 0) |
| 46 | p.BrickColor = BrickColor.new("Really black") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Big Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "CanvasBorder_F" |
| 55 | p.Size = Vector3.new(29.8, 0.1, 0.5) |
| 56 | p.CFrame = CFrame.new(0.04, 4.22, -14.5) |
| 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 = "CanvasBorder_B" |
| 66 | p.Size = Vector3.new(29.8, 0.1, 0.5) |
| 67 | p.CFrame = CFrame.new(0.04, 4.22, 14.5) |
| 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 = "CanvasBorder_L" |
| 77 | p.Size = Vector3.new(0.5, 0.1, 29.8) |
| 78 | p.CFrame = CFrame.new(-14.5, 4.14, 0.08) |
| 79 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "CanvasBorder_R" |
| 88 | p.Size = Vector3.new(0.5, 0.1, 29.8) |
| 89 | p.CFrame = CFrame.new(14.5, 4.14, 0.08) |
| 90 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "LogoRed" |
| 99 | p.Size = Vector3.new(12, 0.1, 3.5) |
| 100 | p.CFrame = CFrame.new(0, 4.14, -2) |
| 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 = "LogoWhite" |
| 110 | p.Size = Vector3.new(12, 0.1, 3.5) |
| 111 | p.CFrame = CFrame.new(0, 4.14, 2) |
| 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 = "SideText_F_Red" |
| 121 | p.Size = Vector3.new(6, 1.5, 0.1) |
| 122 | p.CFrame = CFrame.new(-3.5, 2.5, -15.09) |
| 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 = "SideText_F_White" |
| 132 | p.Size = Vector3.new(6, 1.5, 0.1) |
| 133 | p.CFrame = CFrame.new(3.5, 2.5, -15.09) |
| 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 = "SideText_R_Red" |
| 143 | p.Size = Vector3.new(0.1, 1.5, 6) |
| 144 | p.CFrame = CFrame.new(15.09, 2.5, -3.5) |
| 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 = "SideText_R_White" |
| 154 | p.Size = Vector3.new(0.1, 1.5, 6) |
| 155 | p.CFrame = CFrame.new(15.09, 2.5, 3.5) |
| 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.Shape = Enum.PartType.Cylinder |
| 165 | p.Name = "Foot_-14.5_-14.5" |
| 166 | p.Size = Vector3.new(1, 1, 1) |
| 167 | p.CFrame = CFrame.new(-14.5, 0.46, -14.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 168 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Inlet" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Shape = Enum.PartType.Cylinder |
| 177 | p.Name = "Foot_-14.5_14.5" |
| 178 | p.Size = Vector3.new(1, 1, 1) |
| 179 | p.CFrame = CFrame.new(-14.5, 0.46, 14.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 180 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Inlet" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Shape = Enum.PartType.Cylinder |
| 189 | p.Name = "Foot_14.5_-14.5" |
| 190 | p.Size = Vector3.new(1, 1, 1) |
| 191 | p.CFrame = CFrame.new(14.5, 0.46, -14.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 192 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 193 | p.Material = Enum.Material.Glacier |
| 194 | p.MaterialVariant = "2022 Inlet" |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Shape = Enum.PartType.Cylinder |
| 201 | p.Name = "Foot_14.5_14.5" |
| 202 | p.Size = Vector3.new(1, 1, 1) |
| 203 | p.CFrame = CFrame.new(14.5, 0.46, 14.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 204 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 205 | p.Material = Enum.Material.Glacier |
| 206 | p.MaterialVariant = "2022 Inlet" |
| 207 | p.Anchored = true |
| 208 | p.Parent = model |
| 209 | end |
| 210 | do |
| 211 | local p = Instance.new("Part") |
| 212 | p.Shape = Enum.PartType.Cylinder |
| 213 | p.Name = "Foot_Center" |
| 214 | p.Size = Vector3.new(1, 2, 2) |
| 215 | p.CFrame = CFrame.new(0, 0.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 216 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Inlet" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Shape = Enum.PartType.Cylinder |
| 225 | p.Name = "Post_FL" |
| 226 | p.Size = Vector3.new(6.5, 1, 1) |
| 227 | p.CFrame = CFrame.new(-14, 7.33, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 228 | p.BrickColor = BrickColor.new("Really black") |
| 229 | p.Material = Enum.Material.Glacier |
| 230 | p.MaterialVariant = "2022 Big Stud" |
| 231 | p.Anchored = true |
| 232 | p.Parent = model |
| 233 | end |
| 234 | do |
| 235 | local p = Instance.new("Part") |
| 236 | p.Shape = Enum.PartType.Cylinder |
| 237 | p.Name = "Post_FR" |
| 238 | p.Size = Vector3.new(6.5, 1, 1) |
| 239 | p.CFrame = CFrame.new(14, 7.33, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 240 | p.BrickColor = BrickColor.new("Really black") |
| 241 | p.Material = Enum.Material.Glacier |
| 242 | p.MaterialVariant = "2022 Big Stud" |
| 243 | p.Anchored = true |
| 244 | p.Parent = model |
| 245 | end |
| 246 | do |
| 247 | local p = Instance.new("Part") |
| 248 | p.Shape = Enum.PartType.Cylinder |
| 249 | p.Name = "Post_BL" |
| 250 | p.Size = Vector3.new(6.5, 1, 1) |
| 251 | p.CFrame = CFrame.new(-14, 7.33, 14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 252 | p.BrickColor = BrickColor.new("Really black") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Big Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Shape = Enum.PartType.Cylinder |
| 261 | p.Name = "Post_BR" |
| 262 | p.Size = Vector3.new(6.5, 1, 1) |
| 263 | p.CFrame = CFrame.new(14, 7.33, 14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 264 | p.BrickColor = BrickColor.new("Really black") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Big Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "Pad_FL" |
| 273 | p.Size = Vector3.new(2.5, 5.5, 1.5) |
| 274 | p.CFrame = CFrame.new(-13.2, 7.75, -13.2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 275 | p.BrickColor = BrickColor.new("Bright blue") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Glue" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "Pad_FL_Cap" |
| 284 | p.Size = Vector3.new(2.5, 0.5, 2.5) |
| 285 | p.CFrame = CFrame.new(-12.871716, 10.5, -12.928284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 286 | p.BrickColor = BrickColor.new("Bright blue") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Glue" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "Pad_BR" |
| 295 | p.Size = Vector3.new(2.5, 5.5, 1.5) |
| 296 | p.CFrame = CFrame.new(13.2, 7.75, 13.2) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 297 | p.BrickColor = BrickColor.new("Bright red") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Glue" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "Pad_BR_Cap" |
| 306 | p.Size = Vector3.new(2.5, 0.5, 2.5) |
| 307 | p.CFrame = CFrame.new(12.928284, 10.5, 12.871716) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 308 | p.BrickColor = BrickColor.new("Bright red") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Glue" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "Pad_FR" |
| 317 | p.Size = Vector3.new(2.5, 5.5, 1.5) |
| 318 | p.CFrame = CFrame.new(13.2, 7.75, -13.2) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 319 | p.BrickColor = BrickColor.new("Really black") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Big Stud" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "Pad_FR_Cap" |
| 328 | p.Size = Vector3.new(2.5, 0.5, 2.5) |
| 329 | p.CFrame = CFrame.new(12.871716, 10.5, -12.928284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 330 | p.BrickColor = BrickColor.new("Really black") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Big Stud" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "Pad_BL" |
| 339 | p.Size = Vector3.new(2.5, 5.5, 1.5) |
| 340 | p.CFrame = CFrame.new(-13.2, 7.75, 13.2) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 341 | p.BrickColor = BrickColor.new("Really black") |
| 342 | p.Material = Enum.Material.Glacier |
| 343 | p.MaterialVariant = "2022 Big Stud" |
| 344 | p.Anchored = true |
| 345 | p.Parent = model |
| 346 | end |
| 347 | do |
| 348 | local p = Instance.new("Part") |
| 349 | p.Name = "Pad_BL_Cap" |
| 350 | p.Size = Vector3.new(2.5, 0.5, 2.5) |
| 351 | p.CFrame = CFrame.new(-12.928284, 10.5, 12.871716) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 352 | p.BrickColor = BrickColor.new("Really black") |
| 353 | p.Material = Enum.Material.Glacier |
| 354 | p.MaterialVariant = "2022 Big Stud" |
| 355 | p.Anchored = true |
| 356 | p.Parent = model |
| 357 | end |
| 358 | do |
| 359 | local p = Instance.new("Part") |
| 360 | p.Shape = Enum.PartType.Cylinder |
| 361 | p.Name = "Rope_F_Blue_0" |
| 362 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 363 | p.CFrame = CFrame.new(-10.04, 5.5, -14) |
| 364 | p.BrickColor = BrickColor.new("Bright blue") |
| 365 | p.Material = Enum.Material.Glacier |
| 366 | p.MaterialVariant = "2022 Glue" |
| 367 | p.Anchored = true |
| 368 | p.Parent = model |
| 369 | end |
| 370 | do |
| 371 | local p = Instance.new("Part") |
| 372 | p.Shape = Enum.PartType.Cylinder |
| 373 | p.Name = "Rope_F_Black_0" |
| 374 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 375 | p.CFrame = CFrame.new(4, 5.5, -14) |
| 376 | p.BrickColor = BrickColor.new("Really black") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Big Stud" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Shape = Enum.PartType.Cylinder |
| 385 | p.Name = "Rope_L_Blue_0" |
| 386 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 387 | p.CFrame = CFrame.new(-14, 5.5, -10.04) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 388 | p.BrickColor = BrickColor.new("Bright blue") |
| 389 | p.Material = Enum.Material.Glacier |
| 390 | p.MaterialVariant = "2022 Glue" |
| 391 | p.Anchored = true |
| 392 | p.Parent = model |
| 393 | end |
| 394 | do |
| 395 | local p = Instance.new("Part") |
| 396 | p.Shape = Enum.PartType.Cylinder |
| 397 | p.Name = "Rope_L_Black_0" |
| 398 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 399 | p.CFrame = CFrame.new(-14, 5.5, 4) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 400 | p.BrickColor = BrickColor.new("Really black") |
| 401 | p.Material = Enum.Material.Glacier |
| 402 | p.MaterialVariant = "2022 Big Stud" |
| 403 | p.Anchored = true |
| 404 | p.Parent = model |
| 405 | end |
| 406 | do |
| 407 | local p = Instance.new("Part") |
| 408 | p.Shape = Enum.PartType.Cylinder |
| 409 | p.Name = "Rope_B_Red_0" |
| 410 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 411 | p.CFrame = CFrame.new(10.04, 5.5, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 412 | p.BrickColor = BrickColor.new("Bright red") |
| 413 | p.Material = Enum.Material.Glacier |
| 414 | p.MaterialVariant = "2022 Glue" |
| 415 | p.Anchored = true |
| 416 | p.Parent = model |
| 417 | end |
| 418 | do |
| 419 | local p = Instance.new("Part") |
| 420 | p.Shape = Enum.PartType.Cylinder |
| 421 | p.Name = "Rope_B_Black_0" |
| 422 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 423 | p.CFrame = CFrame.new(-4, 5.5, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 424 | p.BrickColor = BrickColor.new("Really black") |
| 425 | p.Material = Enum.Material.Glacier |
| 426 | p.MaterialVariant = "2022 Big Stud" |
| 427 | p.Anchored = true |
| 428 | p.Parent = model |
| 429 | end |
| 430 | do |
| 431 | local p = Instance.new("Part") |
| 432 | p.Shape = Enum.PartType.Cylinder |
| 433 | p.Name = "Rope_R_Red_0" |
| 434 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 435 | p.CFrame = CFrame.new(14, 5.5, 10.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 436 | p.BrickColor = BrickColor.new("Bright red") |
| 437 | p.Material = Enum.Material.Glacier |
| 438 | p.MaterialVariant = "2022 Glue" |
| 439 | p.Anchored = true |
| 440 | p.Parent = model |
| 441 | end |
| 442 | do |
| 443 | local p = Instance.new("Part") |
| 444 | p.Shape = Enum.PartType.Cylinder |
| 445 | p.Name = "Rope_R_Black_0" |
| 446 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 447 | p.CFrame = CFrame.new(14, 5.5, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 448 | p.BrickColor = BrickColor.new("Really black") |
| 449 | p.Material = Enum.Material.Glacier |
| 450 | p.MaterialVariant = "2022 Big Stud" |
| 451 | p.Anchored = true |
| 452 | p.Parent = model |
| 453 | end |
| 454 | do |
| 455 | local p = Instance.new("Part") |
| 456 | p.Shape = Enum.PartType.Cylinder |
| 457 | p.Name = "Rope_F_Blue_1" |
| 458 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 459 | p.CFrame = CFrame.new(-10.04, 7, -14) |
| 460 | p.BrickColor = BrickColor.new("Bright blue") |
| 461 | p.Material = Enum.Material.Glacier |
| 462 | p.MaterialVariant = "2022 Glue" |
| 463 | p.Anchored = true |
| 464 | p.Parent = model |
| 465 | end |
| 466 | do |
| 467 | local p = Instance.new("Part") |
| 468 | p.Shape = Enum.PartType.Cylinder |
| 469 | p.Name = "Rope_F_Black_1" |
| 470 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 471 | p.CFrame = CFrame.new(4, 7, -14) |
| 472 | p.BrickColor = BrickColor.new("Really black") |
| 473 | p.Material = Enum.Material.Glacier |
| 474 | p.MaterialVariant = "2022 Big Stud" |
| 475 | p.Anchored = true |
| 476 | p.Parent = model |
| 477 | end |
| 478 | do |
| 479 | local p = Instance.new("Part") |
| 480 | p.Shape = Enum.PartType.Cylinder |
| 481 | p.Name = "Rope_L_Blue_1" |
| 482 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 483 | p.CFrame = CFrame.new(-14, 7, -10.04) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 484 | p.BrickColor = BrickColor.new("Bright blue") |
| 485 | p.Material = Enum.Material.Glacier |
| 486 | p.MaterialVariant = "2022 Glue" |
| 487 | p.Anchored = true |
| 488 | p.Parent = model |
| 489 | end |
| 490 | do |
| 491 | local p = Instance.new("Part") |
| 492 | p.Shape = Enum.PartType.Cylinder |
| 493 | p.Name = "Rope_L_Black_1" |
| 494 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 495 | p.CFrame = CFrame.new(-14, 7, 4) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 496 | p.BrickColor = BrickColor.new("Really black") |
| 497 | p.Material = Enum.Material.Glacier |
| 498 | p.MaterialVariant = "2022 Big Stud" |
| 499 | p.Anchored = true |
| 500 | p.Parent = model |
| 501 | end |
| 502 | do |
| 503 | local p = Instance.new("Part") |
| 504 | p.Shape = Enum.PartType.Cylinder |
| 505 | p.Name = "Rope_B_Red_1" |
| 506 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 507 | p.CFrame = CFrame.new(10.04, 7, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 508 | p.BrickColor = BrickColor.new("Bright red") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Glue" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Shape = Enum.PartType.Cylinder |
| 517 | p.Name = "Rope_B_Black_1" |
| 518 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 519 | p.CFrame = CFrame.new(-4, 7, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 520 | p.BrickColor = BrickColor.new("Really black") |
| 521 | p.Material = Enum.Material.Glacier |
| 522 | p.MaterialVariant = "2022 Big Stud" |
| 523 | p.Anchored = true |
| 524 | p.Parent = model |
| 525 | end |
| 526 | do |
| 527 | local p = Instance.new("Part") |
| 528 | p.Shape = Enum.PartType.Cylinder |
| 529 | p.Name = "Rope_R_Red_1" |
| 530 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 531 | p.CFrame = CFrame.new(14, 7, 10.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 532 | p.BrickColor = BrickColor.new("Bright red") |
| 533 | p.Material = Enum.Material.Glacier |
| 534 | p.MaterialVariant = "2022 Glue" |
| 535 | p.Anchored = true |
| 536 | p.Parent = model |
| 537 | end |
| 538 | do |
| 539 | local p = Instance.new("Part") |
| 540 | p.Shape = Enum.PartType.Cylinder |
| 541 | p.Name = "Rope_R_Black_1" |
| 542 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 543 | p.CFrame = CFrame.new(14, 7, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 544 | p.BrickColor = BrickColor.new("Really black") |
| 545 | p.Material = Enum.Material.Glacier |
| 546 | p.MaterialVariant = "2022 Big Stud" |
| 547 | p.Anchored = true |
| 548 | p.Parent = model |
| 549 | end |
| 550 | do |
| 551 | local p = Instance.new("Part") |
| 552 | p.Shape = Enum.PartType.Cylinder |
| 553 | p.Name = "Rope_F_Blue_2" |
| 554 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 555 | p.CFrame = CFrame.new(-10.04, 8.5, -14) |
| 556 | p.BrickColor = BrickColor.new("Bright blue") |
| 557 | p.Material = Enum.Material.Glacier |
| 558 | p.MaterialVariant = "2022 Glue" |
| 559 | p.Anchored = true |
| 560 | p.Parent = model |
| 561 | end |
| 562 | do |
| 563 | local p = Instance.new("Part") |
| 564 | p.Shape = Enum.PartType.Cylinder |
| 565 | p.Name = "Rope_F_Black_2" |
| 566 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 567 | p.CFrame = CFrame.new(4, 8.5, -14) |
| 568 | p.BrickColor = BrickColor.new("Really black") |
| 569 | p.Material = Enum.Material.Glacier |
| 570 | p.MaterialVariant = "2022 Big Stud" |
| 571 | p.Anchored = true |
| 572 | p.Parent = model |
| 573 | end |
| 574 | do |
| 575 | local p = Instance.new("Part") |
| 576 | p.Shape = Enum.PartType.Cylinder |
| 577 | p.Name = "Rope_L_Blue_2" |
| 578 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 579 | p.CFrame = CFrame.new(-14, 8.5, -10.04) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 580 | p.BrickColor = BrickColor.new("Bright blue") |
| 581 | p.Material = Enum.Material.Glacier |
| 582 | p.MaterialVariant = "2022 Glue" |
| 583 | p.Anchored = true |
| 584 | p.Parent = model |
| 585 | end |
| 586 | do |
| 587 | local p = Instance.new("Part") |
| 588 | p.Shape = Enum.PartType.Cylinder |
| 589 | p.Name = "Rope_L_Black_2" |
| 590 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 591 | p.CFrame = CFrame.new(-14, 8.5, 4) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 592 | p.BrickColor = BrickColor.new("Really black") |
| 593 | p.Material = Enum.Material.Glacier |
| 594 | p.MaterialVariant = "2022 Big Stud" |
| 595 | p.Anchored = true |
| 596 | p.Parent = model |
| 597 | end |
| 598 | do |
| 599 | local p = Instance.new("Part") |
| 600 | p.Shape = Enum.PartType.Cylinder |
| 601 | p.Name = "Rope_B_Red_2" |
| 602 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 603 | p.CFrame = CFrame.new(10.04, 8.5, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 604 | p.BrickColor = BrickColor.new("Bright red") |
| 605 | p.Material = Enum.Material.Glacier |
| 606 | p.MaterialVariant = "2022 Glue" |
| 607 | p.Anchored = true |
| 608 | p.Parent = model |
| 609 | end |
| 610 | do |
| 611 | local p = Instance.new("Part") |
| 612 | p.Shape = Enum.PartType.Cylinder |
| 613 | p.Name = "Rope_B_Black_2" |
| 614 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 615 | p.CFrame = CFrame.new(-4, 8.5, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 616 | p.BrickColor = BrickColor.new("Really black") |
| 617 | p.Material = Enum.Material.Glacier |
| 618 | p.MaterialVariant = "2022 Big Stud" |
| 619 | p.Anchored = true |
| 620 | p.Parent = model |
| 621 | end |
| 622 | do |
| 623 | local p = Instance.new("Part") |
| 624 | p.Shape = Enum.PartType.Cylinder |
| 625 | p.Name = "Rope_R_Red_2" |
| 626 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 627 | p.CFrame = CFrame.new(14, 8.5, 10.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 628 | p.BrickColor = BrickColor.new("Bright red") |
| 629 | p.Material = Enum.Material.Glacier |
| 630 | p.MaterialVariant = "2022 Glue" |
| 631 | p.Anchored = true |
| 632 | p.Parent = model |
| 633 | end |
| 634 | do |
| 635 | local p = Instance.new("Part") |
| 636 | p.Shape = Enum.PartType.Cylinder |
| 637 | p.Name = "Rope_R_Black_2" |
| 638 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 639 | p.CFrame = CFrame.new(14, 8.5, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Really black") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Big Stud" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Shape = Enum.PartType.Cylinder |
| 649 | p.Name = "Rope_F_Blue_3" |
| 650 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 651 | p.CFrame = CFrame.new(-10.04, 10, -14) |
| 652 | p.BrickColor = BrickColor.new("Bright blue") |
| 653 | p.Material = Enum.Material.Glacier |
| 654 | p.MaterialVariant = "2022 Glue" |
| 655 | p.Anchored = true |
| 656 | p.Parent = model |
| 657 | end |
| 658 | do |
| 659 | local p = Instance.new("Part") |
| 660 | p.Shape = Enum.PartType.Cylinder |
| 661 | p.Name = "Rope_F_Black_3" |
| 662 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 663 | p.CFrame = CFrame.new(4, 10, -14) |
| 664 | p.BrickColor = BrickColor.new("Really black") |
| 665 | p.Material = Enum.Material.Glacier |
| 666 | p.MaterialVariant = "2022 Big Stud" |
| 667 | p.Anchored = true |
| 668 | p.Parent = model |
| 669 | end |
| 670 | do |
| 671 | local p = Instance.new("Part") |
| 672 | p.Shape = Enum.PartType.Cylinder |
| 673 | p.Name = "Rope_L_Blue_3" |
| 674 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 675 | p.CFrame = CFrame.new(-14, 10, -10.04) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 676 | p.BrickColor = BrickColor.new("Bright blue") |
| 677 | p.Material = Enum.Material.Glacier |
| 678 | p.MaterialVariant = "2022 Glue" |
| 679 | p.Anchored = true |
| 680 | p.Parent = model |
| 681 | end |
| 682 | do |
| 683 | local p = Instance.new("Part") |
| 684 | p.Shape = Enum.PartType.Cylinder |
| 685 | p.Name = "Rope_L_Black_3" |
| 686 | p.Size = Vector3.new(20, 0.16, 0.16) |
| 687 | p.CFrame = CFrame.new(-14, 10, 4) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 688 | p.BrickColor = BrickColor.new("Really black") |
| 689 | p.Material = Enum.Material.Glacier |
| 690 | p.MaterialVariant = "2022 Big Stud" |
| 691 | p.Anchored = true |
| 692 | p.Parent = model |
| 693 | end |
| 694 | do |
| 695 | local p = Instance.new("Part") |
| 696 | p.Shape = Enum.PartType.Cylinder |
| 697 | p.Name = "Rope_B_Red_3" |
| 698 | p.Size = Vector3.new(8, 0.16, 0.16) |
| 699 | p.CFrame = CFrame.new(10.04, 10, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 700 | p.BrickColor = BrickColor.new("Bright red") |
| 701 | p.Material = Enum.Material.Glacier |
| 702 | p.MaterialVariant = "2022 Glue" |
| 703 | p.Anchored = true |
| 704 | p.Parent = model |
| 705 | end |
| 706 | do |
| 707 | local p = Instance.new("Part") |
| 708 | p.Shape = Enum.PartType.Cylinder |
| 709 | p.Name = "Rope_B_Black_3" |
| 710 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 711 | p.CFrame = CFrame.new(-4, 10, 14) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 712 | p.BrickColor = BrickColor.new("Really black") |
| 713 | p.Material = Enum.Material.Glacier |
| 714 | p.MaterialVariant = "2022 Big Stud" |
| 715 | p.Anchored = true |
| 716 | p.Parent = model |
| 717 | end |
| 718 | do |
| 719 | local p = Instance.new("Part") |
| 720 | p.Shape = Enum.PartType.Cylinder |
| 721 | p.Name = "Rope_R_Red_3" |
| 722 | p.Size = Vector3.new(8, 0.2, 0.2) |
| 723 | p.CFrame = CFrame.new(14, 10, 10.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 724 | p.BrickColor = BrickColor.new("Bright red") |
| 725 | p.Material = Enum.Material.Glacier |
| 726 | p.MaterialVariant = "2022 Glue" |
| 727 | p.Anchored = true |
| 728 | p.Parent = model |
| 729 | end |
| 730 | do |
| 731 | local p = Instance.new("Part") |
| 732 | p.Shape = Enum.PartType.Cylinder |
| 733 | p.Name = "Rope_R_Black_3" |
| 734 | p.Size = Vector3.new(20, 0.2, 0.2) |
| 735 | p.CFrame = CFrame.new(14, 10, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 736 | p.BrickColor = BrickColor.new("Really black") |
| 737 | p.Material = Enum.Material.Glacier |
| 738 | p.MaterialVariant = "2022 Big Stud" |
| 739 | p.Anchored = true |
| 740 | p.Parent = model |
| 741 | end |
| 742 | do |
| 743 | local p = Instance.new("Part") |
| 744 | p.Name = "Spacer_F_-5" |
| 745 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 746 | p.CFrame = CFrame.new(-5, 7.75, -14) |
| 747 | p.BrickColor = BrickColor.new("Really black") |
| 748 | p.Material = Enum.Material.Glacier |
| 749 | p.MaterialVariant = "2022 Big Stud" |
| 750 | p.Anchored = true |
| 751 | p.Parent = model |
| 752 | end |
| 753 | do |
| 754 | local p = Instance.new("Part") |
| 755 | p.Name = "Spacer_B_-5" |
| 756 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 757 | p.CFrame = CFrame.new(-5, 7.75, 14) |
| 758 | p.BrickColor = BrickColor.new("Really black") |
| 759 | p.Material = Enum.Material.Glacier |
| 760 | p.MaterialVariant = "2022 Big Stud" |
| 761 | p.Anchored = true |
| 762 | p.Parent = model |
| 763 | end |
| 764 | do |
| 765 | local p = Instance.new("Part") |
| 766 | p.Name = "Spacer_F_5" |
| 767 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 768 | p.CFrame = CFrame.new(5, 7.75, -14) |
| 769 | p.BrickColor = BrickColor.new("Really black") |
| 770 | p.Material = Enum.Material.Glacier |
| 771 | p.MaterialVariant = "2022 Big Stud" |
| 772 | p.Anchored = true |
| 773 | p.Parent = model |
| 774 | end |
| 775 | do |
| 776 | local p = Instance.new("Part") |
| 777 | p.Name = "Spacer_B_5" |
| 778 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 779 | p.CFrame = CFrame.new(5, 7.75, 14) |
| 780 | p.BrickColor = BrickColor.new("Really black") |
| 781 | p.Material = Enum.Material.Glacier |
| 782 | p.MaterialVariant = "2022 Big Stud" |
| 783 | p.Anchored = true |
| 784 | p.Parent = model |
| 785 | end |
| 786 | do |
| 787 | local p = Instance.new("Part") |
| 788 | p.Name = "Spacer_L_-5" |
| 789 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 790 | p.CFrame = CFrame.new(-14, 7.75, -5) |
| 791 | p.BrickColor = BrickColor.new("Really black") |
| 792 | p.Material = Enum.Material.Glacier |
| 793 | p.MaterialVariant = "2022 Big Stud" |
| 794 | p.Anchored = true |
| 795 | p.Parent = model |
| 796 | end |
| 797 | do |
| 798 | local p = Instance.new("Part") |
| 799 | p.Name = "Spacer_R_-5" |
| 800 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 801 | p.CFrame = CFrame.new(14, 7.75, -5) |
| 802 | p.BrickColor = BrickColor.new("Really black") |
| 803 | p.Material = Enum.Material.Glacier |
| 804 | p.MaterialVariant = "2022 Big Stud" |
| 805 | p.Anchored = true |
| 806 | p.Parent = model |
| 807 | end |
| 808 | do |
| 809 | local p = Instance.new("Part") |
| 810 | p.Name = "Spacer_L_5" |
| 811 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 812 | p.CFrame = CFrame.new(-14, 7.75, 5) |
| 813 | p.BrickColor = BrickColor.new("Really black") |
| 814 | p.Material = Enum.Material.Glacier |
| 815 | p.MaterialVariant = "2022 Big Stud" |
| 816 | p.Anchored = true |
| 817 | p.Parent = model |
| 818 | end |
| 819 | do |
| 820 | local p = Instance.new("Part") |
| 821 | p.Name = "Spacer_R_5" |
| 822 | p.Size = Vector3.new(0.2, 4.5, 0.2) |
| 823 | p.CFrame = CFrame.new(14, 7.75, 5) |
| 824 | p.BrickColor = BrickColor.new("Really black") |
| 825 | p.Material = Enum.Material.Glacier |
| 826 | p.MaterialVariant = "2022 Big Stud" |
| 827 | p.Anchored = true |
| 828 | p.Parent = model |
| 829 | end |
| 830 | do |
| 831 | local p = Instance.new("Part") |
| 832 | p.Name = "Stringer_L" |
| 833 | p.Size = Vector3.new(5.65685, 0.4, 0.4) |
| 834 | p.CFrame = CFrame.new(-10, 2, -16) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 835 | p.BrickColor = BrickColor.new("Really black") |
| 836 | p.Material = Enum.Material.Glacier |
| 837 | p.MaterialVariant = "2022 Big Stud" |
| 838 | p.Anchored = true |
| 839 | p.Parent = model |
| 840 | end |
| 841 | do |
| 842 | local p = Instance.new("Part") |
| 843 | p.Name = "Stringer_R" |
| 844 | p.Size = Vector3.new(5.65685, 0.4, 0.4) |
| 845 | p.CFrame = CFrame.new(-6, 2, -16) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 846 | p.BrickColor = BrickColor.new("Really black") |
| 847 | p.Material = Enum.Material.Glacier |
| 848 | p.MaterialVariant = "2022 Big Stud" |
| 849 | p.Anchored = true |
| 850 | p.Parent = model |
| 851 | end |
| 852 | do |
| 853 | local p = Instance.new("Part") |
| 854 | p.Name = "Tread_1" |
| 855 | p.Size = Vector3.new(4.4, 0.2, 1) |
| 856 | p.CFrame = CFrame.new(-7.96, 1, -17) |
| 857 | p.BrickColor = BrickColor.new("Really black") |
| 858 | p.Material = Enum.Material.Glacier |
| 859 | p.MaterialVariant = "2022 Big Stud" |
| 860 | p.Anchored = true |
| 861 | p.Parent = model |
| 862 | end |
| 863 | do |
| 864 | local p = Instance.new("Part") |
| 865 | p.Name = "Tread_2" |
| 866 | p.Size = Vector3.new(4.4, 0.2, 1) |
| 867 | p.CFrame = CFrame.new(-7.96, 2, -16) |
| 868 | p.BrickColor = BrickColor.new("Really black") |
| 869 | p.Material = Enum.Material.Glacier |
| 870 | p.MaterialVariant = "2022 Big Stud" |
| 871 | p.Anchored = true |
| 872 | p.Parent = model |
| 873 | end |
| 874 | do |
| 875 | local p = Instance.new("Part") |
| 876 | p.Name = "Tread_3" |
| 877 | p.Size = Vector3.new(4.4, 0.2, 1) |
| 878 | p.CFrame = CFrame.new(-7.96, 3, -15) |
| 879 | p.BrickColor = BrickColor.new("Really black") |
| 880 | p.Material = Enum.Material.Glacier |
| 881 | p.MaterialVariant = "2022 Big Stud" |
| 882 | p.Anchored = true |
| 883 | p.Parent = model |
| 884 | end |
| 885 | model.PrimaryPart = model:FindFirstChild("Base") |
| 886 | print("BoxingRing built: " .. #model:GetChildren() .. " parts") |
Loading comments...