Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

When you use 'FindFirstChild' to index nil in Roblox Studio, it means that you are trying to access a child of a parent that does not exist. This error occurs when you try to search for a child object within a parent object that is not currently in the game. To fix this error, you need to make sure that the parent object exists before attempting to access its children.