#Relay data sharing

1 messages · Page 1 of 1 (latest)

violet dagger
#

Hi ! I'm trying for 3 days to share data by a relay to my chess app but it didn't work. Do someone know how to do that ?

modern walrus
modern walrus
violet dagger
modern walrus
#

Network Variables are automatically synced. The client would send the move to the host through an ServerRPC. The host would then need to validate and update the board state.

#

Since its only 2 players, the host could just send the updated board state in a client RPC if you want