hello, as the title says, im having some issues with loading a script that i uploaded on github, mainly in the loadstring() part, where it says the following:
im new using github so i dont really know how to execute the scripts that i have in my repositories, but i saw a post that’s related to what i want to achieve
i also dont know if i created the script correctly in Github, since i just created a new archive and i named it “scripts.lua”, then i just inserted the code inside of it, let me know if i did it right
You need to enable ServerScriptService.LoadStringEnabled. Of course, there are the given dangers of having loadstring enabled (e.g. arbitrary code execution).