NOW IT WONT FUCKING CONNECT TO GITHUB
Closed this issue · 7 comments
iamfc24player commented
idk if its solora or a vape problem but wtfff!
SubnauticaLaserMain commented
what is it?
SubnauticaLaserMain commented
im making my own Vape Desgined for Break in 2, i have no problems once o ever
SubnauticaLaserMain commented
you know, if it error, from the loadstring, just do: local success, error = loadstring('Script') right?
7GrandDadPGN commented
solara issue, not my problem if bad exploits can't connect.
SubnauticaLaserMain commented
lol
SubnauticaLaserMain commented
EVEN EVON HANDLES VAPE, LIKE NOTHING LOL
SubnauticaLaserMain commented
and, you know, if it says, its an 'nil value' error from the loadstring, just do: local FunctionToCall, ErrorMessage = loadstring(game:HttpGet('Link', true)); like i did:
local suc, err = loadstring(game:HttpGet('url', true))
if suc then
suc()
else
print(err)
end