Progressbar with sound [STANDALONE]


VIDEO
TEBEX OPEN SOURCE

RegisterCommand(“progresbar”, function()
exports[‘progressbar’]:Progress({
name = “interaction”,
duration = 10000,
label = “LABEL PROGRESSBAR”,
useWhileDead = false,
canCancel = true,
controlDisables = {
disableMovement = false,
disableCarMovement = false,
disableMouse = false,
disableCombat = true,
},
animation = {
animDict = “mini_games@story@mob4@heal_jules@bandage@arthur”,
anim = “healAnim”,
flags = 1,
task = nil,
},
prop = {
model = nil,
bone = nil,
coords = { x = 0.0, y = 0.0, z = 0.0 },
rotation = { x = 0.0, y = 0.0, z = 0.0 },
},
propTwo = {
model = nil,
bone = nil,
coords = { x = 0.0, y = 0.0, z = 0.0 },
rotation = { x = 0.0, y = 0.0, z = 0.0 },
},
}, function(cancelled)
if not cancelled then
print(“finished”)
else
print(“cancel”)
end
end)
end)
| | |
|-------------------------------------|----------------------------|
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 300 |
| Requirements | false |
| Support | Yes |

2 Likes