Welcome!

Welcome to our community forums, full of great people, ideas and excitement. Please register if you would like to take part.

This is extra text with a test link..

Register Now

Announcement

Collapse
No announcement yet.

Changing The Score

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Changing The Score

    I can't figure out what I did wrong with my Trigger and Dropper script but it giving me error whenever the ball goes through the points gate and the scoe does not change.

  • #2
    So that error is pointing specifically to line 10 of your trigger script. What this means is that when the Trigger is fired either:
    1. It can't find an object called "ScoreKeeper" or
    2. It can't find a script on that ScoreKeeper object named "ScoreKeeper"
    I know that's confusing - and it's why you should use unique names for everything (not naming a script and a gameObject the same thing for instance). But check to make sure you have a GameObject in your scene that has the exact name of ScoreKeeper and that there's a script on that GameObject called ScoreKeeper.

    Comment


    • #3
      Thank you so much, that work.

      Comment

      Working...
      X