Settings go in the module script right?
Module script example:
something = true
how do i make the normal script get the settings from the module script?
Better Example (best i could make it lol):
FontSize = "Size48"
Font = "Legacy"
TextColor3 = Color3.new(255,255,255)
How do I make it so the normal script grabs the settings from the module script and creates the text using the settings?
make configuration folder -> insert string value -> string value's value = "Legacy" or "Size24" etc, just create the corresponding value object for the value you want to set and reference it from the hierarchy.