TouchInputService when pressing a button on a mobile device?

How would I detect which button was pressed using TouchInputService on a mobile device?

TouchInputService does not have any events to detect when a button is pressed.

You can use GuiButton.Activated if you have a TextButton/ImageButton or ContextActionService, which creates a button for you.