local Settings = ( ["DefaulthSkinColour"] = BrickColor.new("Grey"), ["DefaulthSkinMaterial"] = Enum.Material.Concrete, ["DefaulthFace"] = "rbxasset://textures/face.png", ["StarterCash"] = $0 } return Settings
You start of with a ( and end with a }. The start should also be a {, to make the Settings value a Table. As it is now, you have malformed syntax, and this should pop up in the output window.