I am building a spaceship-like structure and encountered this weird thing in which a random shadow is casted onto this wall. I don’t why this happens. If I try to move the light source, nothing happens. If anyone knows how to fix this, please inform me!
lol that’s just how roblox works : )
2 Likes
That is light… And you’re using future lighting so that’s probably why.
1 Like
This tells me that its probably a point light you have inside another part that you accidentally put. Do a search in the workspace for PointLight or SurfaceLight and find it, and delete it, or just check the wall parts of the structure first, its probably in one of those.
assuming youre using future lighting that is the downside of a experimental feature
my best bet would be toggling shadows on the light and see if that helps
try disabling castShadow for the black base of the light
1 Like