In my platformer, I had a height system, which I deleted without looking at the blocks for future reference (I’m not sure why)! I switched to a point (progress) system. I want an overlay for it, and it’s not working! Neither are the points on the leaderboard. I’m using properties (points), triggers (possible changer), zones (possible changer), counters (possible tracker), overlays, and blocks. The overlay says ‘Points:Points’, ‘Points: undefined’, or ‘undefined’.
1 Like
are your properties text?
could we see your blocks?
1 Like
Genius. Numbers are needed for this.
But if it says undefined you are likely using numbers. Wait nvm it could be undefined text.
Idk the guy above said it first
1 Like
Grab a player scoped number property named points. When it changes value transmit on updateText. When you want the point value to change do this:
You can change the number to desired number to be added.
Overlay Blocks [run when receiving on updateText.
6 Likes
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.