ProgressBar
The progress bar system provides visual feedback for long-running operations with smooth animations. Progress bars automatically animate from 0% to 100% over the specified duration.


progress
hideProgress
getProgressState
progressAll (Server-side only)
hideProgressPlayer (Server-side only)
Progress Types
Circular Progress
Linear Progress
Positioning System
Size and Styling Options
Size Variants
Color Customization
Animation Styles
Smooth Animation (Default)
Pulse Animation
Glow Animation
Cancellation Handling
Basic Cancellation
Advanced Cancellation with Callback
Server-Side Usage
Progress for Specific Player
Progress for All Players
Sequential Server Operations
Conditional Progress Operations
Configuration
Advanced Examples
Multi-Step Progress with Updates
Progress with Real-time Updates
Progress with State Persistence
Server-Side Batch Operations
Events
Client-Side Events
Server-Side Events
Best Practices
Troubleshooting
Progress Not Showing
Progress Animation Issues
Cancellation Not Working
Server-Side Issues
Performance Issues
Last updated