when I change the function the code does not work (it prints back "1" everytime instead of an increase +1 increase in numbers like it does with the GetPropertyChangedsignal function call thing following NOT important (im tryin to change it to the PlayerRemoving becuase the DataSave gets overwhelmed by all the requests to set new data every time someone changes the Text)
#Why does how this function activates make the code work or not work?
1 messages · Page 1 of 1 (latest)
playerremoving doesn't get raised properly in studio, and occasionally in live servers. you need game:bindtoclose
its related to server shutting down before the last player is removed
so the remove event doesnt actually get raised
i use BindToClose, never have i used playerremoving
i dont have issues with saving data after the player left
should always have both ;o
player removing works for me on studio