#after any sort of death/reset my output gets spammed with this error please help

1 messages · Page 1 of 1 (latest)

unkempt oyster
#

Model:SetPrimaryPartCFrame() failed because no PrimaryPart has been set, or the PrimaryPart no longer exists. Please set Model.PrimaryPart before using this.

solid linden
#

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

brittle basin
#

Probably need specific picture buddy

ocean wing
regal snow
#

If you’re trying to move the character make sure you update the variable for the model each time the character respawns

light zenith
#

Model.PrimaryPart = YourPart

#

Or again under the properties tab, link it there

#
unkempt oyster
#

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