Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Close Roblox window on game exit #31

Open
arzav opened this issue Nov 20, 2022 · 1 comment
Open

Close Roblox window on game exit #31

arzav opened this issue Nov 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@arzav
Copy link

arzav commented Nov 20, 2022

When closing the game with game.Shutdown or exiting the game, the window doesn't close. It goes to the homepage instead. Closing the window will make the experience more vanilla, and since Starlight doesn't support launching through the native application, you should implement this.

@arzav arzav changed the title Using an executor to close Roblox with game:Shutdown() causes the Roblox app to open. (I used Synapse X) [ISSUE] Using an executor to close Roblox with game:Shutdown() causes the Roblox app to open. (I used Synapse X) Nov 20, 2022
@reversed-coffee
Copy link
Member

reversed-coffee commented Nov 20, 2022

This behavior is both unintentional and intentional. I was able to reproduce this without Starlight, so it's not a Starlight issue, however it is inconvenient.

Roblox's native app (edit: no longer beta and forced to use) is designed to go back to home when closed. Theoretically you could hook DataModel close but that means more addresses and it wouldn't be very easy to add a hook like that from pure C#. It would get complicated and Starlight would virtually turn into its own whole exploit.

Will I implement it? I really don't know. Would be tedious and almost a waste of time in my eyes. I'll keep the issue open and add it to the backlog.

@reversed-coffee reversed-coffee changed the title [ISSUE] Using an executor to close Roblox with game:Shutdown() causes the Roblox app to open. (I used Synapse X) Native app doesn't close, instead opens home page Nov 20, 2022
@reversed-coffee reversed-coffee changed the title Native app doesn't close, instead opens home page Close Roblox window on game exit Nov 20, 2022
@reversed-coffee reversed-coffee added the enhancement New feature or request label Nov 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants