I need help with my current project.
I’m trying to make a Title Equipping system.
So if they press select on (for example the Starter title) and they meet the requirements, this will appear in the chat when they’re writing :
[Starter] John: this is a beautiful day!
[Wizard] Jack : For real bro!
How would I make this?
I guess, you want to make a chat tag near name of the player.
To do that, you can edit chat message property and add extra value to a message that is being send to the chat. There is already a tutorial about it, so you should check it: Custom Chat Tag.