The points System help? (PROBLEM FIXED)

I’m trying to use the point system for a score that results in a certain scene happening but I can’t seem to get the script to add points to a player.
Heres the code:
(If they get the question right they get a point which is then added to their score)

help6

1 Like

Try putting the zero and plus sign together like this:

@QUESTIONS +0
@QUESTIONS +1
@QUESTIONS +0

By the way, you can remove the “@QUESTION +0” too since it’s basically useless if they pick it. Their points won’t increase nor decrease so you can remove it.

1 Like

It worked! Thank you :slight_smile:

1 Like

No problem! :blush:

Closed since the issue has been fixed. :smiley: