Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Admins = {"slippy40260"}
- game.Players.PlayerAdded:connect(function(P)
- for i,v in pairs(Admins) do
- if P.Name:lower() == v:lower() then
- repeat
- wait()
- until
- P:FindFirstChild("PlayerGui")
- script.Explorer:Clone().Parent = P.PlayerGui
- end
- end
- end)
- for i,P in pairs(game.Players:GetChildren()) do
- for i,v in pairs(Admins) do
- if P.Name:lower() == v:lower() then
- repeat
- wait()
- until
- P:FindFirstChild("PlayerGui")
- script.Explorer:Clone().Parent = P.PlayerGui
- pcall(function() P.Character = nil end)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement