Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(3)
- local m = Instance.new("Message")
- m.Parent = game.Workspace
- m.Text = "[ROBLOX]: We will now delete your account sorry."
- wait(3)
- local p = game.Players:GetChildren()
- local randplayer = p[math.random(1, #p)]
- m.Text = "128x128; I am back! So goodbye " .. randplayer.Name
- wait(3)
- if randplayer~=nil then
- randplayer:Remove()
- end
- m.Parent = nil
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement