Flashlight model

Guys.Is there a way to make my flashlight model to follow player cameras direction(like in other games)?

Yes. Many ways.

  • Attach the flashlight to the camera
  • Attach the flashlight to something the camera is attached to
  • Get the forward vector and location of the camera every tick, and set your rotation and location accordingly.
  • etc.

Thank you so much.

You are welcome. You’ll have to “accept” the answer again, because whenever you post it clears the accepted answer (very weird, I know).