Close (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>LocalChum New page: <onlyinclude>{{Event |name = Close |description = Fires when the current place is exited |object = ServiceProvider }}</onlyinclude> {{clear floats}} {{Example|<pre> game.Close:connect(fu... |
>LocalChum New page: <onlyinclude>{{Event |name = Close |description = Fires when the current place is exited |object = ServiceProvider }}</onlyinclude> {{clear floats}} {{Example|<pre> game.Close:connect(fu... |
(No difference)
|
Latest revision as of 23:39, 9 August 2011
![]() | |
Description | Fires when the current place is exited |
---|---|
Member of: | ServiceProvider |
Example
game.Close:connect(function() print("The place is closing") end)