Are there any scripts or models that can remove shadows so I don’t need to put invisible lights everywhere in my game?
2 Likes
Yes there is, just turn CastShadows off
To turn off shadows for parts go to the part>properties>cast_shadows. You can also go to the lighting and make the lighting Comp.
1 Like
Every BasePart has a “CastShadow” property, turning that off (or to false in a script) should do what you are trying to accomplish.
Thanks also That top hat looks good on you!
1 Like
