How do i make my particles rotate with my players camera? 3D GDscript

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By CheeseMan

Making a 3D FPS and i added some particles to enhance sprinting
when my player’s camera rotate from Z axis to X, the particles dont rotate from Z to X with him instead, they keep facing towards Z axis.
Yes they do follow my player

You could make the particles a child of the camera and ensure that the local coordinates are on.

ra45 | 2020-10-25 20:33

thank you! that was easy

CheeseMan | 2020-10-26 20:47