charm sync player data
anyone give me idea on how to sync player data from server to client using charm. My approach was to listen for player joining, loading it into a atom then syncing it into the client. However that will expose all the player's data to every single player which is a behavior I don't want.
15 Replies
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
erm
it teaches you how to sync data
I know how to sync but I want to only sync a small portion of atom, one player data per client while server has one atom holding all the player's data
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
how? Thats why im asking for help
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
But the whole point of me considering this is cuz i feel like hackers are just gonna read other people's data
or exploiters
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
check if it's in the payload and don't send it if it is
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
wym
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
its mine
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
where you sync your data
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View