of     1   

ScripterJohn13
#189852645Friday, May 27, 2016 11:15 PM GMT

So I have been messing with this and kept having my guis reset on the server but not in studio. I did some tests and found out that roblox doesn't replicate this property to the clients on actual servers. So even though you set it in studio, the clients will default it to true. One way to fix this is by placing a local script in StarterPlayerScripts that has this code: game.StarterGui.ResetPlayerGuiOnSpawn = false; However, I would like to make this issue know to the roblox developers. So if you could, please support this post. I found other forum posts asking why this didn't work and peoples advice was to just manually copy it and move it. That didn't set right with me so I dug further into it and came out with this discovery. Please do help in making this design flaw known to roblox developers.
Sycarius
#192073386Sunday, June 26, 2016 3:57 AM GMT

I spent a good deal of time trying to figure out why PlayerGui always seemed to reset even when resetting was set to false. Thanks for the fix, I certainly hope others encountering the same issue also see this.
ScripterJohn13
#192238610Tuesday, June 28, 2016 3:58 AM GMT

No problem, it seems to be a roblox issue more than anything... I don't think they remembered to make this property replicate to clients.
DevAndero
#195026817Sunday, July 31, 2016 3:23 PM GMT

I've been searching for the solution for like AGES! Thanks dude!
robloxmodsarevirgins
#195028531Sunday, July 31, 2016 3:56 PM GMT

Is it not obvious that this property should be handled locally? Formerly ToxicDominator - add 17,509 posts
ExcelerateDoom
#200777320Tuesday, November 01, 2016 1:50 AM GMT

Sorry for the bump but @ScripterJohn13, thank you so much. I spent quite a while trying to figure out how to do that. Considering that it's like the shortest script, it's still very helpful. Thank you!
caspuerto
#200777723Tuesday, November 01, 2016 2:01 AM GMT

thanks for the info!
Jackudy3
#209707289Monday, February 13, 2017 8:12 PM GMT

Thanks so much for this I and thanks for referring me here by your link on a different post Scripter If it wasn't for this our shop would never work
laiserfish102
#219989721Wednesday, June 28, 2017 11:49 PM GMT

hallo Im using a Gui with a timer I tried this but it didn't work help? Laiserfish102
laiserfish102
#219989820Wednesday, June 28, 2017 11:50 PM GMT

Sorry didn't read instructions clearly it worked THX SO MUCH Laiserfish102

    of     1