Hi. I’m creating a fly command, and I want the character to look at the camera’s direction on every axis. I’ve got left and right working, but the problem is the character doesn’t look up or down. Here’s a video reference:
https://streamable.com/nag9rm
Here’s my code that I’m using to rotate the character.
bodyGyro.CFrame = camera.CFrame
bg.D = 10
Thanks for any help.