Advertisement
KevinnT

no taser bypass

Apr 6th, 2021
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2. local arrestEvent = game.Workspace.Remote.arrest
  3. mouse.Button1Down:connect(function()
  4. local obj = mouse.Target
  5. local response = arrestEvent:InvokeServer(obj)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement