Advertisement
vaux19

Yea I Made that Ass Script

Dec 25th, 2021 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local Handcuffscheck = game.Players.LocalPlayer.Character:FindFirstChild("Handcuffs")
  2.  
  3. if Handcuffscheck ~= nil then
  4.  
  5. _G.Auto = true
  6. while _G.Auto == true do wait()
  7.  
  8. local teamcheck = game.Teams.Criminals
  9. local plr = game.Players.LocalPlayer
  10.  
  11. for i,v in pairs(teamcheck:GetPlayers()) do
  12. wait()
  13. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  14. plr.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement