Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want the backround to shift colors, why won't this work?

Asked by 4 years ago
Edited 4 years ago

Please tweak my local script the parent of local script is text label btw

Script:~~~~~~~~~~~~~~~~~

    ~~~~~~~~~~~~~~~~~
while true do
        script.Parent.BackgroundColor3 = Color3.fromRGB(252, 1, 7)
        wait(0.5)
        script.Parent.BackgroundColor3 = Color3.fromRGB(253, 128, 8)
        wait(0.5)
        script.Parent.BackgroundColor3 = Color3.fromRGB(255, 255, 10)
        wait(0.5)
        script.Parent.BackgroundColor3 = Color3.fromRGB(33, 255, 6)
        wait(0.5)
        script.Parent.BackgroundColor3 = Color3.fromRGB(32, 255, 255)
        wait(0.5)
        script.Parent.BackgroundColor3 = Color3.fromRGB(128, 0, 128)
        wait(0.5)
    end

1 answer

Log in to vote
0
Answered by 4 years ago

look at this vid

https://www.youtube.com/watch?v=xq3XoECkm-w

Ad

Answer this question