Hi guys, so I'm trying to make a module but it's proven to be quite confusing..
I'm making a bowling scoring module, but it just isn't coming together.
It updates what pins you knocked down on each frame and stuff, but I'm having logical problems updating the total score on each frame.
The way I have my module is set up is this:
It has a function in it, called UpdateFrame. From another script, when ever the bowler throws the ball, I detect how many pins have fallen then call that function to update the score.
It also handles the shot number, frame number, and all that. All I'm passing in through the parameter is the number of pins knocked down in total for that cycle.
So for the first shot maybe I'd get 5, and if I missed the pins on the second ball it would still send 5 in to the module. So for the second shot you'd have to subtract both values to get the proper value for that.
But uh, if somebody thinks they're able to make something that fully works, I will pay maybe 1k robux? This doesn't seem like that big of a task, based on example codes I've seen on the internet. It's just confusing for me, idk why xd
Thanks. |