Update renderAvatar.luau

This commit is contained in:
taskmanager 2023-10-19 02:07:04 +01:00
parent 154d5260b8
commit 956ce21547
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ game:HttpPost(
local player = game:GetService("Players"):CreateLocalPlayer(0)
player.CharacterAppearance = baseUrl
.. "/api/render/characterasset?id="
.. "/Asset/CharacterFetch?userID="
.. assetId
player:LoadCharacter(false)