Categories > Exploiting > Scripts >

Phantom forces Map delete [press E]

Posts: 40

Threads: 25

Joined: Apr, 2018

Reputation: 0

Posted

local Move = game.Workspace.Map
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local mouse = Players.LocalPlayer:GetMouse()
local a = false

mouse.KeyDown:Connect(function(key)
if key == "e" then
if a == false then
Move.Parent = ReplicatedStorage
Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
a = true
elseif a == true then
Move.Parent = game.Workspace
Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
a = false
end
end
end)
  • 0

Posts: 17

Threads: 7

Joined: Jun, 2018

Reputation: 0

Replied

If You Go To Publish This Script Publish The Complete Hack

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )