Arsenal Ping System?

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)
2 Likes

Thanks a lot, It helped me = )

1 Like

No problem, anytime! :pray:
If there are any issues feel free to PM me.

1 Like