How be specific scripts run on every place of the game?
I did paste scripts in every place.
But I want scripts are run on every place automatically.
for example,
I made damage modules and want it is run on every place in the RPG game.
How be specific scripts run on every place of the game?
I did paste scripts in every place.
But I want scripts are run on every place automatically.
for example,
I made damage modules and want it is run on every place in the RPG game.
I’m guessing you want to be able to use a module without having to copy it to every single game/place you make, I would recommend saving the module to Roblox, then requiring it when needed through it’s AssetID.
Right-click on the module that you want to upload, then hit rename and enter “MainModule”, this is case-sensitive, it has to be exactly that name
Right-click on the module that we just re-named and hit “Save to Roblox”
Upload it
Copy the AssetID
Then require the module in a script
And now you will be able to use the module on the fly