How to change transparency of a Color3?

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

toolbar[“Slot” … tostring(slotNum)].BackgroundTransparency = 0.5

Between 0 and 1

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.