Build Mode Icons

How do you create this effect for previewing objects in game?

if your talking about how you can see objects in the UI, you can do this by using ViewportFrames.

  1. basically, you create a ViewportFrame
  2. insert a Camera to be a child of that Viewport
  3. set the ViewportFrame’s CurrentCamera property to that camera
  4. insert the object that you want to showcase to be a child of that Viewport
  5. tweak the object/camera’s positions until they seem to fit the frame

hope this helps! you can search for much better tutorials than my yap online! :derp:

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