Launching & Closing Custom Integrations based on specific games #4032
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #3791
Hello! First time contributor to Bloxstrap. Long time user, nonetheless. Made the PR myself since my request wasn't looked into in depth, even after my elaboration, so I taught myself C# and how to use .NET, and finally made it. If it's a bit scuffed, know it's expected since this is my first time with the language, and I actually like it! (I found it quite similar to JS, my main language, and nothing like the hell that is Java)
Example Video of Feature:
2024-12-18.22-01-27.mp4
4 example Custom Integrations presented (Not ones I use, but something I put together)
2 normal ones
2 specified ones
1 normal one auto closes when Roblox is exited (NBT Editor)
1 normal one that doesn't close at all (AnyBurn)
1 specified one (linked to the game "3008" by ID), and auto closes on the exit of that game (Auto Clicker)
1 specified one (linked to the game "NDS" by ID), and does not close on exit of that game (Flowgorithm)
Default behavior when a Integration that was opened by a game, but not set to auto close when leaving the game, will be closed when Roblox exits.