I would like to increase the interaction distance between the player and the item. Is this possible?
I would like to increase the interaction distance between the player and the item. Is this possible?
Depending on your situation, you could add a button, which has an interaction radius, turn off the visibility and use its interaction event to interact with the item.
If its for an item spawner, you could instead use an item placer with interaction off, so the player can see the item, an invisible button for the interaction radius and a hidden item granter that gives the item from the button interaction.