Whats better for universal textbutton press support

I want to make TextButton support for PC, mobile and console (if its even possible to press buttons on console)

Which one is better for universal support? Should I just keep using .MouseButton1Click or its unreliable and i should use different roblox signal?

1 Like

You can use .Activated instead for universal

1 Like

so I tested both of them on mobile and PC

here are the results

PC :point_down:

MOBILE :point_down:

Conclusion: Im confused as they both work on both platforms. Which one is more reliable?? I dont know but I assume probably .Activated

1 Like

It’s more reliable use .Activated

1 Like

Thanks, I always used .MouseButton1Click. I will switch over to .Activated from now on.

1 Like

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