Say I emit 20 particles from a local script to the plr's body. Any way to make it replicate to other people ?
(without doing it from the server)
ty
im a mlg
Stick the script or local script into the character whenever they spawn, then you can say clone a particleemitter from rep storage and parent it to the localplayer's torso
uhhh.
I already have the particle emitter in server side and on the client, but when i call :Emit(20) on the emitter from a localscript the server doesn't show the particles.
im a mlg