Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local enemy = game.ServerStorage["Drooling Zombie"]
- local spawn = game.Workspace.Spawn
- while true do
- local c = enemy:Clone()
- c.Parent = game.Workspace
- c:MoveTo(spawn.Position)
- wait(15)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement