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
rafa0874
(rafa)
#2
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: :point_down:](https://doy2mn9upadnk.cloudfront.net/images/emoji/twitter/point_down.png?v=12)
MOBILE ![:point_down: :point_down:](https://doy2mn9upadnk.cloudfront.net/images/emoji/twitter/point_down.png?v=12)
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
rafa0874
(rafa)
#4
It’s more reliable use .Activated
1 Like
Thanks, I always used .MouseButton1Click. I will switch over to .Activated from now on.
1 Like
system
(system)
Closed
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.