Quenty/NevermoreEngine

Infinite yield possible on 'ReplicatedStorage:WaitForChild("_replicationFolder")

julianhak opened this issue · 4 comments

image

The problematic code is:

image
(Line 87)

Did you require it on the server too?

Nope, just client

You need to require it on the server.

I believe that fixed the problem. It's attempting to call a nil value, but I think that's just my fault. Thanks