Is it possible to make a custom kick like in pet simulator x?
You can try to make the text in :Kick(message)
fancy, by adding columns, but anything beyond that is probably not possible. Not that I know of.
You can’t use \n
in kick messages anymore sadly
Can you show a screenshot of the kick screen?
That’s not a kick message by Roblox. That’s just a GUI covering the whole screen.
Basically they check if you’re banned, to do that, that’s a whole other matter, and they just show a UI, it’s not a player:Kick()
thing.
Run a GUI before kicking and then kick the player, use a custom kick function with custom actions. Don’t use the default kick.
It is just a GUI that tells the player that they are banned. It doesn’t kick them.
You can make a separate place, and instead of kicking players, you teleport them here. The place will consist only of a SpawnLocation
, a Baseplate
and the “kick screen”.
Yes, you can just use normal ui creator to do this.
A default kick is player:Kick()
.
What do you mean by a “custom kick”?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.