RemoveStress

local Bridge = exports.community_bridge:Bridge()


-- Framework.RemoveStress(src, value)
-- Removes the specified value from the player's stress level and updates the client HUD.
---@return number


local metadata = Bridge.Framework.RemoveStress(src, value)
print(metadata)

Last updated