How to kick people, but without the “You were kicked from the game” warning?

I’m trying to kick someone out of the game when they step on a part, but I don’t know how to do it without the kick warning.

I’ve thought about doing a while loop that spawns parts and crashes their game, but I don’t want to completely break bad PCs.

Is there any way I can achieve this?

1 Like

theres no other way, while loop is the bst soltuon

You could try moving them to another place, other than that I dont really know.

You can’t. The kick GUI is in CoreGui, it can’t be edited. Crashing the player is just terrible UX, the best solution is to just deal with the message.

1 Like

Why not just do Player:Kick(“Your game has crashed”), they might not think they got kicked. You can even put fake error if you want to go that far.

There’s isn’t (currently) a way to do this, (I don’t know if there is)

1 Like

I think that would ruin the whole “creepiness” effect.

You could have it teleport them to a lobby or some random game (with a custom teleport UI, of course). It might mess with the atmosphere a bit, but crashing is worse in terms of UX.

3 Likes