So basically I am trying to make an in game cash shop, and it is nearly finished though for some reason ‘Value is not a valid member of folder “ServerStorage.PlayerData.DevTigerr.Equipped”’
Does anyone know how to fix this?
So basically I am trying to make an in game cash shop, and it is nearly finished though for some reason ‘Value is not a valid member of folder “ServerStorage.PlayerData.DevTigerr.Equipped”’
Does anyone know how to fix this?
Yo cannot access anything from the ServerStorage from the client, even from a remote event.
So what should I do instead of that?
Put it where the client can access it, for example, ReplicatedStorage.
May you tell us where line 99 is?
If line 99 is the current highlighted line, then result might be something returned from the server that was from ServerStorage. Or maybe selectedItem is referenced from the ServerStorage.
It is right on the ‘local result’ line.
Can we see the Server Script, it seems like the server is returning something from ServerStorage back to the client.
I watched an outdated tutorial on this, so some things are obviously not going to work properly.
So how might I fix it?
PlayerData is the folder, I believe.
I’ll try to figure something out. Give me a few minutes.