1x11337

MMC ZOMBIE ONLY

Jan 7th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Add Comment
Please, Sign In to add comment