Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a part move diagonally using lookVector?

Asked by 4 years ago

Please encode Lua code in the Lua block code tag (look for the Lua icon in the editor).

Char:findFirstChild('HumanoidRootPart').Velocity = Char:findFirstChild('HumanoidRootPart').CFrame.lookVector * 200 this script only makes the player move forward and backwards is there a way to move the player diagonally

Answer this question