#Need help on making a point system
1 messages · Page 1 of 1 (latest)
Place an Int Variable and then an Add chip, hook them together then whenever someone gets a kill just send an execution through and it will add "Points" to the Int Variable
Also, if you want everyone's points to be different you have two choices:
- Name 2 separate
Int Variablessomething like 'Player One Points' and 'Player Two Points' and then just have thesyncedsetting enabled inside of them. - Or, just have the
Int Variablethat you are using for point set toCloud Variablein the config menu.
Thank you
No problem!