Skip to content

fps.unlock

Removes the framerate cap

Signature

luau
function unlock(): ()

Example

lua
local fps = require("@runtime/rbx/fps")

fps.unlock()