AnimatorGetLayerNameOn this pageAnimator.GetLayerName(number layerIndex) Returns the layer name. Parameters: NameTypeDescriptionlayerIndexnumberThe layer index. Returns: typeDescriptionstringThe layer name. Usage ---@type Animatorlocal animator;---@type numberlocal layerIndex;local val0 = animator.GetLayerName(layerIndex)