Basically, I’m working on something and at a certain point, I want the player to stop using the keyboard and start moving with their mouse by clicking a gui with arrows on the screen, literally like on mobile
A quick resume would be how do I script the same movement as pressing a key?
I tried using MoveTo() but im not sure how to implement it
Works like a charm! Just one more question… any way to make it so you have to hold the button? because right now just by pressing it once the player walks permanently
Trying doing Humanoid:MoveTo(HumanoidRootPart.Position), right after doing the moving left or right, in theory this should make you move whichever direction and then stop
Oh well that kinda worked, but it’s not like a hold the button thing, I want it to walk as long as you’re pressing the button, and stop when you release it