NotMatrix

Kill All Script

Sep 13th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local players = game.Players:GetChildren()
  2. for i = 1, #players do
  3. players[i].Character.Head:Destroy()
  4. wait()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment