Hey, why won't this work? It's meant to clone the GUI to the player's Starter GUI.
player = game.Players.LocalPlayer script.Parent.ChildAdded:connect(function() local gui = script.Parent.ScreenGui:clone() gui.Parent = player.PlayerGui end)
Thanks