7GrandDadPGN/VapeV4ForRoblox

NOW IT WONT FUCKING CONNECT TO GITHUB

Closed this issue · 7 comments

idk if its solora or a vape problem but wtfff!

what is it?

im making my own Vape Desgined for Break in 2, i have no problems once o ever

you know, if it error, from the loadstring, just do: local success, error = loadstring('Script') right?

solara issue, not my problem if bad exploits can't connect.

EVEN EVON HANDLES VAPE, LIKE NOTHING LOL

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