The output says that player is not a valid member of workspace! Why is that? here is my finishedscript
repeat wait(1) if workspace:findFirstChild("Player") then if script.Parent.Value == 1 and script.Parent.Parent.CamValue.Value == 1 then script.Parent.Parent.MechName.Text = "Forest Camo Mech single gun" print("changed single name") Workspace.CurrentCamera.CameraSubject = Workspace.CameraFocus1 Workspace.CurrentCamera.CameraType = "Attach" wait(0.75) Workspace.Player.Humanoid:MoveTo(Workspace.Map.Spawners.WhiteSpawn.Position) elseif script.Parent.Value == 2 and script.Parent.Parent.CamValue.Value == 1 then script.Parent.Parent.MechName.Text = "Forest Camo Mech double guns" print("changed double name") Workspace.CurrentCamera.CameraSubject = Workspace.CameraFocus2 wait(0.75) Workspace.Player.Humanoid:MoveTo(Workspace.Map.Spawners.GraySpawn.Position) elseif script.Parent.Value == 3 and script.Parent.Parent.CamValue.Value == 1 then script.Parent.Parent.MechName.Text = "Forest Camo Mech double guns w/ cannon" print("changed cannon name") Workspace.CurrentCamera.CameraSubject = Workspace.CameraFocus3 wait(0.75) Workspace.Player.Humanoid:MoveTo(Workspace.Map.Spawners.BlackSpawn.Position) end end until script.Parent.Parent.CamValue.Value == 0
Please help!!! Thank you!!! Output: - Player is not a valid member of Workspace