Trouble changing keypoints on uigradient

Well as the error says, you only have 1 ColorSequenceKeypoint for the second color. If you want it to be a flat color (only 1 ColorSequenceKeypoint), then do ColorSequence.new(hsv) instead

1 Like