# Score will not show

**URL:** https://forum.code.org/t/score-will-not-show/32752
**Category:** CS Discoveries
**Tags:** csd-unit-3-lesson-22
**Created:** [June 3, 2020, 1:23pm UTC](https://forum.code.org/t/score-will-not-show/32752 "2020-06-03T13:23:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nmackow](https://avatars.discourse-cdn.com/v4/letter/n/a5b964/32.png) [@nmackow](https://forum.code.org/u/nmackow)
#### Post date: [June 3, 2020, 1:23pm UTC](https://forum.code.org/t/score-will-not-show/32752/1 "2020-06-03T13:23:59Z")

</div>

I have looked this over multiple times and can’t find the mistake. The score will not show.

> **[Check out what I made](https://studio.code.org/projects/gamelab/psIZbKQa-ngZ-bQe29FRMSdUQ_UYtY7K1YIwLl1k6zA)**
>
> I wrote the code myself with Code.org

---

<div class="post-metadata">

### Author: ![edavis](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/edavis/32/4927_2.png) [@edavis](https://forum.code.org/u/edavis)
#### Post date: [June 4, 2020, 1:59am UTC](https://forum.code.org/t/score-will-not-show/32752/2 "2020-06-04T01:59:17Z")

</div>

I think there’s a discrepancy between the variable score and the text score. Take a look at lesson 19 bubble 10 Line 26 of the base code. I think that should give an idea of what it should look like to make it work.

---

<div class="post-metadata">

### Author: ![mwood](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/mwood/32/4941_2.png) [@mwood](https://forum.code.org/u/mwood)
#### Post date: [June 4, 2020, 4:27am UTC](https://forum.code.org/t/score-will-not-show/32752/3 "2020-06-04T04:27:53Z")

</div>

Your two text blocks have extra parameters. You only need an x and a y value (two parameters). The 3rd and 4th parameters designate where the text box ends and in the case of your score, the bottom right corner of the text box is above the top of the box.

In other words, if you use the left arrow on the block to get rid of the 3rd and 4th parameters and only use an x and a y value, it should work… but, you may need to adjust the y value as it appears to be very high…

Hope this helps!

Mike
