How to get the mouse of a user in studio

How would I get the player instance for the user in studio so I can use the GetMouse method to retrieve the mouse? If there is some other way to get the mouse via a plugin, that would also be greatly appreciated.

1 Like

use

plugin:GetMouse()

to get the mouse in studio.
Here’s the documentation page for a few plugin functions: Building Studio Widgets | Documentation - Roblox Creator Hub

2 Likes

This seemed to work, thank you! I’m not sure why it wasn’t on the plugin functions list or my eyesight is bad. Thank you anyways!