About 19,500 results
Open links in new tab
  1. How to give player Infinite health? - Scripting Support - Roblox

    Jun 2, 2022 · Hello again Developers. I’m trying to make a button to give the player infinite health so that players can’t kill the player while shopping. Is there a way where I can make the player get infinite …

  2. How to make a infinite health script - Scripting Support - Roblox

    Feb 24, 2021 · Hello Everyone, I am trying to make a script which gives the player infinite health, i have tried setting the health to (math.huge) and i have tried to set the max health and health to something …

  3. How do i make a dummy have infinite health - Roblox

    Mar 30, 2021 · Im trying to make it so a dummy could have infinite health so people can see their damage and how much damage i do. And make the dummy last forever, how would i do this?

  4. Why won't my infinite health script work? - Help and Feedback

    Apr 2, 2023 · I’m trying to make the player have infinite health but my script won’t work. It is a local script in StarterPlayerScripts.

  5. Made a custom health regeneration code that heal linearly ... - Roblox

    Dec 21, 2024 · I used to code with roblox Lua 2 year ago, not an expert, still an amateur. Returned to scripting, learned my mistake to always ask review of working code to attain improvement. So. just …

  6. Custom health regeneration script - Community Tutorials - Roblox

    Aug 18, 2022 · (Please note this is my first attemp at a tutorial) Hello, In this post, I will show you how to create your own custom health regeneration script. One might however ask, why would one prefer a …

  7. A more efficient alternative to the default health script - Roblox

    Nov 19, 2023 · A custom health regeneration script that uses events and recursion instead of loops Important note: In order for this script to work correctly, it must be parented to …

  8. How would i create an area that make player have infinite health?

    May 8, 2021 · How would i create an area that make player have infinite health? Help and Feedback Scripting Support foxnoobkite (foxnoobkite) May 8, 2021, 8:36pm

  9. SimpleHealth 2 - A new and improved alternative to the default health ...

    Jul 15, 2024 · The script’s parent must be StarterCharacterScripts so that it can continue to work after the player’s character dies or resets (If creating SimpleHealth 2 from the source on GitHub) Add the …

  10. Fixing my safezone script for a swordfighting game! - Roblox

    Nov 28, 2024 · I made notes as im learning how to script and have been trying to make a safezone, when I enter the safezone I cannot die and after leaving its radius or no longer being inside of it I still …