Use :Kick() without showing the kick reason

I am wondering how to have a :Kick() function run WITHOUT the reason having “You have been kicked from this game:” before it

For example:

              Disconnected
-----------------------------------------
You have been banned from
  the game by a moderator.

Instead of:

             Disconnected
-----------------------------------------
You havee been kicked from
this expierence: You have
been banned from the game
         by a moderator.
1 Like

You can’t do that as far as I’m aware

Oh, I’ve seen some games that do it so very odd.

1 Like

Well, you can’t do that but you can try using RemoteEvents

Developer kicks are required to have the prefixed message to differentiate it from an internal disconnection. I guarantee you that you’ve never seen an experience that has hacked the fixed message out of the kick prompt.

1 Like

You could theoretically show them your own GUI and then crash them, but it wouldn’t stop exploiters because crashing them would have to be done on the client and exploiters can stop client scripts. Also idk if forcefully crashing users is necessarily allowed

It is just an idea, you can remove the character, clean PlayerGui and place a ScreenGui, it does not matter if the player removes it, he will not be able to play since he cannot reset his character, it would not work with all hackers, but yes with most, I guess

Some developers forge messages that look quite similar to the kick message, this could be what they saw.