I’m having trouble with a health bar I made and the money on it is always off to the sides because when I develope the code I see a certain amount of “money” so when I align that with the center of the health bar it doesnt really center for people who have 0 money or people who have more money then I do.
I was wondering if there was a way to center the text so that when “money” gets higher it doesnt just push to the right but push the text both ways = CENTER IT. So If someone could help anytime soon that’d be super.
Try using
[lua]
draw.DrawText(client:GetNetworkedInt(“money”)… " PB" , “mula”, 75, 760, Color(0, 111, 3, 255), 1)
[/lua]
The number one at the end tells the function to center the text.
You may have to adjust the x position of the text to make sure it defaults at the same place.
I agree with you, but it’s very unlikely he would change an enum. Enums are supposed to stay the same forever and always, or they would just be a variable.