My pet system isn’t working because the pet models I put in doesn’t have a cframe and this specific lines of the script needs revision to make the thumbnail of the pets work. Can someone please give me any suggestions of revising my script? Thanks.
The error says the problem. Position is not a valid property of a Model, and the Reindeer is a model. You could try to use Model:GetPivot().Position instead, or if it has a specific part that coordinates it’s position you can reference that and use it’s position. Also, CFrame is not a valid property of a Model, but you can use Model:GetPivot() which is a CFrame by the way.
If you have problems with orientation, you should probably make your own correctly oriented part welded to the pet model and then just reference it’s CFrame as the petPivot.