Think you might need to use the ContextActionService and the UserInputService for this problem. I don’t really have any experience working with mobile devices, but this seems to be the only way to make something mobile compatible.
Never mind, I did some digging in the API and it turns out its pretty simple. There’s an event called InputBegan for GUI objects that returns input. Here’s a link to the article