Player picking up and dropping objects

In the Gather’s Escape the Island game players can pickup and drop items by pressing spacebar.

Is there some mechanism that allows us to implement the same thing?

Is this done by setting a specific object type or is it something that can be implemented via the websocket api (I know how to set and clear items from a player using the websocket api, but not how you could be made aaare that the user has pressed spacebar in order to trigger the setting/clearing of an item.

Thanks

1 Like

This post covers most of this: How to pick up object with spacebar? - #8 by JoyChen

I will also be introducing an MVP version of this on the Discord later this week as well, as it is a commonly asked question.

1 Like

A post was merged into an existing topic: How to pick up object with spacebar?

Locked as a duplicate of: