Why is this Server > Client communication not working?

So, after doing some configuration via PM’s we seem to have found a couple of issues:

  • Creating a variable inside a ChildAdded event and sending it throughout the FireServer() function would pass it back as a nil value (This was the main one that bothered us the most)

    • Solution: Passing just the Child parameter with the ChildAdded Event worked fine
  • The ViewportFrame was not parented correctly

Until the time being, this seemed to have been a plausible solution :thinking: