Great Art and a Great Idea, this game had the same issue I had when making my game where you can constantly spin the wheel if you continuously click it, the fixed I used was adding a true or false statement to the function where "on click" it would check to see if my "Currently Spinning" Boolean was false and inside the function set it to true. Then when the wheel picks its outcome, slide in a lil reset to the boolean.