How to get users ping shown to the whole server

  1. I have Billboardguis above every user and I want them to display their ping

  2. I know how to get it with a local script but I want everyone to be able to veiw eachothers ping

use GetNetworkPing on the server then update the billboard guis on a set interval

Use a remote event, or even better, an unreliable event and then in a loop on the client fire that event every n seconds with the player’s ping as an argument to the server, wich will then update the billboards

I also recommend adding a debounce on the server so that a cheater can’t lag the server by spamming the event

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