of     1   

Wretschko
#139824177Thursday, July 10, 2014 1:37 AM GMT

This script supposed to give random tools from lighting, but Its do nothing? local lighting = game.Lighting:GetChildren() local randy = lighting[math.random(1, #lighting)] randy:Clone().Parent = game.Players.ChanceDavo.Backpack
blockoo
#139830931Thursday, July 10, 2014 2:47 AM GMT

I don't see any problems with it. Is there any output?

    of     1