BridgeNet2, v1.0.0 | A blazing fast networking library for Roblox

I read all of the documentation, it is very well written and organized. But I still have one question:

How do I use this thing?? Thereā€™s no tutorial.

16 Likes

Amazing developer Resource! Thank you for taking the time to contribute to the community like this.

4 Likes

Once doesnā€™t work because thereā€™s no actual disconnect function.

3 Likes

how do you use this :frowning_face: noone has ever responded to me, theres no tutorial for this

3 Likes

I knew There will be a queue to fire a client when the client was not ready and then fire when they were prepared. Is there any plan to add it?

1 Like

How can i make invidual bridges for each of my tools? Since on roblox i can just parent the remote to the tool and itā€™ll work but here i havenā€™t found any option to do that

1 Like

This is already a feature, itā€™s already released.

1 Like

justā€¦ make a bridge for each tool? Not sure the issue here

1 Like

working on disconnect right now, its a lot weirder than youā€™d think to do it correctly without major drawbacks

3 Likes

Actually, I donā€™t know why there is an issue about packing arguments a table and unpack it when it received and automatically warpping first argument to BridgeNet2.Players(player) if it is a player instance. I know tuple is a bit slower than yours but Is there any reason to give up user convenience for just a ā€œbitā€ more performence?

1 Like

What is the syntax for setting up a remote for Server to client communication?

1 Like

this entire library is for ā€œa bit more performanceā€ :moyai:

2 Likes

I wrote a module that handles Remote Functions using BridgeNet2 for client-to-server and server-to-client. Iā€™m posting this since it might be of use to somebody. This might be a sub-optimal way of handling this. Feedback would be appreciated.
CRemoteFunctionV2.lua (4.5 KB)

3 Likes

day 1 of asking for a tutorial :pensive:

3 Likes

Iā€™m on day 3. I probably wonā€™t use this module anyway just because I like to make things myself.

1 Like

that sounds like a you issue im not going to lie, I will make the tutorial when I get the time to. in the mean time i do have API docs, and itā€™s pretty similar to bridgenet.

1 Like

How is it a ā€˜me issueā€™ when @Prolnareff, (assuming @top_mono, @4667hp, @AngelNotLikeYou as well) wants a tutorial too?

1 Like

thats all i need to hear that youā€™re making one thank you (finally someone responded) :blush:

3 Likes

Itā€™s fairly self-explanatory by just taking a glance at the code.

5 Likes

If itā€™s on github, I canā€™t understand it. I looked at enough code, I still donā€™t know how to use it. A quick example would have taken 1-5 minutes to make.

1 Like