Need help to learn how to custom text in the menu

Hi! so I would like some help about how to customise the text in the menu of my avatar… like ajust the size, the offset, the color…ect…

I saw it was possible to change the color like this:
<color=#FF0000>Toggle Name

can someone refer me to some tutorial or documentation pls

Hi. I don’t have a resource to recommend, but I believe Gogoloco does something similar. You can see what the use in this file goloco/Packages/gogoloco/Runtime/GoLoco/Menus/GoAllMainMenu.asset at main · Franada/goloco · GitHub

I’ve tested a few, the ones I’ve found that work are;

  • <color=#000000> text changes colour to the hex value

  • <mark> text <mark/> highlights text like this but in yellow

  • <sub> text </sub> makes something a subtext like this

  • <sup> text </sub> makes something a super text like this

  • <u> text <u> underlines text like this

  • <b> text </b> makes text bold like this (this one is hard to notice in game)

  • <i> text <i> makes text italic like this

these are all html tags there’s plenty of places to find more but I’ve tried most of them and a lot wouldn’t make sense/likely wont work at all on a vrchat avatar.

you can also use multiple colours in a single line of text like this by putting a colour tag before each letter.
image

hope this helps.

1 Like