How do I make these ui renders in my experience?

So I want to make these model renders in my game, similar to obby creator.


However, I don’t know where to start or how. If anyone could tell me how this is achieved, I would greatly appreciate it!

Post bump

Please respond

2 Likes

ok here it uses viewport frames

create.roblox.com/store/asset/84436916548446

2 Likes

look into ViewportFrames

1 Like

Like others said, use viewport frames.

put a camera in the viewportframe, and then the object. Go to the ViewportFrame and change the CurrentCamera property and select the camera.

Then adjust the position of the camera to center the object. Finally just add some rotation code to the object and yeah

1 Like

Thank you! Time to spend like 99 hours figuring out how this works!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.