ReeseR
ReeseR
NNormal
Created by ReeseR on 8/28/2024 in #🤝ask-a-question
Best way to sync data on a table?
I'm creating something similar to a bowling scoresheet: Each row is a different player and each column contains scores for each round. Right now I'm thinking about using a couple realtime arrays much like you would use 2 lists to store the data. However, the model for the inner array only contains a single int (and the outer one contains only an realtime array). I'm also not sure a RealtimeSet would work since the data isn't ordered? I hope I'm over-complicating this. Is there a better way to sync this kind of data?
7 replies
NNormal
Created by ReeseR on 8/7/2024 in #🤝ask-a-question
How to get localAvatar clientID on connect
Essentially I need the player's number as soon as possible. Currently we're using a coroutine with an arbitrary delay (3 seconds) to wait for the avatar manager to create the avatar. I also didn't want the code to run every time an avatar was created. Is there another option?
10 replies