Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there away to improve this script?

Asked by
neoG457 315 Moderation Voter
9 years ago
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?

Answer this question