Render script

This commit is contained in:
taskmanager 2023-11-05 00:38:23 +00:00
parent 1972eee6dc
commit 082b5fd497
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@ game:HttpPost(
)
local player = game:GetService("Players"):CreateLocalPlayer(0)
player.CharacterAppearance = baseUrl
.. "/asset/characterfetch?userID="
.. assetId
player.CharacterAppearance = baseUrl .. "/asset/characterfetch?userID=" .. assetId
player:LoadCharacter(false)
-- Raise up the character's arm if they have gear.