Disable the Mobile dynamic stick..?

Hi, is there any way to disable the mobile dynamic stick (or any stick) using a script?

I think you have to disable the TouchGui in the player’s Gui. (Make sure the player is 100% on mobile or it will give an error)

Here is the fullname of the TouchGui:

player.PlayerGui.TouchGui

Can’t this prevent movement on mobile?

I think this is his goal. He can simply re-enable the GUI when he’s done.

I legitimately couldn’t figure this out the last time I tried.

I think GuiService.ModalEnabled = true is suppose to do this, but I’m not sure.

Oh, he’s looking to disable just the dynamic stick. You should be able to force a certain stick in StarterPlayer’s properties, it’s at the bottom if I remember correctly.

I think there is a option in StarterPlayer for that. I might be wrong but I think it does.

I feel like there is no option for this. The only option I found was changing what the player’s controls are. Maybe I could suggest it.

1 Like

Yeah, would be good to have clarity on this.

The answer might be to fork the control scripts. :frowning:

1 Like

Kinda odd that this isn’t even documented. There has to be a way to do this on any control stick.