workspace[“TeleportPopUp” or “LivingRoomPopUp” or “LivingRoomPopUp2” or “SchoolPopUp”].Touched:Connect(function(hit)
Does anyone know why it only gets the first item found in the workspace and not everything else?
Or do you recommend I do a for loop for the workspace and do an if statement to find the names instead?