I’m making a value for the amount of water in a bottle measured in percent. I have the number part, I just can’t find how to add the percent sign on the end. I’ve tried adding a new text value just with % as it’s text, but any value less or more that 2 digits looks bad.
1 Like
So you can already do 33%, 57%, etc. But it just doesn’t look good?
he’s probably placing a label with the percent symbol in it next to it instead of combining it into text using text behaviours
i have a bad headache rn so i’ll leave explaining this to you
1 Like
This will automatically do it for you.
What happens is:
- A number is “Set” in the Text
- The Text “%” is then added to the original list through the “+” input.
- The result is the combined text.
2 Likes
they did do that, it’s a bad method, and inaccurate