Demo Video-- Create new static progress dial local staticDial = exports.rprogress:Static(options) -- Show the progress dial staticDial.Show() -- Update the progress of the dial (0-100) staticDial.SetProgress(progress) -- Hide the progress dial staticDial.Hide() -- Destroy the dial (...