Advertisement
RDMScript

Untitled

Dec 3rd, 2020
6,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.Enemies:GetChildren()) do
  2. if v.Name == "Your NPC Name" then
  3. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -2.3) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2.3
  4. v.HumanoidRootPart.Anchored = true
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement