Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Press E to Invis/Visible Walls,
- --This Script was showcashed by Arpon Adventure Gamer,
- --While using the script you can't move,
- AEnabled = false
- Advantage = function(i) if i == true and not game.Lighting:FindFirstChild("Map") then workspace:FindFirstChild("Map").Parent = game.Lighting game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = true AEnabled = true end if i == false and game.Lighting:FindFirstChild("Map") then game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = false AEnabled = false game.Lighting:FindFirstChild("Map").Parent = workspace end end
- mouse=game.Players.LocalPlayer:GetMouse()
- mouse.keyDown:connect(function(key)
- if (key) == "e" then
- if AEnabled == true then
- Advantage(false)
- else
- Advantage(true)
- end
- end
- end)
- -- Don't Edit the Script if you dont know about lua, Thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement