Error "FindFirstDescendant is not enabled"

Short and simple, I can’t use FindFirstDescendant because FindFirstDescendant is not enabled, how do I enable it?

4 Likes

https://developer.roblox.com/en-us/api-reference/function/Instance/FindFirstChild

Use FindFirstChild and pass a value of ‘true’ as the second argument, it’ll perform a recursive search for an instance of the given name.

12 Likes

Oh ok. Thanks!

character limit