Short and simple, I can’t use FindFirstDescendant because FindFirstDescendant is not enabled, how do I enable it?
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