Could someone please explain how i would use a RemoteFunction to access 2 player's PlayerGuis... Is it possible?
I do not know much about remote functions, but shouldn't a loop work?
1 | for i,v in pairs (game.Players:GetPlayers()) do |
2 | v.PlayerGui --anything you want |
3 | end |
That is just a basic loop, hope this helps, if it does, please accept my answer. It gives us both rep!