Thank you so much if you help! 09.12.22
game.Players.PlayerAdded:Connect(function(plr) -- gets player plr:Kick() -- kicks the player (if you want to put a custom kick message then put 2 " inside the () like this plr:Kick("Message")) end)