#How do I do this

1 messages · Page 1 of 1 (latest)

atomic pond
#

I want to make a title system where if you do something you get a title and I know how to do the player world ui stuff but how do I make like a prompt that let’s you select from titles you have but only ones you have if that makes sense I can explain more if I need to

hazy fog
atomic pond
hazy fog
atomic pond
hazy fog
#

i personally would make a list and js add to it as you add titles

#

im sure theres better ways thougj

#

though*

ruby lichen
#

You'll need a string list cloud variable to save your selections of titles.

#

Multiple choice to select from it, if it's 0 then say there's no choice to select from.

#

If you earn a title, let's says from clicking a button, list add (your title)

#

So when you choose your titles again, you can select it.