Hey Everyone,
Quick Question:
How Arsenal Ping System Works?
I’m just wanted to know how they did it
Example:
Ping: 90 ms
Thanks.
Hey Everyone,
Quick Question:
How Arsenal Ping System Works?
I’m just wanted to know how they did it
Example:
Ping: 90 ms
Thanks.
You could just get the ping, using help from this post:
And format it properly:
local textLabel = (script.Parent);
textLabel.Text = string.format("%i ms", ping) -- 90 -> 90 ms (an example)
Thanks a lot, It helped me = )
No problem, anytime!
If there are any issues feel free to PM me.