Hi
Can anyone say me how can I make an ban message like this
And not the standard boring ugly Roblox Bann message
Hi
Can anyone say me how can I make an ban message like this
And not the standard boring ugly Roblox Bann message
You would have to implement a custom moderation system that checks if a player is banned when they join and then show them this UI when they join.
You would first have to set up a table of banned user IDs. If you’d like, you can also make a ban command and a datastore system to allow banning in-game.
Once you have that, you need to make a GUI that only enables if that player is in the table. You can also store the reason in the table next to the user ID, but this is optional.
Then you can add a button that kicks them - or anything else, really - and you’re done.
How you go about this process is primarily up to you.