Advertisement
Jaden11

RemoteEvent test

Feb 22nd, 2015
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. function Kick(Player)
  2. local REMOTE=Instance.new('RemoteEvent',workspace):FireSielnt(Player,string.rep({"umad?"+5}));
  3. delay(1,function()
  4.     pcall(function()
  5.         REMOTE:Kick();
  6.         print("[ZEROGRAVITYV2 Remote Event Raned!]");
  7.     end)
  8. end)
  9. end;
  10.  
  11. print("[ZEROGRAVITYV2 RemoveEvent Raned!]");
  12.  
  13. function Shutdown(Player)
  14.     local Rem=Instance.new('RemoveEvent',workspace):FireSielnt(Player,string.rep({"rektskrub"}+6));
  15.     delay(3,function()
  16.         pcall(function()
  17.             Rem:remove();
  18.         end);
  19.     end);
  20. end;
  21.  
  22. print("[It worked! :D");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement