GunGame Script | FORCEFIELD/WATERWALKER

Png-3-18-300x169-1.png

Created by BananasRule

Features:

  • FORCEFIELD/WATERWALKER
    •  Q turns the forcefield on
    •  T  turns the forcefield off
  • Makes you completely invincible from players&water
game:GetService("Players").LocalPlayer.Character.Head.BillboardGui:Destroy()
game:GetService("Workspace").Interactives.Water.CanCollide = true
game:GetService("Workspace").Interactives.Water.TouchInterest:Destroy() -- Water Godmode
game:GetService("Workspace").Interactives.Safezone.Shape = Enum.PartType.Ball
game:GetService("Workspace").Interactives.Safezone.Transparency = 0.5
game:GetService("Workspace").Interactives.Safezone.Size = Vector3.new(30,30,30)
game:GetService("Workspace").Interactives.Safezone.Material = Enum.Material.ForceField
game:GetService("Workspace").Interactives.Safezone.Color = Color3.new(0.2, 0.8, 0.8)
_G.FFB = true
game:GetService("UserInputService").InputBegan:Connect(function(input)
    if input.KeyCode == Enum.KeyCode.Q then -- Forcefield on
        _G.FFB = true
    end
end)
game:GetService("UserInputService").InputBegan:Connect(function(input)
    if input.KeyCode == Enum.KeyCode.T then -- Forcefield off        
        _G.FFB = false
    end
end)

game.RunService.Heartbeat:connect(function()
    if _G.FFB == true then
        game:GetService("Workspace").Interactives.Safezone.Transparency = 0
        game:GetService("Workspace").Interactives.Safezone.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame        --Activate
    end
    if _G.FFB == false then    
        game:GetService("Workspace").Interactives.Safezone.Transparency = 1
        game:GetService("Workspace").Interactives.Safezone.CFrame = game:GetService("Workspace").Interactives.SpawnLocation.CFrame                --Deactivate
    end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ