Make Yourself Invincible On "Roblox"

Though "Roblox" includes no true invisibility script or tool, it enables using scripts making it impossible to kill a personality. The "ForceField" command produces a powerful spend around a personality, which makes it impossible to break him. As the ForceField offers invincibility, it's visible with other gamers. To produce a hidden character, set maximum and total health to zero, which makes it impossible to reduce a character's health.


Instructions


1. Open your home within the "Roblox" editor, Roblox Galleries.


2. Click the "Place" menu and choose "Object." Highlight "Script" and press the "OK" button.


3. Specify your character like a variable. Key in "person = game.Workspace.USER." Replace "USER" together with your exact username.


4. Title the "ForceField" variable. Key in "area = Instance.new("ForceField")."


5. Give a ForceField for your character, if preferred. Key in "game.Person.onPlayerAdded(area)."


6. Turn your character's maximum and current health to "zero" to really make it impossible to kill him using the following code:


function changeHealth(person)


person.Humanoid.MaxHealth =


person.Humanoid.Health =


finish


7. Call the part "script.Person.OnPlayerAdded:connect(changeHealth)."


8. Click the "File" menu and scroll to "Save."







Tags: your character, character maximum, health zero, impossible kill, make impossible, make impossible kill, making impossible

What's on Your Mind...