local RS = game.ReplicatedStorage:WaitForChild('InStore');local RE = RS.Event; --> The InStore RemoteEventRE.OnClientEvent:Connect(function(Event, ...)print('Event') --> The event triggered by the serverend)
A number of events are sent from the server to the client via this remote, found below.