Advertisement
Mediakiller7Cool

Test

Mar 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local enemy = game.ServerStorage["Drooling Zombie"]
  2. local spawn = game.Workspace.Spawn
  3. while true do
  4. local c = enemy:Clone()
  5. c.Parent = game.Workspace
  6. c:MoveTo(spawn.Position)
  7. wait(15)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement