alright so in the past i have had people steal my scripts and it gets really annoying if you've spent a-lot of time in it.
how can i make it so that the script that i made, can be run using another script, if that makes sense?
Upload a module script to roblox, and require its ID in a script.
local returnValue = require(moduleId)