I am trying to make an Intro GUI appear for the player that joins. I've tried multiple things from here.
Add a LocalScript
inside ReplicatedFirst, place your GUI inside it and put this code inside the script:
local GUIname = "" -- Put your GUI's name between the "" local GUI = script:WaitForChild(GUIname) GUI.Parent = game.Players.LocalPlayer.PlayerGui