Methods

Method
Argument (Set / Get)

Window.Text

string / void

Window.TextColor

Color3 / void

Window.Font

Enum.Font or string / void

Example

Set

Window.Text = "New Window"

Get

print(Window.Text)

Last updated