I’m making a health bar in which its size is based on the player’s health. However, resizing it makes it scale from right to left, however, I want mine to resize from left to right. How could I go about doing this? Thanks.
Set the anchor point to 1, 1
or 1, 0
.
4 Likes