:Region

type Region = {
	Scroll: boolean?
}

Example usage:

local Region = ...:Region() --> Canvas

Region:Label({
    Text="Hello world!"
})

Theme colors:

Tag
Affects

RegionBg

Background color

RegionBgTransparency

Background transparency

Last updated