Advertisement
gamesreboot

Testing EMBED script3

Jul 26th, 2022 (edited)
1,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. ModuleService()
  2. local CM = ModuleService:Add("TestModule")
  3. ModuleService:AddFunction("TestModule", "print", function()
  4.         print("Hello World~~~")
  5. end)
  6.  
  7. local CS = ModuleService:Get("TestModule")
  8. CS.print()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement