It seems that the Roblox Player is identifying my computer as a mobile device, which winds up breaking the menu, shift lock, and some other things. I’ve tried reinstalling Roblox Player and restarting my computer with no luck. It happens in every game.
One potential cause of this is a touchscreen monitor I have plugged into my computer, but I’ve had it for months and it’s never caused any issues, leading me to believe that this is either a recent bug or just a really rare one.
Due to the way I based my UI this bug completely breaks my entire game and I’ve lost several hundreds players from it, not entirely sure what to do besides waiting
I guess there is nothing to do right now expect waiting. Almost all games are broken because of this. Also the in-game chat doesn’t work as how it should work.
I can join a game and play with mouse & keyboard just fine, however when I touch my touchscreen Roblox will go into touchscreen mode where I am unable to use my mouse.
Will work after restarting the client, but I cannot use my touchscreen & mouse without it going into mobile mode.
I fixed this by disabling the touchscreen driver and restarting the roblox client. It’s a decent short-term fix but it’s gonna be annoying to do it every time i wanna run roblox
This broke certain methods of detecting if you’re on mobile, which caused a lot of errors for one of my games, however the below code seems to function just fine even with the bug running and I was able to get my game functioning again.
if not game:GetService("UserInputService").KeyboardEnabled then
I’m having the same issues. After touching my screen it goes to Mobile Mode, and I accidentally hit the Windows button and my Mouse on the Roblox client Disappeared.