Online game for free

How to sync sprite position/rotation/size with server? How to send events with information such as strings to server?

If you are using THNK, you can sync all of those sprite properties by simply adding the synchronize behavior, and send information to the server with the “send a message” action, and process those messages on the server with the “On message” condition on the server.

1 Like