Enoria
  • Home
  • Guide
    • Getting Started
    • Hello world!
    • Widgets
      • Container
      • Column
      • Row
      • Form
      • GridBuilder
      • ListBuilder
      • TextLabel
      • TextButton
      • ImageLabel
      • ImageButton
      • PageLayout
      • ScrollContainer
      • Stack
      • TextBox
      • TextFormField
      • VerticalSpacer
      • HorizontalSpacer
      • Viewport
  • Events
  • State Management
    • Stores
    • Observer
  • Animations
  • Build forms with validation
  • Theming
    • Classes
Powered by GitBook
On this page

Was this helpful?

  1. Guide
  2. Widgets

TextBox

A regular TextBox Roblox GUI object.

Example

e:RunApp({
	Name = script.Parent.Parent.Name,
	Home = e.TextBox({
		PlaceholderText = "Enter your name here",
	})
})
PreviousStackNextTextFormField

Last updated 4 years ago

Was this helpful?