Look at

Is there a function to have a “look at” behavior? I want to have a bone point at or “look at” the camera, or user position. I also want to have some planes always orient facing the user camera.

thanks,
Dale

It sounds like you want to use a Raycaster for the look at https://docs.zap.works/studio/physics/raycaster/raycaster-overview/

and for the planes always facing the user you want billboards.
https://forum.zap.works/t/billboarding-around-the-z-axis/2102

Steve