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

Making an asset available to all people: Possible?

Asked by 4 years ago
Edited 4 years ago

Hi all. Hope you're doing well.

I have a small enquiry about the Require(1234) command in LUA (with modulescripts).

So, the script gets the module script from its AssetID, then performs the task I want it to. It's all well and good. However, when I sign in to an ALT account, and run the exact same script, it shows up with this in the dev console:

"Unable to find module for asset id
Stack Begin
Script 'Players.MyPlayerNameHERE.PlayerGui.GUI.Script', Line 2
Stack End"

The line that it specifies says:

local module = require(4055824173)

Is there any way to make it available to everyone without making people able to get the script that is under that ID?

Many thanks.

If it's impossible, can you please post it. Thanks.

0
IIRC it's possible to use the same moduleId for multiple players if the module and place are owned by a group. In a place owned by a user, only that user's modules can be loaded. EmilyBendsSpace 1025 — 4y
0
Does the code really need to be in a Model? EmilyBendsSpace 1025 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

Just noticed that is impossible.

Thanks anyway guys!

  • Cheese.
Ad

Answer this question