Close (Event)

From Legacy Roblox Wiki
Jump to navigationJump to search
Close ( )
Description Fires when the current place is exited
Member of: ServiceProvider


Example
game.Close:connect(function()
print("The place is closing")
end)