How to use Loading - Leah-UK/bixbi_core GitHub Wiki
Server
TriggerClientEvent('bixbi_core:Loading', source, 10000, 'test loading')
Client
exports['bixbi_core']:Loading(10000, 'test loading')
TriggerEvent('bixbi_core:Loading', 10000, 'test loading')
Format
(time, message)
Remember you'll likely want a Citizen.Wait(time) after calling the above so the script waits the specified "loading" time