🏎️ Racing System
📤 Exports
Use Evonex Racing exports from other scripts
openTablet (client)
Opens the racing tablet for the local player.
exports.evonex_racing:openTablet()Use this when you want to open the racing tablet from a custom menu, radial menu, keybind, or another script. Example:
RegisterCommand("racingTablet", function()
exports.evonex_racing:openTablet()
end, false)