Math.random() Returning 1

You will need to change this line:

to I believe:

local randomObject = Models:GetChildren()[math.random(1, #Models:GetChildren())]
2 Likes