Jump to content
  • 0

I dont know How to make Internet Connection


Tosti

Question

7 answers to this question

Recommended Posts

local file = gg.makeRequest('https://yourlink.com')

local load =
	load(file.content)
if load == nil then
	os.exit()
end
	load()

I think the problem is pastebin not support. Upload your file in another file hosting. Dont spam new topics with the same question/problems

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.