#How Do I Make A Stats System

18 messages · Page 1 of 1 (latest)

odd void
#

We need more explanation

junior trout
#

oh

#

they changed title

#

nvm

odd void
#

What..

#

a text with your stat

#

?

#

String format

#

With every stats replaced by {x} (0-63 max)

#

If you want less cpu you can use string concat

#

Pretty annoying to do tho

junior trout
#

Example: Level: {0} XP: {1} OtherStats: {2}

junior trout
#

String format, all your stat variables (local or cloud), text set text, to string.

#

If you have multiple stats, add an input for each stat to the string format chip.
Change the format pin to something that uses {#} (with # being an input number, starting from 0)

#

wire the string format output to the text set text

#

wire every stat to a to string (unless it's a string already) and wire the outputs of THAT to the string format chip (don't wire any to the format pin)

#

oh and wire the "Player Entered" exec to the "Text Set Text" input