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

How to have a certain amount of decimals on an fps counter?

Asked by 3 years ago

Question basically says it all, I made an fps counter but the number becomes really long.

while true do
    wait (0.01)
    script.Parent.Text = game.Workspace:GetRealPhysicsFPS() .. " fps"
end

Answer this question