Infobar

Infobar can be used client side

LUX.Infobar

CreateThread(function()
    while true do
        LUX.Infobar([text])
    Wait(0)
    end
end)

Last updated