Hello,
I’m currently working on an “Obby but you’re a …” type game where the player moves around a part to traverse the map. The game does not load a Character, instead it just spawns a part, sets the camera to track it and applies vector forces on it in order to move it. Currently, I have been able to get both keyboard and gamepad controls to work, but when I got to working on mobile controls, I found out that for some reason, mobile controls do not appear on the screen if the Character has not been loaded.
I have found a few potential (hacky) solutions that involved editing some player scripts, but those solutions are a couple years old by now, and I wanted to see if Roblox had ended up implementing a way to make this easier. Worst case scenario, I’ll probably just spawn the Character in some far away box and anchor it in position.
tl;dr: Is there a way to enable the mobile controls gui without loading a Character?
Thank you.