aweeb

Untitled

Mar 6th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local NPC = game.ReplicatedStorage.Zombie
  2. local spawner = script.Parent
  3.  
  4. while true do
  5. local Clone = NPC: Clone()
  6. Clone.UpperTorso.CFrame = spawner.CFrame
  7. Clone.Parent = workspace
  8. wait(3)
  9. end
Add Comment
Please, Sign In to add comment