Render script
This commit is contained in:
parent
be50e0b2d4
commit
55c48934fc
|
|
@ -42,7 +42,7 @@ game:HttpPost(
|
|||
|
||||
local player = game:GetService("Players"):CreateLocalPlayer(0)
|
||||
player.CharacterAppearance = baseUrl
|
||||
.. "/Asset/CharacterFetch.ashx?userID="
|
||||
.. "/asset/characterfetch?userID="
|
||||
.. assetId
|
||||
.. "&serverId=-1&t="
|
||||
.. tick()
|
||||
|
|
@ -71,7 +71,7 @@ while true do
|
|||
.. game.JobId,
|
||||
result,
|
||||
true,
|
||||
"text/plain"
|
||||
"text/json"
|
||||
)
|
||||
end)
|
||||
if not ok then
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ game:HttpPost(
|
|||
.. game.JobId,
|
||||
'{"Status": 1}',
|
||||
true,
|
||||
"text/json",
|
||||
true
|
||||
"text/json"
|
||||
)
|
||||
|
||||
local player = game:GetService("Players"):CreateLocalPlayer(0)
|
||||
|
|
@ -71,7 +70,7 @@ while true do
|
|||
.. game.JobId,
|
||||
result,
|
||||
true,
|
||||
"text/plain"
|
||||
"text/json"
|
||||
)
|
||||
end)
|
||||
if not ok then
|
||||
|
|
|
|||
Loading…
Reference in New Issue