#I need help tweening a GUI color
15 messages · Page 1 of 1 (latest)
Are you looking to make a gradient?
kind of
i want it to go from green to red
100 = green
0 = red
but yea a gradient
so it changes color slowly
Use Color3:Lerp to linearly interpolate one colour to another based on a percentage representing a progression from 0 -> 100%
ah lerping, i remember that now, thanks
ill see what i can do
@steep flax how can i put this in a script so the GUI will change
** You are now Level 7! **
Local script:
script.Parent.BackgroundColor3:Lerp()