Render script

This commit is contained in:
taskmanager 2023-10-19 00:10:48 +01:00
parent 8cb6be90be
commit be50e0b2d4
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ game:HttpPost(
.. game.JobId, .. game.JobId,
'{"Status": 1}', '{"Status": 1}',
true, true,
"text/plain" "text/json"
) )
local player = game:GetService("Players"):CreateLocalPlayer(0) local player = game:GetService("Players"):CreateLocalPlayer(0)

View File

@ -38,7 +38,7 @@ game:HttpPost(
.. game.JobId, .. game.JobId,
'{"Status": 1}', '{"Status": 1}',
true, true,
"text/plain", "text/json",
true true
) )