Can i change the display order of the default mobile controls or do i have to make my own

I have added some cool screen effects to make my game look older, however the issue, like always, are phones. For some reason, the mobile controls don’t have a higher display order than UI you can make which is incredibly weird in my opinion, and now I’m running into a problem where you literally can’t jump and it’s harder to walk because of the screen effects.


I will add the option to toggle these, however I want to allow mobile players to play with the effects turned on without having to deal with worse controls. I have looked around and I haven’t found anything to change their display order, and I can’t lower the display order of my UI because even the lowest order is above the controls. Do i have to remake the mobile movement UI or is there an easier solution? Thanks!

Just go to player.PlayerGui.TouchGui.DisplayOrder

1 Like

DisplayOrder can be negative.

1 Like

I meant like the mobile control UI I’m not sure if that’s possible tho

That’s interesting, didn’t actually now about that. Will try to keep that in mind in the future.

I will be marking a solution tomorrow since it’s like 6:30 in the morning and I’ll have to test if it actually works

That UI is player.PlayerGui.TouchGui. Try it if you want.

1 Like

didn’t know that, i did end up just moving my UI display order down which is probably better, but i’ll keep that in mind for the future. both of your answers helped but i can only mark one solution unfortunately

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.