Getting a error “attempt to call a table value”
I have no clue how to fix it ive been searching for the error for a while
local info = {
CColor={
White={
Color=Color3.fromRGB(117,0,0) --I know thats not white
}
}
}
local config = script:FindFirstChild(plr.Name.."_"..tostring(plr.UserId))
beam.Color=ColorSequence(info.CColor[config.EquipedCColor.Value]["Color"])