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