Every 3 seconds the server sends a value to the client. On the client side, a part receives this number and displays it in a billboard gui. What is the most performant way of doing this? I was thinking of firing an event and handling it on client side but i’m wondering if there is a better way?
i don’t think you need remotes for this, you could place a number value in the replicated storage, change it on the server and then use this changed value on the client.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.