3DSkybox - A way to create more immersive skyboxes for your game

I’ve used this module before and it worked fine, everything was smooth and worked great but i tried using it again recently and i was met with this shaky effect. for some reason this issue only happens in new places i create and not the one i made a while ago.

https://gyazo.com/6e5610ba1d7e6bc3c13db8d954f682ab

I’m not completely sure what’s causing that, but it might have something to do with Roblox reducing the refresh-rate of BillboardGuis, which this method uses by placing a ViewportFrame inside a BillboardGui that is positioned a large distance in front of the camera.

Sadly, that’s not the only problem that this method of creating a 3D skybox effect has. Others include it not working well with atmospheres and clouds.

Ideally, it would be best if Roblox would overhaul the Skybox entirely, since it’s something that is seen in over 99% of all games on the platform, yet they haven’t been updated much in almost 20 years.

4 Likes

change the SignalBehavior property in Workspace from Deferred to Default

2 Likes