diff --git a/public/game/gameserver.php b/public/game/gameserver.php index fae3126..ec8a904 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -43,6 +43,7 @@ for i, v in pairs(GetDescendants(game)) do end end +print("DONE! Replaced " .. replacedProperties .. " properties") game:GetService("NetworkServer"):Start() game:GetService("RunService"):Run() game.Lighting.GlobalShadows = true @@ -73,7 +74,6 @@ end end) end) game.Players.PlayerAdded:connect(onJoined) -