My fisrtpersoncontroller dosen't follow

In my modell, my first person controller dosen’t walk where im looking. Is there som way to fix this?

what model? what first person controller? Give use something to work with.

*us

i have made a simple model where i us the standard firstpersoncontroller. When i push "w" to walk forward i do. But when i look in some other direction, and still holding down "w" i walks in the same direction as before. I want it to walk in the direction im am looking.

Check if you have a MouseLook-Script attached to the First Person Controller and not only to the Main Camera.

Did you make your model a child of the firstpersoncontroller?

1 Answer

1

I fixed it with help from the comment given by ExTheSea.

Thanks