Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local NPC = game.ReplicatedStorage.Zombie
- local spawner = script.Parent
- while true do
- local Clone = NPC: Clone()
- Clone.UpperTorso.CFrame = spawner.CFrame
- Clone.Parent = workspace
- wait(3)
- end
Add Comment
Please, Sign In to add comment