Lighting is deprecated for storing tools and maps and stuff.
Put things that the server uses in ServerStorage.
Put things that the clients and maybe server use in ReplicatedStorage.
Clients cannot access scripts or models in ServerStorage or ServerScriptService, making it awesome to reduce lag on clients and prevent script theft. |