Friends, could you help me on how to make a UI where the items appear rotating in 3D?
i like that type UI. The one in the video below is an example of the game Grand Piece Online
Friends, could you help me on how to make a UI where the items appear rotating in 3D?
i like that type UI. The one in the video below is an example of the game Grand Piece Online
thank you very much man. Can you tell me how I can change object orientation? I want the item to rotate vertically, but my item remains rotating horizontally.
and there in the code, it shows a camera rotating around an object, I’d like to make the object rotate around itself
I do not advise this.
Moving a viewport’s physical children is less performant than keeping them static. If you need to update the view, it’s better to move the camera than move the parts/models.
To change the objects orientation try rotating it manually, or changing the primarypart CF, I’m not too sure myself.