So I made a button that opens a Twitter URL which has the text "My highscore is " followed by the Game attribute. I used the [text&text] block with the share url and pre-written text in one and the [GameAttribute as text] in the other but that basically opened the Twitter Url with the first part of the text but not the highscore.
I'm aware that this isn't perhaps the best practice to begin with as the user can alter their score from the Twitter page before they post. So my question is two-fold: How can I get the attribute value into the URL? (code block?) and: Is there a better way of doing this without allowing the user to alter the score value? (Maybe using REST APIs?)