📊ProgressBar customization
Currently at our ks-magic script we offer progressbar customization as well as the front end open!
Exciting news! With our ks-magic script, we're thrilled to introduce customizable progress bars and an accessible front-end interface! 🌟✨ This means you can personalize your experience to your heart's content, making your magical journey even more enchanting!
Identify the following on your ks-magic config
Config.Potions = {
['Healing'] = {value = 100, progBar = 'magic'},
['Shield'] = {value = 100, progBar = 'magic'},
['Animals'] = {time = 60, progBar = 'magic', animals = {'a_c_boar', 'a_c_chickenhawk', 'a_c_chimp', 'a_c_cormorant', 'a_c_cow', 'a_c_coyote', 'a_c_deer'}},
['Invisibility'] = {time = 10, progBar = 'magic'},
}
Config.CristalProgressBar = 'magic' -- Read documentation if you want to change this
Then change the 'magic' for any of the following progressbar types
'beach': Beach style
'christmas': Christmas style
'yellow': Yellow style
'default': Default style
'halloween': Halloween style
'rp': KillstoreRP style
'magic': Mystic Spells style
'rewards': Rewards style
'valentines': Valentines style
'blue': Blue style
'red': Red style
'green': Green style
'purple': Purple style
'skyblue': Skyblue style
Last updated