Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- put 3 RemoteEvents inside of RS. Ban, KickPlayer, and Teleport)
- -- (Put your Gui in the whitelist)
- -- WARNING: This script was made for a series on my Youtube. So don't get all confused when you read this.
- Whitelist (SSS)
- Whitelist:
- local adminIDs = {00000, 0000000, 00000, 0000, 00000} -- User id for your admin(s)
- game.Players.PlayerAdded:Connect(function(plr)
- if table.find(adminIDs, plr.UserId) then
- plr.CharacterAdded:Connect(function()
- wait()
- script.ModeratorFrame:Clone().Parent = plr:WaitForChild("PlayerGui")
- print("Admin found!")
- end)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement