General purpose modules for Roblox development. [Read-only Codeberg mirror]
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

+2 -2
+2 -2
Demos/TextTransform/Frame/LocalScript.client.luau
··· 8 8 return 9 9 end 10 10 db = false 11 - script.Parent.TextLabel.Text = "Transforming..." 11 + script.Parent.TextButton.Text = "Transforming..." 12 12 module.TransformText(script.Parent.TextLabel) 13 - script.Parent.TextLabel.Text = "Transformed!" 13 + script.Parent.TextButton.Text = "Transformed!" 14 14 end)