DebugLogOn this pageDebug.Log(any message) Simply logs a string passed in message. Parameters: NameTypeDescriptionmessageanyThe string to be logged. Usage ---@type anylocal message;Debug:Log(message) Example Debug.Log("Hello");