01 | --//local script//-- |
02 | local Cuff = script.Parent |
03 | local plr = game.Players.LocalPlayer |
04 | local char = plr.CharacterAdded:Wait() |
05 | local RS = game:GetService( "ReplicatedStorage" ) |
06 | local CuffEvent = RS:FindFirstChild( "Cuff" ) |
07 | local Handle = Cuff.Handle |
08 | local mouse = plr:GetMouse() |
09 | local isEquipped = false |
10 | local MyHumanoidRootPart = char:FindFirstChild( "HumanoidRootPart" ) |
11 | local MyHumanoid = char:FindFirstChild( "Humanoid" ) |
12 | local Range = 200 |
13 |
14 |
15 | Cuff.Equipped:Connect( function () |