Advertisement
WoodPootisBlock

Admin Script For ROBLOX

Jan 28th, 2018
12,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Owner = {"YourName"}
  2. Admins = {"Friend1,Friend2"}
  3. HeadAdmins = {"Friend1,Friend2"}
  4. Mods = {"Friend1,Friend2"}
  5. VIPs = {"Friend1,Friend2"}
  6. Banned = {"Noob1,Noob2"}
  7. Bet=":" -- <---- Prefix here
  8.  
  9. game.Players.ChildAdded:connect(function(plr)
  10. for i,v in pairs(banned) do
  11. if v.Name==banned then
  12. v:Kick()
  13. end;
  14. end;
  15. end);
  16. for a,x in pairs(admins) do
  17. plr.Chatted:connect(function(msg)
  18. if msg==(Bet.."ffme") then
  19. Instance.new('ForceField', game.Players.LocalPlayer.Character)
  20. elseif msg==(Bet.."god me") then
  21. game.Players.LocalPlayer.Character.Humanoid.MaxHealth=math.huge;
  22. end;
  23. end)
  24. end;
  25. (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