How to make a light follow the camera rotation

I’m making a flashlight in my game, how would you make a Spot type light follow the rotation of the camera?

Hi @OMN1B,

The easiest way is to add it as a child to your camera. Then it will receive the same position/rotation of its parent entity.

1 Like