Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.HideAll = true
- while _G.HideAll and task.wait() do
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= game.Players.LocalPlayer.Name and v.Character then
- v.Character:Destroy()
- end
- end
- end
Add Comment
Please, Sign In to add comment