From edc23c3dcfe5e70340b8b3493d88f1e05dc8a697 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:32:10 +1000 Subject: [PATCH] Update gameserver.php --- public/game/gameserver.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/game/gameserver.php b/public/game/gameserver.php index 368547f..fe20bb7 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -7,8 +7,9 @@ $rbxl = addslashes($_GET["rbxl"]); ob_start(); ?> +-- Start Game Script Arguments --- FIX MISSING TEXTURES by @THOMAS +-- test 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="} @@ -44,8 +45,6 @@ for i, v in pairs(GetDescendants(game)) do end end --- Start Game Script Arguments - ------------------- UTILITY FUNCTIONS -------------------------- local cdnSuccess = 0