Attempt to get length of a Instance value

I’m trying to make sure that it can’t have more than a set amount of people to go to a different place but I keep getting this error
image

The error is self-explanatory; you can’t call the # operator on an Instance

1 Like

then how do i get the amount of things in a folder?

#O:GetChildren() -- GetChildren returns a table with all of an Instance's children

thank you, now i feel dumb having forgot to add GetChildren()

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