-
I have Billboardguis above every user and I want them to display their ping
-
I know how to get it with a local script but I want everyone to be able to veiw eachothers ping
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.