Check if a model has its children changed

  1. What do you want to achieve? i want to detect if a model’s children have changed, my code doesn’t update if at a certain point a random objects moves into workspace

  2. What is the issue? i don’t know how

  3. What solutions have you tried so far? i looked in the forum but couldn’t find what i needed

this is my script

workspace:GetPropertyChangedSignal("I DON'T KNOW WHAT TO PUT HERE"):Connect(function()
--i will code here
end

thanks in advance

workspace.ChildAdded, maybe this is what you are looking for?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.