lp=game:service("Players").LocalPlayer char=lp.Character or lp.CharacterAdded:Wait() root=char:FindFirstChild("HumanoidRootPart") for i,v in pairs(workspace:GetDescendants()) do if string.find(v.Name,"WR") then coroutine.wrap(function() while task.wait() do root.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0.4,0,-0.2) -- can change end end)() end end