How do i fix that

  1. What do you want to achieve? Keep it simple and clear!
    I need to do smth with an part
  2. What is the issue? Include screenshots / videos if possible!
    so basically i can’t even click a part and union it and idk if this even a part bcz i unlocked every single model but this thing is not unlockable
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    yes i did

image
I can’t click this brick platform

Find it in the explorer panel, click on it, then check the properties panel or the above toolbar to see if it has been Locked. Locked parts can’t be clicked on normally.

I know i stated what i used CTRL + A and removed locked property from every single part in game. This didn’t help

Run this in command bar:

for k,v in pairs(workspace:GetDescendants()) do
    if v:IsA("BasePart") then v.Locked = false end
end
1 Like

Thanks that worked! (30 letterssssssss)

1 Like