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 theFireServer()
function would pass it back as anil
value (This was the main one that bothered us the most)- Solution: Passing just the
Child
parameter with theChildAdded
Event worked fine
- Solution: Passing just the
-
The
ViewportFrame
was not parented correctly
Until the time being, this seemed to have been a plausible solution