Deselected (Event)
From Legacy Roblox Wiki
(Redirected from Deselected)
|
Example
local bin = script.Parent --script is inside a HopperBin --note the use of an anonymous function bin.Deselected:connect(function() print("Deselected") end)
|
local bin = script.Parent --script is inside a HopperBin --note the use of an anonymous function bin.Deselected:connect(function() print("Deselected") end)