KeyDownConnectionCount (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator New page: <onlyinclude>{{Property |name = KeyDownConnectionCount |property = Int ''KeyDownConnectionCount'' |description = The amount of times the [[KeyDown ... |
>ArceusInator New page: <onlyinclude>{{Property |name = KeyDownConnectionCount |property = Int ''KeyDownConnectionCount'' |description = The amount of times the [[KeyDown ... |
(No difference)
|
Latest revision as of 20:24, 24 March 2011
KeyDownConnectionCount | |
Property | Int KeyDownConnectionCount |
Description | The amount of times the KeyDown event was connected. |
Member of | PlayerMouse |
Example
game.Players.LocalPlayer.PlayerMouse.Changed:connect( function( property ) if property == "KeyDownConnectionCount" then print( "The Player has pressed " .. game.Players.LocalPlayer.PlayerMouse.KeyDownConnectionCount .. " keys." ) end end )