Im trying to make a light sync up with audio with the playbackloudness value in audios from a script. This value reads only 0 on a script but in a localscript its the actual loudness. is there a way I can get it from a script? And I think think sending events constantly would be very efficient.
My question to you would be, why do you want to read the loudness from a Server Script? Between the actions taking place on a server and the action taking place on clients, there is always some replication lag and the effect you are trying to achieve might not be desired.
If you want the lights to sync to your music, each Client should do this on their own in my opinion, since there is no downside to doing so really.
how do you change the color of lights on client? edit:nvm.
1 Like