Move character in the direction the camera's facing

Yes. Simple as that, I want to make the character go forward automatically to the direction the camera is facing, And then halt it with a prompt in the code. How do I do that?

The simplest solution would be to use Humanoid:MoveTo to travel towards the cameras CFrame LookVector position.

Edit: this link is for Humanoid:MoveTo Humanoid | Documentation - Roblox Creator Hub

Edit: this one’s for LookVector CFrame | Documentation - Roblox Creator Hub

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.