#Need help on making a point system

1 messages · Page 1 of 1 (latest)

normal pulsar
#

I am currently making a fighting game and need help making it so that whenever someone kills another player, they receive points

#

Also I’m not really good with circuits

fierce vine
#

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:

  1. Name 2 separate Int Variables something like 'Player One Points' and 'Player Two Points' and then just have the synced setting enabled inside of them.
  2. Or, just have the Int Variable that you are using for point set to Cloud Variable in the config menu.
normal pulsar
#

Thank you

fierce vine
#

No problem!