TextBox
A regular TextBox Roblox GUI object.
Example
e:RunApp({
Name = script.Parent.Parent.Name,
Home = e.TextBox({
PlaceholderText = "Enter your name here",
})
})
Last updated
Was this helpful?
A regular TextBox Roblox GUI object.
e:RunApp({
Name = script.Parent.Parent.Name,
Home = e.TextBox({
PlaceholderText = "Enter your name here",
})
})
Last updated
Was this helpful?