Button1Down (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.
Button1Down( Vector2 position ) | |
Returns | n/a |
Description: | Allows the ability to set where the Pseudo like Mouse for the VirtualUser is pushing down the left mouse trigger. |
Member of: | VirtualUser |
Example
local VU = game:GetService("VirtualUser") VU:Button1Down(Vector2.new(0,0))