I'm trying to add to my game an object that will take my Player's current score and multiply it by two. The problem is that I don't know how to go about this. The object is randomly spawned and the Player's score is different every time, so I can't simply type Player.score++ . If anyone can help, I would be greatful!