I’m trying to make my game, but every once in a while my client script just doesn’t recognize any instances in the workspace like its failing to load.
For now I just placed a WaitForChild where it errored.
I’m trying to make my game, but every once in a while my client script just doesn’t recognize any instances in the workspace like its failing to load.
For now I just placed a WaitForChild where it errored.
Could be due to StreamingEnabled
. Generally, you’ll want to use WaitForChild
for any objects under the workspace in client scripts.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.