Black_Gear

No-Ghost

Oct 15th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game:service'RunService'.Heartbeat:connect(function()
  2. for _,v in pairs(game:service'Players':GetPlayers()) do
  3. pcall(function()
  4. if v.Character.Parent == nil then
  5. v.Character.Parent = workspace
  6. end
  7. end)
  8. end
  9. end)
Add Comment
Please, Sign In to add comment