I’ve been trying to make a viewportframe in one of my games, which I struggle at making. I have a model that has light objects in it and they don’t show up in the viewportframe. How do I fix this?
1 Like
A quick search shows that:
Roblox’s ViewportFrame does not support the rendering of light objects. This means that PointLights, SpotLights, and SurfaceLights will not be visible within a ViewportFrame.
You may use well-placed and well-colored parts or decals within your model, to give off an illusion
1 Like
Ah okay, I tried searching for it myself and couldn’t find anything, thanks for the help however!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.