I want to know how to make a script so that when a player has an item called potaoe they are forced to hold it!
The best way to do this is to alter the Equipped property of a tool.
Tool = script.Parent Tool.UnEquipped:connect(function () -- They unequip it Tool.Equipped = true -- Forced to pick it up again end)
Closed as Not Constructive by Perci1
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?