by nate213121 · 3/1/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 = "PURPLE_SABER" |
| 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.Name = "PommelBase" |
| 37 | p.Size = Vector3.new(1, 0.35, 1) |
| 38 | p.CFrame = CFrame.new(0, 0.2, 0) |
| 39 | p.BrickColor = BrickColor.new("Bright yellow") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Weld" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Name = "PommelTip" |
| 48 | p.Size = Vector3.new(0.8, 0.2, 0.8) |
| 49 | p.CFrame = CFrame.new(0, 0, 0) |
| 50 | p.BrickColor = BrickColor.new("Bright yellow") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Weld" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Name = "HandleCore" |
| 59 | p.Size = Vector3.new(0.7, 3.5, 0.5) |
| 60 | p.CFrame = CFrame.new(0, 2.15, 0) |
| 61 | p.BrickColor = BrickColor.new("Reddish brown") |
| 62 | p.Material = Enum.Material.Glacier |
| 63 | p.MaterialVariant = "2022 Small Stud" |
| 64 | p.Anchored = true |
| 65 | p.Parent = model |
| 66 | end |
| 67 | do |
| 68 | local p = Instance.new("Part") |
| 69 | p.Name = "Wrap_0" |
| 70 | p.Size = Vector3.new(0.75, 0.15, 0.55) |
| 71 | p.CFrame = CFrame.new(0, 0.8, 0) |
| 72 | p.BrickColor = BrickColor.new("Really black") |
| 73 | p.Material = Enum.Material.Glacier |
| 74 | p.MaterialVariant = "2022 Universal" |
| 75 | p.Anchored = true |
| 76 | p.Parent = model |
| 77 | end |
| 78 | do |
| 79 | local p = Instance.new("Part") |
| 80 | p.Name = "Wrap_1" |
| 81 | p.Size = Vector3.new(0.75, 0.15, 0.55) |
| 82 | p.CFrame = CFrame.new(0, 1.38333, 0) |
| 83 | p.BrickColor = BrickColor.new("Really black") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Universal" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Name = "Wrap_2" |
| 92 | p.Size = Vector3.new(0.75, 0.15, 0.55) |
| 93 | p.CFrame = CFrame.new(0, 1.96667, 0) |
| 94 | p.BrickColor = BrickColor.new("Really black") |
| 95 | p.Material = Enum.Material.Glacier |
| 96 | p.MaterialVariant = "2022 Universal" |
| 97 | p.Anchored = true |
| 98 | p.Parent = model |
| 99 | end |
| 100 | do |
| 101 | local p = Instance.new("Part") |
| 102 | p.Name = "Wrap_3" |
| 103 | p.Size = Vector3.new(0.75, 0.15, 0.55) |
| 104 | p.CFrame = CFrame.new(0, 2.55, 0) |
| 105 | p.BrickColor = BrickColor.new("Really black") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Universal" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Name = "Wrap_4" |
| 114 | p.Size = Vector3.new(0.75, 0.15, 0.55) |
| 115 | p.CFrame = CFrame.new(0, 3.13333, 0) |
| 116 | p.BrickColor = BrickColor.new("Really black") |
| 117 | p.Material = Enum.Material.Glacier |
| 118 | p.MaterialVariant = "2022 Universal" |
| 119 | p.Anchored = true |
| 120 | p.Parent = model |
| 121 | end |
| 122 | do |
| 123 | local p = Instance.new("Part") |
| 124 | p.Name = "GuardBase" |
| 125 | p.Size = Vector3.new(1.4, 0.3, 2) |
| 126 | p.CFrame = CFrame.new(0, 3.9, 0) |
| 127 | p.BrickColor = BrickColor.new("Bright yellow") |
| 128 | p.Material = Enum.Material.Glacier |
| 129 | p.MaterialVariant = "2022 Weld" |
| 130 | p.Anchored = true |
| 131 | p.Parent = model |
| 132 | end |
| 133 | do |
| 134 | local p = Instance.new("Part") |
| 135 | p.Name = "GuardMid" |
| 136 | p.Size = Vector3.new(1, 0.25, 1.6) |
| 137 | p.CFrame = CFrame.new(0, 4.05, 0) |
| 138 | p.BrickColor = BrickColor.new("Bright yellow") |
| 139 | p.Material = Enum.Material.Glacier |
| 140 | p.MaterialVariant = "2022 Weld" |
| 141 | p.Anchored = true |
| 142 | p.Parent = model |
| 143 | end |
| 144 | do |
| 145 | local p = Instance.new("Part") |
| 146 | p.Name = "GuardCollar" |
| 147 | p.Size = Vector3.new(0.8, 0.25, 0.6) |
| 148 | p.CFrame = CFrame.new(0, 4.2, 0) |
| 149 | p.BrickColor = BrickColor.new("Bright yellow") |
| 150 | p.Material = Enum.Material.Glacier |
| 151 | p.MaterialVariant = "2022 Weld" |
| 152 | p.Anchored = true |
| 153 | p.Parent = model |
| 154 | end |
| 155 | do |
| 156 | local p = Instance.new("Part") |
| 157 | p.Name = "DGuard_0" |
| 158 | p.Size = Vector3.new(0.2, 0.861577, 0.2) |
| 159 | p.CFrame = CFrame.new(0, 0.35, 0.85) * CFrame.Angles(math.rad(66.8014), math.rad(0), math.rad(0)) |
| 160 | p.BrickColor = BrickColor.new("Bright yellow") |
| 161 | p.Material = Enum.Material.Glacier |
| 162 | p.MaterialVariant = "2022 Weld" |
| 163 | p.Anchored = true |
| 164 | p.Parent = model |
| 165 | end |
| 166 | do |
| 167 | local p = Instance.new("Part") |
| 168 | p.Name = "DGuard_1" |
| 169 | p.Size = Vector3.new(0.2, 1.58071, 0.2) |
| 170 | p.CFrame = CFrame.new(0, 1.225, 1.35) * CFrame.Angles(math.rad(11.6894), math.rad(0), math.rad(0)) |
| 171 | p.BrickColor = BrickColor.new("Bright yellow") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Weld" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "DGuard_2" |
| 180 | p.Size = Vector3.new(0.2, 1.58071, 0.2) |
| 181 | p.CFrame = CFrame.new(0, 2.675, 1.35) * CFrame.Angles(math.rad(-11.6894), math.rad(0), math.rad(0)) |
| 182 | p.BrickColor = BrickColor.new("Bright yellow") |
| 183 | p.Material = Enum.Material.Glacier |
| 184 | p.MaterialVariant = "2022 Weld" |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Name = "DGuard_3" |
| 191 | p.Size = Vector3.new(0.2, 0.683095, 0.2) |
| 192 | p.CFrame = CFrame.new(0, 3.65, 1.05) * CFrame.Angles(math.rad(-30.9638), math.rad(0), math.rad(0)) |
| 193 | p.BrickColor = BrickColor.new("Bright yellow") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Weld" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | do |
| 200 | local p = Instance.new("Part") |
| 201 | p.Name = "BladeSpine_0" |
| 202 | p.Size = Vector3.new(0.16, 1.01667, 0.45) |
| 203 | p.CFrame = CFrame.new(0, 4.95833, 0.15) |
| 204 | p.BrickColor = BrickColor.new("Royal purple") |
| 205 | p.Material = Enum.Material.Glacier |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Name = "BladeEdge_0" |
| 212 | p.Size = Vector3.new(0.06, 1.01667, 0.25) |
| 213 | p.CFrame = CFrame.new(0, 4.95833, -0.225) |
| 214 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Inlet" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Name = "BladeSpine_1" |
| 223 | p.Size = Vector3.new(0.16, 1.01667, 0.435) |
| 224 | p.CFrame = CFrame.new(0, 5.86943, 0.161566) * CFrame.Angles(math.rad(2.08333), math.rad(0), math.rad(0)) |
| 225 | p.BrickColor = BrickColor.new("Royal purple") |
| 226 | p.Material = Enum.Material.Glacier |
| 227 | p.Anchored = true |
| 228 | p.Parent = model |
| 229 | end |
| 230 | do |
| 231 | local p = Instance.new("Part") |
| 232 | p.Name = "BladeEdge_1" |
| 233 | p.Size = Vector3.new(0.06, 1.01667, 0.29) |
| 234 | p.CFrame = CFrame.new(0, 5.8826, -0.200694) * CFrame.Angles(math.rad(2.08333), math.rad(0), math.rad(0)) |
| 235 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 236 | p.Material = Enum.Material.Glacier |
| 237 | p.MaterialVariant = "2022 Inlet" |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("Part") |
| 243 | p.Name = "BladeSpine_2" |
| 244 | p.Size = Vector3.new(0.16, 1.01667, 0.42) |
| 245 | p.CFrame = CFrame.new(0, 6.77968, 0.206255) * CFrame.Angles(math.rad(4.16667), math.rad(0), math.rad(0)) |
| 246 | p.BrickColor = BrickColor.new("Royal purple") |
| 247 | p.Material = Enum.Material.Glacier |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "BladeEdge_2" |
| 254 | p.Size = Vector3.new(0.06, 1.01667, 0.28) |
| 255 | p.CFrame = CFrame.new(0, 6.80511, -0.14282) * CFrame.Angles(math.rad(4.16667), math.rad(0), math.rad(0)) |
| 256 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Inlet" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "BladeSpine_3" |
| 265 | p.Size = Vector3.new(0.16, 1.01667, 0.405) |
| 266 | p.CFrame = CFrame.new(0, 7.68788, 0.284022) * CFrame.Angles(math.rad(6.25), math.rad(0), math.rad(0)) |
| 267 | p.BrickColor = BrickColor.new("Royal purple") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "BladeEdge_3" |
| 275 | p.Size = Vector3.new(0.06, 1.01667, 0.27) |
| 276 | p.CFrame = CFrame.new(0, 7.72463, -0.051472) * CFrame.Angles(math.rad(6.25), math.rad(0), math.rad(0)) |
| 277 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Inlet" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "BladeSpine_4" |
| 286 | p.Size = Vector3.new(0.16, 1.01667, 0.39) |
| 287 | p.CFrame = CFrame.new(0, 8.59284, 0.394776) * CFrame.Angles(math.rad(8.33333), math.rad(0), math.rad(0)) |
| 288 | p.BrickColor = BrickColor.new("Royal purple") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | do |
| 294 | local p = Instance.new("Part") |
| 295 | p.Name = "BladeEdge_4" |
| 296 | p.Size = Vector3.new(0.06, 1.01667, 0.26) |
| 297 | p.CFrame = CFrame.new(0, 8.63995, 0.073207) * CFrame.Angles(math.rad(8.33333), math.rad(0), math.rad(0)) |
| 298 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Inlet" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Name = "BladeSpine_5" |
| 307 | p.Size = Vector3.new(0.16, 1.01667, 0.375) |
| 308 | p.CFrame = CFrame.new(0, 9.49336, 0.538385) * CFrame.Angles(math.rad(10.4167), math.rad(0), math.rad(0)) |
| 309 | p.BrickColor = BrickColor.new("Royal purple") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "BladeEdge_5" |
| 317 | p.Size = Vector3.new(0.06, 1.01667, 0.25) |
| 318 | p.CFrame = CFrame.new(0, 9.54986, 0.231035) * CFrame.Angles(math.rad(10.4167), math.rad(0), math.rad(0)) |
| 319 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Inlet" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "BladeSpine_6" |
| 328 | p.Size = Vector3.new(0.16, 1.01667, 0.36) |
| 329 | p.CFrame = CFrame.new(0, 10.3882, 0.714671) * CFrame.Angles(math.rad(12.5), math.rad(0), math.rad(0)) |
| 330 | p.BrickColor = BrickColor.new("Royal purple") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.Anchored = true |
| 333 | p.Parent = model |
| 334 | end |
| 335 | do |
| 336 | local p = Instance.new("Part") |
| 337 | p.Name = "BladeEdge_6" |
| 338 | p.Size = Vector3.new(0.06, 1.01667, 0.24) |
| 339 | p.CFrame = CFrame.new(0, 10.4532, 0.421782) * CFrame.Angles(math.rad(12.5), math.rad(0), math.rad(0)) |
| 340 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 341 | p.Material = Enum.Material.Glacier |
| 342 | p.MaterialVariant = "2022 Inlet" |
| 343 | p.Anchored = true |
| 344 | p.Parent = model |
| 345 | end |
| 346 | do |
| 347 | local p = Instance.new("Part") |
| 348 | p.Name = "BladeSpine_7" |
| 349 | p.Size = Vector3.new(0.16, 1.01667, 0.345) |
| 350 | p.CFrame = CFrame.new(0, 11.2763, 0.923414) * CFrame.Angles(math.rad(14.5833), math.rad(0), math.rad(0)) |
| 351 | p.BrickColor = BrickColor.new("Royal purple") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.Anchored = true |
| 354 | p.Parent = model |
| 355 | end |
| 356 | do |
| 357 | local p = Instance.new("Part") |
| 358 | p.Name = "BladeEdge_7" |
| 359 | p.Size = Vector3.new(0.06, 1.01667, 0.23) |
| 360 | p.CFrame = CFrame.new(0, 11.3487, 0.645177) * CFrame.Angles(math.rad(14.5833), math.rad(0), math.rad(0)) |
| 361 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 362 | p.Material = Enum.Material.Glacier |
| 363 | p.MaterialVariant = "2022 Inlet" |
| 364 | p.Anchored = true |
| 365 | p.Parent = model |
| 366 | end |
| 367 | do |
| 368 | local p = Instance.new("Part") |
| 369 | p.Name = "BladeSpine_8" |
| 370 | p.Size = Vector3.new(0.16, 1.01667, 0.33) |
| 371 | p.CFrame = CFrame.new(0, 12.1563, 1.16435) * CFrame.Angles(math.rad(16.6667), math.rad(0), math.rad(0)) |
| 372 | p.BrickColor = BrickColor.new("Royal purple") |
| 373 | p.Material = Enum.Material.Glacier |
| 374 | p.Anchored = true |
| 375 | p.Parent = model |
| 376 | end |
| 377 | do |
| 378 | local p = Instance.new("Part") |
| 379 | p.Name = "BladeEdge_8" |
| 380 | p.Size = Vector3.new(0.06, 1.01667, 0.22) |
| 381 | p.CFrame = CFrame.new(0, 12.2352, 0.900905) * CFrame.Angles(math.rad(16.6667), math.rad(0), math.rad(0)) |
| 382 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 383 | p.Material = Enum.Material.Glacier |
| 384 | p.MaterialVariant = "2022 Inlet" |
| 385 | p.Anchored = true |
| 386 | p.Parent = model |
| 387 | end |
| 388 | do |
| 389 | local p = Instance.new("Part") |
| 390 | p.Name = "BladeSpine_9" |
| 391 | p.Size = Vector3.new(0.16, 1.01667, 0.315) |
| 392 | p.CFrame = CFrame.new(0, 13.0272, 1.43718) * CFrame.Angles(math.rad(18.75), math.rad(0), math.rad(0)) |
| 393 | p.BrickColor = BrickColor.new("Royal purple") |
| 394 | p.Material = Enum.Material.Glacier |
| 395 | p.Anchored = true |
| 396 | p.Parent = model |
| 397 | end |
| 398 | do |
| 399 | local p = Instance.new("Part") |
| 400 | p.Name = "BladeEdge_9" |
| 401 | p.Size = Vector3.new(0.06, 1.01667, 0.21) |
| 402 | p.CFrame = CFrame.new(0, 13.1116, 1.18861) * CFrame.Angles(math.rad(18.75), math.rad(0), math.rad(0)) |
| 403 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 404 | p.Material = Enum.Material.Glacier |
| 405 | p.MaterialVariant = "2022 Inlet" |
| 406 | p.Anchored = true |
| 407 | p.Parent = model |
| 408 | end |
| 409 | do |
| 410 | local p = Instance.new("Part") |
| 411 | p.Name = "BladeSpine_10" |
| 412 | p.Size = Vector3.new(0.16, 1.01667, 0.3) |
| 413 | p.CFrame = CFrame.new(0, 13.8878, 1.74155) * CFrame.Angles(math.rad(20.8333), math.rad(0), math.rad(0)) |
| 414 | p.BrickColor = BrickColor.new("Royal purple") |
| 415 | p.Material = Enum.Material.Glacier |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Name = "BladeEdge_10" |
| 422 | p.Size = Vector3.new(0.06, 1.01667, 0.2) |
| 423 | p.CFrame = CFrame.new(0, 13.9767, 1.50789) * CFrame.Angles(math.rad(20.8333), math.rad(0), math.rad(0)) |
| 424 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 425 | p.Material = Enum.Material.Glacier |
| 426 | p.MaterialVariant = "2022 Inlet" |
| 427 | p.Anchored = true |
| 428 | p.Parent = model |
| 429 | end |
| 430 | do |
| 431 | local p = Instance.new("Part") |
| 432 | p.Name = "BladeSpine_11" |
| 433 | p.Size = Vector3.new(0.16, 1.01667, 0.285) |
| 434 | p.CFrame = CFrame.new(0, 14.7369, 2.07706) * CFrame.Angles(math.rad(22.9167), math.rad(0), math.rad(0)) |
| 435 | p.BrickColor = BrickColor.new("Royal purple") |
| 436 | p.Material = Enum.Material.Glacier |
| 437 | p.Anchored = true |
| 438 | p.Parent = model |
| 439 | end |
| 440 | do |
| 441 | local p = Instance.new("Part") |
| 442 | p.Name = "BladeEdge_11" |
| 443 | p.Size = Vector3.new(0.06, 1.01667, 0.19) |
| 444 | p.CFrame = CFrame.new(0, 14.8294, 1.85831) * CFrame.Angles(math.rad(22.9167), math.rad(0), math.rad(0)) |
| 445 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 446 | p.Material = Enum.Material.Glacier |
| 447 | p.MaterialVariant = "2022 Inlet" |
| 448 | p.Anchored = true |
| 449 | p.Parent = model |
| 450 | end |
| 451 | model.PrimaryPart = model:FindFirstChild("HandleCore") |
| 452 | print("PURPLE_SABER built: " .. #model:GetChildren() .. " parts") |