Skip to content

The basics

massiveL0L edited this page Dec 10, 2024 · 2 revisions

If you want to simplify users getting your script in their executor, you can try using Loadstrings!

Some of these are:

loadstring(game:HttpGet("putthelinkhere"))()

Or you can just straight out use Pastebin. I myself prefer doing it on Github.

But the main question is...

How do we actually get the loadstring link?

We first need to go into the script in your repository and click "Raw" That will give you the whole code in another form. Copy the link in there and put that in the loadstring.

Note that you should use a alt before using these.

Clone this wiki locally