Is it possible to flip the x-axis of a viewportframe?

I’m trying to flip the x-axis of a viewportframe, and want to know if it’s possible and if so how can I do it?

Example

4 Likes

If i am aware, no. Maybe there’s a hacky solution?

Wherever you’re CFraming your items within the viewport, just negate the x component of the CFrame.

cf = CFrame.new(-cf.x,cf.y,cf.z) * (cf - cf.p)
3 Likes

Just a weird thought, but perhaps it flips if you use a negative scale for size?

nope, just tested, it doesn’t.