Skip to content

Commit 9a528df

Browse files
committed
2 parents 6428804 + 00a50b0 commit 9a528df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RBXConnectionManager
22

3+
This is our first open-source release. Please add a ⭐ if you like the idea of this project or if you like to use it.
4+
5+
Consider joining our community aswell! https://discord.gg/8ed3W53kHv/ to see progress on our very advanced projects and enjoy early-access benefits while you still can!
6+
37
## Overview
48
RBXConnectionManager is a lightweight and efficient module for managing `RBXScriptConnection` objects in Roblox. It allows for easy connection handling, automatic cleanup, and optional event monitoring.
59

@@ -16,7 +20,7 @@ RBXConnectionManager is a lightweight and efficient module for managing `RBXScri
1620
1. Add `RBXConnectionManager.lua` to your Roblox project.
1721
2. Require the module where needed:
1822
```lua
19-
local RBXConnectionManager = require(path.to.RBXConnectionManager)
23+
local RBXConnectionManager = require(path.to.rbxconnectionmanager)
2024
```
2125
---
2226

0 commit comments

Comments
 (0)