I’m gonna try vehicle preview, If player clicked Car button, Show Preview, I can do
(CarName)ViewPort.Visible = true
but It’s not clean so I wants make it only with script can anyone help me?
Also I tried some scripts, but It says
Players.LovelySunLilac.PlayerGui.ScreenGui.LocalScript:25: attempt to index nil with ‘PivotTo’
Can you send the scripts that you have tried?
You should manually trial and error with the viewport’s displayed model (by changing its world space position/orientation) until you achieve the desired result.
So ViewModel Must be in workspace? bc I tried Model In serverstorage.
If you want model display on Viewportframe
1 make camera connect Viewportframe
2 Put model in viewportframe
3 Then move your camera aim at model display
4 put camera in viewportframe
Then it will appear like this
( im not good at explain )
Idk about script but make folder in serverstorage and put cars model inside folder in serverstorage
Yeah, I wanna make it with script.