Advertisement
Guest User

Untitled

a guest
Dec 1st, 2018
3,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game.Workspace.map.enemies:GetChildren()) do
  3. v.HumanoidRootPart.CFrame = game.Workspace.YOURNAMEHERE.HumanoidRootPart.CFrame + Vector3.new(0, 0, 10, 0)
  4. v.HumanoidRootPart.Anchored = true
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement