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

hi, I am trying to make a part that changes color to the beat how would I do it?

Asked by 3 years ago
Edited 3 years ago

I tried this script but it wouldnt work. ~~~~~~~~~~~~~~~~~

while true do
    script.Parent.Color = Color3.fromRGB(1/script.Parent.e.PlaybackLoudness,1,1)
    wait(1)
    end

~~~~~~~~~~~~~~~~~

how would I make it work?

0
try hsv instead of rgb greatneil80 2647 — 3y

Answer this question