Hey,
Thanks for the prompt answer! I have created a bool and set it to true if player 1 or player 2 picks the item, although I’m no sure if what I’ve done is even correct.
(I’m a real noob so please bear with me)
I’m not really sure what do you mean by “attach and display” the item accordingly.
Also, “when it switches possession” how do I know if the item switched owners? or even better said, how do I make the the computer know that that event took place? The item has a ‘pickUp’ tag at the moment.
And if P2 collides with P1 (‘takes’ the item), how do I switch the bool value? Attach the newly created item to the player?
I do have a Scoring system, fairly simple I should add, that ‘OnPickUp’ by any player it increases a score int (Points) by 10. Although the ‘set timer by function name’ does not work; I would like to + the int by 10 each 3 seconds whilst the item is picked up.
Sorry for the large amount of questions. Your help is greatly appreciated.