Remote Event Not Firing

Hello there everyone, In this script im firing a RemoteEvent, but my local script can not locate the RemoteEvent and is saying that the Event does not exist.

If I am doing something wrong please correct me.

You cannot access ServerStorage from the client. Only the server cant access that. You would need to store the remote event in ReplicatedStorage if you want the client to be able to access it.

Ah, thanks. Will correct my mistake.