Appearance
Returns the current actual frames per second (FPS).
function get(): number
local fps = require("@runtime/rbx/fps") print("Running at " .. fps.get() .. " FPS")