# Operator Doesn't Work Correctly

This works but they dont need to just update the number of checkpoints, The touched event has to be connected too

cant i just create a value in like replicatedstorage and then fill the value in the server and then catch the value in the client?

Yeah. If you need the number of checkpoints to be displayed in a UI or smthn. I remember you said there was a progress bar so you need to either use a remoteEvent/function or turn streaming enabled off or have a NumberValue in replicated storage with the numbe of total checkpoints. I would use the remote function, but if the map isnt large you can turn streaming enabled off.

i made a value now that is getting filled by the server and used by the client and for safety reasons i also made a repeat until loop so the value mustn’t be 0 and it works

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.