Render script
This commit is contained in:
parent
1972eee6dc
commit
082b5fd497
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue