Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i,v in pairs(game.Workspace.map.enemies:GetChildren()) do
- v.HumanoidRootPart.CFrame = game.Workspace.YOURNAMEHERE.HumanoidRootPart.CFrame + Vector3.new(0, 0, 10, 0)
- v.HumanoidRootPart.Anchored = true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement