I have a primary part in my model(I can see it in the properties) yet whenever I put it in startercharacter it’s giving an error saying model primary part does not exist.
The script:
local idk3 = script.Parent.idk3
local idk2 = script.Parent.idk2
local idk1 = script.Parent.idk1
local idk = script.Parent.idk
while true do
wait()
idk3:SetPrimaryPartCFrame(idk3.PrimaryPart.CFrame * CFrame.Angles(0,10,0))
idk2:SetPrimaryPartCFrame(idk2.PrimaryPart.CFrame * CFrame.Angles(0,10,0))
idk1:SetPrimaryPartCFrame(idk1.PrimaryPart.CFrame * CFrame.Angles(0,10,0))
idk:SetPrimaryPartCFrame(idk.PrimaryPart.CFrame * CFrame.Angles(0,10,0))
end
Do you think you could send me a copy of your rbxl file? At this point I’m not sure what’s going on and I would have to see for myself. If you don’t feel comfortable, that’s fine.