This commit is contained in:
Ggafrik 2025-06-30 00:06:14 +08:00
parent fb8a4d35c6
commit 8157d756b0

View File

@ -100,6 +100,7 @@ for _, Player in Players:GetPlayers() do
end
-- Initially require all server-sided & shared modules
-- 加载模块 ReplicatedStorage.Modules, ServerStorage.Modules
for _, Location in {ReplicatedStorage.Modules, ServerStorage.Modules} do
for _, Library in Location:GetChildren() do
if Library:IsA("ModuleScript") then