Advertisement
Jaden11

Jaden11 admin script!

Nov 23rd, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local Players = Game.GetService("Players"):WaitForChild("itsJaden2");
  2. local function Chat (Message)
  3. if(rawequal(string.sub(Message,1, 3,),"ff;")) then
  4. for _, v in next Game:GetService("Players"):GetPlayers() do
  5. if (v,Name:lower():find.(string.sub(Message:sub(4)))lower()))then
  6. ypcall (function()
  7. Instance.new("Forcefield", v.Chracter)
  8. end)
  9. end;
  10. end;
  11.  
  12. end;
  13. coroutine.vrap.(function()
  14. if(Player:IsA("Player"))then
  15.  
  16.  
  17. Player.Chatted:connect(function(Message)
  18. Chat(Message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement