ReGui
Search...
Ctrl + K
Elements
:Error
Copy
type Error = {
Text: string?
}
Example usage:
Copy
:Error({
Text = "Hello world!"
})
Previous
:Label
Next
:Button
Last updated
25 days ago