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

How to stop that players heal automatic? [Answered]

Asked by
kees31 13
8 years ago
Edited 8 years ago

How i stop people heal automatic?

0
Give it a try yourself. There is a script within the character that regenerates the humanoid's health. To replace that script, parent a new script of the same name to game.StarterPlayer.StarterCharacterScripts k3du53 162 — 8y
1
Don't forget to accept answers so you can get reputation and gain permissions. User#11440 120 — 8y
0
Thanks kees31 13 — 8y

1 answer

Log in to vote
8
Answered by
Im_Kritz 334 Moderation Voter
8 years ago
Edited 8 years ago

Solution

The script name 'Health' in the player's character is responsible for the health regeneration.

I. Create a blank script, name it 'Health'.

II. Place it in Game > StarterPlayer > StarterCharacterScript

Roblox will know and replace the Health script automatically every time a character spawns with the one you created. You don't have to make an external script just to detect and replace the Health script every time.

1
Thanks answered kees31 13 — 8y
Ad

Answer this question