StartBusySpinner

local Bridge = exports.community_bridge:Bridge()

local text = "I am a busy spinner!"

Bridge.Utility.StartBusySpinner(text)

-- This will display a busy spinner on the screen, you will have to stop it by
-- calling the StopBusySpinner export

Last updated