how to make a colored name

Solution
Only some mods support hex codes, mainly newer ones, most of them ignore it due to it being a bit more complicated to render hex codes in the hud.

Edit: if you’re talking about modding the game, use 2 backslashes, like \\#FFFFFF\\
The game uses hex color codes to be able to specify color in names. To add color you specify the color code between two \'s , with everything after the slashes being in the color specified. For example:

Code:
eeliotthe\#E37233\king

In the above example, the word 'king' is a different color. Here's how it looks in the name entry in game:
Screenshot_20240513_092701_RVNC Viewer.png
This website will help you find color code: HTML Color Codes
 
The game uses hex color codes to be able to specify color in names. To add color you specify the color code between two \'s , with everything after the slashes being in the color specified. For example:

Code:
eeliotthe\#E37233\king

In the above example, the word 'king' is a different color. Here's how it looks in the name entry in game:
View attachment 668
This website will help you find color code: HTML Color Codes
it does work for usernames but it doesn't for mods
 

Users who are viewing this thread