Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

Help with DataModel?

Asked by 9 years ago

Can Someone tell me what this means? Output: DataStore is not a valid member of ServerStorage

1
What is your code? We can't magically fix errors for you. adark 5487 — 9y
0
Its too long to upload Timster111 25 — 9y
0
In the future try uploading the relevant section of code, not necessarily the entire script. Also refrain from attacking other members. User#2 0 — 9y

1 answer

Log in to vote
0
Answered by
User#2 0
9 years ago

It means there are no objects nor properties in/of the ServerStorage object (you can see it in your explorer panel in studio) named "DataStore"

Assuming you meant to get the DataStore Service then you'll want to use game:GetService("DataStoreService")

Ad

Answer this question