Player tapping and holding down mouse textbutton on mobile

So I have a system where as long as you hold a key, you glide in game. I’m trying to make the equivalent for that on mobile except with a textbutton (tap and holding). Any suggestions?
I’ve taken a look at the api page for the textbutton but it seems like there isn’t anything inside of it that could accomplish what i want.

try using MouseButton1Up and MouseButton1Down

1 Like

oh wow I didn’t expect that to work tbh, just tested thanks