🛠️ Rawrbox🌖 LUAextensionsstringstring.formatOn this pagestring.format string string.format(str, ...) Formats the given string with the given paramsEx: string.format("hello , age ", "world", 20) = "hello world, age 20" Parameters TypeNameDescriptionOptionalstringstrNo descriptionany...No description Returns TypeDescriptionstringNo description