Yeah me and other programmers been talking about it, its a bug for everyone, I suppose.
can confirm im having this issue too
Same issue here as well, I can’t move my camera around at all.
Same here. Happened around 10 minutes ago.
It’s a Roblox bug - should be fixed shortly.
Alright time to touch grass until Roblox fixes this… Sad world
i cant even open studio it wont even load😂
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.
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.
It’s some mouse functionality, weird bug
Updating, I can’t move anything like no parts
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.
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)
Yup, studio is bricked lool
Hopefully this is fixed ASAP
+1 mouse is broke for me too. Also broken in test mode
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:
I got the same issue currently, can’t scale UIS.
Mouse pointer just stops when I try to do anything in studio. So, studio is fully busted for me.
Hello, we’re investigating the issue. We will hopefully have a fix promptly.
Glad I’m not the only one with this issue lol