Script - Infinite R... - Build A Car To Kill Zombies
"What if I could weld a school bus to a tank, cover it in lawnmower blades, and never run out of fuel?"
-- Infinite spawn function function spawnPart(partName) local partModel = game.ReplicatedStorage:FindFirstChild(partName) if partModel and infiniteResources then local clone = partModel:Clone() clone.Parent = workspace -- Move to mouse hit position local hit = mouse.Hit clone:SetPrimaryPartCFrame(hit) Build a Car to Kill Zombies Script - Infinite R...
if (collision.gameObject.CompareTag("Zombie")) Destroy(collision.gameObject); ScoreManager.AddKill(); "What if I could weld a school bus