how to reset leaderstats roblox studio --Guys if you have problem with horror game, like you can reset, then insert the localscript in startergui, open up it, and then type: repeat local success, errormsg = pcall(function() local StarterGui = game:GetService("StarterGui") StarterGui:SetCore("ResetButtonCallback", false) end) task.wait() until success --but if you need to disable leaderboard, then insert the localscript in startergui, open up it, and then type: how to reset leaderstats roblox studio How to get it? how to reset leaderstats roblox studio repeat local success, errormsg = pcall(function() local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) end) task.wait() until success how to reset leaderstats roblox studio How to use it? how to reset leaderstats roblox studio --PASTE WILL UPD!!! how to reset leaderstats roblox studio