reverrted
This commit is contained in:
parent
d2a1763c0a
commit
c6d04df67b
|
|
@ -43,6 +43,7 @@ for i, v in pairs(GetDescendants(game)) do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print("DONE! Replaced " .. replacedProperties .. " properties")
|
||||||
game:GetService("NetworkServer"):Start(<?php echo $port; ?>)
|
game:GetService("NetworkServer"):Start(<?php echo $port; ?>)
|
||||||
game:GetService("RunService"):Run()
|
game:GetService("RunService"):Run()
|
||||||
game.Lighting.GlobalShadows = true
|
game.Lighting.GlobalShadows = true
|
||||||
|
|
@ -73,7 +74,6 @@ end
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
game.Players.PlayerAdded:connect(onJoined)
|
game.Players.PlayerAdded:connect(onJoined)
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$data = ob_get_clean();
|
$data = ob_get_clean();
|
||||||
$signature;
|
$signature;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue