Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

RemoteFunciton accessing 2 Player's PlayerGui's Is it possible?

Asked by
IDKBlox 349 Moderation Voter
8 years ago

Could someone please explain how i would use a RemoteFunction to access 2 player's PlayerGuis... Is it possible?

1 answer

Log in to vote
0
Answered by 8 years ago

I do not know much about remote functions, but shouldn't a loop work?

for i,v in pairs(game.Players:GetPlayers()) do
v.PlayerGui--anything you want
end

That is just a basic loop, hope this helps, if it does, please accept my answer. It gives us both rep!

Ad

Answer this question