Selecting a primary part from the explorer doesn't work anymore

We used to be able to click the primary part field in a model and then click on an object in the explorer to set a primary part – now that no longer works:

6 Likes

This might be totally wrong, but I’m gonna take a chance and say it’s related to the fix for this: Color picker Bug

You have to click the part in the workspace, not the explorer.

1 Like

You’re supposed to be able to click it in the explorer as well. It used to work, but now it doesn’t.

Yeah this sucks

You could do it the old fashioned way :wink:
Click on model, ctrl click on part, command:

local s = game.Selection:Get()
s[1].PrimaryPart = s[2]
1 Like

Yep, I used to use workspace as my way to set primary part, and I just never thought to report it.