Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Owner = {"YourName"}
- Admins = {"Friend1,Friend2"}
- HeadAdmins = {"Friend1,Friend2"}
- Mods = {"Friend1,Friend2"}
- VIPs = {"Friend1,Friend2"}
- Banned = {"Noob1,Noob2"}
- Bet=":" -- <---- Prefix here
- game.Players.ChildAdded:connect(function(plr)
- for i,v in pairs(banned) do
- if v.Name==banned then
- v:Kick()
- end;
- end;
- end);
- for a,x in pairs(admins) do
- plr.Chatted:connect(function(msg)
- if msg==(Bet.."ffme") then
- Instance.new('ForceField', game.Players.LocalPlayer.Character)
- elseif msg==(Bet.."god me") then
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth=math.huge;
- end;
- end)
- end;
- (This is for ROBLOX Studio if you want admin in your game also dont copy this text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement