Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i need help with a script? not sure how to make it run on a separate script ?

Asked by 6 years ago

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?

0
Private modules can work sorta c: CootKitty 311 — 6y

1 answer

Log in to vote
2
Answered by
CootKitty 311 Moderation Voter
6 years ago
Edited 6 years ago

Upload a module script to roblox, and require its ID in a script.

local returnValue = require(moduleId)
Ad

Answer this question