ServerStorage Child not being found

So I’m trying to make a shop and inside ServerStorage I have an inventory folder that see’s if they have the item or not. But, it keeps saying the inventory folder is not inside ServerStorage. But I don’t know why.
Thanks for reading

you can’t get things from ServerStorage using a local script

Oh so where should I store this data then?

you would need to get the children of ServerStorage using a Server Script

if you want to get it with a local script use Replicated Storage instead of Server Storage

1 Like

This is a shop so I don’t think I can do that. :confused:

read the most recent message I sent