Hello! I wanted to remove roblox guis which appears on mobile and tablet devices. Here is a picture of them:
Also that is what I tried to do:
game.Players.LocalPlayer:WaitForChild("PlayerGui"):WaitForChild("TouchGui"):WaitForChild("TouchControlFrame"):WaitForChild("Frame").Visible = false
But when I ran this on mobile it still didn’t work. What can I do to remove these guis?