#How do i make a brickcolor a color3 value?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
print(v.Team)
print(v.Team.TeamColor)
print(BrickColor.new(v.Team.TeamColor).Color)
i was testing how to make a brickcolor value in to a color3 value and i found something like this online but it still wont work