Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why does the TargetHumanoid not follow the Cuffer?

Asked by 4 years ago
01--//local script//--
02local Cuff = script.Parent
03local plr = game.Players.LocalPlayer
04local char = plr.CharacterAdded:Wait()
05local RS = game:GetService("ReplicatedStorage")
06local CuffEvent = RS:FindFirstChild("Cuff")
07local Handle = Cuff.Handle
08local mouse = plr:GetMouse()
09local isEquipped = false
10local MyHumanoidRootPart = char:FindFirstChild("HumanoidRootPart")
11local MyHumanoid = char:FindFirstChild("Humanoid")
12local Range = 200
13 
14 
15Cuff.Equipped:Connect(function()
View all 46 lines...
0
Because you have to constantly update the position of the cuffed player. (: TheWaterFoox 255 — 4y

Answer this question