Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created September 10, 2023 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherPedersen/dca4532e2a15c7377f6039539e2bc3db to your computer and use it in GitHub Desktop.
Save topherPedersen/dca4532e2a15c7377f6039539e2bc3db to your computer and use it in GitHub Desktop.
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