Im trying to make only select players in an array teleport to a certain location in my code here:
local teleport = PlayersPlaying for index = 1, #teleport do PlayersPlaying[index].Character:MoveTo(Vector3.new(176, 31.5, 635)) end
but it says "Attempt to index nil with MoveTo".
If anyone can help I will greatly appreciate it!