Okay, so I'm starting to learn more about Remote events FireServer() But not client. What would be the point?
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