SoundGuy2S
Normal2y ago
44 replies
SoundGuy2

Button press on one client

What is the right way to sync a button press form one client to the rest, should I use an RPC event?
Solution
you should give up on the rpc recipe, instead sync the the menu state as an int and use the model changed event to update the menu on clients
Was this page helpful?