Issue Type: Other Impact: Moderate Frequency: Constantly Date First Experienced: 2021-05-01 00:05:00 (-05:00) Date Last Experienced: 2021-05-01 00:05:00 (-05:00)
This is why the specific event is not working. MouseButton1Down receives input through a player’s Mouse (devhub) object in order to fire, and when you’re on a mobile device or emulating one, you will not be sending input via this object but rather through your touch-screen. When you’re emulating mobile, think of your mouse pointer as a simulated fingertip that allows you to send physical touch input to the client - because your code won’t know the difference
To add: if MouseButton1Down is fired via touch input on the non-emulated mobile client, then that’s more likely a client bug for mobile and not a studio bug for emulation of mobile.
This has been the functionality since Roblox first debuted on touch devices. The removal of this functionality in the last few days breaks a lot of scripts developed over the last few years in Studio.
This bug started happening for me as well, found it while doing some last-minute update testing. Everything other than MouseButton1Down seems to work fine, and everything still works fine outside studio. It was also just working a few days ago in studio.
I can confirm I am seeing the Same, I know it used to work in Studio, this is how I tested my game for mobile. (example: a drag-able gui button) Now it only works in game.
Hey! So I’m working on something using .MouseButton1Down right now, I didn’t test in studio, used my own phone to test running OneUI 3 (Samsung Galaxy Note 20 Ultra), didn’t work.
I’ve been trying to do mobile testing in studio recently and I’ve been unable to click any UI buttons (including roblox core UI) in studio despite it working fine on a mobile device
It appears that only MouseButton1Down is firing, MouseButton1Up and MouseButton1Click is not firing at all
This appears to be due to an input bug with the Mobile Emulator in Studio (at least on macOS) and I have been experiencing it for at least a year now.
Recently, using the Mobile Emulator has been temporarily breaking my mouse input when returning to Edit Mode. I have filed a separate bug report on that:
Do Activated, InputBegan, and InputEnded fire? I have only been able to get InputBegan to fire.
Yeah only InputBegan works for me, it’s kind of similar to how only MouseButton1Down fires as those two events are kind of equivalent to each other.
But yeah this is quite an annoying bug I wish it would get some attention. It’s not dependent on the game or anything I can literally just open a blank baseplate and the bug is still there - no buttons will work.
I don’t know if this happens on EVERY mac os device or perhaps there’s a certain condition that has to be met for the bug to occur and so it only happens to a few of us - that I don’t know. Would be great to see some others test this