Render script
This commit is contained in:
parent
8cb6be90be
commit
be50e0b2d4
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ game:HttpPost(
|
||||||
.. game.JobId,
|
.. game.JobId,
|
||||||
'{"Status": 1}',
|
'{"Status": 1}',
|
||||||
true,
|
true,
|
||||||
"text/plain",
|
"text/json",
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue