create a progressbar in your scripts
progressbar = exports.vorp_progressbar:initiate()
start
linear
circle
innercircle
progressbar.start("Loading Example", 20000, function () print('DONE!!!!') end, 'linear')