The name of the thing I put on the character
Aren’t baseparts, parts that have no changed properties?
Not quite. A BasePart is pretty much just a way to access a variety of different parts (meshparts, parts, etc.). You can read the documentation here BasePart | Documentation - Roblox Creator Hub
what name are you trying to search for?
“Middle” in the model to make unanchored
for i,v in pairs(HeadDressMake:GetChildren()) do
print(v.Name)
if v:IsA("BasePart") and v.Name == "Middle" then
v.Anchored = false
end
end
I guess it would be like this then
Unfortunately the same thing happened
show your roblox studio explorer rq
The problem is resolved, thank you for your help.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.