Struggling to figure out how to rotate an object around its local coordinates. I've attempted using the rotation property, but it seems to only rotate the object around the world axis. Another approach was to move the object, place it at position (0,0,0), then rotate it before returning it to its original placement, but that method proved unsuccessful.
Any ideas or suggestions on how to achieve this?