Ignore please accidental duplicate

Duplicated

You require a reference to the scorescript object as it is not static. The easy solution is to make the reference public in your CoinRotate script and populate it in the inspector or you can look for the object in the CoinRotate’s start method.

Im confused a bit. Casue i thought that i did make a reference to the score script when i wrote.

Score scoreScript;

Also what object do i need to populate it with?
Do you mean with the

public Text scoreText;

I am sorry im asking so many questions, im just not sure what you mean with your answer.

Thank you very much for your quick reply :slight_smile:

Best Regards