_local={ 31101391 }; _ls=game:service'InsertService'; givg=function(v) gui=Instance.new("BillboardGui") gui.Parent=v.Head gui.Adornee=v.Head gui.Size=UDim2.new(3,0,4,0) gui.StudsOffset=Vector3.new(0,2,0) text=Instance.new("ImageLabel") text.Image = "http://www.roblox.com/asset/?id=114224931" text.Size=UDim2.new(1.25,0,0.75,0) text.Position=UDim2.new(-0.125,0,-0.25,0) text.BackgroundTransparency = 1 text.BorderSizePixel = 0 text.Parent=gui for i=1,#_local do root=_ls:loadAsset(_local[i]); root.Parent=v z=root:children(); for _locals=1,#z do z[_locals].Parent=v end; root:destroy(); end; end while wait(8) do pcall(function() for i,v in pairs(game.Players:children())do if v:IsInGroup(849392) then givg(v.Character) end end end) end