#Phone UI appears how to off it?
1 messages · Page 1 of 1 (latest)
put studio into phone test mode (device mode) and check your playergui there. you're most likely adding them yourself but the best guess is you're using 3rd party libraries that are adding them
Thanks you alot my dear friend! , i didn't know what added this UIS, but now i know how to fix this problem. I will just delete this GUI from playergui.
Thanks alot!
oh you are using context action service, i wasn't sure if you were
cas can make ui buttons for mobile depending on how you use it
either that or you have something giving it similar names to contextactionservice
but my money's on it's coming from cas
Thanks anyway! I don't think it's that important to look for the reason for adding buttons, I'll just delete these GUIs.
But i think i can find it by searching instance.new and etc you know.
that last line shows createTouchButton is true https://create.roblox.com/docs/reference/engine/classes/ContextActionService#BindAction
createTouchButton: boolean
Whether a GUI button should be created for the action on touch input devices.
Hi i understanded reason
yep yep i here to say it XD
now i understand where was problem
i should just add "FALSE"
ye just swap them to false
Thanks alot! 👍