teehee = script.Parent player = game.Players.LocalPlayer teehee.MouseButton1Down:connect(function() local gndr = Instance.new("StringValue",player) gndr.Name = "GenderPL" gndr.Value = "Boy" teehee.Parent.Parent.GenderText.TheGender.Text = "Gender: Boy" teehee.Parent:Remove() end)
Figured it out through a hidden property.
game.StarterGui.ResetPlayerGuiOnSpawn = false