ReferenceToolbarToolbar:isAvailable()✦Use with AI▾On this pageToolbar:isAvailable() Check whether the floating toolbar service is available. Signature Toolbar:isAvailable(): boolean Returns boolean - true when the toolbar service is running and the toolbar view exists Examples if Toolbar:isAvailable() then print("Toolbar is ready")end