How to make the yellow rings like in the sonic games! (not red or any other ones)
Making the rings and making them collectable
Golden seeds are my choice, but golden ones are recommended for accuracy
Get a trigger (not visible, max 1) and item image
Make a channel in the trigger:
Get a item granter and put the same trigger in it
Make a channel after triggered to hide image
Place this all over the map and you got rings!
How to lose rings
For this i’ll be showing water making you lose rings
Make a zone and put a channel
Then set a checker and make that your maxium (the amount of rings you can lose after greater then _)
For this example the maximum is after 9
Then wire it (if success) to a item granter that -10 (the maximum you can lose at one point example)
Then if checker fails, then wire to another checker that is equal to maximum (in this example 9)
Then wire that new checker to another item granter that -9 (example)
repeat this for every number under maximum until you hit 1
Code 1 like the others but if checker fails for 1 then wire it to specific team (the one where you go to after losing all your rings, game over screen)
In this example the game over team is 12
Thats it (i’ll take any questions or change things that need to be specified in the reply area)