v.Character.Torso:MoveTo(spawns[x].Position)
This is the line that errors
If you want it in context
local spawns = workspace.Lobby.Spawns:GetChildren()
for i,v in pairs(game.Players:GetChildren()) do
x = math.random(1, #spawns)
v.Character.Torso:MoveTo(spawns[x].Position)
Women are like fine wine, I can't get their tops off |