About 10,400 results
Open links in new tab
  1. How to make an Invincibility script - DevForum | Roblox

    Aug 9, 2022 · In the script you provided, change it to this: part.Touched:Connect(function(hit) local human = hit.Parent:FindFirstChild("Humanoid") if human then local player = …

  2. How to make player invincible - Scripting Support - Roblox

    Sep 23, 2019 · As the title suggest, I am making a debug menu and my first button is to make the player invulnerable to all sources of damage. I have tried giving the player a force field, however when I …

  3. How do I make a rig invincible - Scripting Support - Roblox

    Dec 31, 2022 · To make a rig invincible, you can use a never ending loop to set their Health and MaxHealth really high, or just do one Humanoid.MaxHealth = math.huge and then do the same for …

  4. How can I make a player invincible for (example) 5 seconds ... - Roblox

    Dec 21, 2020 · Hello! So in a game, I’m trying to make it so that you don’t have a forcefield, but when you spawn you’re still invincible for (example) 5 seconds. I have already found a topic like this, but it …

  5. Making players invincible - Scripting Support - Roblox

    Feb 21, 2024 · So basically, I want to make my players invincible in the lobby but not when they go into the game. Currently I set a forcefield parent to the character when the player joins the game, using a …

  6. Best way to make invincibility mode - Scripting Support - Roblox

    Jan 5, 2024 · I want to make an easy mode gamepass where the kill parts wont kill you if you have it on and I don’t know what the best way to do this would be. can someone explain to me how it would …

  7. Universal flying script - Community Resources - Roblox

    Oct 18, 2024 · I recently found a universal (any device) flying system and edited it a little from the original source. Place this script in StarterGui or StarterCharacterScripts and launch the game. After …

  8. How do you create invincibility frames? - Roblox

    May 13, 2021 · How do games like Your Bizarre Adventure make iframes? I am trying to make iframes for a fighting game I am making and I would like to know what the best solution that is efficient and …

  9. [FLYING SCRIPT] Player Collision Causes Relative Camera ... - Roblox

    Apr 16, 2025 · The movement script currently allows sprinting, flying, and boosting while flying. The camera remains locked to the player from behind with a small delay through lerping when rotating in …

  10. Player somehow becomes invincible - Scripting Support - Roblox

    Feb 13, 2024 · Basically this is a counter move from my pvp game, and this script checks when the plr gets dmg when in counter move. The issue is when the skill is activated, the plr became invincible to …