You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is our first open-source release. Please add a ⭐ if you like the idea of
4
4
5
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!
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.
9
11
@@ -17,7 +19,7 @@ RBXConnectionManager is a lightweight and efficient module for managing `RBXScri
17
19
---
18
20
19
21
## Installation
20
-
1. Add `RBXConnectionManager.lua` to your Roblox project.
22
+
1. Add `RBXConnectionManager.luau` to your Roblox project.
0 commit comments