Fix asset rendering for unapproved clothing and remove API key for accessing unapproved assets from RCC

This commit is contained in:
Lewin Kelly 2023-11-06 20:01:53 +00:00
parent 972397b695
commit b97ed39e10
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ local player = game:GetService("Players"):CreateLocalPlayer(0)
player.CharacterAppearance = baseUrl
.. "/api/render/characterasset?id="
.. assetId
.. "&apiKey="
.. thumbnailKey
player:LoadCharacter(false)
-- Raise up the character's arm if they have gear.