Any ways to send all of player's gui to another player?

Basically, I want do it so the other player can see the player’s screen.

Unless done through Remote Events, I am certain this is impossible.

What were you planning to do with it?

So I can make ‘view player’s screen gui’.

Yeah, but what is your purpose. You just told me the title, what do you want to do with it? Do you want to create a zoom meeting or something? Maybe we can find a workaround?

You need remote event. And you need table. Save ALL properties of EACH UI in that table. Then send it using remote event to server and then to another player (you can’t send them directly to another player). Then, create all UIs which stored in table, but don’t forget to disable previous player UI. (In some cases you can save piece of data, like just name or color of frame, for example for player hotbar.)

if you do that on the server yeah for sure, but from the client you would have to serialize it

So I wanted to do remote control gui but it won’t control their operating system.