How do I get the controls. Like in the workspace

I basically just need to be able to grab the control script(If thats possible) and then copy it.

I just need it so I can modify it.

If there is no way to to do that, Is there any way to modify the controls via a script?

By control script I mean the players characters control script

What do you mean by ‘control script’?

The players character has a control script. I prob should have mentioned this

Mobile Controls?

If I am understanding correctly you want to know where the ‘Animate’ script is in the payer model?

When you join the game go to Workspace, then click on your player model, then find the script named ‘Animate’

I think I know what you are talking about. I would recommend adding the controls to a module script and requiring from there.

YES that script. Where is it? I cant figure it out

here is a video of what im pretty sure you’re talking about:

I think this is it. But How would I change the controls in there?

And where would I parent the controls

you would put the controls in a module script and then require the module to get the controls. DM me if u want help.

To modify roblox’s control module run the game then copy the ModuleScript called PlayerModule located in StarterPlayer.StarterPlayerScripts. Exit the game and paste the module into StarterPlayerScripts. As long as the module stays named PlayerModule it’ll automatically replace the default player module. Inside of the player module is the control module and all of it’s modulescripts, which you can modify to your liking.