I heard someone say not to store maps or data in lighting anymore and put it in ServerStorage or something? Would you reference that the same way like you would with lighting? Ex:
local maps = game.ServerStorage.Maps
You would want to store the models into ReplicatedStorage as it is replicated to both the client and server.
Correct.
That or: Game:GetService'ServerStorage'.Maps