I don't have a script because i have no idea on how to make a script that makes a character to not walk forward and backward (button w and s). If you know those 2D games that has in roblox that the characters cannot walk forward or backwards, only left and right, that is what i want. You dont need to make an entire script for me, just explain how to do it.
game:GetService("ControllerService").Instance:UnbindButton("w") game:GetService("ControllerService").Instance:UnbindButton("s")
may work im not sure