I want to use the new function which allows to save the screenshot in savegames. It works fine but the screenshot shows my custom SaveGUI always on but my script turns off the SaveGUI while saving. If I load the savegame the SaveGUI is also OFF so i guess there's no problem with turning off the SaveGUI. To which time exactly is the screenshot taken when saving a game?
Try adding Wait(1); after you tell the game to switch the GUI off - that way, the screen gets refreshed. I had the same problem, and this worked for me.
Thank you very much.
That was the sulution for my problem :)