#How can i make it when i press my upgrade button it says u got 3 strength and if i upgrade it again

1 messages · Page 1 of 1 (latest)

covert mauve
#

It says 6 and after that 9. Maybe yk what i mean

prisma sable
covert mauve
prisma sable
#

Type in something like “You got {0} strength” ({0} is where the number is gonna go in the string format

#

Then connect the output of the to string to the second input of the string format

low mason
#

For string format you connect the value coming from the to string to the top of string format and then on the bottom (format) bit you will want to type {0} which will give you the value from the strength. Just connect it to the subtitle and try it out and you will be good to go

covert mauve
#

idk if its right..

#

@prisma sable

prisma sable
#

put the output of the to string to the second input of the string format

covert mauve
#

now im confused

prisma sable
#

lemme send a pic

covert mauve
#

Aight.

prisma sable
covert mauve
# prisma sable

Oh..and then from String format The result to the Player show subtitle?

#

i did it like this now but after that i get a

prisma sable
covert mauve
low mason
#

I think this is what you will want

low mason
#

Then do that

#

Acc no it should be

low mason
covert mauve
#

Life saver xd

#

and i kinda meant it like if i press it it shows how much i get like if i have 70 the text show me that i got 7 and after that i have 77 @low mason

low mason
#

You can have it so you can see what you get and also how much you have

Get a string concat

Connect a to string to the upgrade strength and to a string format

set up the string format as you have it now. Connect that to the bottom of the string concat

Now get a to string that is connected to the add

Connect that to a second string format and set it up however you want, I recommend you just do
Stregnth {0}.

Connect that to the string concat. On the top of it.

On the out of the string concat it should show both the strength and the added strength.

I may be right in saying that theres is a spare slot in it that will work as a divide. I recommend using a | for that