Multiplayer with hardware and blocks?

@EnteroPositivo you can usually detect whether or not you are in simulator by checking the available RAM so that the user doesn’t need to remember to flip that switch.

I think internally we use control.ramSize() > 1024 * 200 to check if we are in the sim

1 Like