![]() | |
Description | Fired periodically after the user has been away for a while. Currently this event is only fired for the local Player. time is the time in seconds that the user has been idle. |
---|---|
Member of: | Player |
game.Players.Player.Idled:connect(function() print("Idling") end)