of     1   

ChromaRobloxian
#228357303Sunday, December 03, 2017 1:25 AM GMT

I know how to disable the reset for all players through an local script in startergui. However I would like to know how to disable it just for CERTAIN players. I am making a system were developers can disable anyone's reset via an gui or if you sit down you can't reset. Basically the point is that I just want the reset being disabled for 1 player, not all the players.
FernandoMacLeod
#228357413Sunday, December 03, 2017 1:28 AM GMT

i'll assume ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- wait() -- you'll always need this game:GetService("Players").PLAYERNAME:WaitForChild("StarterPlayer"):SetCore("ResetbuttonCallback", false)
FernandoMacLeod
#228357451Sunday, December 03, 2017 1:29 AM GMT

Ignore StarterPlayer, Put PlayerGui

    of     1