Advertisement
pz_java

Anti Ghost

Oct 6th, 2017
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while wait() do
  2. for _,player in pairs(game.Players:GetPlayers()) do
  3. if player.Character.Parent == nil then
  4. player.Character.Parent = game.Workspace
  5. player.Character:remove()
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement