CatGray

Hide

Dec 30th, 2023
2,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _G.HideAll = true
  2. while _G.HideAll and task.wait() do
  3.  
  4. for i,v in pairs(game.Players:GetPlayers()) do
  5. if v.Name ~= game.Players.LocalPlayer.Name and v.Character then
  6. v.Character:Destroy()
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment