How can I replicate to all clients if I'm only using a local script?

I really need help [charlimit]

1 Like

Depends on what exactly you need to replicate. For certain things, you may be able to have the client fire a remote event, with information about the local stuff. Then, the server receives this and either creates the local stuff on the server’s end, or it FireAllClients and has each client recreate the local stuff

I am using a local script with userinputservice, now when i click a specifc key I want a ball to appear, but I don’t want to have the ball appear on the server, but instead on all clients but I don’t know how

RemoteEvent to a serverscript that fires a RemoteEvent to all clients

Is this the only way to do it? Seems like a hassle

About 7 lines of code in total

Yes, but it seems like a hassle sending to the client then black to server blah blah

The client can’t affect other clients directly. It has to go through the server