Why is this only teleporting one player

while wait() do


if script.Parent.Pad1.Ready.Value == true and script.Parent.Pad2.Ready.Value == true and script.Parent.Pad3.Ready.Value == true and script.Parent.Pad4.Ready.Value == true then
	game.Workspace:FindFirstChild(script.Parent.Pad1.Value.Value):FindFirstChild("HumanoidRootPart").Position = script.Parent.Parent.Pad1Location.Position
	game.Workspace:FindFirstChild(script.Parent.Pad2.Value.Value):FindFirstChild("HumanoidRootPart").Position = script.Parent.Parent.Pad2Location.Position 
	game.Workspace:FindFirstChild(script.Parent.Pad3.Value.Value):FindFirstChild("HumanoidRootPart").Position = script.Parent.Parent.Pad3Location.Position
		game.Workspace:FindFirstChild(script.Parent.Pad4.Value.Value):FindFirstChild("HumanoidRootPart").Position = script.Parent.Parent.Pad4Location.Position 
	end
end

I forgot to make a location called location2 my mistake

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.