Is it possible to rotate the skybox?

I want to make a rotating starry sky effect, like this:
giphy
Is it possible to achieve without changing the skybox textures multiple times a second?

1 Like

not to my knowledge no

You could try using inverted spheres with a texture and spin that.

1 Like

Maybe have a look at this:

The problem is doing like @DurinzTheThird_2 said is going to be limited to 2048 studs.

The post I linked said they used MeshParts for the starry sky. You could probably make a series of MeshParts that you could weld together to increase the size of the sky, but you could make that local to each player and have it centered on them so they wouldn’t really see the edges of it as it interacts with the terrain.

Yea after reading the thread its pretty good solution to what you might want, so.

1 Like