Hello.
I’m wondering if it’s fine to use the game:BindToClose() function multiple times.
I want to send some (cached) analytics data before the server shuts down instead of sending it for each event separately (for Roblox PlayFab Analytics).
I’m asking this because the DataStore2 module already has a built-in BindToClose function but I don’t want to modify it.
Thank you
EDIT: does usage of a BindToCloes function affect another BindToClose function in any way (e.g. DataStore2’s BindToClose and saving data)?