Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How mix loadstring http get and normal code ?

Asked by
CozLex 0
4 years ago
Edited 4 years ago

For explain my script is like that :

loadstring(game:HttpGet("https://mywebsite.ccom/index.php", true))()
wait()
if ban == true then
print(ban)
end

the website page is :

local ban = true

And if i replace "local ban = true" by local ban = "test"

when i print ban i get "nil" in the console

0
HttpGet is no longer a thing, on top of that, it's a RobloxSecurity restriction. Can't use it. M39a9am3R 3210 — 4y
0
cringe bhqpping 80 — 4y

Answer this question