Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local newGradient = Instance.new("UIGradient",workspace)
- local colorTable = {}
- for i = 0,359,20 do
- table.insert(colorTable,ColorSequenceKeypoint.new(i/359,Color3.fromHSV(i/359,1,1)))
- end
- table.insert(colorTable,ColorSequenceKeypoint.new(1,Color3.fromHSV(1,1,1)))
- newGradient.Color = ColorSequence.new(colorTable)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement