Unable to assign property BackgroundColor3. Color3 expected, got nil

You most likely forgot to turn rarityName into a dictionary as I’ve said, apply the same things you did for the previous two to turn it into a dictionary

Or could be you forgot to full caps t hem as well

I have

local rarityName = {
	"COMMON",
	"UNCOMMEN",
	"RARE",
	"EPIC",
	"LEGENDARY"
}

In all the tables

This text will be blurred

You didn’t turn it into a dictionary, I’ve said it many times, do the same things you did for rarityColors and rarityTextColors for rarityName

So i put the color variables into dictionaries as well right?

The stuff you did with Common =, Uncommon =, do the same for rarityName

Also looking at your dictionaries again, you wrote Uncommon as Uncommen in one of them

1 Like