This commit is contained in:
cirroskais 2023-08-27 06:00:53 -04:00
parent efb16c2bb6
commit 234b6d7e53
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ game:GetService("ContentProvider"):SetBaseUrl(baseUrl)
game:GetService("ScriptContext").ScriptsDisabled = true
local Player = game.Players:CreateLocalPlayer(0)
Player.CharacterAppearance = ("%s/Asset?Id=%d"):format(baseUrl, assetId)
Player.CharacterAppearance = ("%s/Asset?id=%d"):format(baseUrl, assetId)
Player:LoadCharacter(false)
game:GetService("RunService"):Run()