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

How do i make a server side script make a part change for everyone?

Asked by 6 years ago

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)

1 answer

Log in to vote
0
Answered by 6 years ago

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

0
Yeah its not working rn because I want it to start fading on player entered, and I tried and nothing it working like how you said. Idk where to put that localscript. Asynchronize 16 — 6y
Ad

Answer this question