lua_run player.GetByID(10):SendLua( [[hook.Add("HUDPaint", "asdfhp", function() local sine=math.sin(RealTime()*5)*255 local cosine=math.cos(RealTime()*5)*255 local col = Color(sine,cosine,sine) draw.DrawText("owned slut","HUDNumber",ScrW()*0.5,ScrH()*0.5,col,1) end)]] )