How would I make a script to control someone's character?

  1. What do you want to achieve? To find a method to control a character, and potentially any scripts that they are using (ie abilities)

  2. What is the issue? Include screenshots / videos if possible! I have no idea how I would even begin to do this, but I don’t need a script, just how I would theoretically do it.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub? Yes, I couldn’t find anything related.

Call Humanoid:Move and set Humanoid.Jump to true. If by “abilities” you mean Tools, they have an Activate method you can call if it doesn’t have the setting to disable that.

1 Like

this has already been answered

Thank you! I can add other values manually.