Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

CoreGui, Help me?

Asked by 10 years ago

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?

1 answer

Log in to vote
1
Answered by 10 years ago

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)
0
I don't want someone reseting. Grenaderade 525 — 10y
0
That works renaming humanoid does work.... HexC3D 830 — 10y
0
So +1 HexC3D 830 — 10y
0
Let me tell you how this works it renames the Humanoid to "humanoid" and the reset gui is searching for "Humanoid" which make the finding of it nil, simple but ingenious . HexC3D 830 — 10y
View all comments (2 more)
0
I'm sorry, I dont know how ingenious means, I've never really heard of that word before, what does it mean? TheeDeathCaster 2368 — 10y
0
DetahCaster. 1+ me. Grenaderade 525 — 10y
Ad

Answer this question