zaralX

ALT DELETE ROBLOX SCRIPT FOR CHEAT: RUSH Z

Apr 27th, 2022 (edited)
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. local Player = game:GetService("Players").LocalPlayer
  2. local Mouse = Player:GetMouse()
  3.  
  4. Mouse.Button1Down:connect(function()
  5.     if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) and not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.RightAlt)then return end
  6.     if not Mouse.Target then return end
  7.     Mouse.Target:Destroy()
  8. end)
Add Comment
Please, Sign In to add comment