Derpicus Newbie cheater
Reputation: 1
Joined: 30 Mar 2016 Posts: 15
|
Posted: Mon Apr 04, 2016 2:21 am Post subject: Change Background Color of Progressbar [Unresolved] |
|
|
I've tried:
Code: | TrainerFormName.CEProgressbar1.Color=0x000000 |
Yes, I am trying to change it to black for the time being.
How would I, properly, change the background color of a progress bar in Lua?
I want to make it a specified colour, rather than the default green.
Also, an idea:
Code: | local Derp = 999
TrainerFormName.CEProgressBar1.Max(CurrentHP) |
I, actually, managed to find the max part out out on my own:
Code: | local Derp = 999
TrainerFormName.CEProgressBar1.Max = Derp |
Thanks in advance!
|
|