Is it possible to make a point light ignore certain parts

I am trying to have a pointlight inside of the characters head, that casts shadows to the objects around it

What I have found is that the players character will get in the way with giant shadows, I do not want to disable castshadow for the player as I want the sun to still interact with the players shadow. I want the light inside the characters head to ignore the characters parts, while still having shadows and not disabling the castshadow for the character.

I have tried different lights coming from different sides of the players head to no avail.
any suggestions are helpful!

4 Likes

Why not trySurfaceLights on the front and back of the player’s HumanoidRootPart?

Just turn off Shadows inside PointLight’s properties, I had the same issue as this, but managed to fix it!