Why wont this script find a ModuleScript named shop?
Im confused.
There is a module script in server script service. Its name is shop.
My (local) script:
1 | local ServerScriptService = game:GetService( "ServerScriptService" ) |
2 | local Module = require(ServerScriptService.Shop) |
5 | Module:PurchaseAnthem(game.Players.LocalPlayer, script.Parent.Parent.Id.Value, script.Parent.Parent.Price.Value) |
8 | script.Parent.MouseButton 1 Click:Connect(onClick) |
When I try to get the module it doesn't work and I get an error in the output:
"Shop is not a valid member of ServerScriptService "ServerScriptService"