Fix asset rendering for unapproved clothing and remove API key for accessing unapproved assets from RCC
This commit is contained in:
parent
972397b695
commit
b97ed39e10
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue