How to make a point system

How do I create a point system

Use a counter, so that whenever you get a “point”, it increments.

If you are trying to make a game like battle royale or team battle, etc do this:
first get a lifecycle and do this with it:


then get a counter and do this:

and then connect them with wires:

If this was useful please mark a solution

Simplest way is to just use a counter, and put it in a place where everyone can see it.

1 Like

I am trying to do a capture the flag type game