How can i locate another player`s mouse?

Hi,

I really cant find any way for a player to find another player`s mouse.

I tried using GetMouse() but it seems to return nill if i give another player.

How can i achieve this?
Is it possible?

Any suggestions whould be greatly appreciated!

RemoteEvents. Client1 calls a server event, and that server event tells Client2 to get its mouse position. Client2 returns the position to the server, and the server sends it to Client1.
This is how I would do it

1 Like