Setting a variable with github

I am trying to make a variable that is inputed through the use of github.
For example: I have a github which text is “hello”
I want to create a variable called text and it would be equal to the text of the github page, so if I was to do

print(text)

it would print hello

Have you looked into using Rojo for projects like this? You can create the repo (repository) on GitHub, clone it in VS code and then commit changes back to the GitHub repo from VS code when you are done. Everything you do in VS code with Rojo gets replicated to your Roblox studio world.

Here are some Rojo resources:

Tutorial YouTube Video:

I worked it out without that, what I do was setup a global variable from the github and used a loadstring to load the github into the game

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.