[SOLVED] Can't Return Values..?

I’ll try that…Sorry for my late responses, posting and dealing with a new puppy is difficult

Still returning nil…Took out the code you specified there.

Fancy adding me to team create so I can take a more detailed look?

Sure, I’ll add ya.

Sorry again for the late reply!

1 Like

@Webmotion was able to help me via PMs.

Thank you everyone for your assistance. :slightly_smiling_face:

1 Like

Could you reiterate what they told you in DMs as a part of a reply in this thread and set that post as the solution rather than this. It helps anyone looking for problems similar to theirs and keeps duplicate threads to a minimum.

2 Likes

Sure… the solution is as follows.

So, I’ve had a quick look and it seems the values do get printed within the Callback for the GetAsync, and within the GetAsync the callback is now returned for this function.

It seems like you were trying to get the value of GetAsync to return to your local script, which i have fixed. Where in the local script it used to print nil, it will now print whatever the callback returns.