How do i make small axe follow player

im a noob and i and heres my prodject.
https://playcanvas.com/editor/scene/985363

1 Like

Hi @D3V0,

From what I see you’ve already done this, adding the axe as a child to the player entity. It follows the player as it moves around. To get it to rotate with the camera, instruct your firstPersonMovement script to use your existing camera, instead of spawning a new one.

Drag and drop your camera entity to the relevant attribute. Then reposition your axe to be in the camera’s view and you got it:

image

1 Like