Remote Event Not Firing from Server to Client

Where is the LocalScript located in the game? If it’s not a descendant of one of the following objects (listed at the bottom of this post), its code will not run which means that the client would never actually be listening for the RemoteEvent to be called.

  • A Player’s Backpack , such as a child of a Tool
  • A Player’s Character model
  • A Player’s PlayerGui
  • A Player’s PlayerScripts .
  • The ReplicatedFirst service
2 Likes