I know this sounds like a dumb question but I am 99% sure MouseButton1Down is meant to work on mobile even though the name doesn't suggest that.
Has this changed recently? Could anyone give me a good alternative and type it out, I'd really appreciate it
An example of my usage:
eventy = Button.MouseButton1Click:connect(function() Sounds.Press2:Play() wereDone() end)
The sound doesn't play (it does on PC)
Check this pages:
http://blog.roblox.com/2014/10/configuring-your-game-for-mobile/ http://wiki.roblox.com/index.php?title=ContextActionService_tutorial#Modifying_Button
Hope you find what you're looking for. :)