3d model display menu

Does anyone know any tutorial/ a way to go about making this?
[i have minimal scripting experience]

3d model
There would be a 3d model in the middle of the gui. the player can move and rotate and inspect the model around with their mouse

inspecting a part of the model
by clicking on a component of a model, it inspects the part in a gui, with a description

this concept is useed in many games

1 Like

This might be a bit hard with minimal scripting experience but I’ll tell you a way to go.

You basically need to use ViewportFrames. You can manually fit the car with your logic, or use this module to fit the car into the VİewportFrame.

After doing this, use the mouse (and/or touch) events ViewportFrames provide to rotate the viewport camera which you set to use with your ViewportFrame.

You can also use non-GUI mouse events for this same purpose if you see that working better for your use case.