LINE 9
Which line is line 9? I cant see.
local tween = TS:Create(script.Parent)
local Change = {Color = Color3.fromRGB(r, g, b)}
Do color = color3.new(r,g,b)
This aught to work
thanks for at least attempting
so it works thanks, but its slow i have another script thats faster but that script is more confusing
If you wanna make it faster, just change the 0.3 to something smaller. C:
I did, but then it does like crazy
Color3.new can be useless as it allows values from 0-1, anything above that breaks. for the 1000th time. USE FROMRGB
