Button2Down (Method)

From Legacy Roblox Wiki
Revision as of 15:34, 27 July 2011 by >SCARFACIAL
Jump to navigationJump to search
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))