How do I allow players to move/customise mobile buttons GUI?
i dont think its possible to change the move joystick
when you enter the game there should be a mobile ui under player.PlayerGui, and you can modify that
or you could make your own joystick/jump button
All mobile GUI elements are under a ScreenGui in PlayerGui called “TouchGui”. (i think)
The easiest way to do this would be to have draggable boxes which set the position of the TouchGui frames.