How to make a placement system?

How would I make a system that a player has a tool and they equip it, place it on a counter then other players can pick it up and eat it?

You would have to make a tool, detect when they equip the tool, clone it and put it in a specific location, then add something to detect the clicks that will put the tool into the recipients inventory, detect when the user clicks & play an animation.

How would I make those scripts?

You will have to read some documentation & do the research.

Ah. Thank you! I will look into that!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.