Purp134
(Purp134)
July 15, 2025, 3:43pm
1
Hello, I’m New too development and can’t figure out why the camera has stopped moving i’ve looked over everything but its still not working
the player camera Doesn’t move with the mouse when the game starts, WASD works but mouse inputs aren’t being picked up at all
Hey @Purp134 ! How are you?
The problem you have here is that you are not referencing the player controller anywhere, so the camera cant interact with it.
To do that, you should change your code for something like this in your “Event Possessed”:
That will solve the problem with the camera!
Purp134
(Purp134)
July 16, 2025, 7:30am
3
thanks i did end up changing that part and i added it differently this is what the code ended up being to work in the end.
but another problem i came across was the sprinting not working for multiplayer after i added multiplayer like every frame it gets pushed back to walking speed after setting the sprint so it jerks forward and back setting the speeds over and over