How can I do mousebuttondown for a button for mobile players?

How can I do something like MouseButtonDown but on TextButtons meant for mobile players?

I believe this is what you’re looking for: GuiObject | Documentation - Roblox Creator Hub

Cheers, Ill look into this documentation

1 Like

How can I find out if the player stopped?

MouseButton1Up is maybe what your looking for?

Im speaking about text buttons, i want to do mousebuttondowns and mousebuttonups for text buttons for players that are on a touchpad device

MouseButton1Click works on console, pc, and mobile

1 Like

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