of     1   

Kurokku
#183095194Saturday, February 06, 2016 3:51 PM GMT

So how would i randomly generate 5 different images from a table 100 times and tween it to the right, and what ever lands in the middle would be added to your backpack?
Spoofyus
#183096858Saturday, February 06, 2016 4:24 PM GMT

for instance: local image = game.StarterGui.Gui1.Frame while true do wait(5/10) image:TweenPosition(POSITION YOU WANT) end
Kurokku
#183111836Saturday, February 06, 2016 9:11 PM GMT

k thx

    of     1