I’m making a audio visualizer thing that uses run service but I think I find it easier if I put a script in it. Now this is where I’m dumb and I test the game and realized Run Service is only on client. I would like to know what I should replace it with on server since While Wait() Do doesn’t work as well.
This is code for visualizer which I would use on Run Service in a Local Script
NotReplicated
This item is not replicated across Roblox’s server/client boundary.
So in other words, you might not be able to do this on the server in the first place. Because the server isn’t playing any sounds, it’s just telling clients which sounds they should be playing.