Can Someone tell me what this means? Output: DataStore is not a valid member of ServerStorage
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")