BridgeNet | Insanely optimized, easy-to-use networking library full of utilities, now with roblox-ts! | v1.9.9-beta

It’s most likely because you were running it in StarterCharacterScripts- BridgeNet.Start isn’t supposed to be ran multiple times. There’s supposed to be a check that runs when BridgeNet runs multiple times though.

BridgeNet.Start creates the instances required for BridgeNet to run, and handles a ton of internal logic like connecting to heartbeat. Connecting this logic multiple times can mess BridgeNet up.

1 Like