I wanted to make a progress bar type thing, which I did. (like a power bar where the farther you click, the more power there is)
However, I cannot rotate anything otherwise the sizing works. Basically, for my progress bar,
![]()
its an imagelabel within a frame that has clipdesendants on. Sadly, I could only get this to work for 0 rotation. Ideas? (I dont need a script, unless its required for your idea of fixing the scaling issue. I can make the power system and all myself, thats not the problem)
Yeah Roblox is weird with ClipDescendants and Rotation. Like when tweening rotation, having rotation in scrolling frames, etc… I guess the engine cannot render it. Maybe try using a UIGradient. But I’m not sure the gradient between colors will look as smooth as the image.
how would a gradient help though?
The gradient is for the colors. Like from green on the left to red on the right.
I know what a gradient is, but now I thinmk about it, you mean make the gradient be the one with rotation?
Yeah. The gradient would rotate instead of the image.
yea, that worked… Im a bit dumb. I guess my head is more on fixing a more narrow solution and I dont look at the thing needed to be delt with as a whole
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.