Has anyone found a way to reverse an ImageLabel?
I’m trying to make some animated particle effects using BillboardGuis with ImageLabels in them. I specifically need to flip the image horizontally.
2 Likes
Currently, Roblox isn’t very strong in the UI editing field. So, until such a feature comes out that allows us to flip images, you need to do that externally (using some other application/website).
2 Likes
A bit hacky but you can try using viewportframe, so it will display an invisible part with surfacegui, then you do some CFrame math there.
1 Like
There’s actually a lesser known technique where you use ImageRectOffset and ImageRectSize, if you know the pixel size of the original texture/image.
8 Likes