MADE BY usamiername
FEATURE:
- GOD MODE
GAME LINK:
MANO COUNTY ROLEPLAY
SCRIPT:
fireclickdetector(workspace.ATMs.ATM.GuiGiver.ClickDetector)
while wait() do
if game.Players.LocalPlayer.PlayerGui:FindFirstChild("ATMGui") then
if game.Players.LocalPlayer.PlayerGui.ATMGui.ATM.Visible then
game.Players.LocalPlayer.PlayerGui.ATMGui.ATM.Visible = false
game.Players.LocalPlayer.Character.ForceField.Visible = false
for i, v in next, game.Players.LocalPlayer.Character:GetDescendants() do
if v:IsA("BasePart") and v.Anchored then
v.Anchored = false
end
end
break
end
end
end
This script WILL interfere your ability to use an ATM. If you want to be able to open the GUI of the ATM later, execute this:
game.Players.LocalPlayer.PlayerGui.ATMGui.ATM.Visible = true