Stack

A Stack contains childrens that you want to place on top of each other.

e.Stack({
		Children = {
			e.TextLabel("1"),
			e.TextLabel("2"),
			e.TextLabel("3"),
			e.TextLabel("4"),
		}
})

Last updated