local Config = { -- will need to add ways to differentiate between these settings and mobile settings -- these are desktop only settings MainWindowElement = { Position = UDim2.new(0, 100, 0, 50), Size = UDim2.new(0, 992, 0, 400), Transparency = .36, Padding = UDim.new(0,5), MinSize = Vector2.new(300,200), }, } return Config