You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
For when the player moves, it to not rotate the camera when moving the joystick to the left/right. I want it to just move the player in the direction of the joystick instead of also rotating the camera. -
What is the issue? Include screenshots / videos if possible!
When I move the joystick to the left/right it will move the character and rotate the camera.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried writing a script that gets the position and just sets the HumanoidRootPart to the position removing the orientation but it just flickers. I’ve also tried looking through the devforum but still couldn’t find anything.