From 1704aa4187f174f8a30366ee0c008b8c88085202 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:50:51 +1000 Subject: [PATCH] Update gameserver.php --- public/game/gameserver.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/game/gameserver.php b/public/game/gameserver.php index 7d66d6e..d1e1bd6 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -3,9 +3,11 @@ header("content-type:text/plain"); $port = addslashes($_GET["port"]); +$rbxl = addslashes($_GET["rbxl"]); + ob_start(); ?> -game:Load('rbxasset://temp.rbxl') +game:Load('rbxasset://') local assetPropertyNames = {"Texture", "TextureId", "SoundId", "MeshId", "SkyboxUp", "SkyboxLf", "SkyboxBk", "SkyboxRt", "SkyboxFt", "SkyboxDn", "PantsTemplate", "ShirtTemplate", "Graphic", "Frame", "ImageLabel", "GuiMain", "Image", "LinkedSource", "AnimationId"} local variations = {"http://www%.roblox%.com/asset/%?id=", "http://www%.roblox%.com/asset%?id=", "http://%.roblox%.com/asset/%?id=", "http://%.roblox%.com/asset%?id="}