For example:
require(modelid)
I do not understand it. Please help!
How to load a Module using require(<int>)()
1st, : Your ModuleScript MUST be named `MainModule'
2nd, : After you upload the ModuleScript under ServerScriptService go to the link
3rd, : Get the numbers (as you should know)
4th, : Put the the numbers into a Script in game.Workspace
http://www.roblox.com/----item?id=267224959 <- Link (obv) 1st, : the numbers will be the 267224959
-- ModuleScript coding return function () print("Hello world") end
Script in workspace
-- Script coding local ModuleNum = 267224959 --From the link require(ModuleNum)()
Marked as Duplicate by BlueTaslem
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?