of     1   

C_Sharper
#220038702Thursday, June 29, 2017 4:55 PM GMT

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.
brianush1
#220038977Thursday, June 29, 2017 5:00 PM GMT

I can do it, but it would be useful if I could get the code you have so far, because it can probably be fixed without needing to start from scratch. Also, correct me if I'm wrong because this post was a little confusing, but you mean you have a function being called: X(5) X(5) X(7) for example, and you want that to become Y(5) Y(0) Y(2) so it's the difference between the values, right?
brianush1
#220039064Thursday, June 29, 2017 5:01 PM GMT

Also, please note that to pay someone 1k ROBUX, the easiest way is through a group since outputting does not get taxed, and with taxes, you'd need to spend 1429 robux to give someone 1000 robux
C_Sharper
#220040494Thursday, June 29, 2017 5:24 PM GMT

I messaged you back brian. Bump
C_Sharper
#220042702Thursday, June 29, 2017 5:56 PM GMT

Bump ;-;
C_Sharper
#220044017Thursday, June 29, 2017 6:14 PM GMT

One more bump.
C_Sharper
#220055189Thursday, June 29, 2017 9:04 PM GMT

bump ;-;

    of     1