storage = game.ReplicatedStorage backpack = game.Players.LocalPlayer.Backpack math.randomseed(tick()) storage["Kagune" .. tostring(math.random(8))]:clone().Parent = backpack
This script randomly clones a script in Replicated Storage and put it in your backpack
It works but it seems to base the randomisation on timezones for example: If two people lived in Europe they'd get the same script however I want it to be completely random, help me improve this?