local isInRace = exports["sfracing"]:isInRace() print(isInRace) -- return true or false
local isInEditor = exports["sfracing"]:isInEditor() print(isInEditor) -- return true or false
Last updated 1 year ago