Making a fishing script & wondering what the best implementation is with regards to making the script randomly turn the camera around every so often for antiban.
Right now I'm randomly generating a number, and if its greater than a certain number it will run a function which pulls a random degree (0-360) and inputs it, but I feel like there's a better way to do this.