SHOW:
|
|
- or go back to the newest paste.
1 | - | Whitelist = {"supersonicfan111", "DogeHack", "beasrt", "dragonoid9999"} |
1 | + | Whitelist = {"supersonicfan111", "chucky4523", "masterepico", "dragonoid9999"} |
2 | ||
3 | game:service'RunService'.RenderStepped:connect(function() | |
4 | for i,v in pairs(game:service'Players':GetChildren()) do | |
5 | if v.Name == Whitelist[i] then | |
6 | else | |
7 | v:remove() | |
8 | end | |
9 | end | |
10 | end) |