How to fire events without using remotes

Like Phantom Forces I want to be able to fire things without using remotevents or remotefunctions
eg


local Network = {}

Network:Send("Players", 100)

But I dont know how

Sounds like you need a framework which does the remotes for you like AeroFramework and yucon framework. You can look through the source code below.