Button2Down (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL
No edit summary
>SCARFACIAL
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Locked}}
<onlyinclude>
<onlyinclude>
{{Method|
{{Method|

Latest revision as of 15:37, 27 July 2011

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Button2Down( Vector2 position )
Returns nil
Description: Allows the ability to set where the Pseudo like Mouse for the VirtualUser is pushing down the right mouse trigger.
Member of: VirtualUser


Example
local VU = game:GetService("VirtualUser")
VU:Button2Down(Vector2.new(0,0))