nima
0
Q:

math.random and clone

local Children = game.ReplicatedStorage:GetChildren()
local AmountOfChildren = #Children  
local RandomPositionInArray = math.random(1, AmountOfChildren)
local RandomChild = Children[RandomPositionInArray] 
0

New to Communities?

Join the community