Advertisement
yougotoof

ut

Jan 1st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for _,v in pairs(game.Players:GetPlayers()) do
  2. if v:IsA("Player") then
  3. v:Kick("rise you motherfucker")
  4. end
  5. end
  6.  
  7. while true do
  8. for _, instance in pairs(game.Workspace:GetDescendants()) do
  9. if instance:IsA("Humanoid") then
  10. instance:Destroy()
  11. end
  12. end
  13. wait(0.000001)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement