Introduction
local Text = require(script.TextPlus)
local frame = script.frame
Text.Create(
frame, -- Parent and boundary.
"This text is awesome!" -- Text.
)Text.GetText(frame)Last updated
local Text = require(script.TextPlus)
local frame = script.frame
Text.Create(
frame, -- Parent and boundary.
"This text is awesome!" -- Text.
)Text.GetText(frame)Last updated