I'm getting the error, "object expected got table"
1 | contestants = (game.Players:GetPlayers()) |
2 | beast = contestants [ math.random( 1 ,#contestants) ] |
3 | local newtorso = game.Workspace.newtorso |
4 | local torso = beast:GetChildren( "UpperTorso" ) |
5 | newtorso.Parent = torso |
6 | end |