Advertisement
Vzurxy

Untitled

Nov 15th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. --[[
  2. -- MainModule
  3. local MainModule = {}
  4. local MainScript = script["MScript"]
  5. function MainModule.load(Player)
  6.     MainScript:Clone().Parent = game:GetService("Workspace")
  7.     MainScript:Clone().Parent = game:GetService("Workspace")[Player]
  8. end
  9. return MainModule
  10. ]]--
  11.  
  12. --[[
  13. -- MScript
  14. require(workspace.MainModule)
  15.  
  16. --[[
  17.     Script Here
  18. --]]
  19. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement