I have an error
ServerScriptService.Pets_Server:11: attempt to index string with ‘Parent’
My code for this is:
pet.Parent = player.Character.PetInventory.EquippedPets
I have an error
ServerScriptService.Pets_Server:11: attempt to index string with ‘Parent’
My code for this is:
pet.Parent = player.Character.PetInventory.EquippedPets
Send some screenShots, also what is ‘pet’?
“pet” is probably string and not an object.