Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ If you don't know how to send in a pr, just ask return or any of the other autis
- [ ] FastFlags (Studio)
- [X] FastFlags (Client) (@Skylan031)
- [ ] GlobalBasicSettings (@GoingCrazyDude)
- [X] Appearance (@Netsoftworks)
- [ ] Integrations
- [X] Appearance (@NetSoftworks)
- [X] Integrations (@NetSoftworks)
- [ ] Bootstrapper Options
- [ ] Joingame stuff (lol)
- [X] For Developers (@GoingCrazyDude)
Expand Down
15 changes: 14 additions & 1 deletion src/content/docs/manual/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,17 @@ Shows the Roblox account you're playing with on your Discord profile.
<Aside type="caution">
Multi instancing might not work as expected. This is due to Roblox not really liking this feature. There is a chance we might remove this feature in the future.
</Aside>
Allows for having more than one Roblox game client simultaneously. You cannot launch multiple instances of Roblox for the same account, however.
Allows for having more than one Roblox game client simultaneously. You cannot launch multiple instances of Roblox for the same account, however.

## Custom Integrations

Fishstrap will automatically launch any other external programs alongside Roblox.

| Settings | Description |
|-------------------------------|-----------------------|
| Name | A label to use for your integration. |
| Application Location | The file path of the program to launch. Must point to an executable file (`.exe`). |
| Launch Delay | Time in seconds to wait before launching the program. Useful if the program should start after Roblox fully loads. |
| Launch Arguments | Command-line parameters, useful if your program supports it. |
| Auto close when Roblox closes | Fishstrap will automatically close the program when Roblox closes. |
| Pre Roblox Launch | Launch the program before Roblox opens. |