Hello! I’m working on a model viewer menu for my project and I would like to limit the ammount of vertical rotation that can be added to the models. This is how I had it set up without limits (for a different thing):
And this is how I’ve been able to set it up:
The issue with this second method is that the item will always rotate vertically to the relative front and back, so if it’s horizontally rotated to the left it will rotate vertically to the left instead of rotating vertically to the front or back.