In my modell, my first person controller dosen’t walk where im looking. Is there som way to fix this?
1 Answer
1I fixed it with help from the comment given by ExTheSea.
Thanks
In my modell, my first person controller dosen’t walk where im looking. Is there som way to fix this?
I fixed it with help from the comment given by ExTheSea.
Thanks
what model? what first person controller? Give use something to work with.
– hexagonius*us
– yusolaifdferi 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.
– yznansCheck if you have a MouseLook-Script attached to the First Person Controller and not only to the Main Camera.
– ExTheSeaDid you make your model a child of the firstpersoncontroller?
– BlackWingsCorp