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

Can anyone fix my Health Regeneration Script?

Asked by
s_21 74
8 years ago

I go on the game, and the script does not come into use as It is still normal.

function Added(Object)
wait(5);
if Object == nil then return end
if Object.Name == "Health" then
if Object == nil then return end
print("Removed Health");
Object:remove();
end
end
game.Workspace.DescendantAdded:connect(Added)
0
Go on the wiki and learn where the health for a player is located TrollD3 105 — 8y
0
Instead of asking us to fix it for you, you should ask "Why doesn't my health regeneration script work?". Link150 1355 — 8y

Answer this question