Hey, I’v been working on a new ui for my game and a strange bug occured, can someone help me fix it ?
that is because your rotating a frame so clip descendants doesn’t work on rotated frames the best thing to do is use a image.
3 Likes
You can use a canvasgroup and place the rotated gui inside it and it will work. There might be resolution loss, though, and from what I tested some flicking effects while moving the canvas might happen too.
Another solution is to upload a rotated gui as an image. Really bad that we have to do this but sadly it doesnt seem like roblox will fix this ever.