SHOW:
|
|
- or go back to the newest paste.
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 |