Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Jordan
  2.  
  3. admins={"jordanharris50","reallyR00D"}
  4. banned={"palyer"}
  5. bet="~"
  6. game.players.childadded:conect(function(plr)
  7. for i,v in pairs(banned) do
  8. if v.name==banned then
  9. v:kick()
  10. end;
  11. end;
  12. end);
  13. for a,x in pairs(admins) do
  14. plr.chatted:connecttion(function(msg)
  15. if msg==(bet.."ff me") then
  16. instance.new('forcefild'),game.players.localplayer.character)
  17. elseilf msg==(bet.."god me") then
  18. game.players.localplayer.character.humanoid.maxheath=math.huge;
  19. end;
  20. end)
  21. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement