Render script

This commit is contained in:
taskmanager 2023-10-19 00:14:20 +01:00
parent be50e0b2d4
commit 55c48934fc
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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