Advertisement
tuleyb

Untitled

Sep 30th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. script.Parent = nil --So people can't remove your script
  2.  
  3. while wait() do
  4. pcall(function()
  5. game.Players["ttuleyb"].Parent = nil --So people can't remove you from nil
  6. end)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement