No PlayerGui in player?

Hello DevForum!

I have a localscript where i want to get another players’ PlayerGui.
However, when i test it in TeamTest or just in game, it says there’s no PlayerGui. In teamtest i can see that theres only starterpack and backpack…?

image

Thanks in advance!

Sounds like a PlayerGui does not replicate to other clients and only the server can see all of them. You need to perform your logic on a server script - using remote functions or events.

1 Like