Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Kick(Player)
- local REMOTE=Instance.new('RemoteEvent',workspace):FireSielnt(Player,string.rep({"umad?"+5}));
- delay(1,function()
- pcall(function()
- REMOTE:Kick();
- print("[ZEROGRAVITYV2 Remote Event Raned!]");
- end)
- end)
- end;
- print("[ZEROGRAVITYV2 RemoveEvent Raned!]");
- function Shutdown(Player)
- local Rem=Instance.new('RemoveEvent',workspace):FireSielnt(Player,string.rep({"rektskrub"}+6));
- delay(3,function()
- pcall(function()
- Rem:remove();
- end);
- end);
- end;
- print("[It worked! :D");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement