I need help with remote events

I want to get a model from server storage to a local script

When I try to return the model to the local script via a remote event, it returns nil

Local Script :
image
Server Script :
image
Error :

check spelling, the error says the object your referring to is nil

The error is not the remote event. Check that you have referenced the object in ServerStorage correctly. make sure to use :WaitForChild() so this doesn’t happen