#Precentage instead of remaining time text
1 messages · Page 1 of 1 (latest)
function()
if aura_env.state.show and aura_env.state.expirationTime then
local remaining = aura_env.state.expirationTime - GetTime()
local percent = remaining / aura_env.state.duration * 100
end
end