reverrted

This commit is contained in:
Thomas G 2022-07-10 21:53:23 +10:00
parent d2a1763c0a
commit c6d04df67b
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,7 @@ for i, v in pairs(GetDescendants(game)) do
end
end
print("DONE! Replaced " .. replacedProperties .. " properties")
game:GetService("NetworkServer"):Start(<?php echo $port; ?>)
game:GetService("RunService"):Run()
game.Lighting.GlobalShadows = true
@ -73,7 +74,6 @@ end
end)
end)
game.Players.PlayerAdded:connect(onJoined)
<?php
$data = ob_get_clean();
$signature;