Render script
This commit is contained in:
parent
8cb6be90be
commit
be50e0b2d4
|
|
@ -37,7 +37,7 @@ game:HttpPost(
|
|||
.. game.JobId,
|
||||
'{"Status": 1}',
|
||||
true,
|
||||
"text/plain"
|
||||
"text/json"
|
||||
)
|
||||
|
||||
local player = game:GetService("Players"):CreateLocalPlayer(0)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ game:HttpPost(
|
|||
.. game.JobId,
|
||||
'{"Status": 1}',
|
||||
true,
|
||||
"text/plain",
|
||||
"text/json",
|
||||
true
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue