Currently working on a Race Clicker game and one of the challenges is displaying/updating each Players position during the Race for all clients. Ill attach a GIF for reference
https://gyazo.com/5af361383e41d7e359d581376bf293af
Once the player passes through one of the purple milestones a function is fired on the server that awards trophies and checks if its been 5 milestones since the players position UI was last updated and then it fires that to AllClients.
Is there any better way to handle this? players with high Speed can fire the remote event every second and I dont want it to overload the server from firing too much.