You should use all of these exports in your client-side files.
Get Vehicle Nitro
exports['ak4y-hud']:GetNitro()
Get Player Stress
exports["ak4y-hud"]:GetStress()
Hide / Show Hud
-- Show Hud exports["ak4y-hud"]:toggleHud(true) -- Hide Hud exports["ak4y-hud"]:toggleHud(false)
Last updated 5 months ago
Was this helpful?