I have recently been making an RPG combat system.
I have been working on the fighting mechanic, in which you try clicking Enter when the bar reaches the center of the frame. The closer it is, the more damage it does.
However, when I try reading the position of the Udim2, it always returns 0. I try reading it like this:
judger.Position.X.Offset --> 0
Any help would be appreciated!
SOLVED! For some reason, scale controls the position lol. Thanks to Leamir for trying to help!