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

How do I make a part change color to the beat of music? [closed]

Asked by 2 years ago

I am trying to make disco lights and I want the lights to change color to the beat of the music.

Closed as Not Constructive by JesseSong

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 2 years ago

Please provide explanation with your answers. Simply posting code does not spread knowledge of integral scripting processes which helps people understand the logic and reasoning behind your answer.

part.Color = Color3.fromHSV(1/sound.PlaybackLoudness,1,1)

Ad
Log in to vote
-1
Answered by 2 years ago

You Can Do This By Adding Wait() there Is Not Such Thing To Change The Color To The Beat Just Use Wait() And Time It

0
This isnt true, games have done this before. Like lerting you input your own audio and making it physically affect something in the workspace. AlexanderYar 788 — 2y