DebugLogErrorOn this pageDebug.LogError(any message) Logs the string passed by message as Error. Parameters: NameTypeDescriptionmessageanyThe string to be logged. Usage ---@type anylocal message;Debug:LogError(message)