I'm using a while true do
loop to make something wait one second then clone, but instead it multiplies and shoots more and more out every loop. Help?
Maybe what you're cloning includes the script that is cloning it? In that case, with every new clone, you have another script generating clones. Each second, there will be twice as many scripts as the second before. If that's the case, figure out how to remove that script from the model you're cloning.