Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to check for ping?

Asked by 8 years ago

Hello! I want to check for ****ping**** I really want to kick people with slow internet.(Because why not. They sometimes ruin games.)

I searched around in the wiki, ROBLOX forums, and even in SH.org! Then I found this place. This place has a leaderboard on it and displays your ping. How does it work?

I want how you do it. I appreciate all the work you've done if you give me a fully working script.(You don't have to do it mate.)

-- TESTsubject0100

0
https://www.roblox.com/games/395108932/Ping-Test << Thats the place! e.e I forgot to paste in the link. My bad! httpOmqCxpcake 70 — 8y
0
i would not recommend this. roblox tends not to like games that discriminate against players(ex:kicking guests) and your game may be put under investigation if it gains some traction lukeb50 631 — 8y
0
Okay then.... I just want to figure out how he did it. httpOmqCxpcake 70 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Ping would be 1/wait().

local ping = (1/wait())
print("Your ping is "..ping)
1
but yeah that's ping, and if you want to get FPS you would just User#12419 -2 — 8y
1
game.Worksapce:GetRealPhysicsFPS() User#12419 -2 — 8y
0
Thank you very much sir! httpOmqCxpcake 70 — 8y
0
You're welcome! User#12419 -2 — 8y
Ad

Answer this question