FindFirstDescendant not enabled?

as the above post suggests, use :FindFirstChild() with the 2nd argument as true.

for example:

FindFirstChild(“Something”,true)

2 Likes