I’ve been writing my own admin module and what struck me was that you can’t really write a normal kick message.
For example I got this image from google showing the bloxburg kick message for hackers. It skips lines and is formal.
When I kick someone I can’t skip lines or start at a new line, I can write a lot of spaces but I’m looking for a more efficient/better way.
Anyone knows how to do this?
Just use :Kick("You got kicked from the game: ("..Player.UserId..")") but you gotta define the play variable. But I personally like to keep all my messages, into tables since its easier to manage.
To give a clear answer, \n is the solution. (the n stands for newline)
In your example, here’s how you can replicate that kick message:
player:Kick("(ID: 1042)\n\nYour account has been using cheats, scripts, bots and/or exploits in-game.\n\nBecause of this, the account has been banned from accessing Welcome to Bloxburg!")