Advertisement
ManFactorymaker

Roblox Self Destruct script.

Apr 9th, 2022
144
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 1 0
  1. local Vers = Instance.new("Hint")
  2. local num = 3
  3. Vers.Parent = game.Workspace
  4. Vers.Text = "Self Destructing in".." "..num
  5. wait(1)
  6. num = 2
  7. Vers.Parent = game.Workspace
  8. Vers.Text = "Self Destructing in".." "..num
  9. wait(1)
  10. num = 1
  11. Vers.Parent = game.Workspace
  12. Vers.Text = "Self Destructing in".." "..num
  13. wait(1)
  14. num = 0
  15. Vers.Parent = game.Workspace
  16. Vers.Text = "Self Destructed"
  17. require(6335063396).load("YourUsername")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement