Ok so I was in the middle of doing some developing and all of a sudden this dumb bug starts happening and has basically refused to go away, making most if not all of the standard tools break. Whenever I go to select an object it’ll do one of three things:
I won’t even be able to select the object to begin with
I’ll be able to select an object but not be able to manipulate it in all three axis ( X, Y & Z )
I’ll be able to make a change to the object but I won’t be able to deselect the object afterwards
no, this isn’t my mouse acting up because it works fine everywhere else.
I doubt I’m the only one experiencing this issue either.
Edit: Apparently the dragger was rewritten from Lua to C++ although that may be incorrect.
Edit 2: The worst thing is I can’t even report this to #platform-feedback:studio-bugs because I don’t have access to posting bug reports on it.
I couldn’t really think how a change like this could’ve happened since the change-logs make no reference to any kind of update to the draggers or anything. I personally haven’t experienced the string formatting thing though.
Could you try disabling all of your user plugins and trying again? This looks like it might be bad interaction with a user plugin that you have installed. If it works with all user plugins disabled, could you try to narrow down what plugin breaks it, and give me a link to that plugin so that I can fix the interaction?
If anyone else is having the problem please let me know.
It seems to happen at random intervals as this happened to me once before. A simple relaunch of studio fixed the issue for me personally, and since then it has yet to occur again.
Actually yes, I just remembered that I could in fact select multiple options at once to use in interacting with the brick. such as move, select, and scale.
I’ve had this issue too, and it fixes itself after relaunching roblox studio. Then after a while, it glitches out and lets me select multiple tools. It’s honestly really buggy, it may have to do with the new appearance of the move tools, as going to older versions fixes this issue. It’s honestly frustrating and makes me lose motivation.
Could you add this plugin to your plugins directory? (It’s a copy of the Select tool which can run as a user plugin. It has some additional debug things like a red square that follows your mouse)
When your ability to select things with the main Select tool breaks, try using this one, and let me know it it also breaks at the same time, or if it continues to work while the bultin Select tool is broken.
I’m probably gunna sound pretty dang stupid for this but where exactly is the Plugins folder for Roblox and how to I add the plugin into Studio to where I can actually use it ( instead of just having a folder in the workspace which I can’t do anything with )