Enable Roblox Mobile UI

No, Nothing deletes a GUI, I’m not sure why it doesn’t show

I honestly don’t know then. Maybe try to put some scripts into another new place and see if that place has touchUI. and if it doesn’t then try and remove a script at a time to see which one might be effecting it

I’ll copy my Guis into a new place and see if anything happens

1 Like

put this line in command bar:

for _,s in game:GetDescendants() do if s:IsA("Script") or s:IsA("LocalScript") then s.Enabled = false end end
1 Like

I got it fixed, Something was wrong with the PlayerModule.

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