Instance.new("ScreenGui",game.StarterGui)
local textBOX = Instance.new("TextBox",game.StarterGui.ScreenGui)
textBOX.Visible = true
textBOX.Text = "timer"
(but how do i change the size of the text box? i tried change it like this: textBOX.Size = {blah,blah},{blah blah}, obviously i didnt put blah blah in the brackets, but you know what i mean, when i use the brackets it doesnt work? please help)
local textBOX = Instance.new("TextBox",game.StarterGui.ScreenGui)
textBOX.Visible = true
textBOX.Text = "timer"
(but how do i change the size of the text box? i tried change it like this: textBOX.Size = {blah,blah},{blah blah}, obviously i didnt put blah blah in the brackets, but you know what i mean, when i use the brackets it doesnt work? please help)