Please help me complete my MoveTo script for a sword? is this concise enough for you bot?
I'm making a sword where when you click your WalkSpeed is set to 0, but I still want the player to walk forwards a little to go with the attack animation. I don't know if MoveTo is the best option cause I'm a noobie scripter. I've considered BodyForce, but MoveTo sounds like the better option.
1 | local h = script.Parent.Parent.Humanoid |
4 | h:MoveTo(Vector 3. new( 6 , 0 , 0 ) |
6 | script.Parent.Activated:connect(onActivated) |
I'm just trying to get the player to move forward 6 studs when they click. (i guessed on the x,y,z I'll trial and error that later)
I gave the script pretty much every idea I had, which was very few, so any help/ideas are very much appreciated!