of     1   

Threatboy101
#140443885Tuesday, July 15, 2014 9:01 PM GMT

hint=Instance.new("Hint") hint.Parent=workspace hint.Name="LargestStreak" while true do highestStreak=0 p="" for _,player in pairs(game.Players:GetChildren()) do if player.streak.Value>highestStreak then p=player.Name highestStreak=player.streak.Value end end hint.Text=p.." has the biggest streak with the kill streak of "..highestStreak.."!" wait() end
CTServant001
#140444047Tuesday, July 15, 2014 9:02 PM GMT

try: "" .. p .. " has the biggest streak with the kill streak of "..highestStreak.."!" May work, not sure.
Threatboy101
#140444697Tuesday, July 15, 2014 9:09 PM GMT

it didnt work
Threatboy101
#140450655Tuesday, July 15, 2014 10:06 PM GMT

please help the output says streak is not a valid member of player
Tynexx
#140450888Tuesday, July 15, 2014 10:08 PM GMT

hint=Instance.new("Hint") hint.Parent=workspace hint.Name="LargestStreak" while true do highestStreak=0 p="" for _,player in pairs(game.Players:GetChildren()) do if player.streak.Value>highestStreak then p=player.Name highestStreak=player.streak end end hint.Text=p.." has the biggest streak with the kill streak of "..highestStreak.Value.."!" wait() end ~Tynexx
Threatboy101
#140451727Tuesday, July 15, 2014 10:16 PM GMT

i dont see the difference
Threatboy101
#140451871Tuesday, July 15, 2014 10:18 PM GMT

and it didnt work

    of     1