What does this mean?
I am trying to access ServerStorage, by going game.ServerStorage, but then the output displays 'ServerStorage is not a valid member of DataModel.' Should I not use ServerStorage for storing stuff which I clone?
Code (the variables, as they are the problem)
01 | local ngill = game.ServerStorage.Narrowgill:Clone() |
03 | local tmple = game.ServerStorage.Temple:Clone() |
05 | local pgrounds = game.ServerStorage.Pitgrounds:Clone() |
07 | local btops = game.ServerStorage.Bricktops:Clone() |
09 | local bstn = game.ServerStorage.Bastion:Clone() |
11 | local lobby = game.ServerStorage.Lobby:Clone() |
Thanks, if you can answer, it would be greatly appreciated!