Advertisement
Meliodas0_0

Anti aureus

Mar 2nd, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local msg = "Anti Aureus" --Change it to the message you want. this is the message that shows when someone is kicked.
  2. game.Players.PlayerAdded:Connect(function(player)
  3. if player:GetRankInGroup(5502541) == 2 then
  4. player:Kick(msg)
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement