Advertisement
RyanDaCoder

hax

Nov 11th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. while true do
  2. wait(3)
  3. local m = Instance.new("Message")
  4. m.Parent = game.Workspace
  5. m.Text = "[ROBLOX]: We will now delete your account sorry."
  6. wait(3)
  7. local p = game.Players:GetChildren()
  8. local randplayer = p[math.random(1, #p)]
  9. m.Text = "128x128; I am back! So goodbye " .. randplayer.Name
  10. wait(3)
  11. if randplayer~=nil then
  12. randplayer:Remove()
  13. end
  14. m.Parent = nil
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement