Fix bodyshot.lua charapp appearance
This commit is contained in:
parent
5d39e3055f
commit
f75619c39e
|
|
@ -8,7 +8,7 @@ game:GetService("ContentProvider"):SetBaseUrl(baseUrl)
|
|||
game:GetService("ScriptContext").ScriptsDisabled = true
|
||||
|
||||
local Player = game.Players:CreateLocalPlayer(0)
|
||||
Player.CharacterAppearance = ("%s/users/%d/character"):format(baseUrl, assetId)
|
||||
Player.CharacterAppearance = ("%s/Character?id=%d"):format(baseUrl, assetId)
|
||||
Player:LoadCharacter(false)
|
||||
|
||||
game:GetService("RunService"):Run()
|
||||
|
|
|
|||
Loading…
Reference in New Issue