You instantiate a new asteroid at line 36. So, `asteroidInstance` is your game object coming from the prefab. It'll have your script attached, so you can use `GetComponent()` to get the script, then change the variables you want.
↧