Created
September 10, 2023 00:06
-
-
Save topherPedersen/dca4532e2a15c7377f6039539e2bc3db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local module = {} | |
function Display(text) | |
local textLabel = script.Parent | |
textLabel.Text = text | |
end | |
module.Display = Display | |
return module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment