I am trying to get a huge star box in the sky for ROBLOX, its purpose is that it’s supposed to rotate with the rest of the sky as the day goes on.
However, using MeshParts doesn’t make it as big as it needs to be, even when splitting it up into multiple parts. I tried using a special mesh for it, but the sun casts a weird shadow on it making the parts that are glowing appear black.
I need all of the stars to be glowing, not just the ones that are in the sun’s light. Is there anyway to get around this? CastShadow is not the solution, as that just makes it cast a shadow onto the surface but doesn’t get rid of this weird effect. How do I get rid of it?
I tried using decals, textures, and even SurfaceGUIs to get rid of this effect but none of it is working.