Studio is completely unusable (cannot drag with the mouse)

As of around today, Roblox Studio effectively stopped responding to mouse movement.

Some symptoms:

  • Cannot drag the mouse to move the camera around
  • The mouse cursor doesn’t move while in playtest mode unless you click, then it snaps on the location you clicked on
  • InputChanged doesn’t fire for mouse movements

See the video below (this is on a template place)

Edit: As far as I can test this is on Studio only, this is fine in the client

59 Likes

Yeah I am Having this Issue As well

17 Likes

Yeah me and other programmers been talking about it, its a bug for everyone, I suppose.

8 Likes

can confirm im having this issue too

6 Likes

Same issue here as well, I can’t move my camera around at all.

5 Likes

Same here. Happened around 10 minutes ago.

6 Likes

It’s a Roblox bug - should be fixed shortly.

7 Likes

Alright time to touch grass until Roblox fixes this… Sad world

6 Likes

i cant even open studio it wont even load😂

2 Likes

Studio been really buggy for the past few days, hoping they fix this I have building things I need to finish and this makes it almost impossible.

6 Likes

It seems like it’s not just the camera that refuses to move. Certain actions with the mouse just don’t register. Hovering over certain ui elements don’t highlight when they should, selection boxes don’t appear when they should, etc.

12 Likes

It’s some mouse functionality, weird bug

4 Likes

Updating, I can’t move anything like no parts

6 Likes

Can confirm this has been happening since last nights studio update. Stupid that bugs like this even slip through in the first place. Reinstalling studio doesn’t help either.

4 Likes

Turns out the InputChanged for MouseMovement quit working on studio like referenced on the post, try it for yourselves fellow devs

game.UserInputService.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement then
print("M1 Changed")
end
end)
2 Likes

Yup, studio is bricked lool

Hopefully this is fixed ASAP

3 Likes

+1 mouse is broke for me too. Also broken in test mode

1 Like

I was about to post my own bug report but saw this one pop-up before posting mine.

I am unable to use my Studio camera anymore. I’ve had this reported from 3 other members of my team before it happened to me.

  • Panning with the right mouse button down doesn’t work anymore. The mouse locks and jitters for a frame in the direction you’re going, but the camera is locked.
  • Dolly (or zoom) with the mouse wheel doesn’t work anymore. Just nothing happens.
  • Tracking (translate left-right-up-down) with middle mouse button is also very broken. It does a sudden shift to another position for a frame, but you don’t control it at all.

I can move with WASD or arrows and use Shift to slow my speed.

I tried:

  • Uninstalling and reinstalling Roblox Studio.
  • Enabling and disabling the new camera beta
  • Removing all my plugins.
  • Deleting the camera instance.
  • Changing the camera instance’s CameraType

Nothing works. Camera still broken and behaving the same.

This is particularly hard to demonstrate but here’s a video:

6 Likes

I got the same issue currently, can’t scale UIS.

3 Likes

Mouse pointer just stops when I try to do anything in studio. So, studio is fully busted for me.

1 Like