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

I'm confused on Remote events FireClient()?

Asked by 4 years ago

Okay, so I'm starting to learn more about Remote events FireServer() But not client. What would be the point?

1 answer

Log in to vote
0
Answered by 4 years ago

Basically FireClient() is the reverse of FireServer(), It needs to be fired by a Server script and should be detected with a local script

little example for ya: dis local script

workspace.Remote.OnClientEvent:Connect(function()

end)

I'm bored

Ad

Answer this question