Whats the most efficient way to push constant signals from combinator chips to a ring store in recroom?

Solution 1:

I believe you are looking for what the wiki calls a Copy Value circuit. It copies whatever value you put into one slot when you trigger a signal. The images below are taken from the wiki. The button represents any kind of trigger signal to make the circuit copy the value. You can also use the value itself as the trigger signal, in that case the circuit will just remember the last non-zero value. This is also called Pulse to Steady in the wiki.

For more details, and maybe the kind of reference you are trying to build, visit the wiki: https://rec-room.fandom.com/wiki/Circuit_Diagrams#Copy_Value

RNG based:

RNG Based Copy Value

Ring Based:

Ring Based Copy Value