How would I make it where the "Home" gui would go away, I don't want it so you can't reset, or is there a script someone could make that doesn't let you die?
Heres a script, a Anti-Reset Gui script.
game:service("Players").PlayerAdded:connect(function(plr) repeat wait(0)until plr.Character if plr.Character:FindFirstChild("Humanoid")then plr.Character.Humanoid.Name="humanoid" end end)