So i have a band thats around your arm that fades with the beat, it only fades with a local script and we want it to fade with a regular script so everyone can see it, how would i make that? (FE is on also)
In the local script once you want it to fire a remotefunction put
remotef:InvokeServer(brick)
replace remotef with the remotefunction. The server script that you should put in serverscriptservices will have a
remotef.OnServerInvoke = function(player, agurments)
--Magic goes here
end
once again replace remotef with remotefunction location