Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local msg = "Anti John Doe" --Change it to the message you want. this is the message that shows when someone is kicked.
- game.Players.PlayerAdded:Connect(function(player)
- if player:IsFreindsWith(1462321699) or player:IsInGroup(5223832) then
- player:Kick(msg)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement