[Standalone] [FREE] SMD_Progressbar

[Standalone] [FREE] SMD_Progressbar
This script adds simple, minimalistic and easy to use progressbar to your server. Contains only the circle progressbar, doesn’t include animations or props etc

– Previews

image

image (Quality :D)

Download Link (GitHub)

– UPDATE V1.1

  • Added checkmark at the end of the task
  • Made everything bigger, its more clear
  • Changed the font

– About

  • Easy to use with export
  • Supports Font Awesome icons
  • You can use this with my other releases, updated the other releases

– Installation

  • Drag and drop smd_progressbar to your resources folder
  • Add “start smd_progressbar” in your server.cfg

– How to use

  • Go to the place where you want to add the progressbar
  • Add these lines:
exports['smd_progressbar']:SMD_Progressbar({
    name = "selling", -- Just name of the action, not that important 
    time = 10000, -- Duration of the progressbar
    label = "Selling the juice", -- Label of the progressbar, is shown under the circle
    icon = "fa-regular fa-money-bill-1" -- Icon in the middle of the circle, you can change it, check (https://fontawesome.com/icons) 
})

– Other Releases

3 Likes

Looks exactly like PS_Progressbar, maybe just the same?

GitHub - Project-Sloth/progressbar: Circular Progressbar

2 Likes

Noup, not the same. It has parts from multiple scripts which I scraped to one.
I didnt’t find a progressbar that I liked.
I desided to released it, if someone wants and likes the style.

2 Likes

Hey bro, I’m going to add to the ox inventory Use food Can you give me a case
:star_struck:

UPDATE IS HERE

  • Added checkmark at the end of the task
  • Made everything bigger, its more clear
  • Changed the font