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

How do you find FPS?

Asked by
Teeter11 281 Moderation Voter
10 years ago

How do i find the frames per second?

I have no where to start.

3 answers

Log in to vote
0
Answered by 10 years ago

print(1/wait())

Ad
Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

So you're just looking for the ROBLOX physics Frame Per Second, or do you want to do something with it?

The ROBLOX physics frames per second can be found press Shift F4


Try SamuelKingx's Approach, because I don't quite understand the RCL scripts.

0
I want to be able to display it on a gui Teeter11 281 — 10y
0
One sec, digging through RCL scripts. They have a "ping" command to help find FPS. M39a9am3R 3210 — 10y
Log in to vote
0
Answered by
Gamenew09 180
10 years ago

You can use game.Worksapce:GetRealPhysicsFPS() for physics FPS. You can detect speed hackers with this function by checking if it is above 60.

Here is the link to the tweet I found this function from.

Answer this question