for some reason when i do sript.parent:Destroy() my model does not get destroyed is it something to do with it being a model???
It’s due to your error before it gets to the :Destroy() line.
It’s saying “Respawn” is not a member of ReplicatedStorage. So whatever Respawn is on line 15, is not parented to ReplicatedStorage. Fix that and it should Destroy the model.
Fix the error on line 15 or it wont ever get to destroing it
line 15 it can’t find respawn fix it first
Thank you! i had no clue i deleted respawn from replicated storage! Thanks!