I was wondering if anyone could help me out with this little problem. Basically I want the player to be able to roll into an object (the player is a sphere shaped object) and get points for hitting the object, but I don't want the player to keep getting points if they roll into it after the first time.
Is there a script I can make to say destroy the collider on the object or is there a much better way of doing this?
Also I'm very new to scripting and I was wondering if anyone could also help tell me how to make a point system in the game and have the score appear on the screen.
Thanks guys!