Hello, I am currently working on mobile support for my upcoming movement shooter, and I have run into an issue where the neither the joystick nor the jump button appears, making it impossible to move. The touchGUI is still enabled & under PlayerGUI, with all subsequent frames being visible.
1 Like
I’m sorry, I’ve NEVER experienced the default buttons disappearing… Maybe change the screenguis’ names and properties. If it doesn’t work then just put the guis in replicated storage and see if it somehow works, from there track the issue?
Take a look at GuiService.TouchControlsEnabled. If this is false, then your movement buttons will not appear.
1 Like
This didn’t work, are there other solutions?