#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)
“To String” and “String Format” is what you’re looking for
where do i need to connect it again?
Connect upgrade strength to the to string
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
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
other way
put the output of the to string to the second input of the string format
now im confused
lemme send a pic
Aight.
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
Yes
Connect the strength to the to string
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
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