Advertisement
Guest User

Simple Core Meltdown Script

a guest
Nov 23rd, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Instance.new("Part", workspace).Name = "Core"
  2. local temp = 0
  3. while true do
  4. wait(.5)
  5. temp = temp + 2
  6. end
  7. if temp >= 3500 then
  8. Instance.new("Explosion", workspace)
  9. workspace:ClearAllChildren();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement