How do I let my script know when a party no longer has children

1 Like

Hmmm i cannot understand what you trying to do but if you want to check the children of a instance you can do this if #Instance:GetChildren() < 1 then this gonna detect if the children instances is 0 or below

Checking for PART == nil is pointless and will never return true. This is because Model:GetChildren() returns an array of instances that exist(aren’t nil) directly under the Model instance.

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