Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oD=15 local oH=6 local oS=2 local tPN="ENTERUSERNAMEFORVICTIMCUHH" local P=game:GetService("Players") local p=P.LocalPlayer local c=p.Character or p.CharacterAdded:Wait() local tP=P:FindFirstChild(tPN) if tP then local tC=tP.Character or tP.CharacterAdded:Wait() local h=c:WaitForChild("HumanoidRootPart") local tH=tC:WaitForChild("HumanoidRootPart") local a=0 game:GetService("RunService").RenderStepped:Connect(function(dT) if tH and h then a=a+oS*dT local oX=math.cos(a)*oD local oZ=math.sin(a)*oD local oP=tH.Position+Vector3.new(oX,oH,oZ) h.CFrame=CFrame.new(oP,tH.Position) end end) else print("hi") end
Advertisement