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"
1 | local MRV = game.Workspace:WaitForChild( "Music" ) |
2 | MRV:WaitForChild( 'Logo' ) |
3 | while true do wait(. 0001 ) |
4 | local a 6 = MRV.Logo |
5 | a 6. Size = Vector 3. new(a 6. Size.X, MRV.Sound.PlaybackLoundness / 400 , a 6. Scale.Y) |
6 | end |
If anyone could fix it thanks!