#how du i play a round with clones

1 messages · Page 1 of 1 (latest)

eager sparrow
#

I want to do something with the colne of file.Badge
how do I do that

unborn minnow
eager sparrow
unborn minnow
#
local Clone
if tipe == 1 then
  chance = math.random(1, 1000)
  if chance == 1000 then
    Clone = file.Badge:Clone()
  end
end