Button2Up (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.
Button2Up( Vector2 position )
Returns n/a
Description: Allows the ability to set where the Pseudo like Mouse for the VirtualUser is releasing the right mouse trigger.
Member of: VirtualUser


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