of     1   

EliGamerr
#183020199Friday, February 05, 2016 2:58 AM GMT

How do I prevent a player from turning? Not as in the camera, but as in W,A,S,D. I want to remove their "A,S,D" abilities so they can only move forward. Also, would it be possible to make it so when they jump they're allowed to press A or D?
EliGamerr
#183020351Friday, February 05, 2016 3:00 AM GMT

Apparently this isn't working.. game.Players.LocalPlayer:Move(Vector3.new(0, 0, -100), true) In StarterPlayerScripts
AbstractMadness
#183020535Friday, February 05, 2016 3:03 AM GMT

Forgot .Character? Also, use ContextActionService. #code R+ | local RAP = "438,477"; local robux = "R$20,000"
EliGamerr
#183024982Friday, February 05, 2016 4:18 AM GMT

example of contextactionservice?
EliGamerr
#183025023Friday, February 05, 2016 4:19 AM GMT

And the move I was referring to is a member of player, not character.
Hedr0n
#183025298Friday, February 05, 2016 4:24 AM GMT

Change the dev movement in starter player then script your own walking dealo

    of     1