Yahoo Search Búsqueda en la Web

  1. Se muestran resultados de

    immortal character roblox

Resultado de búsqueda

  1. 18 de feb. de 2022 · How to make immortal charater - Scripting Support - Developer Forum | Roblox. Help and Feedback Scripting Support. mikebramble591 (mikebramble303) February 18, 2022, 10:55pm #1. how would i make a player immortal to all types of damage. resetting. falling in the void. immune to part destruction. standard damage. model stays loaded on disconnect.

  2. 12 de jun. de 2023 · 1 Like. oddcraft18 (oddcraft18) June 13, 2023, 2:58am #7. Add an invisible Forcefield, or keep it visible if you like, upon CharacterAdded. Remove it when MoveDirection is set in the Humanoid. You should also only let guns work once you move. game:GetService("Players").CharacterAdded:Connect(function(char)

  3. 23 de sept. de 2019 · local character = player.Character function pressed () local FF = Instance.new("ForceField", character) end invulnButton.MouseButton1Click:Connect(pressed) After some research I found out the force field may only act as a way to prevent the player from exploding.

  4. 1 de feb. de 2020 · I suggest that you put this script (NOT A LOCALSCRIPT) inside the Humanoids of the NPCs: while true do. script.Parent.MaxHealth = math.huge. script.Parent.Health = math.huge. wait() end. The wait() is necessary to prevent the script from timing out. This will work but better solutions probably exist. 5 Likes.