How to upload a lot of data

I need to upload over 8 million lines of code into a module script. I have the .txt file but I’m unable to copy and paste it in as it will crash roblox studio.

I’ve tried importing the .txt fie instead, it still crashes.
I’ve tried using pastebin and HTTP:GetAsync() with loadstring, but pastebin crashes and loadstring is risky.

I’ll need this to improve this project.

Any ideas would be greatly appreciated. Thank You!

1 Like

Upload your data in pieces, maybe 200k lines each or even 50k. And use multiple module scripts.

1 Like