Skip to content

SyntaxPro-lang/Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

# πŸš€ Networker
Lightweight Roblox networking module with a clean API and example usage.
---

## πŸ“˜ API
- :Send(...) β†’ `FireClient()` / `FireAllClients()`
- :On(...) β†’ `OnServerEvent` / `OnClientEvent`
- :Invoke(...) β†’ *(WIP)*

---

## πŸ§ͺ Example
```lua
-- Server
Networker:On("eventName", function(player, msg)
	print(player.Name, msg)
end)

-- Client
local data = {1, 2, 3, 4, 6, 7}
Networker:Send(target, "eventName", data)

⚑ Notes

  • Creates events for you
  • Remote Functions and Remote Events Supported

About

Networker module for roblox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages