What the title says.
Yes it is. You're propably wondering 'How? When i put it in startergui, all players have this gui...' True. How to fix that? Just put the gui in ReplicatedStorage, Make a serverscript check if it's the right player if yes, clone the script to game.Players.(enter player here).PlayerGui
Regards, Jonas
I learned with this following tutorial: https://www.youtube.com/watch?v=gcvoegnFHxM . It's really usefull and will teach you everything about gui's. If you want to get better at using gui's just watch the whole playlist. :)
Yes, can use PlayerGui
to access specific players' guis. For example:
game.Players:FindFirstChild("the name of the player").PlayerGui.your gui.Visible = true
Hope this helped! if this is what you're looking for please accept my answer!
Yes, yes it is.