This can only calculate to the 78th term because Scratch stops calculating variables exactly as the numbers get too big (and this messes with the multiplication) (the 79th term is off by 1 lol) btw, I just made this cause I was bored lol
This script generates the Fibonacci sequence by taking a term in the sequence, multiplying it by the golden ratio, and then rounding to the nearest whole number. I didn't feel like storing two terms at once as regular variables, and I know this method works, so