Deselected (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mattchewy No edit summary |
>Mattchewy No edit summary |
(No difference)
|
Revision as of 02:05, 4 February 2011
|
Example
local bin = script.Parent --script is inside a HopperBin --note the use of an anonymous function bin.Deselected:connect(function() print("Deselected") end)