How do I change the amount of health players have in Rec-Room?
Solution 1:
There are Two ways to change health:
The Game Rules Chip allows you to change how much health and shield a player generally has and if/how/when it should regenerate.
-
You can switch to manual health management by disabling the respective settings in the Game Rules Chip, and using the Player Hit Chip instead. When a player gets shot, it outputs the player who shot and have been shot, as well as their teams and the damage. Now you have 2 options:
- Simply respawn a player when he is hit.
- Use the get and set player stats chips to count hits, manage the players health manually, etc.