Button2Down (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
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))