Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script for StarterPlayer won't work due to this script. Can some help me please?

Asked by 6 years ago
Edited by RubenKan 6 years ago
local Settings = (
    ["DefaulthSkinColour"] = BrickColor.new("Grey"),
    ["DefaulthSkinMaterial"] = Enum.Material.Concrete,
    ["DefaulthFace"] = "rbxasset://textures/face.png",
    ["StarterCash"] = $0
}

return Settings
0
Next time, highlight your code and format it to lua syntax. 65225 80 — 6y
0
Remember, Roblox was made in the US, so you should use Gray. hiimgoodpack 2009 — 6y

1 answer

Log in to vote
0
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
6 years ago

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.

0
thanks you for helping me urnices 2 — 6y
Ad

Answer this question