Update renderAvatar.luau
This commit is contained in:
parent
154d5260b8
commit
956ce21547
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue