Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
72
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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement