function ProfileViewer(viewer)
C = Instance.new("TextGUI", viewer.Parent:GetPlayerFromCharacter.ScreenGUI)
C.Text = "Hello, I'm an Intermediate scripter here. Thats...pretty much all there is. This is awkward."
end
end
scriptinghelpers.yoshiegg6.Profile.Viewed:connect(ProfileViewer)