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

Sync light with music with playbackloudness?

Asked by 6 years ago

while wait() do local oof = game.Workspace.Player.PlaybackLoudness / game.Workspace.bpm.Value + 8 if oof then game.Workspace.Light1.StrobeLight.Light.StrobeLight.Enabled = true else game.Workspace.Light1.StrobeLight.Light.StrobeLight.Enabled = false end end

Whats wrong?

0
Not exactly sure what you're trying to accomplish here, mind giving some more info? Please put your code in a code block. T0XN 276 — 6y
0

Answer this question