On Object clicked restart button (event)
(actions for that event)
| System -> Restart layout
| System -> Set variable Score = 0
The Restart Layout doesn't reset and variables I believe, so the score stays the same when you restart the layout, so you just need to set that Score variable to 0.
The Score variable needs to be a global variable.