The script below disables top gui's. I wanna disable Reseting
game.StarterGui:SetCoreGuiEnabled("All",false)
Just rename the "Humanoid" object in every character to something else.
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function() player.Character.Humanoid.Name = "MyHumanoid" end) end)