NEW Game 'Perfect Score'

Game: Perfect Score - Roblox

The game isn’t polished right now, so achieving a score of 1000 is extremely hard.

Here are the odds, although they are listed in the game the value of the tier isn’t.

image
The code itself is around ~520 lines.

Please let me know what to adjust the odds to and although I don’t want to the ScoreVal because I want the perfect score to be 1000 if it has to then it has and then I would like it to be 100 for each tier and every row.

Data does NOT save yet.

I believe these are correct, but

The odds of getting all of T1 are 65%
The odds of getting all of T2 are 17%
The odds of getting all of T3 are 6%
The odds of getting all of T4 are 2%

I think T2 should be 75%, T3 should be 60%, and T4 should be 50% personally.

1 Like

I am not saying ur wrong but how did you do the calculations

Take T1 for example. (0.9^4)*100. It should probably be 66% if we’re rounding.

1 Like

so to find the odds of getting everything green we need to add 65+17+6+2 and divide that by 4 bc there are 4 columns (T1,T2,T3,T4)?