- Home /
Problem is not reproducible or outdated
Why does my GUI health bar move sideways when it I lose health?
I have a GUI Group that is a health bar and when I lose health the bar not only gets shorter(which is what it should do) but it inches towards the left of the screen. Is there anyway to fix this? I am using a group because I am holding the words Health on the inside of the box because I didn't like how it looked as a single texture and if you just put it in the definition of the gui box than the text will still be there when the bar disappears.
questions without code are closed. spam comments are deleted
Answer by SirCrazyNugget · Mar 25, 2014 at 08:22 AM
At a guess you're modifying .Left instead of .Width, though without any code it's hard to know.
Follow this Question
Related Questions
How to make spaces in between Gui boxes being made in for loops? 1 Answer
Add a GUIBox if Key picked up 2 Answers
How could I create a stamina bar. I keep on trying and nothing works. 1 Answer
Having trouble moving item from one list to another! 1 Answer
When I try to make a dictionary I get a Null Reference Exception! Why? 1 Answer