i am making money system for my game
Character on collision with Gem -> Set text "Gem " &coin
normally I was using a system like above but this time I want to do it in Gem 0/36 style
While in the game, the gem and 36 will remain constant, but the number of 0 will increase when the character collides with the gem, how can I do it?