How would i go about changing he transparency of this color?
toolbar["Slot" .. tostring(slotNum)].Amount.Visible = false
toolbar["Slot" .. tostring(slotNum)].Image = ""
toolbar["Slot" .. tostring(slotNum)].Text.Visible = false
toolbar["Slot" .. tostring(slotNum)].BackgroundColor3 = Color3.fromRGB(255, 170, 127)
end
end
end