Advertisement
DrakerMaker

Its The End Of The World!

May 26th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local explosion = Instance.new("Part")
  2. explosion.Parent = workspace
  3. explosion.Shape = 2
  4. explosion.Position = Vector3.new(14.85, 0.42, 15.8)
  5. explosion.Size = Vector3.new(0.84, 0.84, 0.84)
  6. explosion.CanCollide = false
  7. explosion.BrickColor = BrickColor.new("Bright yellow")
  8. explosion.Transparency = 0.4
  9. explosion.Name = "DEADLYEXPLOSIONDEATH"
  10. explosion.CastShadow = false
  11.  
  12. while true do
  13. local brick = workspace.DEADLYEXPLOSIONDEATH
  14. brick.Size = brick.Size + Vector3.new(1,1,1)
  15. wait(0)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement