#after any sort of death/reset my output gets spammed with this error please help
1 messages · Page 1 of 1 (latest)
Is it only by you or by any NPC? I think you've a local script that wants teleport the PrimaryPart with the whole character but character has no PrimaryPart. You need to set the HumanoidRootPart as a PrimaryPart for a Character
Probably need specific picture buddy
First check if that thing exists before using it in ur script
If you’re trying to move the character make sure you update the variable for the model each time the character respawns
Set the models primary part manually via properties tab or in a script
Model.PrimaryPart = YourPart
Or again under the properties tab, link it there
I’m making a UI where it shows the model rendered and spin in the UI, but I’m getting an error message, “Model:SetPrimaryCFrame() failed because no PrimaryPart has been set, or the PrimaryPart no longer exists. Please set Model.PrimaryPart before using this.” I can’t seem to find the issue within the script? Anyone know how to fix thi...
thanks everybody yeah turns out it came from my viewport frame script trying to set the models cframe i switched it to pivitto and it worked out thanks for the input