So I am trying to explain he gets like this ring around his feet, that is active and it looks really cool?
This is for making an Image of you in the BillBoard GUI.
me=game.Players.LocalPlayer.Character.head; bg=Instance.new('BillboardGui',me) bg.Size=UDim2.new(0,100,0,150) bg.AlwaysOnTop=true;bg.Enabled=true; frame=Instance.new('Frame', me.BillboardGui) frame.Size=UDim2.new(0,200,0,200) frame.Position=UDim2.new(0,-50, 0,-150) frame.BackgroundTransparency=1; x=Instance.new('ImageLabel',me.BillboardGui.Frame) x.Size=UDim2.new(0, 200, 0, 200) x.Position=UDim2.new(0, 0, 0, -40) x.Image="http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=YOURNAMEHERE"