diff --git a/luau/renderAvatar.luau b/luau/renderAvatar.luau index fd9a197..3f1a79a 100644 --- a/luau/renderAvatar.luau +++ b/luau/renderAvatar.luau @@ -42,7 +42,7 @@ game:HttpPost( local player = game:GetService("Players"):CreateLocalPlayer(0) player.CharacterAppearance = baseUrl - .. "/Asset/CharacterFetch.ashx?userID=" + .. "/asset/characterfetch?userID=" .. assetId .. "&serverId=-1&t=" .. tick() @@ -71,7 +71,7 @@ while true do .. game.JobId, result, true, - "text/plain" + "text/json" ) end) if not ok then diff --git a/luau/renderClothing.luau b/luau/renderClothing.luau index 8bec80d..e3142b4 100644 --- a/luau/renderClothing.luau +++ b/luau/renderClothing.luau @@ -38,8 +38,7 @@ game:HttpPost( .. game.JobId, '{"Status": 1}', true, - "text/json", - true + "text/json" ) local player = game:GetService("Players"):CreateLocalPlayer(0) @@ -71,7 +70,7 @@ while true do .. game.JobId, result, true, - "text/plain" + "text/json" ) end) if not ok then