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

Audio visualization script error?

Asked by
iRexBot 147
8 years ago

Why won't this script work? I tried as much things to fix it but it fails. The script is suppost to make a logo union expand and shrink to the playbackloudness. It says "Sound is for a valid member of Music"

1local MRV=game.Workspace:WaitForChild("Music")
2MRV:WaitForChild('Logo')
3while true do wait(.0001)
4local a6 = MRV.Logo
5a6.Size=Vector3.new(a6.Size.X, MRV.Sound.PlaybackLoundness / 400, a6.Scale.Y)
6end

If anyone could fix it thanks!

Answer this question