What i am trying to do is use a line trace to interact with the objects i place in the world. In this case i am trying to pickup a flashlight battery and update the flashlights power level. As well as using the pickup function to destroy it so it wont be constantly spammed. I know i could use a spherecollider but i would rather the player having to look at it instead. BTW “this” just is taking the players current battery level to output the new power level.