Loading model...
by tech · 5/9/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: VoidBlaster |
| 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 = "VoidBlaster" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Really black"] = "2022 Universal", |
| 26 | ["Royal purple"] = "2022 Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "StockBack" |
| 31 | p.Size = Vector3.new(1.2, 4, 1) |
| 32 | p.CFrame = CFrame.new(0, 0, 8.04) |
| 33 | p.BrickColor = BrickColor.new("Royal purple") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Stud" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "StockMain" |
| 42 | p.Size = Vector3.new(1.6, 3.5, 2) |
| 43 | p.CFrame = CFrame.new(0, 0, 6.5) |
| 44 | p.BrickColor = BrickColor.new("Really black") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Universal" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "StockBridge" |
| 53 | p.Size = Vector3.new(1.4, 1.5, 1) |
| 54 | p.CFrame = CFrame.new(0, 1, 4.96) |
| 55 | p.BrickColor = BrickColor.new("Really black") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Universal" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "StockBottom" |
| 64 | p.Size = Vector3.new(1.4, 0.5, 1) |
| 65 | p.CFrame = CFrame.new(0, -1.5, 4.96) |
| 66 | p.BrickColor = BrickColor.new("Really black") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Universal" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "ReceiverBack" |
| 75 | p.Size = Vector3.new(2, 3, 2) |
| 76 | p.CFrame = CFrame.new(0, 0, 3.54) |
| 77 | p.BrickColor = BrickColor.new("Really black") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Universal" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "ReceiverMid" |
| 86 | p.Size = Vector3.new(2.8, 4, 2) |
| 87 | p.CFrame = CFrame.new(0, 0, 1.5) |
| 88 | p.BrickColor = BrickColor.new("Really black") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Universal" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "ReceiverFront" |
| 97 | p.Size = Vector3.new(2.4, 3.5, 2) |
| 98 | p.CFrame = CFrame.new(0, 0, -0.54) |
| 99 | p.BrickColor = BrickColor.new("Really black") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Universal" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("WedgePart") |
| 107 | p.Name = "RecSideL" |
| 108 | p.Size = Vector3.new(0.5, 2, 1.5) |
| 109 | p.CFrame = CFrame.new(-1.5, 0, 1.5) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 110 | p.BrickColor = BrickColor.new("Royal purple") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Stud" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("WedgePart") |
| 118 | p.Name = "RecSideR" |
| 119 | p.Size = Vector3.new(0.5, 2, 1.5) |
| 120 | p.CFrame = CFrame.new(1.5, 0, 1.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 121 | p.BrickColor = BrickColor.new("Royal purple") |
| 122 | p.Material = Enum.Material.Glacier |
| 123 | p.MaterialVariant = "2022 Stud" |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "RecGlow1" |
| 130 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 131 | p.CFrame = CFrame.new(-1.09, 0, 3.5) |
| 132 | p.BrickColor = BrickColor.new("Magenta") |
| 133 | p.Material = Enum.Material.Neon |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "RecGlow2" |
| 140 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 141 | p.CFrame = CFrame.new(-1.09, 0, 3.2) |
| 142 | p.BrickColor = BrickColor.new("Magenta") |
| 143 | p.Material = Enum.Material.Neon |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Name = "RecGlow3" |
| 150 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 151 | p.CFrame = CFrame.new(-1.09, 0, 3.8) |
| 152 | p.BrickColor = BrickColor.new("Magenta") |
| 153 | p.Material = Enum.Material.Neon |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Name = "RecGlowR1" |
| 160 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 161 | p.CFrame = CFrame.new(1.09, 0, 3.5) |
| 162 | p.BrickColor = BrickColor.new("Magenta") |
| 163 | p.Material = Enum.Material.Neon |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "RecGlowR2" |
| 170 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 171 | p.CFrame = CFrame.new(1.09, 0, 3.2) |
| 172 | p.BrickColor = BrickColor.new("Magenta") |
| 173 | p.Material = Enum.Material.Neon |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "RecGlowR3" |
| 180 | p.Size = Vector3.new(0.1, 0.8, 0.2) |
| 181 | p.CFrame = CFrame.new(1.09, 0, 3.8) |
| 182 | p.BrickColor = BrickColor.new("Magenta") |
| 183 | p.Material = Enum.Material.Neon |
| 184 | p.Anchored = true |
| 185 | p.Parent = model |
| 186 | end |
| 187 | do |
| 188 | local p = Instance.new("Part") |
| 189 | p.Name = "Grip" |
| 190 | p.Size = Vector3.new(1.2, 3, 1.2) |
| 191 | p.CFrame = CFrame.new(0, -3, 2.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 192 | p.BrickColor = BrickColor.new("Really black") |
| 193 | p.Material = Enum.Material.Glacier |
| 194 | p.MaterialVariant = "2022 Universal" |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Name = "GripBase" |
| 201 | p.Size = Vector3.new(1.4, 0.5, 1.4) |
| 202 | p.CFrame = CFrame.new(0, -4.5, 2.9) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 203 | p.BrickColor = BrickColor.new("Royal purple") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Stud" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Name = "TriggerGuard" |
| 212 | p.Size = Vector3.new(0.4, 0.2, 1.5) |
| 213 | p.CFrame = CFrame.new(0, -1.8, 1.5) |
| 214 | p.BrickColor = BrickColor.new("Really black") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Universal" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Name = "Trigger" |
| 223 | p.Size = Vector3.new(0.2, 0.6, 0.2) |
| 224 | p.CFrame = CFrame.new(0, -1.2, 1.8) |
| 225 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 226 | p.Material = Enum.Material.Glacier |
| 227 | p.MaterialVariant = "2022 Stud" |
| 228 | p.Anchored = true |
| 229 | p.Parent = model |
| 230 | end |
| 231 | do |
| 232 | local p = Instance.new("Part") |
| 233 | p.Name = "TopHandleBase" |
| 234 | p.Size = Vector3.new(1, 1, 2.5) |
| 235 | p.CFrame = CFrame.new(0, 2.54, 2) |
| 236 | p.BrickColor = BrickColor.new("Really black") |
| 237 | p.Material = Enum.Material.Glacier |
| 238 | p.MaterialVariant = "2022 Universal" |
| 239 | p.Anchored = true |
| 240 | p.Parent = model |
| 241 | end |
| 242 | do |
| 243 | local p = Instance.new("Part") |
| 244 | p.Name = "TopHandleUp" |
| 245 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 246 | p.CFrame = CFrame.new(0.04, 3.5, 2.8) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 247 | p.BrickColor = BrickColor.new("Really black") |
| 248 | p.Material = Enum.Material.Glacier |
| 249 | p.MaterialVariant = "2022 Universal" |
| 250 | p.Anchored = true |
| 251 | p.Parent = model |
| 252 | end |
| 253 | do |
| 254 | local p = Instance.new("Part") |
| 255 | p.Name = "TopHandleTop" |
| 256 | p.Size = Vector3.new(0.8, 0.8, 2) |
| 257 | p.CFrame = CFrame.new(0, 4.2, 1.8) |
| 258 | p.BrickColor = BrickColor.new("Really black") |
| 259 | p.Material = Enum.Material.Glacier |
| 260 | p.MaterialVariant = "2022 Universal" |
| 261 | p.Anchored = true |
| 262 | p.Parent = model |
| 263 | end |
| 264 | do |
| 265 | local p = Instance.new("Part") |
| 266 | p.Name = "TopHandleDown" |
| 267 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 268 | p.CFrame = CFrame.new(0.04, 3.5, 0.8) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 269 | p.BrickColor = BrickColor.new("Really black") |
| 270 | p.Material = Enum.Material.Glacier |
| 271 | p.MaterialVariant = "2022 Universal" |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("Part") |
| 277 | p.Shape = Enum.PartType.Cylinder |
| 278 | p.Name = "EnergyCore" |
| 279 | p.Size = Vector3.new(7, 1.2, 1.2) |
| 280 | p.CFrame = CFrame.new(0, 0, -4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 281 | p.BrickColor = BrickColor.new("Magenta") |
| 282 | p.Material = Enum.Material.Neon |
| 283 | p.Anchored = true |
| 284 | p.Parent = model |
| 285 | end |
| 286 | do |
| 287 | local p = Instance.new("Part") |
| 288 | p.Shape = Enum.PartType.Cylinder |
| 289 | p.Name = "BarrelBase" |
| 290 | p.Size = Vector3.new(1, 2.2, 2.2) |
| 291 | p.CFrame = CFrame.new(0, 0, -1.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 292 | p.BrickColor = BrickColor.new("Really black") |
| 293 | p.Material = Enum.Material.Glacier |
| 294 | p.MaterialVariant = "2022 Universal" |
| 295 | p.Anchored = true |
| 296 | p.Parent = model |
| 297 | end |
| 298 | do |
| 299 | local p = Instance.new("Part") |
| 300 | p.Shape = Enum.PartType.Cylinder |
| 301 | p.Name = "BarrelBaseGlow" |
| 302 | p.Size = Vector3.new(1.1, 2.3, 2.3) |
| 303 | p.CFrame = CFrame.new(0, 0, -1.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 304 | p.BrickColor = BrickColor.new("Magenta") |
| 305 | p.Material = Enum.Material.Neon |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Shape = Enum.PartType.Cylinder |
| 312 | p.Name = "MidRing" |
| 313 | p.Size = Vector3.new(1, 3, 3) |
| 314 | p.CFrame = CFrame.new(0, 0, -4.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 315 | p.BrickColor = BrickColor.new("Really black") |
| 316 | p.Material = Enum.Material.Glacier |
| 317 | p.MaterialVariant = "2022 Universal" |
| 318 | p.Anchored = true |
| 319 | p.Parent = model |
| 320 | end |
| 321 | do |
| 322 | local p = Instance.new("Part") |
| 323 | p.Shape = Enum.PartType.Cylinder |
| 324 | p.Name = "MidRingInner" |
| 325 | p.Size = Vector3.new(1.2, 2.5, 2.5) |
| 326 | p.CFrame = CFrame.new(0, 0, -4.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 327 | p.BrickColor = BrickColor.new("Royal purple") |
| 328 | p.Material = Enum.Material.Glacier |
| 329 | p.MaterialVariant = "2022 Stud" |
| 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 = "Rod_0" |
| 337 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 338 | p.CFrame = CFrame.new(0.848528, 0.848528, -4.58) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 339 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 340 | p.Material = Enum.Material.Glacier |
| 341 | p.MaterialVariant = "2022 Stud" |
| 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 = "Rod_1" |
| 349 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 350 | p.CFrame = CFrame.new(-0.848528, 0.848528, -4.58) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 351 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.MaterialVariant = "2022 Stud" |
| 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 = "Rod_2" |
| 361 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 362 | p.CFrame = CFrame.new(-0.848528, -0.848528, -4.58) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 363 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 364 | p.Material = Enum.Material.Glacier |
| 365 | p.MaterialVariant = "2022 Stud" |
| 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 = "Rod_3" |
| 373 | p.Size = Vector3.new(6, 0.2, 0.2) |
| 374 | p.CFrame = CFrame.new(0.848528, -0.848528, -4.58) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 375 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Stud" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Shape = Enum.PartType.Cylinder |
| 384 | p.Name = "FrontRing" |
| 385 | p.Size = Vector3.new(1.5, 3.5, 3.5) |
| 386 | p.CFrame = CFrame.new(0, 0, -7) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 387 | p.BrickColor = BrickColor.new("Really black") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Universal" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Shape = Enum.PartType.Cylinder |
| 396 | p.Name = "FrontRingInner" |
| 397 | p.Size = Vector3.new(1.7, 2.8, 2.8) |
| 398 | p.CFrame = CFrame.new(0, 0, -7) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 399 | p.BrickColor = BrickColor.new("Royal purple") |
| 400 | p.Material = Enum.Material.Glacier |
| 401 | p.MaterialVariant = "2022 Stud" |
| 402 | p.Anchored = true |
| 403 | p.Parent = model |
| 404 | end |
| 405 | do |
| 406 | local p = Instance.new("WedgePart") |
| 407 | p.Name = "SpikeTop" |
| 408 | p.Size = Vector3.new(0.8, 2, 1.5) |
| 409 | p.CFrame = CFrame.new(-0.04, 2.8, -0.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 410 | p.BrickColor = BrickColor.new("Royal purple") |
| 411 | p.Material = Enum.Material.Glacier |
| 412 | p.MaterialVariant = "2022 Stud" |
| 413 | p.Anchored = true |
| 414 | p.Parent = model |
| 415 | end |
| 416 | do |
| 417 | local p = Instance.new("WedgePart") |
| 418 | p.Name = "SpikeBot" |
| 419 | p.Size = Vector3.new(0.8, 2, 1.5) |
| 420 | p.CFrame = CFrame.new(0, -2.8, -0.5) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 421 | p.BrickColor = BrickColor.new("Royal purple") |
| 422 | p.Material = Enum.Material.Glacier |
| 423 | p.MaterialVariant = "2022 Stud" |
| 424 | p.Anchored = true |
| 425 | p.Parent = model |
| 426 | end |
| 427 | do |
| 428 | local p = Instance.new("WedgePart") |
| 429 | p.Name = "MuzzleSpike_0" |
| 430 | p.Size = Vector3.new(1, 3, 2) |
| 431 | p.CFrame = CFrame.new(1.8, 0, -8.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 432 | p.BrickColor = BrickColor.new("Royal purple") |
| 433 | p.Material = Enum.Material.Glacier |
| 434 | p.MaterialVariant = "2022 Stud" |
| 435 | p.Anchored = true |
| 436 | p.Parent = model |
| 437 | end |
| 438 | do |
| 439 | local p = Instance.new("Part") |
| 440 | p.Name = "MuzzleSpikeBase_0" |
| 441 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 442 | p.CFrame = CFrame.new(1.8, 0, -7.5) |
| 443 | p.BrickColor = BrickColor.new("Really black") |
| 444 | p.Material = Enum.Material.Glacier |
| 445 | p.MaterialVariant = "2022 Universal" |
| 446 | p.Anchored = true |
| 447 | p.Parent = model |
| 448 | end |
| 449 | do |
| 450 | local p = Instance.new("WedgePart") |
| 451 | p.Name = "MuzzleSpike_1" |
| 452 | p.Size = Vector3.new(1, 3, 2) |
| 453 | p.CFrame = CFrame.new(0, 1.8, -8.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-90)) |
| 454 | p.BrickColor = BrickColor.new("Royal purple") |
| 455 | p.Material = Enum.Material.Glacier |
| 456 | p.MaterialVariant = "2022 Stud" |
| 457 | p.Anchored = true |
| 458 | p.Parent = model |
| 459 | end |
| 460 | do |
| 461 | local p = Instance.new("Part") |
| 462 | p.Name = "MuzzleSpikeBase_1" |
| 463 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 464 | p.CFrame = CFrame.new(0, 1.8, -7.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)) |
| 465 | p.BrickColor = BrickColor.new("Really black") |
| 466 | p.Material = Enum.Material.Glacier |
| 467 | p.MaterialVariant = "2022 Universal" |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("WedgePart") |
| 473 | p.Name = "MuzzleSpike_2" |
| 474 | p.Size = Vector3.new(1, 3, 2) |
| 475 | p.CFrame = CFrame.new(-1.8, 0, -8.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-180)) |
| 476 | p.BrickColor = BrickColor.new("Royal purple") |
| 477 | p.Material = Enum.Material.Glacier |
| 478 | p.MaterialVariant = "2022 Stud" |
| 479 | p.Anchored = true |
| 480 | p.Parent = model |
| 481 | end |
| 482 | do |
| 483 | local p = Instance.new("Part") |
| 484 | p.Name = "MuzzleSpikeBase_2" |
| 485 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 486 | p.CFrame = CFrame.new(-1.8, 0, -7.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-180)) |
| 487 | p.BrickColor = BrickColor.new("Really black") |
| 488 | p.Material = Enum.Material.Glacier |
| 489 | p.MaterialVariant = "2022 Universal" |
| 490 | p.Anchored = true |
| 491 | p.Parent = model |
| 492 | end |
| 493 | do |
| 494 | local p = Instance.new("WedgePart") |
| 495 | p.Name = "MuzzleSpike_3" |
| 496 | p.Size = Vector3.new(1, 3, 2) |
| 497 | p.CFrame = CFrame.new(0, -1.8, -8.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-270)) |
| 498 | p.BrickColor = BrickColor.new("Royal purple") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Stud" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Name = "MuzzleSpikeBase_3" |
| 507 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 508 | p.CFrame = CFrame.new(0, -1.8, -7.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-270)) |
| 509 | p.BrickColor = BrickColor.new("Really black") |
| 510 | p.Material = Enum.Material.Glacier |
| 511 | p.MaterialVariant = "2022 Universal" |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("Part") |
| 517 | p.Shape = Enum.PartType.Cylinder |
| 518 | p.Name = "PortalCore" |
| 519 | p.Size = Vector3.new(0.5, 3, 3) |
| 520 | p.CFrame = CFrame.new(0, 0, -9.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 521 | p.BrickColor = BrickColor.new("Really black") |
| 522 | p.Material = Enum.Material.Neon |
| 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 = "PortalRing1" |
| 530 | p.Size = Vector3.new(0.2, 4, 4) |
| 531 | p.CFrame = CFrame.new(0, 0, -9.44) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 532 | p.BrickColor = BrickColor.new("Magenta") |
| 533 | p.Material = Enum.Material.Neon |
| 534 | p.Anchored = true |
| 535 | p.Parent = model |
| 536 | end |
| 537 | do |
| 538 | local p = Instance.new("Part") |
| 539 | p.Shape = Enum.PartType.Cylinder |
| 540 | p.Name = "PortalRing2" |
| 541 | p.Size = Vector3.new(0.1, 5, 5) |
| 542 | p.CFrame = CFrame.new(0, 0, -9.26) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 543 | p.BrickColor = BrickColor.new("Magenta") |
| 544 | p.Material = Enum.Material.Neon |
| 545 | p.Anchored = true |
| 546 | p.Parent = model |
| 547 | end |
| 548 | do |
| 549 | local p = Instance.new("WedgePart") |
| 550 | p.Name = "Shard_0" |
| 551 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 552 | p.CFrame = CFrame.new(3, 0, -9.5) |
| 553 | p.BrickColor = BrickColor.new("Royal purple") |
| 554 | p.Material = Enum.Material.Neon |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("WedgePart") |
| 560 | p.Name = "Shard_1" |
| 561 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 562 | p.CFrame = CFrame.new(2.12132, 2.12132, -9.3) * CFrame.Angles(math.rad(90), math.rad(45), math.rad(135)) |
| 563 | p.BrickColor = BrickColor.new("Royal purple") |
| 564 | p.Material = Enum.Material.Neon |
| 565 | p.Anchored = true |
| 566 | p.Parent = model |
| 567 | end |
| 568 | do |
| 569 | local p = Instance.new("WedgePart") |
| 570 | p.Name = "Shard_2" |
| 571 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 572 | p.CFrame = CFrame.new(0, 3, -9.1) * CFrame.Angles(math.rad(180), math.rad(90), math.rad(270)) |
| 573 | p.BrickColor = BrickColor.new("Royal purple") |
| 574 | p.Material = Enum.Material.Neon |
| 575 | p.Anchored = true |
| 576 | p.Parent = model |
| 577 | end |
| 578 | do |
| 579 | local p = Instance.new("WedgePart") |
| 580 | p.Name = "Shard_3" |
| 581 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 582 | p.CFrame = CFrame.new(-2.12132, 2.12132, -9.5) * CFrame.Angles(math.rad(270), math.rad(135), math.rad(405)) |
| 583 | p.BrickColor = BrickColor.new("Royal purple") |
| 584 | p.Material = Enum.Material.Neon |
| 585 | p.Anchored = true |
| 586 | p.Parent = model |
| 587 | end |
| 588 | do |
| 589 | local p = Instance.new("WedgePart") |
| 590 | p.Name = "Shard_4" |
| 591 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 592 | p.CFrame = CFrame.new(-3, 0, -9.3) * CFrame.Angles(math.rad(360), math.rad(180), math.rad(540)) |
| 593 | p.BrickColor = BrickColor.new("Royal purple") |
| 594 | p.Material = Enum.Material.Neon |
| 595 | p.Anchored = true |
| 596 | p.Parent = model |
| 597 | end |
| 598 | do |
| 599 | local p = Instance.new("WedgePart") |
| 600 | p.Name = "Shard_5" |
| 601 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 602 | p.CFrame = CFrame.new(-2.12132, -2.12132, -9.1) * CFrame.Angles(math.rad(450), math.rad(225), math.rad(675)) |
| 603 | p.BrickColor = BrickColor.new("Royal purple") |
| 604 | p.Material = Enum.Material.Neon |
| 605 | p.Anchored = true |
| 606 | p.Parent = model |
| 607 | end |
| 608 | do |
| 609 | local p = Instance.new("WedgePart") |
| 610 | p.Name = "Shard_6" |
| 611 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 612 | p.CFrame = CFrame.new(0, -3, -9.5) * CFrame.Angles(math.rad(540), math.rad(270), math.rad(810)) |
| 613 | p.BrickColor = BrickColor.new("Royal purple") |
| 614 | p.Material = Enum.Material.Neon |
| 615 | p.Anchored = true |
| 616 | p.Parent = model |
| 617 | end |
| 618 | do |
| 619 | local p = Instance.new("WedgePart") |
| 620 | p.Name = "Shard_7" |
| 621 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 622 | p.CFrame = CFrame.new(2.12132, -2.12132, -9.3) * CFrame.Angles(math.rad(630), math.rad(315), math.rad(945)) |
| 623 | p.BrickColor = BrickColor.new("Royal purple") |
| 624 | p.Material = Enum.Material.Neon |
| 625 | p.Anchored = true |
| 626 | p.Parent = model |
| 627 | end |
| 628 | model.PrimaryPart = model:FindFirstChild("ReceiverMid") |
| 629 | print("VoidBlaster built: " .. #model:GetChildren() .. " parts") |
Loading comments...