Having trouble making Float up and fade out text on Collide.

[11761-error?.png|11761]

As robertbu (Don’t declare OnTriggerEnter inside of Update), and additionally your Instantiate call is incorrect, if you examine the line you’ll notice that you have parenthesis mismatches. You close more than you open, take a second look at Instantiate to make sure you have the correct syntax.